Skip to content

Instantly share code, notes, and snippets.

@SamDM
Last active October 18, 2020 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SamDM/bd93f23fcfad6439f79d7dc75db478f2 to your computer and use it in GitHub Desktop.
Save SamDM/bd93f23fcfad6439f79d7dc75db478f2 to your computer and use it in GitHub Desktop.
grub wrong prefix
$ lsblk -o name,mountpoint,label,size,fstype,uuid,partuuid | egrep -v "^loop"
NAME MOUNTPOINT LABEL SIZE FSTYPE UUID PARTUUID
sda 238.5G
├─sda1 Recovery 529M ntfs 6272EE1672EDEF2B b593e2b8-992e-4d79-9074-d990ba21d10c
├─sda2 100M vfat 64EE-A907 6ef6e12c-3858-4a83-a1dd-8297719bd477
├─sda3 16M 1b6ba39a-e528-4cf9-b158-cd1a9312afc2
├─sda4 117.2G ntfs 8E6008B56008A655 c2f2d5bf-16a3-4e99-a6db-2385b36f3f46
├─sda5 Storage 58.6G ntfs F6D0CCD7D0CC9EED c10e8d39-26c3-4d3b-8548-0aa97816ba0b
├─sda6 477M swap 74da5edc-3b6c-4644-a151-6b93562c8fa4 408e91bd-c7e7-4ab8-a2ac-bb2bb7fde375
│ └─cryptswap [SWAP] 476.5M swap 2d2336c7-64c1-4d53-8e99-f66f9b93bef5
├─sda7 /boot/efi 600M vfat 7565-8082 a8c1ff00-3790-4ca0-a360-642e6f1859f0
└─sda8 / 61G ext4 d40fe3bd-0749-4c29-9e9b-97a064a659dd 8a3b8567-c511-48cd-a3fa-776b556d17da
$ sudo efibootmgr -v
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0008,0003,0001,0000,0002,2001,2002,2003
Boot0000* Windows Boot Manager HD(2,GPT,6ef6e12c-3858-4a83-a1dd-8297719bd477,0x109000,0x32000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
Boot0001* systemd PciRoot(0x0)/Pci(0x17,0x0)/Sata(2,0,0)/HD(7,GPT,a8c1ff00-3790-4ca0-a360-642e6f1859f0,0x160d3000,0x12c000)/File(\EFI\systemd\systemd-bootx64.efi)A01 ..
Boot0002* grub PciRoot(0x0)/Pci(0x17,0x0)/Sata(2,0,0)/HD(7,GPT,a8c1ff00-3790-4ca0-a360-642e6f1859f0,0x160d3000,0x12c000)/File(\EFI\pop\grubx64.efi)A01 ..
Boot0003* HDD0: HFS256G39TND-N210A PciRoot(0x0)/Pci(0x17,0x0)/Sata(2,0,0)/HD(7,GPT,a8c1ff00-3790-4ca0-a360-642e6f1859f0,0x160d3000,0x12c000)RC
Boot0004* EFI USB Device RC
Boot0005* EFI DVD/CDROM RC
Boot0006* EFI Network RC
Boot0007* ubuntu HD(2,GPT,6ef6e12c-3858-4a83-a1dd-8297719bd477,0x109000,0x32000)/File(\EFI\ubuntu\shimx64.efi)
Boot0008* pop HD(7,GPT,a8c1ff00-3790-4ca0-a360-642e6f1859f0,0x160d3000,0x12c000)/File(\EFI\pop\grubx64.efi)
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC
$ sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --recheck --debug /dev/sda &> grub.log
Installing for x86_64-efi platform.
grub-install: info: cannot open `/boot/grub/device.map': No such file or directory.
grub-install: info: /dev/sda7 is not present.
grub-install: info: Looking for /dev/sda7.
grub-install: info: /dev/sda is a parent of /dev/sda7.
grub-install: info: /dev/sda7 starts from 369963008.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: Partition 1 starts from 1085440.
grub-install: info: Partition 2 starts from 1290240.
grub-install: info: Partition 3 starts from 1323008.
grub-install: info: Partition 4 starts from 247083008.
grub-install: info: Partition 5 starts from 499140608.
grub-install: info: Partition 6 starts from 369963008.
grub-install: info: /dev/sda7 is present.
grub-install: info: Looking for /dev/sda7.
grub-install: info: /dev/sda is a parent of /dev/sda7.
grub-install: info: /dev/sda7 starts from 369963008.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: Partition 1 starts from 1085440.
grub-install: info: Partition 2 starts from 1290240.
grub-install: info: Partition 3 starts from 1323008.
grub-install: info: Partition 4 starts from 247083008.
grub-install: info: Partition 5 starts from 499140608.
grub-install: info: Partition 6 starts from 369963008.
grub-install: info: /dev/sda7 is present.
grub-install: info: Looking for /dev/sda7.
grub-install: info: /dev/sda is a parent of /dev/sda7.
grub-install: info: /dev/sda7 starts from 369963008.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: Partition 1 starts from 1085440.
grub-install: info: Partition 2 starts from 1290240.
grub-install: info: Partition 3 starts from 1323008.
grub-install: info: Partition 4 starts from 247083008.
grub-install: info: Partition 5 starts from 499140608.
grub-install: info: Partition 6 starts from 369963008.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/nilfs2.mod' -> `/boot/grub/x86_64-efi/nilfs2.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/usbserial_ftdi.mod' -> `/boot/grub/x86_64-efi/usbserial_ftdi.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/crypto.mod' -> `/boot/grub/x86_64-efi/crypto.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/bitmap_scale.mod' -> `/boot/grub/x86_64-efi/bitmap_scale.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/bsd.mod' -> `/boot/grub/x86_64-efi/bsd.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/terminfo.mod' -> `/boot/grub/x86_64-efi/terminfo.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/minix3.mod' -> `/boot/grub/x86_64-efi/minix3.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/uhci.mod' -> `/boot/grub/x86_64-efi/uhci.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/efifwsetup.mod' -> `/boot/grub/x86_64-efi/efifwsetup.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/raid6rec.mod' -> `/boot/grub/x86_64-efi/raid6rec.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/backtrace.mod' -> `/boot/grub/x86_64-efi/backtrace.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/hfsplus.mod' -> `/boot/grub/x86_64-efi/hfsplus.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/efi_uga.mod' -> `/boot/grub/x86_64-efi/efi_uga.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/syslinuxcfg.mod' -> `/boot/grub/x86_64-efi/syslinuxcfg.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/diskfilter.mod' -> `/boot/grub/x86_64-efi/diskfilter.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_msdos.mod' -> `/boot/grub/x86_64-efi/part_msdos.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/testspeed.mod' -> `/boot/grub/x86_64-efi/testspeed.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/video_fb.mod' -> `/boot/grub/x86_64-efi/video_fb.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/pbkdf2_test.mod' -> `/boot/grub/x86_64-efi/pbkdf2_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/loopback.mod' -> `/boot/grub/x86_64-efi/loopback.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/halt.mod' -> `/boot/grub/x86_64-efi/halt.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/zfs.mod' -> `/boot/grub/x86_64-efi/zfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/extcmd.mod' -> `/boot/grub/x86_64-efi/extcmd.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cbls.mod' -> `/boot/grub/x86_64-efi/cbls.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_md5.mod' -> `/boot/grub/x86_64-efi/gcry_md5.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/pcidump.mod' -> `/boot/grub/x86_64-efi/pcidump.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/macbless.mod' -> `/boot/grub/x86_64-efi/macbless.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/elf.mod' -> `/boot/grub/x86_64-efi/elf.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ctz_test.mod' -> `/boot/grub/x86_64-efi/ctz_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_apple.mod' -> `/boot/grub/x86_64-efi/part_apple.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/strtoull_test.mod' -> `/boot/grub/x86_64-efi/strtoull_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/loadenv.mod' -> `/boot/grub/x86_64-efi/loadenv.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/all_video.mod' -> `/boot/grub/x86_64-efi/all_video.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/offsetio.mod' -> `/boot/grub/x86_64-efi/offsetio.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_bsd.mod' -> `/boot/grub/x86_64-efi/part_bsd.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/sleep.mod' -> `/boot/grub/x86_64-efi/sleep.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_rsa.mod' -> `/boot/grub/x86_64-efi/gcry_rsa.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/usb_keyboard.mod' -> `/boot/grub/x86_64-efi/usb_keyboard.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/loadbios.mod' -> `/boot/grub/x86_64-efi/loadbios.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/sleep_test.mod' -> `/boot/grub/x86_64-efi/sleep_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_amiga.mod' -> `/boot/grub/x86_64-efi/part_amiga.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/disk.mod' -> `/boot/grub/x86_64-efi/disk.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/crc64.mod' -> `/boot/grub/x86_64-efi/crc64.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/scsi.mod' -> `/boot/grub/x86_64-efi/scsi.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/signature_test.mod' -> `/boot/grub/x86_64-efi/signature_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/affs.mod' -> `/boot/grub/x86_64-efi/affs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/msdospart.mod' -> `/boot/grub/x86_64-efi/msdospart.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_sunpc.mod' -> `/boot/grub/x86_64-efi/part_sunpc.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/efi_gop.mod' -> `/boot/grub/x86_64-efi/efi_gop.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/datetime.mod' -> `/boot/grub/x86_64-efi/datetime.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/test_blockarg.mod' -> `/boot/grub/x86_64-efi/test_blockarg.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/functional_test.mod' -> `/boot/grub/x86_64-efi/functional_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gzio.mod' -> `/boot/grub/x86_64-efi/gzio.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gfxterm.mod' -> `/boot/grub/x86_64-efi/gfxterm.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/nativedisk.mod' -> `/boot/grub/x86_64-efi/nativedisk.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/linux.mod' -> `/boot/grub/x86_64-efi/linux.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/morse.mod' -> `/boot/grub/x86_64-efi/morse.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ufs1_be.mod' -> `/boot/grub/x86_64-efi/ufs1_be.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/password_pbkdf2.mod' -> `/boot/grub/x86_64-efi/password_pbkdf2.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/chain.mod' -> `/boot/grub/x86_64-efi/chain.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/xzio.mod' -> `/boot/grub/x86_64-efi/xzio.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/hello.mod' -> `/boot/grub/x86_64-efi/hello.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cpuid.mod' -> `/boot/grub/x86_64-efi/cpuid.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/xfs.mod' -> `/boot/grub/x86_64-efi/xfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_rmd160.mod' -> `/boot/grub/x86_64-efi/gcry_rmd160.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gfxmenu.mod' -> `/boot/grub/x86_64-efi/gfxmenu.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_dvh.mod' -> `/boot/grub/x86_64-efi/part_dvh.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/archelp.mod' -> `/boot/grub/x86_64-efi/archelp.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_acorn.mod' -> `/boot/grub/x86_64-efi/part_acorn.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/hdparm.mod' -> `/boot/grub/x86_64-efi/hdparm.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/bswap_test.mod' -> `/boot/grub/x86_64-efi/bswap_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/search.mod' -> `/boot/grub/x86_64-efi/search.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/search_fs_uuid.mod' -> `/boot/grub/x86_64-efi/search_fs_uuid.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/minix3_be.mod' -> `/boot/grub/x86_64-efi/minix3_be.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/appleldr.mod' -> `/boot/grub/x86_64-efi/appleldr.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/newc.mod' -> `/boot/grub/x86_64-efi/newc.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/play.mod' -> `/boot/grub/x86_64-efi/play.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_idea.mod' -> `/boot/grub/x86_64-efi/gcry_idea.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/pata.mod' -> `/boot/grub/x86_64-efi/pata.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/tar.mod' -> `/boot/grub/x86_64-efi/tar.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cbmemc.mod' -> `/boot/grub/x86_64-efi/cbmemc.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/memdisk.mod' -> `/boot/grub/x86_64-efi/memdisk.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_crc.mod' -> `/boot/grub/x86_64-efi/gcry_crc.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_sun.mod' -> `/boot/grub/x86_64-efi/part_sun.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/btrfs.mod' -> `/boot/grub/x86_64-efi/btrfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_seed.mod' -> `/boot/grub/x86_64-efi/gcry_seed.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_blowfish.mod' -> `/boot/grub/x86_64-efi/gcry_blowfish.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/mmap.mod' -> `/boot/grub/x86_64-efi/mmap.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/usbserial_pl2303.mod' -> `/boot/grub/x86_64-efi/usbserial_pl2303.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/rdmsr.mod' -> `/boot/grub/x86_64-efi/rdmsr.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/progress.mod' -> `/boot/grub/x86_64-efi/progress.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/tr.mod' -> `/boot/grub/x86_64-efi/tr.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/read.mod' -> `/boot/grub/x86_64-efi/read.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/datehook.mod' -> `/boot/grub/x86_64-efi/datehook.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/multiboot.mod' -> `/boot/grub/x86_64-efi/multiboot.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/regexp.mod' -> `/boot/grub/x86_64-efi/regexp.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/sfs.mod' -> `/boot/grub/x86_64-efi/sfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/lsmmap.mod' -> `/boot/grub/x86_64-efi/lsmmap.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cbtable.mod' -> `/boot/grub/x86_64-efi/cbtable.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/mdraid09.mod' -> `/boot/grub/x86_64-efi/mdraid09.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/hfspluscomp.mod' -> `/boot/grub/x86_64-efi/hfspluscomp.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/video_cirrus.mod' -> `/boot/grub/x86_64-efi/video_cirrus.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/afs.mod' -> `/boot/grub/x86_64-efi/afs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/xnu_uuid_test.mod' -> `/boot/grub/x86_64-efi/xnu_uuid_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/videoinfo.mod' -> `/boot/grub/x86_64-efi/videoinfo.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/true.mod' -> `/boot/grub/x86_64-efi/true.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/minix_be.mod' -> `/boot/grub/x86_64-efi/minix_be.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ntfs.mod' -> `/boot/grub/x86_64-efi/ntfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_sha1.mod' -> `/boot/grub/x86_64-efi/gcry_sha1.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/blocklist.mod' -> `/boot/grub/x86_64-efi/blocklist.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/linuxefi.mod' -> `/boot/grub/x86_64-efi/linuxefi.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/lvm.mod' -> `/boot/grub/x86_64-efi/lvm.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/shim_lock.mod' -> `/boot/grub/x86_64-efi/shim_lock.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/linux16.mod' -> `/boot/grub/x86_64-efi/linux16.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/raid5rec.mod' -> `/boot/grub/x86_64-efi/raid5rec.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/zfscrypt.mod' -> `/boot/grub/x86_64-efi/zfscrypt.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/file.mod' -> `/boot/grub/x86_64-efi/file.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/test.mod' -> `/boot/grub/x86_64-efi/test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cryptodisk.mod' -> `/boot/grub/x86_64-efi/cryptodisk.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/iorw.mod' -> `/boot/grub/x86_64-efi/iorw.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/zstd.mod' -> `/boot/grub/x86_64-efi/zstd.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/lsefimmap.mod' -> `/boot/grub/x86_64-efi/lsefimmap.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/lsacpi.mod' -> `/boot/grub/x86_64-efi/lsacpi.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/aout.mod' -> `/boot/grub/x86_64-efi/aout.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/legacycfg.mod' -> `/boot/grub/x86_64-efi/legacycfg.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/minix2_be.mod' -> `/boot/grub/x86_64-efi/minix2_be.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ls.mod' -> `/boot/grub/x86_64-efi/ls.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ehci.mod' -> `/boot/grub/x86_64-efi/ehci.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/geli.mod' -> `/boot/grub/x86_64-efi/geli.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/romfs.mod' -> `/boot/grub/x86_64-efi/romfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/usbserial_common.mod' -> `/boot/grub/x86_64-efi/usbserial_common.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cpio.mod' -> `/boot/grub/x86_64-efi/cpio.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/pbkdf2.mod' -> `/boot/grub/x86_64-efi/pbkdf2.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cmp.mod' -> `/boot/grub/x86_64-efi/cmp.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ahci.mod' -> `/boot/grub/x86_64-efi/ahci.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/normal.mod' -> `/boot/grub/x86_64-efi/normal.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/relocator.mod' -> `/boot/grub/x86_64-efi/relocator.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/random.mod' -> `/boot/grub/x86_64-efi/random.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/configfile.mod' -> `/boot/grub/x86_64-efi/configfile.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/boot.mod' -> `/boot/grub/x86_64-efi/boot.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/shift_test.mod' -> `/boot/grub/x86_64-efi/shift_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gettext.mod' -> `/boot/grub/x86_64-efi/gettext.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cbtime.mod' -> `/boot/grub/x86_64-efi/cbtime.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/hashsum.mod' -> `/boot/grub/x86_64-efi/hashsum.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/exfat.mod' -> `/boot/grub/x86_64-efi/exfat.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_dsa.mod' -> `/boot/grub/x86_64-efi/gcry_dsa.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/keystatus.mod' -> `/boot/grub/x86_64-efi/keystatus.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_cast5.mod' -> `/boot/grub/x86_64-efi/gcry_cast5.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/adler32.mod' -> `/boot/grub/x86_64-efi/adler32.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_whirlpool.mod' -> `/boot/grub/x86_64-efi/gcry_whirlpool.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ext2.mod' -> `/boot/grub/x86_64-efi/ext2.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/div.mod' -> `/boot/grub/x86_64-efi/div.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/serial.mod' -> `/boot/grub/x86_64-efi/serial.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/fshelp.mod' -> `/boot/grub/x86_64-efi/fshelp.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/probe.mod' -> `/boot/grub/x86_64-efi/probe.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/videotest.mod' -> `/boot/grub/x86_64-efi/videotest.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/search_label.mod' -> `/boot/grub/x86_64-efi/search_label.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gptsync.mod' -> `/boot/grub/x86_64-efi/gptsync.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/bfs.mod' -> `/boot/grub/x86_64-efi/bfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_twofish.mod' -> `/boot/grub/x86_64-efi/gcry_twofish.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_md4.mod' -> `/boot/grub/x86_64-efi/gcry_md4.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/reiserfs.mod' -> `/boot/grub/x86_64-efi/reiserfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ufs2.mod' -> `/boot/grub/x86_64-efi/ufs2.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ntfscomp.mod' -> `/boot/grub/x86_64-efi/ntfscomp.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/xnu_uuid.mod' -> `/boot/grub/x86_64-efi/xnu_uuid.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/dm_nv.mod' -> `/boot/grub/x86_64-efi/dm_nv.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/iso9660.mod' -> `/boot/grub/x86_64-efi/iso9660.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/password.mod' -> `/boot/grub/x86_64-efi/password.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/usb.mod' -> `/boot/grub/x86_64-efi/usb.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_gpt.mod' -> `/boot/grub/x86_64-efi/part_gpt.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/jfs.mod' -> `/boot/grub/x86_64-efi/jfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gfxterm_background.mod' -> `/boot/grub/x86_64-efi/gfxterm_background.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/f2fs.mod' -> `/boot/grub/x86_64-efi/f2fs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ohci.mod' -> `/boot/grub/x86_64-efi/ohci.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/macho.mod' -> `/boot/grub/x86_64-efi/macho.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/setjmp.mod' -> `/boot/grub/x86_64-efi/setjmp.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/xnu.mod' -> `/boot/grub/x86_64-efi/xnu.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/terminal.mod' -> `/boot/grub/x86_64-efi/terminal.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/verifiers.mod' -> `/boot/grub/x86_64-efi/verifiers.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/tpm.mod' -> `/boot/grub/x86_64-efi/tpm.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/trig.mod' -> `/boot/grub/x86_64-efi/trig.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/bufio.mod' -> `/boot/grub/x86_64-efi/bufio.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/help.mod' -> `/boot/grub/x86_64-efi/help.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ufs1.mod' -> `/boot/grub/x86_64-efi/ufs1.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cmp_test.mod' -> `/boot/grub/x86_64-efi/cmp_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/video_bochs.mod' -> `/boot/grub/x86_64-efi/video_bochs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/video_colors.mod' -> `/boot/grub/x86_64-efi/video_colors.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/smbios.mod' -> `/boot/grub/x86_64-efi/smbios.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_plan.mod' -> `/boot/grub/x86_64-efi/part_plan.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/pgp.mod' -> `/boot/grub/x86_64-efi/pgp.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/hexdump.mod' -> `/boot/grub/x86_64-efi/hexdump.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/zfsinfo.mod' -> `/boot/grub/x86_64-efi/zfsinfo.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/wrmsr.mod' -> `/boot/grub/x86_64-efi/wrmsr.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/hfs.mod' -> `/boot/grub/x86_64-efi/hfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/keylayouts.mod' -> `/boot/grub/x86_64-efi/keylayouts.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cmdline_cat_test.mod' -> `/boot/grub/x86_64-efi/cmdline_cat_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/http.mod' -> `/boot/grub/x86_64-efi/http.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/minix2.mod' -> `/boot/grub/x86_64-efi/minix2.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/at_keyboard.mod' -> `/boot/grub/x86_64-efi/at_keyboard.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/memrw.mod' -> `/boot/grub/x86_64-efi/memrw.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/png.mod' -> `/boot/grub/x86_64-efi/png.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/net.mod' -> `/boot/grub/x86_64-efi/net.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_dfly.mod' -> `/boot/grub/x86_64-efi/part_dfly.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/multiboot2.mod' -> `/boot/grub/x86_64-efi/multiboot2.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/tga.mod' -> `/boot/grub/x86_64-efi/tga.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cs5536.mod' -> `/boot/grub/x86_64-efi/cs5536.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/echo.mod' -> `/boot/grub/x86_64-efi/echo.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/mdraid1x.mod' -> `/boot/grub/x86_64-efi/mdraid1x.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/squash4.mod' -> `/boot/grub/x86_64-efi/squash4.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/minix.mod' -> `/boot/grub/x86_64-efi/minix.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/usbserial_usbdebug.mod' -> `/boot/grub/x86_64-efi/usbserial_usbdebug.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_sha512.mod' -> `/boot/grub/x86_64-efi/gcry_sha512.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_serpent.mod' -> `/boot/grub/x86_64-efi/gcry_serpent.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/div_test.mod' -> `/boot/grub/x86_64-efi/div_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/lzopio.mod' -> `/boot/grub/x86_64-efi/lzopio.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/efinet.mod' -> `/boot/grub/x86_64-efi/efinet.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gfxterm_menu.mod' -> `/boot/grub/x86_64-efi/gfxterm_menu.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/odc.mod' -> `/boot/grub/x86_64-efi/odc.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/acpi.mod' -> `/boot/grub/x86_64-efi/acpi.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/tftp.mod' -> `/boot/grub/x86_64-efi/tftp.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cpio_be.mod' -> `/boot/grub/x86_64-efi/cpio_be.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_des.mod' -> `/boot/grub/x86_64-efi/gcry_des.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/minicmd.mod' -> `/boot/grub/x86_64-efi/minicmd.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/search_fs_file.mod' -> `/boot/grub/x86_64-efi/search_fs_file.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/udf.mod' -> `/boot/grub/x86_64-efi/udf.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/lsefisystab.mod' -> `/boot/grub/x86_64-efi/lsefisystab.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cat.mod' -> `/boot/grub/x86_64-efi/cat.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/mul_test.mod' -> `/boot/grub/x86_64-efi/mul_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_rfc2268.mod' -> `/boot/grub/x86_64-efi/gcry_rfc2268.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/setjmp_test.mod' -> `/boot/grub/x86_64-efi/setjmp_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/testload.mod' -> `/boot/grub/x86_64-efi/testload.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/date.mod' -> `/boot/grub/x86_64-efi/date.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/reboot.mod' -> `/boot/grub/x86_64-efi/reboot.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/mpi.mod' -> `/boot/grub/x86_64-efi/mpi.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/lspci.mod' -> `/boot/grub/x86_64-efi/lspci.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/usbms.mod' -> `/boot/grub/x86_64-efi/usbms.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/priority_queue.mod' -> `/boot/grub/x86_64-efi/priority_queue.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/jpeg.mod' -> `/boot/grub/x86_64-efi/jpeg.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/fat.mod' -> `/boot/grub/x86_64-efi/fat.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_tiger.mod' -> `/boot/grub/x86_64-efi/gcry_tiger.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/font.mod' -> `/boot/grub/x86_64-efi/font.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_rijndael.mod' -> `/boot/grub/x86_64-efi/gcry_rijndael.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/mdraid09_be.mod' -> `/boot/grub/x86_64-efi/mdraid09_be.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/lssal.mod' -> `/boot/grub/x86_64-efi/lssal.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ldm.mod' -> `/boot/grub/x86_64-efi/ldm.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/procfs.mod' -> `/boot/grub/x86_64-efi/procfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_camellia.mod' -> `/boot/grub/x86_64-efi/gcry_camellia.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/spkmodem.mod' -> `/boot/grub/x86_64-efi/spkmodem.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/usbtest.mod' -> `/boot/grub/x86_64-efi/usbtest.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ata.mod' -> `/boot/grub/x86_64-efi/ata.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/bitmap.mod' -> `/boot/grub/x86_64-efi/bitmap.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_sha256.mod' -> `/boot/grub/x86_64-efi/gcry_sha256.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/parttool.mod' -> `/boot/grub/x86_64-efi/parttool.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/setpci.mod' -> `/boot/grub/x86_64-efi/setpci.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/legacy_password_test.mod' -> `/boot/grub/x86_64-efi/legacy_password_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/eval.mod' -> `/boot/grub/x86_64-efi/eval.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_arcfour.mod' -> `/boot/grub/x86_64-efi/gcry_arcfour.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/lsefi.mod' -> `/boot/grub/x86_64-efi/lsefi.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/exfctest.mod' -> `/boot/grub/x86_64-efi/exfctest.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/fixvideo.mod' -> `/boot/grub/x86_64-efi/fixvideo.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/video.mod' -> `/boot/grub/x86_64-efi/video.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cbfs.mod' -> `/boot/grub/x86_64-efi/cbfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/time.mod' -> `/boot/grub/x86_64-efi/time.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/videotest_checksum.mod' -> `/boot/grub/x86_64-efi/videotest_checksum.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/luks.mod' -> `/boot/grub/x86_64-efi/luks.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/efiemu32.o' -> `/boot/grub/x86_64-efi/efiemu32.o'.
grub-install: info: cannot open `/usr/lib/grub/x86_64-efi/efiemu32.o': No such file or directory.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/efiemu64.o' -> `/boot/grub/x86_64-efi/efiemu64.o'.
grub-install: info: cannot open `/usr/lib/grub/x86_64-efi/efiemu64.o': No such file or directory.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/moddep.lst' -> `/boot/grub/x86_64-efi/moddep.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/command.lst' -> `/boot/grub/x86_64-efi/command.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/fs.lst' -> `/boot/grub/x86_64-efi/fs.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/partmap.lst' -> `/boot/grub/x86_64-efi/partmap.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/parttool.lst' -> `/boot/grub/x86_64-efi/parttool.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/video.lst' -> `/boot/grub/x86_64-efi/video.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/crypto.lst' -> `/boot/grub/x86_64-efi/crypto.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/terminal.lst' -> `/boot/grub/x86_64-efi/terminal.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/modinfo.sh' -> `/boot/grub/x86_64-efi/modinfo.sh'.
grub-install: info: copying `/usr/share/grub/unicode.pf2' -> `/boot/grub/fonts/unicode.pf2'.
grub-install: info: /dev/sda8 is present.
grub-install: info: Looking for /dev/sda8.
grub-install: info: /dev/sda is a parent of /dev/sda8.
grub-install: info: /dev/sda8 starts from 371191808.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: Partition 1 starts from 1085440.
grub-install: info: Partition 2 starts from 1290240.
grub-install: info: Partition 3 starts from 1323008.
grub-install: info: Partition 4 starts from 247083008.
grub-install: info: Partition 5 starts from 499140608.
grub-install: info: Partition 6 starts from 369963008.
grub-install: info: Partition 7 starts from 371191808.
grub-install: info: /dev/sda8 is present.
grub-install: info: Looking for /dev/sda8.
grub-install: info: /dev/sda is a parent of /dev/sda8.
grub-install: info: /dev/sda8 starts from 371191808.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: Partition 1 starts from 1085440.
grub-install: info: Partition 2 starts from 1290240.
grub-install: info: Partition 3 starts from 1323008.
grub-install: info: Partition 4 starts from 247083008.
grub-install: info: Partition 5 starts from 499140608.
grub-install: info: Partition 6 starts from 369963008.
grub-install: info: Partition 7 starts from 371191808.
grub-install: info: /dev/sda8 is present.
grub-install: info: Looking for /dev/sda8.
grub-install: info: /dev/sda is a parent of /dev/sda8.
grub-install: info: /dev/sda8 starts from 371191808.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: Partition 1 starts from 1085440.
grub-install: info: Partition 2 starts from 1290240.
grub-install: info: Partition 3 starts from 1323008.
grub-install: info: Partition 4 starts from 247083008.
grub-install: info: Partition 5 starts from 499140608.
grub-install: info: Partition 6 starts from 369963008.
grub-install: info: Partition 7 starts from 371191808.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: /dev/sda7 is present.
grub-install: info: Looking for /dev/sda7.
grub-install: info: /dev/sda is a parent of /dev/sda7.
grub-install: info: /dev/sda7 starts from 369963008.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: Partition 1 starts from 1085440.
grub-install: info: Partition 2 starts from 1290240.
grub-install: info: Partition 3 starts from 1323008.
grub-install: info: Partition 4 starts from 247083008.
grub-install: info: Partition 5 starts from 499140608.
grub-install: info: Partition 6 starts from 369963008.
grub-install: info: /dev/sda7 is present.
grub-install: info: Looking for /dev/sda7.
grub-install: info: /dev/sda is a parent of /dev/sda7.
grub-install: info: /dev/sda7 starts from 369963008.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: Partition 1 starts from 1085440.
grub-install: info: Partition 2 starts from 1290240.
grub-install: info: Partition 3 starts from 1323008.
grub-install: info: Partition 4 starts from 247083008.
grub-install: info: Partition 5 starts from 499140608.
grub-install: info: Partition 6 starts from 369963008.
grub-install: info: /dev/sda7 is present.
grub-install: info: Looking for /dev/sda7.
grub-install: info: /dev/sda is a parent of /dev/sda7.
grub-install: info: /dev/sda7 starts from 369963008.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: Partition 1 starts from 1085440.
grub-install: info: Partition 2 starts from 1290240.
grub-install: info: Partition 3 starts from 1323008.
grub-install: info: Partition 4 starts from 247083008.
grub-install: info: Partition 5 starts from 499140608.
grub-install: info: Partition 6 starts from 369963008.
grub-install: info: grub-mkimage --directory '/usr/lib/grub/x86_64-efi' --prefix '/boot/grub' --output '/boot/grub/x86_64-efi/core.efi' --dtb '' --format 'x86_64-efi' --compression 'auto' --config '/boot/grub/x86_64-efi/load.cfg' 'ext2' 'part_gpt' 'search_fs_uuid'
.
grub-install: info: the size of config file is 0x68.
grub-install: info: the total module size is 0x5660.
grub-install: info: reading /usr/lib/grub/x86_64-efi/kernel.img.
grub-install: info: locating the section .text at 0x0.
grub-install: info: locating the section .rodata at 0xb000.
grub-install: info: locating the section .rodata.str1.1 at 0xb198.
grub-install: info: locating the section .data at 0xcd80.
grub-install: info: locating the section .module_license at 0xe070.
grub-install: info: locating the section .bss at 0xe080.
grub-install: info: locating at 0x1000 (0x1000).
grub-install: info: locating at 0xc000 (0xc000).
grub-install: info: locating at 0xc198 (0xc198).
grub-install: info: locating at 0xdd80 (0xdd80).
grub-install: info: locating at 0xf080 (0xf080).
grub-install: info: locating at 0xf070 (0xf070).
grub-install: info: locating at 0x1000 (0x1000).
grub-install: info: locating grub_strlen at 0x9343 (0x1000).
grub-install: info: locating grub_net_poll_cards_idle at 0x10e20 (0xf080).
grub-install: info: locating grub_efi_finish_boot_services at 0x411c (0x1000).
grub-install: info: locating grub_disk_get_size at 0x6da2 (0x1000).
grub-install: info: locating grub_file_progress_hook at 0x1af60 (0xf080).
grub-install: info: locating grub_efidisk_fini at 0x16b3 (0x1000).
grub-install: info: locating grub_puts_ at 0x90e4 (0x1000).
grub-install: info: locating grub_millisleep at 0x5999 (0x1000).
grub-install: info: locating grub_fs_autoload_hook at 0x10be8 (0xf080).
grub-install: info: locating efi_wrap_10 at 0x1236 (0x1000).
grub-install: info: locating grub_byte_checksum at 0x4f5b (0x1000).
grub-install: info: locating grub_efi_allocate_pages_max at 0x3dbe (0x1000).
grub-install: info: locating grub_fs_blocklist at 0xdf20 (0xdd80).
grub-install: info: locating grub_errmsg at 0x1ae40 (0xf080).
grub-install: info: locating efi_wrap_5 at 0x11cd (0x1000).
grub-install: info: locating grub_strncmp at 0x9165 (0x1000).
grub-install: info: locating grub_strtoull at 0x9598 (0x1000).
grub-install: info: locating grub_dma_get_virt at 0x1336 (0x1000).
grub-install: info: locating grub_efi_system_table at 0x10e30 (0xf080).
grub-install: info: locating memmove at 0x52b9 (0x1000).
grub-install: info: locating efi_wrap_4 at 0x11b9 (0x1000).
grub-install: info: locating grub_disk_open at 0x6785 (0x1000).
grub-install: info: locating grub_efi_locate_protocol at 0x2a26 (0x1000).
grub-install: info: locating grub_env_update_get_sorted at 0x7e1f (0x1000).
grub-install: info: locating grub_strcpy at 0x90cd (0x1000).
grub-install: info: locating grub_partition_probe at 0xa72e (0x1000).
grub-install: info: locating grub_strrchr at 0x91b8 (0x1000).
grub-install: info: locating grub_partition_get_name at 0xa93f (0x1000).
grub-install: info: locating grub_dl_load at 0x7aa3 (0x1000).
grub-install: info: locating grub_pmtimer_wait_count_tsc at 0x1098 (0x1000).
grub-install: info: locating grub_efi_stall at 0x2c60 (0x1000).
grub-install: info: locating grub_efi_get_filename at 0x3064 (0x1000).
grub-install: info: locating grub_env_export at 0x7f12 (0x1000).
grub-install: info: locating grub_xvasprintf at 0xa118 (0x1000).
grub-install: info: locating grub_error_push at 0x7fdc (0x1000).
grub-install: info: locating grub_rescue_run at 0xaed9 (0x1000).
grub-install: info: locating grub_xasprintf at 0xa1b4 (0x1000).
grub-install: info: locating grub_realloc at 0x58b7 (0x1000).
grub-install: info: locating grub_exit at 0x2ce8 (0x1000).
grub-install: info: locating grub_tsc_calibrate_from_pmtimer at 0x111c (0x1000).
grub-install: info: locating memcpy at 0x52a9 (0x1000).
grub-install: info: locating grub_memmove at 0x908d (0x1000).
grub-install: info: locating grub_device_open at 0x5fbd (0x1000).
grub-install: info: locating grub_file_filters at 0x1af80 (0xf080).
grub-install: info: locating grub_register_exported_symbols at 0xb251 (0x1000).
grub-install: info: locating grub_reboot at 0x2ca7 (0x1000).
grub-install: info: locating grub_tsc_calibrate_from_efi at 0x1017 (0x1000).
grub-install: info: locating grub_strdup at 0x9358 (0x1000).
grub-install: info: locating grub_disk_firmware_is_tainted at 0x10e80 (0xf080).
grub-install: info: locating grub_efi_allocate_fixed at 0x3fc6 (0x1000).
grub-install: info: locating grub_divmod64 at 0x93fd (0x1000).
grub-install: info: locating grub_file_get_device_name at 0x8166 (0x1000).
grub-install: info: locating grub_efi_print_device_path at 0x334a (0x1000).
grub-install: info: locating grub_partition_iterate at 0xa8ce (0x1000).
grub-install: info: locating grub_dma_free at 0x1326 (0x1000).
grub-install: info: locating grub_vsnprintf at 0xa0b7 (0x1000).
grub-install: info: locating grub_partition_map_list at 0x1afa8 (0xf080).
grub-install: info: locating efi_wrap_1 at 0x118c (0x1000).
grub-install: info: locating grub_command_list at 0x10e60 (0xf080).
grub-install: info: locating grub_machine_fini at 0x12a2 (0x1000).
grub-install: info: locating grub_tsc_rate at 0x10e50 (0xf080).
grub-install: info: locating grub_rescue_parse_line at 0xac56 (0x1000).
grub-install: info: locating grub_efi_get_variable at 0x2e88 (0x1000).
grub-install: info: locating grub_snprintf at 0xa0cf (0x1000).
grub-install: info: locating grub_register_core_commands at 0x5e46 (0x1000).
grub-install: info: locating grub_disk_dev_register at 0x66a2 (0x1000).
grub-install: info: locating grub_efi_find_mmap_size at 0x43c9 (0x1000).
grub-install: info: locating grub_console_init at 0x4dd0 (0x1000).
grub-install: info: locating grub_disk_write_weak at 0x10e88 (0xf080).
grub-install: info: locating grub_dl_add at 0x6e75 (0x1000).
grub-install: info: locating grub_disk_read at 0x6a42 (0x1000).
grub-install: info: locating grub_term_highlight_color at 0xe0c8 (0xdd80).
grub-install: info: locating grub_parser_execute at 0xa6b2 (0x1000).
grub-install: info: locating grub_xputs at 0xe0c0 (0xdd80).
grub-install: info: locating grub_console_fini at 0x4ea0 (0x1000).
grub-install: info: locating grub_fatal at 0xa207 (0x1000).
grub-install: info: locating grub_dl_ref at 0x6f77 (0x1000).
grub-install: info: locating grub_file_seek at 0x84ae (0x1000).
grub-install: info: locating grub_pci_find_capability at 0x143b (0x1000).
grub-install: info: locating grub_efi_get_loaded_image at 0x2c88 (0x1000).
grub-install: info: locating grub_errno at 0x1af40 (0xf080).
grub-install: info: locating grub_parser_cmdline_state at 0xa399 (0x1000).
grub-install: info: locating grub_memset at 0x92ca (0x1000).
grub-install: info: locating grub_getkey at 0xb0c2 (0x1000).
grub-install: info: locating grub_term_outputs_disabled at 0x1afb0 (0xf080).
grub-install: info: locating grub_grubnet_fini at 0x1afa0 (0xf080).
grub-install: info: locating grub_register_variable_hook at 0x7eae (0x1000).
grub-install: info: locating grub_efi_image_handle at 0x10e38 (0xf080).
grub-install: info: locating grub_vprintf at 0x9dc9 (0x1000).
grub-install: info: locating grub_machine_acpi_get_rsdpv1 at 0x5051 (0x1000).
grub-install: info: locating grub_net_open at 0xf0e0 (0xf080).
grub-install: info: locating grub_register_command_prio at 0x59c1 (0x1000).
grub-install: info: locating grub_efi_find_last_device_path at 0x3267 (0x1000).
grub-install: info: locating grub_efi_compare_device_paths at 0x3a55 (0x1000).
grub-install: info: locating grub_acpi_find_fadt at 0x4f71 (0x1000).
grub-install: info: locating grub_install_get_time_ms at 0x5987 (0x1000).
grub-install: info: locating grub_tsc_calibrate_from_pit at 0x520d (0x1000).
grub-install: info: locating _start at 0x1000 (0x1000).
grub-install: info: locating grub_term_inputs at 0x1afb8 (0xf080).
grub-install: info: locating grub_parser_split_cmdline at 0xa43d (0x1000).
grub-install: info: locating grub_disk_firmware_fini at 0x10e90 (0xf080).
grub-install: info: locating grub_disk_close at 0x66e8 (0x1000).
grub-install: info: locating grub_dl_unload at 0x6ff7 (0x1000).
grub-install: info: locating grub_efi_set_variable at 0x2d96 (0x1000).
grub-install: info: locating grub_printf at 0x9eba (0x1000).
grub-install: info: locating grub_efi_secure_boot at 0xb0e5 (0x1000).
grub-install: info: locating grub_unregister_command at 0x5ab1 (0x1000).
grub-install: info: locating grub_fs_list at 0x10bf0 (0xf080).
grub-install: info: locating grub_efidisk_get_device_handle at 0x23de (0x1000).
grub-install: info: locating grub_main at 0x8a89 (0x1000).
grub-install: info: locating grub_file_read at 0x81f8 (0x1000).
grub-install: info: locating grub_dl_unload_unneeded at 0x7b9e (0x1000).
grub-install: info: locating grub_pci_make_address at 0x1345 (0x1000).
grub-install: info: locating memcmp at 0x52c9 (0x1000).
grub-install: info: locating grub_term_normal_color at 0xe0c9 (0xdd80).
grub-install: info: locating grub_disk_dev_list at 0x10e98 (0xf080).
grub-install: info: locating grub_machine_init at 0x1284 (0x1000).
grub-install: info: locating efi_wrap_0 at 0x1181 (0x1000).
grub-install: info: locating grub_efi_locate_handle at 0x2a74 (0x1000).
grub-install: info: locating grub_term_outputs at 0x1afc0 (0xf080).
grub-install: info: locating grub_modbase at 0x10e40 (0xf080).
grub-install: info: locating grub_term_inputs_disabled at 0x1afc8 (0xf080).
grub-install: info: locating grub_efi_net_config at 0x10e48 (0xf080).
grub-install: info: locating grub_efi_set_virtual_address_map at 0x2d37 (0x1000).
grub-install: info: locating grub_print_error at 0x80cc (0x1000).
grub-install: info: locating grub_efi_mm_init at 0x445c (0x1000).
grub-install: info: locating memset at 0x52d9 (0x1000).
grub-install: info: locating grub_zalloc at 0x5628 (0x1000).
grub-install: info: locating grub_strcmp at 0x9145 (0x1000).
grub-install: info: locating grub_tsc_init at 0x515d (0x1000).
grub-install: info: locating grub_strchr at 0x91a0 (0x1000).
grub-install: info: locating grub_refresh at 0xb096 (0x1000).
grub-install: info: locating grub_malloc at 0x5613 (0x1000).
grub-install: info: locating grub_efi_get_memory_map at 0x3fe0 (0x1000).
grub-install: info: locating grub_efidisk_get_device_name at 0x252d (0x1000).
grub-install: info: locating grub_get_time_ms at 0x5977 (0x1000).
grub-install: info: locating grub_file_close at 0x8298 (0x1000).
grub-install: info: locating grub_file_open at 0x82e7 (0x1000).
grub-install: info: locating grub_isspace at 0x91cf (0x1000).
grub-install: info: locating grub_efi_open_protocol at 0x2b72 (0x1000).
grub-install: info: locating grub_real_dprintf at 0x9f6f (0x1000).
grub-install: info: locating efi_wrap_3 at 0x11a8 (0x1000).
grub-install: info: locating grub_dl_load_core_noinit at 0x70f7 (0x1000).
grub-install: info: locating grub_calloc at 0x55ac (0x1000).
grub-install: info: locating grub_dl_load_file at 0x79a0 (0x1000).
grub-install: info: locating grub_env_unset at 0x7d9f (0x1000).
grub-install: info: locating grub_device_close at 0x609e (0x1000).
grub-install: info: locating efi_wrap_6 at 0x11e6 (0x1000).
grub-install: info: locating grub_dl_head at 0xf100 (0xf080).
grub-install: info: locating grub_fs_probe at 0x87bf (0x1000).
grub-install: info: locating grub_mm_base at 0x10e58 (0xf080).
grub-install: info: locating grub_term_poll_usb at 0x10e28 (0xf080).
grub-install: info: locating grub_strword at 0x9236 (0x1000).
grub-install: info: locating grub_machine_get_bootlocation at 0x3bc6 (0x1000).
grub-install: info: locating grub_efi_fini at 0x3c67 (0x1000).
grub-install: info: locating grub_efi_allocate_any_pages at 0x3fa4 (0x1000).
grub-install: info: locating grub_efi_memory_fini at 0x442e (0x1000).
grub-install: info: locating grub_err_printed_errors at 0x1af44 (0xf080).
grub-install: info: locating grub_error at 0x7f5c (0x1000).
grub-install: info: locating grub_current_context at 0xdf10 (0xdd80).
grub-install: info: locating efi_codes at 0xc0e0 (0xc000).
grub-install: info: locating grub_dl_register_symbol at 0x6eb6 (0x1000).
grub-install: info: locating grub_efi_is_finished at 0xf098 (0xf080).
grub-install: info: locating grub_list_remove at 0x89f2 (0x1000).
grub-install: info: locating grub_pci_iterate at 0x1372 (0x1000).
grub-install: info: locating grub_modules_get_end at 0x8a69 (0x1000).
grub-install: info: locating grub_free at 0x5666 (0x1000).
grub-install: info: locating grub_strndup at 0x93a4 (0x1000).
grub-install: info: locating efi_wrap_7 at 0x1209 (0x1000).
grub-install: info: locating grub_named_list_find at 0x899f (0x1000).
grub-install: info: locating grub_dl_unref at 0x6fb7 (0x1000).
grub-install: info: locating grub_efi_duplicate_device_path at 0x32bd (0x1000).
grub-install: info: locating grub_efidisk_init at 0x21d1 (0x1000).
grub-install: info: locating grub_disk_dev_unregister at 0x66bb (0x1000).
grub-install: info: locating grub_efi_init at 0x3b5c (0x1000).
grub-install: info: locating grub_arch_dl_check_header at 0x14d0 (0x1000).
grub-install: info: locating grub_arch_dl_relocate_symbols at 0x1503 (0x1000).
grub-install: info: locating grub_efi_free_pages at 0x3d30 (0x1000).
grub-install: info: locating grub_printf_ at 0x9f0d (0x1000).
grub-install: info: locating grub_efi_get_device_path at 0x3248 (0x1000).
grub-install: info: locating start at 0x1000 (0x1000).
grub-install: info: locating grub_efi_modules_addr at 0x2fc6 (0x1000).
grub-install: info: locating grub_error_pop at 0x8059 (0x1000).
grub-install: info: locating grub_device_iterate at 0x61d7 (0x1000).
grub-install: info: locating grub_getkey_noblock at 0xb048 (0x1000).
grub-install: info: locating grub_memalign_dma32 at 0x12d0 (0x1000).
grub-install: info: locating grub_list_push at 0x89d7 (0x1000).
grub-install: info: locating grub_efi_set_text_mode at 0x2bd5 (0x1000).
grub-install: info: locating grub_err_printf at 0x9eba (0x1000).
grub-install: info: locating grub_disk_cache_invalidate_all at 0x6657 (0x1000).
grub-install: info: locating grub_machine_acpi_get_rsdpv2 at 0x50b5 (0x1000).
grub-install: info: locating grub_efi_allocate_pages_real at 0x3e74 (0x1000).
grub-install: info: locating grub_env_set at 0x7c44 (0x1000).
grub-install: info: locating grub_dl_load_core at 0x7956 (0x1000).
grub-install: info: locating grub_gettext at 0xdf70 (0xdd80).
grub-install: info: locating grub_memcmp at 0x9121 (0x1000).
grub-install: info: locating grub_env_get at 0x7d71 (0x1000).
grub-install: info: locating efi_wrap_2 at 0x119a (0x1000).
grub-install: info: locating grub_strtoul at 0x9924 (0x1000).
grub-install: info: locating grub_dma_get_phys at 0x133e (0x1000).
grub-install: info: locating grub_mm_init_region at 0x5781 (0x1000).
grub-install: info: locating grub_disk_cache_table at 0x10ea0 (0xf080).
grub-install: info: locating grub_memalign at 0x5394 (0x1000).
grub-install: info: dealing with the relocation section .rela.text for .text.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xfe31 at the offset 0x3.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xfe22 at the offset 0xa.
grub-install: info: relocating an R_X86_64_PC32 entry to 0x7a72 at the offset 0x13.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x37.
grub-install: info: relocating an R_X86_64_64 entry to 0x118c at the offset 0x4f.
grub-install: info: relocating an R_X86_64_64 entry to 0x93fd at the offset 0x6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e50 at the offset 0x88.
grub-install: info: relocating an R_X86_64_64 entry to 0x4f71 at the offset 0x123.
grub-install: info: relocating an R_X86_64_64 entry to 0x1098 at the offset 0x148.
grub-install: info: relocating an R_X86_64_64 entry to 0x93fd at the offset 0x163.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e50 at the offset 0x172.
grub-install: info: relocating an R_X86_64_64 entry to 0x3b5c at the offset 0x28b.
grub-install: info: relocating an R_X86_64_64 entry to 0x515d at the offset 0x298.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c67 at the offset 0x2ae.
grub-install: info: relocating an R_X86_64_64 entry to 0x442e at the offset 0x2c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x5394 at the offset 0x2f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xc198 at the offset 0x307.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x318.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x32c.
grub-install: info: relocating an R_X86_64_64 entry to 0x1345 at the offset 0x386.
grub-install: info: relocating an R_X86_64_64 entry to 0x1345 at the offset 0x454.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1b8 at the offset 0x4e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x4f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1d9 at the offset 0x526.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1fc at the offset 0x5b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x5c4.
grub-install: info: relocating an R_X86_64_64 entry to 0xc214 at the offset 0x614.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x61e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc23b at the offset 0x669.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0x673.
grub-install: info: relocating an R_X86_64_64 entry to 0xc24f at the offset 0x67d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x687.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x696.
grub-install: info: relocating an R_X86_64_64 entry to 0xf090 at the offset 0x6bb.
grub-install: info: relocating an R_X86_64_64 entry to 0xf088 at the offset 0x6c7.
grub-install: info: relocating an R_X86_64_64 entry to 0xf080 at the offset 0x6d2.
grub-install: info: relocating an R_X86_64_64 entry to 0x1692 at the offset 0x6dd.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd80 at the offset 0x702.
grub-install: info: relocating an R_X86_64_64 entry to 0x66bb at the offset 0x70c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0x73a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc262 at the offset 0x744.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x752.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x75e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc24f at the offset 0x76c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9924 at the offset 0x7a3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc26e at the offset 0x7bf.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x7d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xf080 at the offset 0x7fe.
grub-install: info: relocating an R_X86_64_64 entry to 0xf090 at the offset 0x80c.
grub-install: info: relocating an R_X86_64_64 entry to 0xf088 at the offset 0x81a.
grub-install: info: relocating an R_X86_64_64 entry to 0x1639 at the offset 0x827.
grub-install: info: relocating an R_X86_64_64 entry to 0xc27c at the offset 0x845.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x852.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0x870.
grub-install: info: relocating an R_X86_64_64 entry to 0xc24f at the offset 0x87a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc28b at the offset 0x892.
grub-install: info: relocating an R_X86_64_64 entry to 0xc2c6 at the offset 0x8b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc2e2 at the offset 0x8ee.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x902.
grub-install: info: relocating an R_X86_64_64 entry to 0xc2f9 at the offset 0x943.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0x94d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc24f at the offset 0x957.
grub-install: info: relocating an R_X86_64_64 entry to 0xddc0 at the offset 0x97c.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a74 at the offset 0x986.
grub-install: info: relocating an R_X86_64_64 entry to 0x3248 at the offset 0x9b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3267 at the offset 0x9ee.
grub-install: info: relocating an R_X86_64_64 entry to 0xddc0 at the offset 0xa0f.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b72 at the offset 0xa19.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0xa4e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0xa64.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0xaad.
grub-install: info: relocating an R_X86_64_64 entry to 0x32bd at the offset 0xace.
grub-install: info: relocating an R_X86_64_64 entry to 0x3267 at the offset 0xafa.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a55 at the offset 0xb0b.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0xb39.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a55 at the offset 0xb55.
grub-install: info: relocating an R_X86_64_64 entry to 0xc30f at the offset 0xb8d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0cf at the offset 0xb97.
grub-install: info: relocating an R_X86_64_64 entry to 0xf088 at the offset 0xbbe.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b51 at the offset 0xbd7.
grub-install: info: relocating an R_X86_64_64 entry to 0xf090 at the offset 0xbf4.
grub-install: info: relocating an R_X86_64_64 entry to 0xf080 at the offset 0xc12.
grub-install: info: relocating an R_X86_64_64 entry to 0xf090 at the offset 0xc5d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0cf at the offset 0xc6c.
grub-install: info: relocating an R_X86_64_64 entry to 0xf088 at the offset 0xc7b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0cf at the offset 0xc8a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc313 at the offset 0xca9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc24f at the offset 0xcc0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc318 at the offset 0xcca.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0xcd4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0xcde.
grub-install: info: relocating an R_X86_64_64 entry to 0xc326 at the offset 0xd10.
grub-install: info: relocating an R_X86_64_64 entry to 0xc24f at the offset 0xd27.
grub-install: info: relocating an R_X86_64_64 entry to 0xc318 at the offset 0xd31.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0xd3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0xd45.
grub-install: info: relocating an R_X86_64_64 entry to 0xf080 at the offset 0xd6e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0cf at the offset 0xd7d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc32b at the offset 0xd98.
grub-install: info: relocating an R_X86_64_64 entry to 0xc24f at the offset 0xdaf.
grub-install: info: relocating an R_X86_64_64 entry to 0xc318 at the offset 0xdb9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0xdc3.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0xdcd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa93f at the offset 0xe41.
grub-install: info: relocating an R_X86_64_64 entry to 0x3267 at the offset 0xe61.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a55 at the offset 0xe94.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0xebd.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0xee1.
grub-install: info: relocating an R_X86_64_64 entry to 0x5394 at the offset 0xf67.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0xf89.
grub-install: info: relocating an R_X86_64_64 entry to 0x11cd at the offset 0xfb5.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0xfd9.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0xfe5.
grub-install: info: relocating an R_X86_64_64 entry to 0xc330 at the offset 0x1015.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0x1026.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x1034.
grub-install: info: relocating an R_X86_64_64 entry to 0xc24f at the offset 0x104d.
grub-install: info: relocating an R_X86_64_64 entry to 0x1f0b at the offset 0x1063.
grub-install: info: relocating an R_X86_64_64 entry to 0xc364 at the offset 0x1094.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x10a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc375 at the offset 0x10c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x10d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc39d at the offset 0x10fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0x110b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x1119.
grub-install: info: relocating an R_X86_64_64 entry to 0xc24f at the offset 0x1132.
grub-install: info: relocating an R_X86_64_64 entry to 0x1f0b at the offset 0x114b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc364 at the offset 0x117c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x1188.
grub-install: info: relocating an R_X86_64_64 entry to 0xc3cf at the offset 0x11aa.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x11b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x16b3 at the offset 0x11d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x11ed.
grub-install: info: relocating an R_X86_64_64 entry to 0x1971 at the offset 0x11f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x1acc at the offset 0x120c.
grub-install: info: relocating an R_X86_64_64 entry to 0xf088 at the offset 0x126b.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e5d at the offset 0x127b.
grub-install: info: relocating an R_X86_64_64 entry to 0xf080 at the offset 0x1287.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e5d at the offset 0x12b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0x130a.
grub-install: info: relocating an R_X86_64_64 entry to 0x1acc at the offset 0x131a.
grub-install: info: relocating an R_X86_64_64 entry to 0xf090 at the offset 0x1369.
grub-install: info: relocating an R_X86_64_64 entry to 0xf080 at the offset 0x1388.
grub-install: info: relocating an R_X86_64_64 entry to 0xf088 at the offset 0x1394.
grub-install: info: relocating an R_X86_64_64 entry to 0x1692 at the offset 0x13ae.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd80 at the offset 0x13bd.
grub-install: info: relocating an R_X86_64_64 entry to 0x66a2 at the offset 0x13c7.
grub-install: info: relocating an R_X86_64_64 entry to 0x1971 at the offset 0x142d.
grub-install: info: relocating an R_X86_64_64 entry to 0x32bd at the offset 0x143a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3267 at the offset 0x146b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a55 at the offset 0x148e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x149d.
grub-install: info: relocating an R_X86_64_64 entry to 0x1692 at the offset 0x150e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3248 at the offset 0x1533.
grub-install: info: relocating an R_X86_64_64 entry to 0x3267 at the offset 0x1552.
grub-install: info: relocating an R_X86_64_64 entry to 0x32bd at the offset 0x158b.
grub-install: info: relocating an R_X86_64_64 entry to 0x1bbc at the offset 0x15d2.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x15dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x6785 at the offset 0x15f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x66e8 at the offset 0x1622.
grub-install: info: relocating an R_X86_64_64 entry to 0x6da2 at the offset 0x1644.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x1658.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e03 at the offset 0x1671.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8ce at the offset 0x167b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc3f5 at the offset 0x1699.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1b4 at the offset 0x16a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1bbc at the offset 0x16e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x16f4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x1822.
grub-install: info: relocating an R_X86_64_64 entry to 0xc3fb at the offset 0x1874.
grub-install: info: relocating an R_X86_64_64 entry to 0xc43c at the offset 0x188b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc43e at the offset 0x18a4.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x1a36.
grub-install: info: relocating an R_X86_64_64 entry to 0x11a8 at the offset 0x1a46.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x1a81.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x1ac9.
grub-install: info: relocating an R_X86_64_64 entry to 0x11cd at the offset 0x1adb.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x1b01.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x1b42.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x1b84.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e38 at the offset 0x1ba3.
grub-install: info: relocating an R_X86_64_64 entry to 0x11e6 at the offset 0x1bb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a26 at the offset 0x1bdb.
grub-install: info: relocating an R_X86_64_64 entry to 0xddf0 at the offset 0x1bea.
grub-install: info: relocating an R_X86_64_64 entry to 0x11b9 at the offset 0x1c15.
grub-install: info: relocating an R_X86_64_64 entry to 0x119a at the offset 0x1c45.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x1c66.
grub-install: info: relocating an R_X86_64_64 entry to 0x118c at the offset 0x1c7e.
grub-install: info: relocating an R_X86_64_64 entry to 0xdde0 at the offset 0x1c8e.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b72 at the offset 0x1c9d.
grub-install: info: relocating an R_X86_64_64 entry to 0x12a2 at the offset 0x1cb5.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x1cc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x11b9 at the offset 0x1cdc.
grub-install: info: relocating an R_X86_64_64 entry to 0x12a2 at the offset 0x1cf6.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x1d09.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e38 at the offset 0x1d1e.
grub-install: info: relocating an R_X86_64_64 entry to 0x11b9 at the offset 0x1d2b.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x1d47.
grub-install: info: relocating an R_X86_64_64 entry to 0x11b9 at the offset 0x1d65.
grub-install: info: relocating an R_X86_64_64 entry to 0xc444 at the offset 0x1d76.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x1d88.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x1d9c.
grub-install: info: relocating an R_X86_64_64 entry to 0x55ac at the offset 0x1dcc.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x1ddc.
grub-install: info: relocating an R_X86_64_64 entry to 0x28c6 at the offset 0x1df7.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x1e1d.
grub-install: info: relocating an R_X86_64_64 entry to 0x11cd at the offset 0x1e2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x1e41.
grub-install: info: relocating an R_X86_64_64 entry to 0xc463 at the offset 0x1e5f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x1e6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x1e8e.
grub-install: info: relocating an R_X86_64_64 entry to 0x55ac at the offset 0x1ed1.
grub-install: info: relocating an R_X86_64_64 entry to 0x11cd at the offset 0x1ef2.
grub-install: info: relocating an R_X86_64_64 entry to 0x28c6 at the offset 0x1eff.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x1f09.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x1f2d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x1f60.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e38 at the offset 0x1fcc.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c88 at the offset 0x1fe1.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x1fff.
grub-install: info: relocating an R_X86_64_64 entry to 0xc483 at the offset 0x2025.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x20d5.
grub-install: info: relocating an R_X86_64_64 entry to 0x55ac at the offset 0x20e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc488 at the offset 0x2134.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x2145.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x2189.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x21b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x270e at the offset 0x21cd.
grub-install: info: relocating an R_X86_64_64 entry to 0xddd0 at the offset 0x224e.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b72 at the offset 0x225d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc488 at the offset 0x22d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x22ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x2318.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x2338.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x2359.
grub-install: info: relocating an R_X86_64_64 entry to 0xc4b5 at the offset 0x23c4.
grub-install: info: relocating an R_X86_64_64 entry to 0xc4c1 at the offset 0x23d6.
grub-install: info: relocating an R_X86_64_64 entry to 0xc4cb at the offset 0x23e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc000 at the offset 0x23ff.
grub-install: info: relocating an R_X86_64_64 entry to 0xc4dc at the offset 0x2418.
grub-install: info: relocating an R_X86_64_64 entry to 0xc4e8 at the offset 0x2427.
grub-install: info: relocating an R_X86_64_64 entry to 0xc4f4 at the offset 0x2442.
grub-install: info: relocating an R_X86_64_64 entry to 0xc508 at the offset 0x2454.
grub-install: info: relocating an R_X86_64_64 entry to 0xc511 at the offset 0x2466.
grub-install: info: relocating an R_X86_64_64 entry to 0xc51b at the offset 0x2478.
grub-install: info: relocating an R_X86_64_64 entry to 0xc52a at the offset 0x2498.
grub-install: info: relocating an R_X86_64_64 entry to 0xc537 at the offset 0x24b1.
grub-install: info: relocating an R_X86_64_64 entry to 0xc53e at the offset 0x24c9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc542 at the offset 0x24dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x24ed.
grub-install: info: relocating an R_X86_64_64 entry to 0xc53e at the offset 0x2505.
grub-install: info: relocating an R_X86_64_64 entry to 0xc542 at the offset 0x251e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc546 at the offset 0x2553.
grub-install: info: relocating an R_X86_64_64 entry to 0xc54a at the offset 0x257c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc54e at the offset 0x2593.
grub-install: info: relocating an R_X86_64_64 entry to 0xc028 at the offset 0x25ad.
grub-install: info: relocating an R_X86_64_64 entry to 0xc55f at the offset 0x25c6.
grub-install: info: relocating an R_X86_64_64 entry to 0xc570 at the offset 0x25e1.
grub-install: info: relocating an R_X86_64_64 entry to 0xc57d at the offset 0x25fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xc596 at the offset 0x260b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5a2 at the offset 0x262a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5ae at the offset 0x2643.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5c8 at the offset 0x2662.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5d1 at the offset 0x267d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5fc at the offset 0x26b4.
grub-install: info: relocating an R_X86_64_64 entry to 0xc627 at the offset 0x2701.
grub-install: info: relocating an R_X86_64_64 entry to 0xc66a at the offset 0x277b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc689 at the offset 0x279e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc69e at the offset 0x27c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc6ae at the offset 0x27d7.
grub-install: info: relocating an R_X86_64_64 entry to 0xc6b8 at the offset 0x27e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0b8 at the offset 0x2803.
grub-install: info: relocating an R_X86_64_64 entry to 0xc6ce at the offset 0x281c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc707 at the offset 0x2870.
grub-install: info: relocating an R_X86_64_64 entry to 0xc719 at the offset 0x2886.
grub-install: info: relocating an R_X86_64_64 entry to 0x2819 at the offset 0x2893.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x28a4.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x28b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x28d2.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x28e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc71f at the offset 0x28f3.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x2918.
grub-install: info: relocating an R_X86_64_64 entry to 0x270e at the offset 0x2930.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x294c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc72d at the offset 0x295c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc737 at the offset 0x2980.
grub-install: info: relocating an R_X86_64_64 entry to 0xc773 at the offset 0x29bf.
grub-install: info: relocating an R_X86_64_64 entry to 0xc795 at the offset 0x29cb.
grub-install: info: relocating an R_X86_64_64 entry to 0xc785 at the offset 0x29e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a6 at the offset 0x2a05.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x2a12.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0x2a7d.
grub-install: info: relocating an R_X86_64_64 entry to 0x2fc6 at the offset 0x2b63.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e40 at the offset 0x2b6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x4dd0 at the offset 0x2b79.
grub-install: info: relocating an R_X86_64_64 entry to 0x445c at the offset 0x2b85.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x2b98.
grub-install: info: relocating an R_X86_64_64 entry to 0x11b9 at the offset 0x2baf.
grub-install: info: relocating an R_X86_64_64 entry to 0x21d1 at the offset 0x2bbc.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e38 at the offset 0x2bcc.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c88 at the offset 0x2be3.
grub-install: info: relocating an R_X86_64_64 entry to 0x252d at the offset 0x2bfb.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e48 at the offset 0x2c10.
grub-install: info: relocating an R_X86_64_64 entry to 0x3064 at the offset 0x2c2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x91b8 at the offset 0x2c50.
grub-install: info: relocating an R_X86_64_64 entry to 0x16b3 at the offset 0x2c6e.
grub-install: info: relocating an R_X86_64_64 entry to 0x4ea0 at the offset 0x2c7b.
grub-install: info: relocating an R_X86_64_64 entry to 0x1345 at the offset 0x2cae.
grub-install: info: relocating an R_X86_64_64 entry to 0x143b at the offset 0x2cd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x2d46.
grub-install: info: relocating an R_X86_64_64 entry to 0x119a at the offset 0x2d5b.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0a0 at the offset 0x2d69.
grub-install: info: relocating an R_X86_64_64 entry to 0x118c at the offset 0x2da7.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x2df2.
grub-install: info: relocating an R_X86_64_64 entry to 0x11b9 at the offset 0x2e06.
grub-install: info: relocating an R_X86_64_64 entry to 0x3d30 at the offset 0x2e55.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x2eaa.
grub-install: info: relocating an R_X86_64_64 entry to 0x11b9 at the offset 0x2eba.
grub-install: info: relocating an R_X86_64_64 entry to 0x11a8 at the offset 0x2f0b.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0a0 at the offset 0x2f1c.
grub-install: info: relocating an R_X86_64_64 entry to 0x3d30 at the offset 0x2f60.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7bb at the offset 0x2f7a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x2f86.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e74 at the offset 0x2fbc.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e74 at the offset 0x2fd6.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x2fe6.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0c0 at the offset 0x3014.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0c8 at the offset 0x3021.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x302e.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b8 at the offset 0x305d.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b0 at the offset 0x3070.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0a8 at the offset 0x3085.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x30bf.
grub-install: info: relocating an R_X86_64_64 entry to 0x11cd at the offset 0x30d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x3146.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0c8 at the offset 0x3151.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0x317c.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0a8 at the offset 0x318c.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b0 at the offset 0x3199.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b8 at the offset 0x31a3.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0c0 at the offset 0x31ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fe0 at the offset 0x31b7.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0c0 at the offset 0x31cb.
grub-install: info: relocating an R_X86_64_64 entry to 0xc831 at the offset 0x31e3.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x31f4.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x3205.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x3218.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0a8 at the offset 0x3227.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b0 at the offset 0x3234.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b8 at the offset 0x323e.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0c0 at the offset 0x3248.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fe0 at the offset 0x3252.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x3262.
grub-install: info: relocating an R_X86_64_64 entry to 0xc814 at the offset 0x3271.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b8 at the offset 0x3280.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e38 at the offset 0x329c.
grub-install: info: relocating an R_X86_64_64 entry to 0x119a at the offset 0x32a9.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b8 at the offset 0x32b5.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x32d4.
grub-install: info: relocating an R_X86_64_64 entry to 0xc850 at the offset 0x32e2.
grub-install: info: relocating an R_X86_64_64 entry to 0xc870 at the offset 0x32f5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x32ff.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x3310.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0c0 at the offset 0x3325.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0c0 at the offset 0x3338.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x334b.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b8 at the offset 0x3357.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b0 at the offset 0x3373.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0a8 at the offset 0x3388.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c85 at the offset 0x339e.
grub-install: info: relocating an R_X86_64_64 entry to 0x1372 at the offset 0x33ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fe0 at the offset 0x33ea.
grub-install: info: relocating an R_X86_64_64 entry to 0xc898 at the offset 0x33fa.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x340b.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0a0 at the offset 0x3435.
grub-install: info: relocating an R_X86_64_64 entry to 0x3d30 at the offset 0x344e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fa4 at the offset 0x3470.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8b7 at the offset 0x3486.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fe0 at the offset 0x34b3.
grub-install: info: relocating an R_X86_64_64 entry to 0x3d30 at the offset 0x34cb.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8ce at the offset 0x351a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0x3524.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x358e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5781 at the offset 0x3699.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e74 at the offset 0x36e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e4 at the offset 0x36fb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0x370a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc919 at the offset 0x3716.
grub-install: info: relocating an R_X86_64_64 entry to 0x3d30 at the offset 0x3731.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0e0 at the offset 0x379d.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x37f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x380e.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b72 at the offset 0x3827.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x3843.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee4 at the offset 0x3852.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x3864.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x388a.
grub-install: info: relocating an R_X86_64_64 entry to 0x119a at the offset 0x38a3.
grub-install: info: relocating an R_X86_64_64 entry to 0x474a at the offset 0x38d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x3916.
grub-install: info: relocating an R_X86_64_64 entry to 0x474a at the offset 0x3937.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x3959.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee4 at the offset 0x396b.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x397a.
grub-install: info: relocating an R_X86_64_64 entry to 0x119a at the offset 0x3988.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x399d.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee4 at the offset 0x39ae.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee0 at the offset 0x39bc.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x39c7.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c9 at the offset 0x39f1.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c8 at the offset 0x39fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x119a at the offset 0x3a10.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x3a21.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee4 at the offset 0x3a30.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x3a3f.
grub-install: info: relocating an R_X86_64_64 entry to 0x119a at the offset 0x3a4d.
grub-install: info: relocating an R_X86_64_64 entry to 0x118c at the offset 0x3a75.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee4 at the offset 0x3a99.
grub-install: info: relocating an R_X86_64_64 entry to 0x4953 at the offset 0x3aab.
grub-install: info: relocating an R_X86_64_64 entry to 0x2bd5 at the offset 0x3ab9.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee4 at the offset 0x3ac5.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x3adc.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee4 at the offset 0x3af3.
grub-install: info: relocating an R_X86_64_64 entry to 0x2bd5 at the offset 0x3b0b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc92b at the offset 0x3b24.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x3b33.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee4 at the offset 0x3b3f.
grub-install: info: relocating an R_X86_64_64 entry to 0x4953 at the offset 0x3b5e.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee0 at the offset 0x3b6a.
grub-install: info: relocating an R_X86_64_64 entry to 0x4997 at the offset 0x3b7b.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee4 at the offset 0x3b8a.
grub-install: info: relocating an R_X86_64_64 entry to 0x4ada at the offset 0x3ba3.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x3bb6.
grub-install: info: relocating an R_X86_64_64 entry to 0x11a8 at the offset 0x3bd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4ada at the offset 0x3be6.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x3c05.
grub-install: info: relocating an R_X86_64_64 entry to 0x119a at the offset 0x3d1f.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x3d63.
grub-install: info: relocating an R_X86_64_64 entry to 0x4ada at the offset 0x3d71.
grub-install: info: relocating an R_X86_64_64 entry to 0x11b9 at the offset 0x3dab.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afc0 at the offset 0x3dd6.
grub-install: info: relocating an R_X86_64_64 entry to 0xde00 at the offset 0x3de1.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afb0 at the offset 0x3deb.
grub-install: info: relocating an R_X86_64_64 entry to 0xde18 at the offset 0x3dfb.
grub-install: info: relocating an R_X86_64_64 entry to 0xde00 at the offset 0x3e0a.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afc0 at the offset 0x3e14.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d7 at the offset 0x3e1e.
grub-install: info: relocating an R_X86_64_64 entry to 0xde00 at the offset 0x3e2c.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afb8 at the offset 0x3e3c.
grub-install: info: relocating an R_X86_64_64 entry to 0xdea0 at the offset 0x3e46.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afc8 at the offset 0x3e50.
grub-install: info: relocating an R_X86_64_64 entry to 0xdeb8 at the offset 0x3e60.
grub-install: info: relocating an R_X86_64_64 entry to 0xdea0 at the offset 0x3e6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afb8 at the offset 0x3e79.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d7 at the offset 0x3e83.
grub-install: info: relocating an R_X86_64_64 entry to 0xdea0 at the offset 0x3e90.
grub-install: info: relocating an R_X86_64_64 entry to 0xdea0 at the offset 0x3ea6.
grub-install: info: relocating an R_X86_64_64 entry to 0x89f2 at the offset 0x3eb1.
grub-install: info: relocating an R_X86_64_64 entry to 0xdea0 at the offset 0x3ebd.
grub-install: info: relocating an R_X86_64_64 entry to 0xde00 at the offset 0x3ec9.
grub-install: info: relocating an R_X86_64_64 entry to 0xde00 at the offset 0x3ed9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc948 at the offset 0x3eff.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0x3f09.
grub-install: info: relocating an R_X86_64_64 entry to 0xc94d at the offset 0x3f1a.
grub-install: info: relocating an R_X86_64_64 entry to 0x5051 at the offset 0x3f77.
grub-install: info: relocating an R_X86_64_64 entry to 0x50b5 at the offset 0x3f90.
grub-install: info: relocating an R_X86_64_64 entry to 0x4ee3 at the offset 0x3fa9.
grub-install: info: relocating an R_X86_64_64 entry to 0x4ee3 at the offset 0x3fc6.
grub-install: info: relocating an R_X86_64_64 entry to 0xc952 at the offset 0x3fef.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0x3ff9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc94d at the offset 0x400a.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x4059.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf00 at the offset 0x4080.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0x408a.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x40bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xdef0 at the offset 0x40e4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0x40ee.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0d0 at the offset 0x4130.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e50 at the offset 0x413d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc957 at the offset 0x4187.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0x4193.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0d0 at the offset 0x41ae.
grub-install: info: relocating an R_X86_64_64 entry to 0x111c at the offset 0x41b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x520d at the offset 0x41c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1017 at the offset 0x41d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e50 at the offset 0x41e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5119 at the offset 0x41f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5987 at the offset 0x4203.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e50 at the offset 0x4268.
grub-install: info: relocating an R_X86_64_64 entry to 0x93fd at the offset 0x4283.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x42af.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x42bf.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0x42cf.
grub-install: info: relocating an R_X86_64_64 entry to 0x92ca at the offset 0x42df.
grub-install: info: relocating an R_X86_64_64 entry to 0xc964 at the offset 0x42f5.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e58 at the offset 0x4301.
grub-install: info: relocating an R_X86_64_64 entry to 0xc979 at the offset 0x434c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0x4356.
grub-install: info: relocating an R_X86_64_64 entry to 0xc9ac at the offset 0x4367.
grub-install: info: relocating an R_X86_64_64 entry to 0xc98b at the offset 0x437c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0x4388.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e58 at the offset 0x43a2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6657 at the offset 0x43f1.
grub-install: info: relocating an R_X86_64_64 entry to 0xc9c4 at the offset 0x444f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0x445b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc9d5 at the offset 0x4474.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0x4480.
grub-install: info: relocating an R_X86_64_64 entry to 0xc9f6 at the offset 0x4583.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x4594.
grub-install: info: relocating an R_X86_64_64 entry to 0x5394 at the offset 0x45c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x92ca at the offset 0x45e1.
grub-install: info: relocating an R_X86_64_64 entry to 0xca04 at the offset 0x45ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x4602.
grub-install: info: relocating an R_X86_64_64 entry to 0x5394 at the offset 0x4619.
grub-install: info: relocating an R_X86_64_64 entry to 0x5394 at the offset 0x462e.
grub-install: info: relocating an R_X86_64_64 entry to 0x92ca at the offset 0x4655.
grub-install: info: relocating an R_X86_64_64 entry to 0x52e9 at the offset 0x4675.
grub-install: info: relocating an R_X86_64_64 entry to 0xc9d5 at the offset 0x46cb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0x46d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e58 at the offset 0x47b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x4814.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e58 at the offset 0x487b.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x48cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x48ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x52e9 at the offset 0x4907.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x4929.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x494e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x4961.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0d8 at the offset 0x497d.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0d8 at the offset 0x4990.
grub-install: info: relocating an R_X86_64_64 entry to 0x5977 at the offset 0x49a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x5628 at the offset 0x49c7.
grub-install: info: relocating an R_X86_64_64 entry to 0xca19 at the offset 0x4a13.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e60 at the offset 0x4a24.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x4a2e.
grub-install: info: relocating an R_X86_64_64 entry to 0x89f2 at the offset 0x4ad0.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x4ae3.
grub-install: info: relocating an R_X86_64_64 entry to 0xca1c at the offset 0x4afa.
grub-install: info: relocating an R_X86_64_64 entry to 0xca1a at the offset 0x4b04.
grub-install: info: relocating an R_X86_64_64 entry to 0xca1d at the offset 0x4b0e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x4b18.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x4b38.
grub-install: info: relocating an R_X86_64_64 entry to 0xca23 at the offset 0x4b42.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x4b5c.
grub-install: info: relocating an R_X86_64_64 entry to 0x5b2c at the offset 0x4b6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x61d7 at the offset 0x4b78.
grub-install: info: relocating an R_X86_64_64 entry to 0xca31 at the offset 0x4b84.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x4b8e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb096 at the offset 0x4b9a.
grub-install: info: relocating an R_X86_64_64 entry to 0x8166 at the offset 0x4bab.
grub-install: info: relocating an R_X86_64_64 entry to 0x5fbd at the offset 0x4bce.
grub-install: info: relocating an R_X86_64_64 entry to 0x87bf at the offset 0x4be9.
grub-install: info: relocating an R_X86_64_64 entry to 0x91a0 at the offset 0x4c00.
grub-install: info: relocating an R_X86_64_64 entry to 0xca33 at the offset 0x4c22.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x4c33.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x4c4b.
grub-install: info: relocating an R_X86_64_64 entry to 0xca29 at the offset 0x4c5b.
grub-install: info: relocating an R_X86_64_64 entry to 0xca44 at the offset 0x4c6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x4c7e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5aed at the offset 0x4c91.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x4ca5.
grub-install: info: relocating an R_X86_64_64 entry to 0xca31 at the offset 0x4caf.
grub-install: info: relocating an R_X86_64_64 entry to 0xb096 at the offset 0x4cbb.
grub-install: info: relocating an R_X86_64_64 entry to 0x609e at the offset 0x4cc7.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x4cd6.
grub-install: info: relocating an R_X86_64_64 entry to 0xca5d at the offset 0x4cfa.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x4d0b.
grub-install: info: relocating an R_X86_64_64 entry to 0x79a0 at the offset 0x4d2b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa3 at the offset 0x4d37.
grub-install: info: relocating an R_X86_64_64 entry to 0x6f77 at the offset 0x4d4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7e1f at the offset 0x4d66.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d71 at the offset 0x4d70.
grub-install: info: relocating an R_X86_64_64 entry to 0xca73 at the offset 0x4d90.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x4d9a.
grub-install: info: relocating an R_X86_64_64 entry to 0x91a0 at the offset 0x4db9.
grub-install: info: relocating an R_X86_64_64 entry to 0xca7a at the offset 0x4dd9.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x4de4.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c44 at the offset 0x4dfa.
grub-install: info: relocating an R_X86_64_64 entry to 0xca5d at the offset 0x4e17.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x4e28.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9f at the offset 0x4e38.
grub-install: info: relocating an R_X86_64_64 entry to 0xca8c at the offset 0x4e4c.
grub-install: info: relocating an R_X86_64_64 entry to 0xcaa9 at the offset 0x4e5a.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d59 at the offset 0x4e64.
grub-install: info: relocating an R_X86_64_64 entry to 0xcab8 at the offset 0x4e6e.
grub-install: info: relocating an R_X86_64_64 entry to 0x59c1 at the offset 0x4e78.
grub-install: info: relocating an R_X86_64_64 entry to 0xcabc at the offset 0x4e90.
grub-install: info: relocating an R_X86_64_64 entry to 0xcadc at the offset 0x4e9d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5e0d at the offset 0x4ea7.
grub-install: info: relocating an R_X86_64_64 entry to 0xcae3 at the offset 0x4eb1.
grub-install: info: relocating an R_X86_64_64 entry to 0xcae9 at the offset 0x4ec0.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb00 at the offset 0x4eca.
grub-install: info: relocating an R_X86_64_64 entry to 0x5b50 at the offset 0x4ed4.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb06 at the offset 0x4ede.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb09 at the offset 0x4ef1.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb1a at the offset 0x4efb.
grub-install: info: relocating an R_X86_64_64 entry to 0x5cf0 at the offset 0x4f05.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb21 at the offset 0x4f0f.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x4f1f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa93f at the offset 0x4f4e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x4f5b.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb28 at the offset 0x4f6f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1b4 at the offset 0x4f81.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb2e at the offset 0x4fce.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d71 at the offset 0x4fd8.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb2e at the offset 0x4ff1.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb33 at the offset 0x5004.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x500e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x501c.
grub-install: info: relocating an R_X86_64_64 entry to 0x6785 at the offset 0x5040.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0e0 at the offset 0x5054.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x5063.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x5088.
grub-install: info: relocating an R_X86_64_64 entry to 0x66e8 at the offset 0x50b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x50be.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x50e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x5fbd at the offset 0x511a.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x512e.
grub-install: info: relocating an R_X86_64_64 entry to 0x609e at the offset 0x5143.
grub-install: info: relocating an R_X86_64_64 entry to 0x5f19 at the offset 0x5158.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8ce at the offset 0x516a.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x5180.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x518a.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e98 at the offset 0x51df.
grub-install: info: relocating an R_X86_64_64 entry to 0x60ec at the offset 0x5223.
grub-install: info: relocating an R_X86_64_64 entry to 0x10ea0 at the offset 0x5275.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x5291.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x52bc.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x52d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x52ee.
grub-install: info: relocating an R_X86_64_64 entry to 0x10ea0 at the offset 0x533b.
grub-install: info: relocating an R_X86_64_64 entry to 0x10ea0 at the offset 0x538f.
grub-install: info: relocating an R_X86_64_64 entry to 0x6365 at the offset 0x53ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x540c.
grub-install: info: relocating an R_X86_64_64 entry to 0x630e at the offset 0x5426.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x5437.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x5455.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x546c.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x54c4.
grub-install: info: relocating an R_X86_64_64 entry to 0x624a at the offset 0x54e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x5504.
grub-install: info: relocating an R_X86_64_64 entry to 0x7fdc at the offset 0x559a.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb60 at the offset 0x55b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb4b at the offset 0x55ba.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb5b at the offset 0x55c4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x55ce.
grub-install: info: relocating an R_X86_64_64 entry to 0x8059 at the offset 0x55db.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x55ed.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x5608.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x565f.
grub-install: info: relocating an R_X86_64_64 entry to 0x10ea0 at the offset 0x566b.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e98 at the offset 0x56a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e98 at the offset 0x56c1.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb6c at the offset 0x56f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb5b at the offset 0x56fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x5706.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb60 at the offset 0x571d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5977 at the offset 0x5741.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x574b.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0e8 at the offset 0x5757.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb5b at the offset 0x5797.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x57a3.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb60 at the offset 0x57b2.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb7b at the offset 0x57c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x5628 at the offset 0x57d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x5824.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x584f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x5863.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e98 at the offset 0x5878.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x589c.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb8c at the offset 0x58d2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x58de.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x58f4.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x5903.
grub-install: info: relocating an R_X86_64_64 entry to 0x7fdc at the offset 0x5916.
grub-install: info: relocating an R_X86_64_64 entry to 0xcbcc at the offset 0x592c.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb5b at the offset 0x5936.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb60 at the offset 0x5940.
grub-install: info: relocating an R_X86_64_64 entry to 0x8059 at the offset 0x594d.
grub-install: info: relocating an R_X86_64_64 entry to 0x66e8 at the offset 0x595e.
grub-install: info: relocating an R_X86_64_64 entry to 0xcbe2 at the offset 0x5979.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x5983.
grub-install: info: relocating an R_X86_64_64 entry to 0xa72e at the offset 0x59a4.
grub-install: info: relocating an R_X86_64_64 entry to 0xcbba at the offset 0x59b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x59c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5977 at the offset 0x59d9.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0e8 at the offset 0x59e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6657 at the offset 0x5a04.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x5a21.
grub-install: info: relocating an R_X86_64_64 entry to 0xcbf6 at the offset 0x5a9c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x5aad.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc24 at the offset 0x5afd.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x5b07.
grub-install: info: relocating an R_X86_64_64 entry to 0x7fdc at the offset 0x5b17.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ae40 at the offset 0x5b2d.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc52 at the offset 0x5b37.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb5b at the offset 0x5b41.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb60 at the offset 0x5b4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x5b55.
grub-install: info: relocating an R_X86_64_64 entry to 0x8059 at the offset 0x5b62.
grub-install: info: relocating an R_X86_64_64 entry to 0x63c0 at the offset 0x5b94.
grub-install: info: relocating an R_X86_64_64 entry to 0x6365 at the offset 0x5c00.
grub-install: info: relocating an R_X86_64_64 entry to 0x624a at the offset 0x5c4f.
grub-install: info: relocating an R_X86_64_64 entry to 0x624a at the offset 0x5c88.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x5cff.
grub-install: info: relocating an R_X86_64_64 entry to 0x630e at the offset 0x5d22.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x5d6b.
grub-install: info: relocating an R_X86_64_64 entry to 0x63c0 at the offset 0x5d82.
grub-install: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0x5dca.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x5dd6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x5e0a.
grub-install: info: relocating an R_X86_64_64 entry to 0x6dc8 at the offset 0x5e7b.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc7a at the offset 0x5e9e.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x5ea8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x5ebc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x5eee.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x5f06.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x5f14.
grub-install: info: relocating an R_X86_64_64 entry to 0xf120 at the offset 0x5f57.
grub-install: info: relocating an R_X86_64_64 entry to 0x6f77 at the offset 0x5f84.
grub-install: info: relocating an R_X86_64_64 entry to 0x6fb7 at the offset 0x5fc4.
grub-install: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0x6020.
grub-install: info: relocating an R_X86_64_64 entry to 0xf120 at the offset 0x603e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x6048.
grub-install: info: relocating an R_X86_64_64 entry to 0x10108 at the offset 0x608d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x60a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ff7 at the offset 0x60bb.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc91 at the offset 0x6107.
grub-install: info: relocating an R_X86_64_64 entry to 0xccab at the offset 0x6113.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x6121.
grub-install: info: relocating an R_X86_64_64 entry to 0xccb3 at the offset 0x6138.
grub-install: info: relocating an R_X86_64_64 entry to 0xccbd at the offset 0x6149.
grub-install: info: relocating an R_X86_64_64 entry to 0xccde at the offset 0x616d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x617e.
grub-install: info: relocating an R_X86_64_64 entry to 0x14d0 at the offset 0x618c.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd01 at the offset 0x61ad.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd28 at the offset 0x61cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x61dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x5628 at the offset 0x61ef.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd42 at the offset 0x621b.
grub-install: info: relocating an R_X86_64_64 entry to 0xccab at the offset 0x6225.
grub-install: info: relocating an R_X86_64_64 entry to 0xccb3 at the offset 0x6231.
grub-install: info: relocating an R_X86_64_64 entry to 0x6e06 at the offset 0x623b.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd54 at the offset 0x624b.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd64 at the offset 0x6267.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x6271.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd79 at the offset 0x6287.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x6295.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd87 at the offset 0x62a9.
grub-install: info: relocating an R_X86_64_64 entry to 0xcdae at the offset 0x62be.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x62cf.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd90 at the offset 0x62dd.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd9f at the offset 0x62f5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x6317.
grub-install: info: relocating an R_X86_64_64 entry to 0xcdc3 at the offset 0x632f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x6345.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa3 at the offset 0x6361.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x638f.
grub-install: info: relocating an R_X86_64_64 entry to 0x6f77 at the offset 0x63bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x63cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x63ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x5394 at the offset 0x6431.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x649e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x64ea.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x6506.
grub-install: info: relocating an R_X86_64_64 entry to 0x92ca at the offset 0x6529.
grub-install: info: relocating an R_X86_64_64 entry to 0x1503 at the offset 0x6573.
grub-install: info: relocating an R_X86_64_64 entry to 0xc140 at the offset 0x65ed.
grub-install: info: relocating an R_X86_64_64 entry to 0xf120 at the offset 0x6637.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x6645.
grub-install: info: relocating an R_X86_64_64 entry to 0x6eb6 at the offset 0x66b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6eb6 at the offset 0x66fd.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x670c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x671b.
grub-install: info: relocating an R_X86_64_64 entry to 0xcdcc at the offset 0x6728.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x6734.
grub-install: info: relocating an R_X86_64_64 entry to 0xcdda at the offset 0x674f.
grub-install: info: relocating an R_X86_64_64 entry to 0xcde8 at the offset 0x67a4.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x67ae.
grub-install: info: relocating an R_X86_64_64 entry to 0xce61 at the offset 0x67ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x67f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xce01 at the offset 0x6858.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x6862.
grub-install: info: relocating an R_X86_64_64 entry to 0xce21 at the offset 0x688e.
grub-install: info: relocating an R_X86_64_64 entry to 0xccab at the offset 0x6898.
grub-install: info: relocating an R_X86_64_64 entry to 0xccb3 at the offset 0x68a2.
grub-install: info: relocating an R_X86_64_64 entry to 0xce3d at the offset 0x68ba.
grub-install: info: relocating an R_X86_64_64 entry to 0xccab at the offset 0x68c4.
grub-install: info: relocating an R_X86_64_64 entry to 0xccb3 at the offset 0x68ce.
grub-install: info: relocating an R_X86_64_64 entry to 0xccb3 at the offset 0x68e6.
grub-install: info: relocating an R_X86_64_64 entry to 0xce4e at the offset 0x68f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xccab at the offset 0x68fa.
grub-install: info: relocating an R_X86_64_64 entry to 0x6e75 at the offset 0x690a.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ff7 at the offset 0x691a.
grub-install: info: relocating an R_X86_64_64 entry to 0x70f7 at the offset 0x695c.
grub-install: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0x6989.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0e5 at the offset 0x69a6.
grub-install: info: relocating an R_X86_64_64 entry to 0xce77 at the offset 0x69cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x69e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x82e7 at the offset 0x69ee.
grub-install: info: relocating an R_X86_64_64 entry to 0x8298 at the offset 0x6a0b.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x6a19.
grub-install: info: relocating an R_X86_64_64 entry to 0x81f8 at the offset 0x6a43.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x6a55.
grub-install: info: relocating an R_X86_64_64 entry to 0x7956 at the offset 0x6a78.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d71 at the offset 0x6aa9.
grub-install: info: relocating an R_X86_64_64 entry to 0xcea2 at the offset 0x6ab9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6dc8 at the offset 0x6acc.
grub-install: info: relocating an R_X86_64_64 entry to 0xcea2 at the offset 0x6ae6.
grub-install: info: relocating an R_X86_64_64 entry to 0xcea9 at the offset 0x6af5.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x6aff.
grub-install: info: relocating an R_X86_64_64 entry to 0xcec1 at the offset 0x6b18.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1b4 at the offset 0x6b22.
grub-install: info: relocating an R_X86_64_64 entry to 0x79a0 at the offset 0x6b3d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x6b4f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x6b60.
grub-install: info: relocating an R_X86_64_64 entry to 0xced6 at the offset 0x6b76.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x6b87.
grub-install: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0x6ba4.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ff7 at the offset 0x6bb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf10 at the offset 0x6c06.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x6c10.
grub-install: info: relocating an R_X86_64_64 entry to 0x7be0 at the offset 0x6c4a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x6c7f.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x6ca2.
grub-install: info: relocating an R_X86_64_64 entry to 0x5628 at the offset 0x6cb6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x6cd6.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf10 at the offset 0x6cfa.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x6d4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x6d64.
grub-install: info: relocating an R_X86_64_64 entry to 0x7be0 at the offset 0x6d78.
grub-install: info: relocating an R_X86_64_64 entry to 0x7be0 at the offset 0x6da5.
grub-install: info: relocating an R_X86_64_64 entry to 0xcee7 at the offset 0x6dcd.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c44 at the offset 0x6ddc.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x6dfd.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf10 at the offset 0x6e29.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x6e4d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7be0 at the offset 0x6ebf.
grub-install: info: relocating an R_X86_64_64 entry to 0xcee7 at the offset 0x6ed5.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c44 at the offset 0x6ee2.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x6ef1.
grub-install: info: relocating an R_X86_64_64 entry to 0x7be0 at the offset 0x6f19.
grub-install: info: relocating an R_X86_64_64 entry to 0xcee7 at the offset 0x6f2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c44 at the offset 0x6f3c.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x6f6d.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf70 at the offset 0x6f9f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ae40 at the offset 0x6fbd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0b7 at the offset 0x6fca.
grub-install: info: relocating an R_X86_64_64 entry to 0x101a4 at the offset 0x6fe3.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x6ffc.
grub-install: info: relocating an R_X86_64_64 entry to 0x101c0 at the offset 0x7008.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ae40 at the offset 0x7012.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x7029.
grub-install: info: relocating an R_X86_64_64 entry to 0x101a0 at the offset 0x7039.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x7049.
grub-install: info: relocating an R_X86_64_64 entry to 0x101a4 at the offset 0x705f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ae40 at the offset 0x706f.
grub-install: info: relocating an R_X86_64_64 entry to 0x101c0 at the offset 0x707c.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x709e.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x70a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x70bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x70d3.
grub-install: info: relocating an R_X86_64_64 entry to 0xcee8 at the offset 0x70e2.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf70 at the offset 0x70ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ae40 at the offset 0x70f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x7102.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af44 at the offset 0x7113.
grub-install: info: relocating an R_X86_64_64 entry to 0x8059 at the offset 0x711f.
grub-install: info: relocating an R_X86_64_64 entry to 0x101a0 at the offset 0x712f.
grub-install: info: relocating an R_X86_64_64 entry to 0xcef4 at the offset 0x713e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x714a.
grub-install: info: relocating an R_X86_64_64 entry to 0x101a0 at the offset 0x7156.
grub-install: info: relocating an R_X86_64_64 entry to 0x91a0 at the offset 0x717f.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf1c at the offset 0x719f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x71a9.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x71b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x71e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf30 at the offset 0x7212.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x7223.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af60 at the offset 0x7264.
grub-install: info: relocating an R_X86_64_64 entry to 0x609e at the offset 0x72bc.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x72c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x72db.
grub-install: info: relocating an R_X86_64_64 entry to 0x8166 at the offset 0x72ed.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x72f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x731b.
grub-install: info: relocating an R_X86_64_64 entry to 0x91a0 at the offset 0x7341.
grub-install: info: relocating an R_X86_64_64 entry to 0x5fbd at the offset 0x7356.
grub-install: info: relocating an R_X86_64_64 entry to 0x5628 at the offset 0x7377.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf20 at the offset 0x73a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x87bf at the offset 0x73b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x73f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af78 at the offset 0x73fa.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x740c.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x7444.
grub-install: info: relocating an R_X86_64_64 entry to 0x8298 at the offset 0x7473.
grub-install: info: relocating an R_X86_64_64 entry to 0x609e at the offset 0x748d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x74c2.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf55 at the offset 0x74cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x6a42 at the offset 0x74f5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6a42 at the offset 0x7599.
grub-install: info: relocating an R_X86_64_64 entry to 0x91a0 at the offset 0x75f2.
grub-install: info: relocating an R_X86_64_64 entry to 0x55ac at the offset 0x7640.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x7666.
grub-install: info: relocating an R_X86_64_64 entry to 0x9598 at the offset 0x76ba.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf79 at the offset 0x76da.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x76e4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9924 at the offset 0x7712.
grub-install: info: relocating an R_X86_64_64 entry to 0x91cf at the offset 0x7746.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf90 at the offset 0x7777.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x7788.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x779f.
grub-install: info: relocating an R_X86_64_64 entry to 0x10bf0 at the offset 0x77e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x77ea.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x7800.
grub-install: info: relocating an R_X86_64_64 entry to 0xcfa9 at the offset 0x7810.
grub-install: info: relocating an R_X86_64_64 entry to 0xcfba at the offset 0x781a.
grub-install: info: relocating an R_X86_64_64 entry to 0xcfbd at the offset 0x7829.
grub-install: info: relocating an R_X86_64_64 entry to 0x84e5 at the offset 0x783a.
grub-install: info: relocating an R_X86_64_64 entry to 0xcfc7 at the offset 0x7844.
grub-install: info: relocating an R_X86_64_64 entry to 0x7fdc at the offset 0x785c.
grub-install: info: relocating an R_X86_64_64 entry to 0xcfc9 at the offset 0x7873.
grub-install: info: relocating an R_X86_64_64 entry to 0xcfba at the offset 0x787d.
grub-install: info: relocating an R_X86_64_64 entry to 0xcfbd at the offset 0x7887.
grub-install: info: relocating an R_X86_64_64 entry to 0x8059 at the offset 0x7893.
grub-install: info: relocating an R_X86_64_64 entry to 0x10be8 at the offset 0x78bf.
grub-install: info: relocating an R_X86_64_64 entry to 0x10bf8 at the offset 0x78d4.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x78ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x84e5 at the offset 0x7909.
grub-install: info: relocating an R_X86_64_64 entry to 0xcfc7 at the offset 0x7913.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x7947.
grub-install: info: relocating an R_X86_64_64 entry to 0xcfdf at the offset 0x7970.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x7981.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x79a7.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x7a27.
grub-install: info: relocating an R_X86_64_64 entry to 0x93a4 at the offset 0x7a4f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x7a5b.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e40 at the offset 0x7a6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1284 at the offset 0x7a8f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afc0 at the offset 0x7a9f.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e40 at the offset 0x7ad1.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x7b21.
grub-install: info: relocating an R_X86_64_64 entry to 0x10c00 at the offset 0x7b2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x80cc at the offset 0x7b44.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x7b5c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb251 at the offset 0x7b78.
grub-install: info: relocating an R_X86_64_64 entry to 0x7956 at the offset 0x7bba.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ae40 at the offset 0x7bf1.
grub-install: info: relocating an R_X86_64_64 entry to 0xcffd at the offset 0x7bfb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0x7c05.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x7c11.
grub-install: info: relocating an R_X86_64_64 entry to 0x80cc at the offset 0x7c20.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a21 at the offset 0x7c75.
grub-install: info: relocating an R_X86_64_64 entry to 0xd000 at the offset 0x7c81.
grub-install: info: relocating an R_X86_64_64 entry to 0x7eae at the offset 0x7c8b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3bc6 at the offset 0x7c9f.
grub-install: info: relocating an R_X86_64_64 entry to 0xcffc at the offset 0x7cbe.
grub-install: info: relocating an R_X86_64_64 entry to 0xd005 at the offset 0x7cc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1b4 at the offset 0x7cd4.
grub-install: info: relocating an R_X86_64_64 entry to 0xd00c at the offset 0x7ce8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c44 at the offset 0x7cf5.
grub-install: info: relocating an R_X86_64_64 entry to 0xd00c at the offset 0x7d01.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f12 at the offset 0x7d0b.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x7d1a.
grub-install: info: relocating an R_X86_64_64 entry to 0x91b8 at the offset 0x7d3a.
grub-install: info: relocating an R_X86_64_64 entry to 0x93a4 at the offset 0x7d55.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x7d76.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x7dd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x7df3.
grub-install: info: relocating an R_X86_64_64 entry to 0xd014 at the offset 0x7e32.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0x7e3c.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x7e5d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x7e69.
grub-install: info: relocating an R_X86_64_64 entry to 0xcffc at the offset 0x7e78.
grub-install: info: relocating an R_X86_64_64 entry to 0xd005 at the offset 0x7e88.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1b4 at the offset 0x7e92.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c44 at the offset 0x7ea4.
grub-install: info: relocating an R_X86_64_64 entry to 0xd01f at the offset 0x7eb6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c44 at the offset 0x7ecb.
grub-install: info: relocating an R_X86_64_64 entry to 0xd000 at the offset 0x7ed5.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f12 at the offset 0x7ee7.
grub-install: info: relocating an R_X86_64_64 entry to 0x80cc at the offset 0x7ef7.
grub-install: info: relocating an R_X86_64_64 entry to 0xd000 at the offset 0x7f06.
grub-install: info: relocating an R_X86_64_64 entry to 0xd01f at the offset 0x7f12.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e40 at the offset 0x7f25.
grub-install: info: relocating an R_X86_64_64 entry to 0x5e46 at the offset 0x7f36.
grub-install: info: relocating an R_X86_64_64 entry to 0x10c00 at the offset 0x7f42.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6b2 at the offset 0x7f54.
grub-install: info: relocating an R_X86_64_64 entry to 0xd026 at the offset 0x7f60.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa3 at the offset 0x7f6a.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x7f78.
grub-install: info: relocating an R_X86_64_64 entry to 0xd026 at the offset 0x7f82.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e60 at the offset 0x7f92.
grub-install: info: relocating an R_X86_64_64 entry to 0x899f at the offset 0x7f9f.
grub-install: info: relocating an R_X86_64_64 entry to 0xaed9 at the offset 0x7fdb.
grub-install: info: relocating an R_X86_64_64 entry to 0x93a4 at the offset 0x7fe7.
grub-install: info: relocating an R_X86_64_64 entry to 0xd02d at the offset 0x7ff9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1b4 at the offset 0x8003.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x801d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x8029.
grub-install: info: relocating an R_X86_64_64 entry to 0xd02d at the offset 0x8050.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1b4 at the offset 0x805a.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x8082.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x80eb.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf70 at the offset 0x80f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x91cf at the offset 0x81f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x91f5 at the offset 0x823c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x835e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x8374.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x8392.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x83aa.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x83c6.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x83e7.
grub-install: info: relocating an R_X86_64_64 entry to 0x91cf at the offset 0x8471.
grub-install: info: relocating an R_X86_64_64 entry to 0x93fd at the offset 0x84d4.
grub-install: info: relocating an R_X86_64_64 entry to 0xd047 at the offset 0x8513.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x8526.
grub-install: info: relocating an R_X86_64_64 entry to 0xd032 at the offset 0x854f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x8560.
grub-install: info: relocating an R_X86_64_64 entry to 0x9462 at the offset 0x859e.
grub-install: info: relocating an R_X86_64_64 entry to 0x55ac at the offset 0x86b4.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x86d1.
grub-install: info: relocating an R_X86_64_64 entry to 0x9462 at the offset 0x8706.
grub-install: info: relocating an R_X86_64_64 entry to 0x92ca at the offset 0x8718.
grub-install: info: relocating an R_X86_64_64 entry to 0xc168 at the offset 0x8876.
grub-install: info: relocating an R_X86_64_64 entry to 0x9462 at the offset 0x892a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9462 at the offset 0x89d5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9462 at the offset 0x8a2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x93fd at the offset 0x8ba5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x8bce.
grub-install: info: relocating an R_X86_64_64 entry to 0xd05b at the offset 0x8d04.
grub-install: info: relocating an R_X86_64_64 entry to 0x95a8 at the offset 0x8dcf.
grub-install: info: relocating an R_X86_64_64 entry to 0x9934 at the offset 0x8dde.
grub-install: info: relocating an R_X86_64_64 entry to 0x10c20 at the offset 0x8df0.
grub-install: info: relocating an R_X86_64_64 entry to 0x10c20 at the offset 0x8e15.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x8e2e.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x8e46.
grub-install: info: relocating an R_X86_64_64 entry to 0x9071 at the offset 0x8e78.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x8e8a.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x8e9b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9dc9 at the offset 0x8ee2.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf70 at the offset 0x8f44.
grub-install: info: relocating an R_X86_64_64 entry to 0x9dc9 at the offset 0x8f60.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d71 at the offset 0x8f75.
grub-install: info: relocating an R_X86_64_64 entry to 0xd062 at the offset 0x8f8e.
grub-install: info: relocating an R_X86_64_64 entry to 0xd068 at the offset 0x8fb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9236 at the offset 0x8fc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd06c at the offset 0x8fec.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x8ff6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9dc9 at the offset 0x9029.
grub-install: info: relocating an R_X86_64_64 entry to 0xb096 at the offset 0x9035.
grub-install: info: relocating an R_X86_64_64 entry to 0x95a8 at the offset 0x9050.
grub-install: info: relocating an R_X86_64_64 entry to 0x9934 at the offset 0x9083.
grub-install: info: relocating an R_X86_64_64 entry to 0x9071 at the offset 0x9097.
grub-install: info: relocating an R_X86_64_64 entry to 0xa04e at the offset 0x90c2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0b7 at the offset 0x90f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x95a8 at the offset 0x911e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x912d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9934 at the offset 0x916c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9071 at the offset 0x9180.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x91a2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa118 at the offset 0x91dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x920e.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf70 at the offset 0x9249.
grub-install: info: relocating an R_X86_64_64 entry to 0x9dc9 at the offset 0x9265.
grub-install: info: relocating an R_X86_64_64 entry to 0xb096 at the offset 0x9271.
grub-install: info: relocating an R_X86_64_64 entry to 0xd074 at the offset 0x927f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afb8 at the offset 0x928b.
grub-install: info: relocating an R_X86_64_64 entry to 0xd07e at the offset 0x929b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0c2 at the offset 0x92a9.
grub-install: info: relocating an R_X86_64_64 entry to 0x2ce8 at the offset 0x92b5.
grub-install: info: relocating an R_X86_64_64 entry to 0x91a0 at the offset 0x92fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x93a4 at the offset 0x931e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x9333.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d71 at the offset 0x9367.
grub-install: info: relocating an R_X86_64_64 entry to 0x91cf at the offset 0x93a1.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf80 at the offset 0x93b9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2bf at the offset 0x944c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa399 at the offset 0x94d5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa34b at the offset 0x9501.
grub-install: info: relocating an R_X86_64_64 entry to 0x91cf at the offset 0x951d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa34b at the offset 0x95c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x95fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x9623.
grub-install: info: relocating an R_X86_64_64 entry to 0x55ac at the offset 0x963c.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x9658.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x9666.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2d7 at the offset 0x96b9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2d7 at the offset 0x96ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xac56 at the offset 0x96f6.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x9707.
grub-install: info: relocating an R_X86_64_64 entry to 0x80cc at the offset 0x9713.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x9720.
grub-install: info: relocating an R_X86_64_64 entry to 0x9924 at the offset 0x978a.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afa8 at the offset 0x979c.
grub-install: info: relocating an R_X86_64_64 entry to 0xab11 at the offset 0x97d1.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x97e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9165 at the offset 0x9803.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x9830.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x9841.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x9850.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x986e.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afa8 at the offset 0x98d4.
grub-install: info: relocating an R_X86_64_64 entry to 0xab7c at the offset 0x9909.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x991a.
grub-install: info: relocating an R_X86_64_64 entry to 0xd096 at the offset 0x9958.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x9962.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x997e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x99a1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0cf at the offset 0x99bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xd097 at the offset 0x99e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x99ea.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0cf at the offset 0x9a48.
grub-install: info: relocating an R_X86_64_64 entry to 0xa93f at the offset 0x9aa4.
grub-install: info: relocating an R_X86_64_64 entry to 0xd09a at the offset 0x9abc.
grub-install: info: relocating an R_X86_64_64 entry to 0xd0d6 at the offset 0x9ac6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x9ad5.
grub-install: info: relocating an R_X86_64_64 entry to 0xd0cc at the offset 0x9ae5.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x9afe.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa7f at the offset 0x9b1d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x9b38.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x9b62.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa7f at the offset 0x9ba5.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afa8 at the offset 0x9bff.
grub-install: info: relocating an R_X86_64_64 entry to 0xab7c at the offset 0x9c10.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x9c31.
grub-install: info: relocating an R_X86_64_64 entry to 0xa43d at the offset 0x9c5c.
grub-install: info: relocating an R_X86_64_64 entry to 0x91a0 at the offset 0x9ca5.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c44 at the offset 0x9cc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e60 at the offset 0x9ced.
grub-install: info: relocating an R_X86_64_64 entry to 0x899f at the offset 0x9cfa.
grub-install: info: relocating an R_X86_64_64 entry to 0xd0e7 at the offset 0x9d27.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f0d at the offset 0x9d36.
grub-install: info: relocating an R_X86_64_64 entry to 0xd0fe at the offset 0x9d46.
grub-install: info: relocating an R_X86_64_64 entry to 0xd103 at the offset 0x9d57.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x9d63.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x9d6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x9d89.
grub-install: info: relocating an R_X86_64_64 entry to 0xd11c at the offset 0x9da0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x9dac.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0c2 at the offset 0x9db8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd119 at the offset 0x9dc7.
grub-install: info: relocating an R_X86_64_64 entry to 0x10d20 at the offset 0x9dea.
grub-install: info: relocating an R_X86_64_64 entry to 0x92ca at the offset 0x9df4.
grub-install: info: relocating an R_X86_64_64 entry to 0xb096 at the offset 0x9e03.
grub-install: info: relocating an R_X86_64_64 entry to 0x10d20 at the offset 0x9e36.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x9e4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x10d20 at the offset 0x9e76.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x9e87.
grub-install: info: relocating an R_X86_64_64 entry to 0xd12a at the offset 0x9e9a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x9ea4.
grub-install: info: relocating an R_X86_64_64 entry to 0x10d20 at the offset 0x9eb2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x9ebc.
grub-install: info: relocating an R_X86_64_64 entry to 0xd12c at the offset 0x9edf.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x9eec.
grub-install: info: relocating an R_X86_64_64 entry to 0x80cc at the offset 0x9ef6.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x9f0d.
grub-install: info: relocating an R_X86_64_64 entry to 0xad9a at the offset 0x9f22.
grub-install: info: relocating an R_X86_64_64 entry to 0xac56 at the offset 0x9f3d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x9f53.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf5f at the offset 0x9f9f.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf5f at the offset 0x9fda.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afc0 at the offset 0x9ff7.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf5f at the offset 0xa01b.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e28 at the offset 0xa04e.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e20 at the offset 0xa062.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afb8 at the offset 0xa073.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afc0 at the offset 0xa09c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb096 at the offset 0xa0c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb048 at the offset 0xa0d3.
grub-install: info: relocating an R_X86_64_64 entry to 0xd145 at the offset 0xa0f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x2e88 at the offset 0xa102.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0xa10d.
grub-install: info: relocating an R_X86_64_64 entry to 0xd150 at the offset 0xa14b.
grub-install: info: relocating an R_X86_64_64 entry to 0xd168 at the offset 0xa159.
grub-install: info: relocating an R_X86_64_64 entry to 0xd173 at the offset 0xa163.
grub-install: info: relocating an R_X86_64_64 entry to 0xd181 at the offset 0xa186.
grub-install: info: relocating an R_X86_64_64 entry to 0xd168 at the offset 0xa190.
grub-install: info: relocating an R_X86_64_64 entry to 0xd173 at the offset 0xa19a.
grub-install: info: relocating an R_X86_64_64 entry to 0xd191 at the offset 0xa1b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd19b at the offset 0xa1cc.
grub-install: info: relocating an R_X86_64_64 entry to 0xd168 at the offset 0xa1dd.
grub-install: info: relocating an R_X86_64_64 entry to 0xd173 at the offset 0xa1e7.
grub-install: info: relocating an R_X86_64_64 entry to 0xd1b2 at the offset 0xa202.
grub-install: info: relocating an R_X86_64_64 entry to 0xd168 at the offset 0xa20c.
grub-install: info: relocating an R_X86_64_64 entry to 0xd173 at the offset 0xa216.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0xa234.
grub-install: info: relocating an R_X86_64_64 entry to 0x6eb6 at the offset 0xa258.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0e0 at the offset 0xa263.
grub-install: info: dealing with the relocation section .rela.rodata for .rodata.
grub-install: info: relocating an R_X86_64_64 entry to 0x340e at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3425 at the offset 0x8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3438 at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x3452 at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x3464 at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0x35bc at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x35d7 at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0x35ee at the offset 0x38.
grub-install: info: relocating an R_X86_64_64 entry to 0x3609 at the offset 0x40.
grub-install: info: relocating an R_X86_64_64 entry to 0x3620 at the offset 0x48.
grub-install: info: relocating an R_X86_64_64 entry to 0x3660 at the offset 0x50.
grub-install: info: relocating an R_X86_64_64 entry to 0x37e7 at the offset 0x58.
grub-install: info: relocating an R_X86_64_64 entry to 0x37e7 at the offset 0x60.
grub-install: info: relocating an R_X86_64_64 entry to 0x376f at the offset 0x68.
grub-install: info: relocating an R_X86_64_64 entry to 0x37d5 at the offset 0x70.
grub-install: info: relocating an R_X86_64_64 entry to 0x3672 at the offset 0x78.
grub-install: info: relocating an R_X86_64_64 entry to 0x36a9 at the offset 0x80.
grub-install: info: relocating an R_X86_64_64 entry to 0x36f6 at the offset 0x88.
grub-install: info: relocating an R_X86_64_64 entry to 0x3792 at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x3637 at the offset 0x98.
grub-install: info: relocating an R_X86_64_64 entry to 0x37e7 at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x37e7 at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x37b6 at the offset 0xb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3812 at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3866 at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3884 at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x38a2 at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3976 at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x75fc at the offset 0x140.
grub-install: info: relocating an R_X86_64_64 entry to 0x75fc at the offset 0x148.
grub-install: info: relocating an R_X86_64_64 entry to 0x76c6 at the offset 0x150.
grub-install: info: relocating an R_X86_64_64 entry to 0x776a at the offset 0x158.
grub-install: info: relocating an R_X86_64_64 entry to 0x778e at the offset 0x160.
grub-install: info: relocating an R_X86_64_64 entry to 0x98ac at the offset 0x168.
grub-install: info: relocating an R_X86_64_64 entry to 0x98ef at the offset 0x170.
grub-install: info: relocating an R_X86_64_64 entry to 0x98ef at the offset 0x178.
grub-install: info: relocating an R_X86_64_64 entry to 0x98cc at the offset 0x180.
grub-install: info: relocating an R_X86_64_64 entry to 0x98ef at the offset 0x188.
grub-install: info: relocating an R_X86_64_64 entry to 0x98ef at the offset 0x190.
grub-install: info: dealing with the relocation section .rela.data for .data.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1c39 at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x172d at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x1659 at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0x2004 at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x20e9 at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x4a93 at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4be0 at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d58 at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x483d at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4b9d at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4a1b at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4997 at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4953 at the offset 0xe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x130.
grub-install: info: relocating an R_X86_64_64 entry to 0x47d0 at the offset 0x138.
grub-install: info: relocating an R_X86_64_64 entry to 0x4884 at the offset 0x148.
grub-install: info: relocating an R_X86_64_64 entry to 0x10120 at the offset 0x190.
grub-install: info: relocating an R_X86_64_64 entry to 0xcff2 at the offset 0x1b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x85e3 at the offset 0x1c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x84ef at the offset 0x1c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9069 at the offset 0x1f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xafed at the offset 0x340.
grub-install: info: relocating an R_X86_64_64 entry to 0xd1c1 at the offset 0x360.
grub-install: info: relocating an R_X86_64_64 entry to 0x1181 at the offset 0x368.
grub-install: info: relocating an R_X86_64_64 entry to 0xd1cc at the offset 0x378.
grub-install: info: relocating an R_X86_64_64 entry to 0x118c at the offset 0x380.
grub-install: info: relocating an R_X86_64_64 entry to 0xd1d7 at the offset 0x390.
grub-install: info: relocating an R_X86_64_64 entry to 0x1236 at the offset 0x398.
grub-install: info: relocating an R_X86_64_64 entry to 0xd1e3 at the offset 0x3a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x119a at the offset 0x3b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd1ee at the offset 0x3c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x11a8 at the offset 0x3c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd1f9 at the offset 0x3d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x11b9 at the offset 0x3e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd204 at the offset 0x3f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x11cd at the offset 0x3f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd20f at the offset 0x408.
grub-install: info: relocating an R_X86_64_64 entry to 0x11e6 at the offset 0x410.
grub-install: info: relocating an R_X86_64_64 entry to 0xd21a at the offset 0x420.
grub-install: info: relocating an R_X86_64_64 entry to 0x1209 at the offset 0x428.
grub-install: info: relocating an R_X86_64_64 entry to 0xd225 at the offset 0x438.
grub-install: info: relocating an R_X86_64_64 entry to 0x4f71 at the offset 0x440.
grub-install: info: relocating an R_X86_64_64 entry to 0xd239 at the offset 0x450.
grub-install: info: relocating an R_X86_64_64 entry to 0x4f5b at the offset 0x458.
grub-install: info: relocating an R_X86_64_64 entry to 0xd24c at the offset 0x468.
grub-install: info: relocating an R_X86_64_64 entry to 0x55ac at the offset 0x470.
grub-install: info: relocating an R_X86_64_64 entry to 0xd258 at the offset 0x480.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e60 at the offset 0x488.
grub-install: info: relocating an R_X86_64_64 entry to 0xd26a at the offset 0x498.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf10 at the offset 0x4a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd27f at the offset 0x4b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x609e at the offset 0x4b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd291 at the offset 0x4c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x61d7 at the offset 0x4d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd2a5 at the offset 0x4e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x5fbd at the offset 0x4e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd2b6 at the offset 0x4f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10ea0 at the offset 0x500.
grub-install: info: relocating an R_X86_64_64 entry to 0xd2cc at the offset 0x510.
grub-install: info: relocating an R_X86_64_64 entry to 0x66e8 at the offset 0x518.
grub-install: info: relocating an R_X86_64_64 entry to 0xd2dc at the offset 0x528.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e98 at the offset 0x530.
grub-install: info: relocating an R_X86_64_64 entry to 0xd2ef at the offset 0x540.
grub-install: info: relocating an R_X86_64_64 entry to 0x66a2 at the offset 0x548.
grub-install: info: relocating an R_X86_64_64 entry to 0xd306 at the offset 0x558.
grub-install: info: relocating an R_X86_64_64 entry to 0x66bb at the offset 0x560.
grub-install: info: relocating an R_X86_64_64 entry to 0xd31f at the offset 0x570.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x578.
grub-install: info: relocating an R_X86_64_64 entry to 0xd337 at the offset 0x588.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e80 at the offset 0x590.
grub-install: info: relocating an R_X86_64_64 entry to 0xd355 at the offset 0x5a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6da2 at the offset 0x5a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd368 at the offset 0x5b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x6785 at the offset 0x5c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd377 at the offset 0x5d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6a42 at the offset 0x5d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd386 at the offset 0x5e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e88 at the offset 0x5f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd39b at the offset 0x600.
grub-install: info: relocating an R_X86_64_64 entry to 0x93fd at the offset 0x608.
grub-install: info: relocating an R_X86_64_64 entry to 0xd3a9 at the offset 0x618.
grub-install: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0x620.
grub-install: info: relocating an R_X86_64_64 entry to 0xd3b6 at the offset 0x630.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa3 at the offset 0x638.
grub-install: info: relocating an R_X86_64_64 entry to 0xd3c3 at the offset 0x648.
grub-install: info: relocating an R_X86_64_64 entry to 0x70f7 at the offset 0x650.
grub-install: info: relocating an R_X86_64_64 entry to 0xd3dc at the offset 0x660.
grub-install: info: relocating an R_X86_64_64 entry to 0x6f77 at the offset 0x668.
grub-install: info: relocating an R_X86_64_64 entry to 0xd3e8 at the offset 0x678.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ff7 at the offset 0x680.
grub-install: info: relocating an R_X86_64_64 entry to 0xd3f7 at the offset 0x690.
grub-install: info: relocating an R_X86_64_64 entry to 0x6fb7 at the offset 0x698.
grub-install: info: relocating an R_X86_64_64 entry to 0xd405 at the offset 0x6a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1326 at the offset 0x6b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd413 at the offset 0x6c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x133e at the offset 0x6c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd425 at the offset 0x6d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1336 at the offset 0x6e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd437 at the offset 0x6f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fa4 at the offset 0x6f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd453 at the offset 0x708.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fc6 at the offset 0x710.
grub-install: info: relocating an R_X86_64_64 entry to 0xd46b at the offset 0x720.
grub-install: info: relocating an R_X86_64_64 entry to 0x3dbe at the offset 0x728.
grub-install: info: relocating an R_X86_64_64 entry to 0xd487 at the offset 0x738.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e74 at the offset 0x740.
grub-install: info: relocating an R_X86_64_64 entry to 0xd4a4 at the offset 0x750.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a55 at the offset 0x758.
grub-install: info: relocating an R_X86_64_64 entry to 0xd4c2 at the offset 0x768.
grub-install: info: relocating an R_X86_64_64 entry to 0x32bd at the offset 0x770.
grub-install: info: relocating an R_X86_64_64 entry to 0xd4e1 at the offset 0x780.
grub-install: info: relocating an R_X86_64_64 entry to 0x3267 at the offset 0x788.
grub-install: info: relocating an R_X86_64_64 entry to 0xd500 at the offset 0x798.
grub-install: info: relocating an R_X86_64_64 entry to 0x43c9 at the offset 0x7a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd518 at the offset 0x7b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x411c at the offset 0x7b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd536 at the offset 0x7c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3d30 at the offset 0x7d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd54a at the offset 0x7e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3248 at the offset 0x7e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd563 at the offset 0x7f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3064 at the offset 0x800.
grub-install: info: relocating an R_X86_64_64 entry to 0xd579 at the offset 0x810.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c88 at the offset 0x818.
grub-install: info: relocating an R_X86_64_64 entry to 0xd593 at the offset 0x828.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fe0 at the offset 0x830.
grub-install: info: relocating an R_X86_64_64 entry to 0xd5ab at the offset 0x840.
grub-install: info: relocating an R_X86_64_64 entry to 0x2e88 at the offset 0x848.
grub-install: info: relocating an R_X86_64_64 entry to 0xd5c1 at the offset 0x858.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e38 at the offset 0x860.
grub-install: info: relocating an R_X86_64_64 entry to 0xd5d7 at the offset 0x870.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x878.
grub-install: info: relocating an R_X86_64_64 entry to 0xd5ec at the offset 0x888.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a74 at the offset 0x890.
grub-install: info: relocating an R_X86_64_64 entry to 0xd603 at the offset 0x8a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a26 at the offset 0x8a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd61c at the offset 0x8b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e48 at the offset 0x8c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd630 at the offset 0x8d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b72 at the offset 0x8d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd647 at the offset 0x8e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x334a at the offset 0x8f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd662 at the offset 0x900.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0e5 at the offset 0x908.
grub-install: info: relocating an R_X86_64_64 entry to 0xd677 at the offset 0x918.
grub-install: info: relocating an R_X86_64_64 entry to 0x2bd5 at the offset 0x920.
grub-install: info: relocating an R_X86_64_64 entry to 0xd68e at the offset 0x930.
grub-install: info: relocating an R_X86_64_64 entry to 0x2d96 at the offset 0x938.
grub-install: info: relocating an R_X86_64_64 entry to 0xd6a4 at the offset 0x948.
grub-install: info: relocating an R_X86_64_64 entry to 0x2d37 at the offset 0x950.
grub-install: info: relocating an R_X86_64_64 entry to 0xd6c5 at the offset 0x960.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c60 at the offset 0x968.
grub-install: info: relocating an R_X86_64_64 entry to 0xd6d4 at the offset 0x978.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x980.
grub-install: info: relocating an R_X86_64_64 entry to 0xd6ea at the offset 0x990.
grub-install: info: relocating an R_X86_64_64 entry to 0x23de at the offset 0x998.
grub-install: info: relocating an R_X86_64_64 entry to 0xd709 at the offset 0x9a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x252d at the offset 0x9b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd726 at the offset 0x9c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f12 at the offset 0x9c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd736 at the offset 0x9d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d71 at the offset 0x9e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd743 at the offset 0x9f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c44 at the offset 0x9f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd750 at the offset 0xa08.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9f at the offset 0xa10.
grub-install: info: relocating an R_X86_64_64 entry to 0xd75f at the offset 0xa20.
grub-install: info: relocating an R_X86_64_64 entry to 0x7e1f at the offset 0xa28.
grub-install: info: relocating an R_X86_64_64 entry to 0xd77a at the offset 0xa38.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af44 at the offset 0xa40.
grub-install: info: relocating an R_X86_64_64 entry to 0xd792 at the offset 0xa50.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ae40 at the offset 0xa58.
grub-install: info: relocating an R_X86_64_64 entry to 0xd79e at the offset 0xa68.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0xa70.
grub-install: info: relocating an R_X86_64_64 entry to 0xd7a9 at the offset 0xa80.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0xa88.
grub-install: info: relocating an R_X86_64_64 entry to 0xd7b4 at the offset 0xa98.
grub-install: info: relocating an R_X86_64_64 entry to 0x8059 at the offset 0xaa0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd7c3 at the offset 0xab0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7fdc at the offset 0xab8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd7d3 at the offset 0xac8.
grub-install: info: relocating an R_X86_64_64 entry to 0x2ce8 at the offset 0xad0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd7dd at the offset 0xae0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0xae8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd7e8 at the offset 0xaf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x8298 at the offset 0xb00.
grub-install: info: relocating an R_X86_64_64 entry to 0xd7f8 at the offset 0xb10.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af80 at the offset 0xb18.
grub-install: info: relocating an R_X86_64_64 entry to 0xd80a at the offset 0xb28.
grub-install: info: relocating an R_X86_64_64 entry to 0x8166 at the offset 0xb30.
grub-install: info: relocating an R_X86_64_64 entry to 0xd824 at the offset 0xb40.
grub-install: info: relocating an R_X86_64_64 entry to 0x82e7 at the offset 0xb48.
grub-install: info: relocating an R_X86_64_64 entry to 0xd833 at the offset 0xb58.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af60 at the offset 0xb60.
grub-install: info: relocating an R_X86_64_64 entry to 0xd84b at the offset 0xb70.
grub-install: info: relocating an R_X86_64_64 entry to 0x81f8 at the offset 0xb78.
grub-install: info: relocating an R_X86_64_64 entry to 0xd85a at the offset 0xb88.
grub-install: info: relocating an R_X86_64_64 entry to 0x84ae at the offset 0xb90.
grub-install: info: relocating an R_X86_64_64 entry to 0xd869 at the offset 0xba0.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0xba8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd873 at the offset 0xbb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10be8 at the offset 0xbc0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd889 at the offset 0xbd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x10bf0 at the offset 0xbd8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd896 at the offset 0xbe8.
grub-install: info: relocating an R_X86_64_64 entry to 0x87bf at the offset 0xbf0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd8a4 at the offset 0xc00.
grub-install: info: relocating an R_X86_64_64 entry to 0x5977 at the offset 0xc08.
grub-install: info: relocating an R_X86_64_64 entry to 0xd8b5 at the offset 0xc18.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0c2 at the offset 0xc20.
grub-install: info: relocating an R_X86_64_64 entry to 0xd8c1 at the offset 0xc30.
grub-install: info: relocating an R_X86_64_64 entry to 0xb048 at the offset 0xc38.
grub-install: info: relocating an R_X86_64_64 entry to 0xd8d5 at the offset 0xc48.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf70 at the offset 0xc50.
grub-install: info: relocating an R_X86_64_64 entry to 0xd8e2 at the offset 0xc60.
grub-install: info: relocating an R_X86_64_64 entry to 0x91cf at the offset 0xc68.
grub-install: info: relocating an R_X86_64_64 entry to 0xd8ef at the offset 0xc78.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d7 at the offset 0xc80.
grub-install: info: relocating an R_X86_64_64 entry to 0xd8fe at the offset 0xc90.
grub-install: info: relocating an R_X86_64_64 entry to 0x89f2 at the offset 0xc98.
grub-install: info: relocating an R_X86_64_64 entry to 0xd90f at the offset 0xca8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5051 at the offset 0xcb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd92c at the offset 0xcc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x50b5 at the offset 0xcc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd949 at the offset 0xcd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x12a2 at the offset 0xce0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd95b at the offset 0xcf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0xcf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd967 at the offset 0xd08.
grub-install: info: relocating an R_X86_64_64 entry to 0x5394 at the offset 0xd10.
grub-install: info: relocating an R_X86_64_64 entry to 0xd975 at the offset 0xd20.
grub-install: info: relocating an R_X86_64_64 entry to 0x12d0 at the offset 0xd28.
grub-install: info: relocating an R_X86_64_64 entry to 0xd989 at the offset 0xd38.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0xd40.
grub-install: info: relocating an R_X86_64_64 entry to 0xd995 at the offset 0xd50.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0xd58.
grub-install: info: relocating an R_X86_64_64 entry to 0xd9a2 at the offset 0xd68.
grub-install: info: relocating an R_X86_64_64 entry to 0x92ca at the offset 0xd70.
grub-install: info: relocating an R_X86_64_64 entry to 0xd9ae at the offset 0xd80.
grub-install: info: relocating an R_X86_64_64 entry to 0x5999 at the offset 0xd88.
grub-install: info: relocating an R_X86_64_64 entry to 0xd9be at the offset 0xd98.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e58 at the offset 0xda0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd9cb at the offset 0xdb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e40 at the offset 0xdb8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd9d8 at the offset 0xdc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x899f at the offset 0xdd0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd9ed at the offset 0xde0.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0e0 at the offset 0xde8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd9fb at the offset 0xdf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e20 at the offset 0xe00.
grub-install: info: relocating an R_X86_64_64 entry to 0xda14 at the offset 0xe10.
grub-install: info: relocating an R_X86_64_64 entry to 0xa399 at the offset 0xe18.
grub-install: info: relocating an R_X86_64_64 entry to 0xda2e at the offset 0xe28.
grub-install: info: relocating an R_X86_64_64 entry to 0xa43d at the offset 0xe30.
grub-install: info: relocating an R_X86_64_64 entry to 0xda48 at the offset 0xe40.
grub-install: info: relocating an R_X86_64_64 entry to 0xa93f at the offset 0xe48.
grub-install: info: relocating an R_X86_64_64 entry to 0xda60 at the offset 0xe58.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8ce at the offset 0xe60.
grub-install: info: relocating an R_X86_64_64 entry to 0xda77 at the offset 0xe70.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afa8 at the offset 0xe78.
grub-install: info: relocating an R_X86_64_64 entry to 0xda8f at the offset 0xe88.
grub-install: info: relocating an R_X86_64_64 entry to 0xa72e at the offset 0xe90.
grub-install: info: relocating an R_X86_64_64 entry to 0xdaa4 at the offset 0xea0.
grub-install: info: relocating an R_X86_64_64 entry to 0x143b at the offset 0xea8.
grub-install: info: relocating an R_X86_64_64 entry to 0xdabd at the offset 0xeb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1372 at the offset 0xec0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdace at the offset 0xed0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1345 at the offset 0xed8.
grub-install: info: relocating an R_X86_64_64 entry to 0xdae4 at the offset 0xee8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1098 at the offset 0xef0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb00 at the offset 0xf00.
grub-install: info: relocating an R_X86_64_64 entry to 0x80cc at the offset 0xf08.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb11 at the offset 0xf18.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0xf20.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb1d at the offset 0xf30.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f0d at the offset 0xf38.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb2a at the offset 0xf48.
grub-install: info: relocating an R_X86_64_64 entry to 0x90e4 at the offset 0xf50.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb35 at the offset 0xf60.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0xf68.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb47 at the offset 0xf78.
grub-install: info: relocating an R_X86_64_64 entry to 0x58b7 at the offset 0xf80.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb54 at the offset 0xf90.
grub-install: info: relocating an R_X86_64_64 entry to 0x2ca7 at the offset 0xf98.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb60 at the offset 0xfa8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb096 at the offset 0xfb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb6d at the offset 0xfc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x59c1 at the offset 0xfc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb88 at the offset 0xfd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7eae at the offset 0xfe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdba4 at the offset 0xff0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0cf at the offset 0xff8.
grub-install: info: relocating an R_X86_64_64 entry to 0xdbb2 at the offset 0x1008.
grub-install: info: relocating an R_X86_64_64 entry to 0x91a0 at the offset 0x1010.
grub-install: info: relocating an R_X86_64_64 entry to 0xdbbe at the offset 0x1020.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x1028.
grub-install: info: relocating an R_X86_64_64 entry to 0xdbca at the offset 0x1038.
grub-install: info: relocating an R_X86_64_64 entry to 0x90cd at the offset 0x1040.
grub-install: info: relocating an R_X86_64_64 entry to 0xdbd6 at the offset 0x1050.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x1058.
grub-install: info: relocating an R_X86_64_64 entry to 0xdbe2 at the offset 0x1068.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x1070.
grub-install: info: relocating an R_X86_64_64 entry to 0xdbee at the offset 0x1080.
grub-install: info: relocating an R_X86_64_64 entry to 0x9165 at the offset 0x1088.
grub-install: info: relocating an R_X86_64_64 entry to 0xdbfb at the offset 0x1098.
grub-install: info: relocating an R_X86_64_64 entry to 0x93a4 at the offset 0x10a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc08 at the offset 0x10b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x91b8 at the offset 0x10b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc15 at the offset 0x10c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9924 at the offset 0x10d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc22 at the offset 0x10e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9598 at the offset 0x10e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc30 at the offset 0x10f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9236 at the offset 0x1100.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc3d at the offset 0x1110.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c8 at the offset 0x1118.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc57 at the offset 0x1128.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afb8 at the offset 0x1130.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc68 at the offset 0x1140.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afc8 at the offset 0x1148.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc82 at the offset 0x1158.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c9 at the offset 0x1160.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc99 at the offset 0x1170.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afc0 at the offset 0x1178.
grub-install: info: relocating an R_X86_64_64 entry to 0xdcab at the offset 0x1188.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afb0 at the offset 0x1190.
grub-install: info: relocating an R_X86_64_64 entry to 0xdcc6 at the offset 0x11a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e28 at the offset 0x11a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xdcd9 at the offset 0x11b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e50 at the offset 0x11c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdce7 at the offset 0x11d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ab1 at the offset 0x11d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xdcff at the offset 0x11e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9dc9 at the offset 0x11f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd0c at the offset 0x1200.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0b7 at the offset 0x1208.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd1b at the offset 0x1218.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1b4 at the offset 0x1220.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd2a at the offset 0x1230.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x1238.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd35 at the offset 0x1248.
grub-install: info: relocating an R_X86_64_64 entry to 0xa118 at the offset 0x1250.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd45 at the offset 0x1260.
grub-install: info: relocating an R_X86_64_64 entry to 0x5628 at the offset 0x1268.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd51 at the offset 0x1278.
grub-install: info: relocating an R_X86_64_64 entry to 0x52c9 at the offset 0x1280.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd58 at the offset 0x1290.
grub-install: info: relocating an R_X86_64_64 entry to 0x52a9 at the offset 0x1298.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd5f at the offset 0x12a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x52b9 at the offset 0x12b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd67 at the offset 0x12c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x52d9 at the offset 0x12c8.
grub-install: info: translating the relocation section .rela.text.
grub-install: info: adding a relocation entry for 0x1037.
grub-install: info: adding a relocation entry for 0x104f.
grub-install: info: adding a relocation entry for 0x106c.
grub-install: info: adding a relocation entry for 0x1088.
grub-install: info: adding a relocation entry for 0x1123.
grub-install: info: adding a relocation entry for 0x1148.
grub-install: info: adding a relocation entry for 0x1163.
grub-install: info: adding a relocation entry for 0x1172.
grub-install: info: adding a relocation entry for 0x128b.
grub-install: info: adding a relocation entry for 0x1298.
grub-install: info: adding a relocation entry for 0x12ae.
grub-install: info: adding a relocation entry for 0x12c2.
grub-install: info: adding a relocation entry for 0x12f2.
grub-install: info: adding a relocation entry for 0x1307.
grub-install: info: adding a relocation entry for 0x1318.
grub-install: info: adding a relocation entry for 0x132c.
grub-install: info: adding a relocation entry for 0x1386.
grub-install: info: adding a relocation entry for 0x1454.
grub-install: info: adding a relocation entry for 0x14e5.
grub-install: info: adding a relocation entry for 0x14f6.
grub-install: info: adding a relocation entry for 0x1526.
grub-install: info: adding a relocation entry for 0x15b2.
grub-install: info: adding a relocation entry for 0x15c4.
grub-install: info: adding a relocation entry for 0x1614.
grub-install: info: adding a relocation entry for 0x161e.
grub-install: info: adding a relocation entry for 0x1669.
grub-install: info: adding a relocation entry for 0x1673.
grub-install: info: adding a relocation entry for 0x167d.
grub-install: info: adding a relocation entry for 0x1687.
grub-install: info: adding a relocation entry for 0x1696.
grub-install: info: adding a relocation entry for 0x16bb.
grub-install: info: adding a relocation entry for 0x16c7.
grub-install: info: adding a relocation entry for 0x16d2.
grub-install: info: adding a relocation entry for 0x16dd.
grub-install: info: adding a relocation entry for 0x1702.
grub-install: info: adding a relocation entry for 0x170c.
grub-install: info: adding a relocation entry for 0x173a.
grub-install: info: adding a relocation entry for 0x1744.
grub-install: info: adding a relocation entry for 0x1752.
grub-install: info: adding a relocation entry for 0x175e.
grub-install: info: adding a relocation entry for 0x176c.
grub-install: info: adding a relocation entry for 0x17a3.
grub-install: info: adding a relocation entry for 0x17bf.
grub-install: info: adding a relocation entry for 0x17d0.
grub-install: info: adding a relocation entry for 0x17fe.
grub-install: info: adding a relocation entry for 0x180c.
grub-install: info: adding a relocation entry for 0x181a.
grub-install: info: adding a relocation entry for 0x1827.
grub-install: info: adding a relocation entry for 0x1845.
grub-install: info: adding a relocation entry for 0x1852.
grub-install: info: adding a relocation entry for 0x1870.
grub-install: info: adding a relocation entry for 0x187a.
grub-install: info: adding a relocation entry for 0x1892.
grub-install: info: adding a relocation entry for 0x18b8.
grub-install: info: adding a relocation entry for 0x18ee.
grub-install: info: adding a relocation entry for 0x1902.
grub-install: info: adding a relocation entry for 0x1943.
grub-install: info: adding a relocation entry for 0x194d.
grub-install: info: adding a relocation entry for 0x1957.
grub-install: info: adding a relocation entry for 0x197c.
grub-install: info: adding a relocation entry for 0x1986.
grub-install: info: adding a relocation entry for 0x19b7.
grub-install: info: adding a relocation entry for 0x19ee.
grub-install: info: adding a relocation entry for 0x1a0f.
grub-install: info: adding a relocation entry for 0x1a19.
grub-install: info: adding a relocation entry for 0x1a4e.
grub-install: info: adding a relocation entry for 0x1a64.
grub-install: info: adding a relocation entry for 0x1aad.
grub-install: info: adding a relocation entry for 0x1ace.
grub-install: info: adding a relocation entry for 0x1afa.
grub-install: info: adding a relocation entry for 0x1b0b.
grub-install: info: adding a relocation entry for 0x1b39.
grub-install: info: adding a relocation entry for 0x1b55.
grub-install: info: adding a relocation entry for 0x1b8d.
grub-install: info: adding a relocation entry for 0x1b97.
grub-install: info: adding a relocation entry for 0x1bbe.
grub-install: info: adding a relocation entry for 0x1bd7.
grub-install: info: adding a relocation entry for 0x1bf4.
grub-install: info: adding a relocation entry for 0x1c12.
grub-install: info: adding a relocation entry for 0x1c5d.
grub-install: info: adding a relocation entry for 0x1c6c.
grub-install: info: adding a relocation entry for 0x1c7b.
grub-install: info: adding a relocation entry for 0x1c8a.
grub-install: info: adding a relocation entry for 0x1ca9.
grub-install: info: adding a relocation entry for 0x1cc0.
grub-install: info: adding a relocation entry for 0x1cca.
grub-install: info: adding a relocation entry for 0x1cd4.
grub-install: info: adding a relocation entry for 0x1cde.
grub-install: info: adding a relocation entry for 0x1d10.
grub-install: info: adding a relocation entry for 0x1d27.
grub-install: info: adding a relocation entry for 0x1d31.
grub-install: info: adding a relocation entry for 0x1d3b.
grub-install: info: adding a relocation entry for 0x1d45.
grub-install: info: adding a relocation entry for 0x1d6e.
grub-install: info: adding a relocation entry for 0x1d7d.
grub-install: info: adding a relocation entry for 0x1d98.
grub-install: info: adding a relocation entry for 0x1daf.
grub-install: info: adding a relocation entry for 0x1db9.
grub-install: info: adding a relocation entry for 0x1dc3.
grub-install: info: adding a relocation entry for 0x1dcd.
grub-install: info: adding a relocation entry for 0x1e41.
grub-install: info: adding a relocation entry for 0x1e61.
grub-install: info: adding a relocation entry for 0x1e94.
grub-install: info: adding a relocation entry for 0x1ebd.
grub-install: info: adding a relocation entry for 0x1ee1.
grub-install: info: adding a relocation entry for 0x1f67.
grub-install: info: adding a relocation entry for 0x1f89.
grub-install: info: adding a relocation entry for 0x1fb5.
grub-install: info: adding a relocation entry for 0x1fd9.
grub-install: info: adding a relocation entry for 0x1fe5.
grub-install: info: adding a relocation entry for 0x2015.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 232 bytes of a fixup block starting at 0x1000.
grub-install: info: adding a relocation entry for 0x2026.
grub-install: info: adding a relocation entry for 0x2034.
grub-install: info: adding a relocation entry for 0x204d.
grub-install: info: adding a relocation entry for 0x2063.
grub-install: info: adding a relocation entry for 0x2094.
grub-install: info: adding a relocation entry for 0x20a0.
grub-install: info: adding a relocation entry for 0x20c2.
grub-install: info: adding a relocation entry for 0x20d0.
grub-install: info: adding a relocation entry for 0x20fa.
grub-install: info: adding a relocation entry for 0x210b.
grub-install: info: adding a relocation entry for 0x2119.
grub-install: info: adding a relocation entry for 0x2132.
grub-install: info: adding a relocation entry for 0x214b.
grub-install: info: adding a relocation entry for 0x217c.
grub-install: info: adding a relocation entry for 0x2188.
grub-install: info: adding a relocation entry for 0x21aa.
grub-install: info: adding a relocation entry for 0x21b8.
grub-install: info: adding a relocation entry for 0x21d7.
grub-install: info: adding a relocation entry for 0x21ed.
grub-install: info: adding a relocation entry for 0x21f7.
grub-install: info: adding a relocation entry for 0x220c.
grub-install: info: adding a relocation entry for 0x226b.
grub-install: info: adding a relocation entry for 0x227b.
grub-install: info: adding a relocation entry for 0x2287.
grub-install: info: adding a relocation entry for 0x22b0.
grub-install: info: adding a relocation entry for 0x230a.
grub-install: info: adding a relocation entry for 0x231a.
grub-install: info: adding a relocation entry for 0x2369.
grub-install: info: adding a relocation entry for 0x2388.
grub-install: info: adding a relocation entry for 0x2394.
grub-install: info: adding a relocation entry for 0x23ae.
grub-install: info: adding a relocation entry for 0x23bd.
grub-install: info: adding a relocation entry for 0x23c7.
grub-install: info: adding a relocation entry for 0x242d.
grub-install: info: adding a relocation entry for 0x243a.
grub-install: info: adding a relocation entry for 0x246b.
grub-install: info: adding a relocation entry for 0x248e.
grub-install: info: adding a relocation entry for 0x249d.
grub-install: info: adding a relocation entry for 0x250e.
grub-install: info: adding a relocation entry for 0x2533.
grub-install: info: adding a relocation entry for 0x2552.
grub-install: info: adding a relocation entry for 0x258b.
grub-install: info: adding a relocation entry for 0x25d2.
grub-install: info: adding a relocation entry for 0x25dc.
grub-install: info: adding a relocation entry for 0x25f9.
grub-install: info: adding a relocation entry for 0x2622.
grub-install: info: adding a relocation entry for 0x2644.
grub-install: info: adding a relocation entry for 0x2658.
grub-install: info: adding a relocation entry for 0x2671.
grub-install: info: adding a relocation entry for 0x267b.
grub-install: info: adding a relocation entry for 0x2699.
grub-install: info: adding a relocation entry for 0x26a8.
grub-install: info: adding a relocation entry for 0x26e0.
grub-install: info: adding a relocation entry for 0x26f4.
grub-install: info: adding a relocation entry for 0x2822.
grub-install: info: adding a relocation entry for 0x2874.
grub-install: info: adding a relocation entry for 0x288b.
grub-install: info: adding a relocation entry for 0x28a4.
grub-install: info: adding a relocation entry for 0x2a36.
grub-install: info: adding a relocation entry for 0x2a46.
grub-install: info: adding a relocation entry for 0x2a81.
grub-install: info: adding a relocation entry for 0x2ac9.
grub-install: info: adding a relocation entry for 0x2adb.
grub-install: info: adding a relocation entry for 0x2b01.
grub-install: info: adding a relocation entry for 0x2b42.
grub-install: info: adding a relocation entry for 0x2b84.
grub-install: info: adding a relocation entry for 0x2ba3.
grub-install: info: adding a relocation entry for 0x2bb0.
grub-install: info: adding a relocation entry for 0x2bdb.
grub-install: info: adding a relocation entry for 0x2bea.
grub-install: info: adding a relocation entry for 0x2c15.
grub-install: info: adding a relocation entry for 0x2c45.
grub-install: info: adding a relocation entry for 0x2c66.
grub-install: info: adding a relocation entry for 0x2c7e.
grub-install: info: adding a relocation entry for 0x2c8e.
grub-install: info: adding a relocation entry for 0x2c9d.
grub-install: info: adding a relocation entry for 0x2cb5.
grub-install: info: adding a relocation entry for 0x2cc8.
grub-install: info: adding a relocation entry for 0x2cdc.
grub-install: info: adding a relocation entry for 0x2cf6.
grub-install: info: adding a relocation entry for 0x2d09.
grub-install: info: adding a relocation entry for 0x2d1e.
grub-install: info: adding a relocation entry for 0x2d2b.
grub-install: info: adding a relocation entry for 0x2d47.
grub-install: info: adding a relocation entry for 0x2d65.
grub-install: info: adding a relocation entry for 0x2d76.
grub-install: info: adding a relocation entry for 0x2d88.
grub-install: info: adding a relocation entry for 0x2d9c.
grub-install: info: adding a relocation entry for 0x2dcc.
grub-install: info: adding a relocation entry for 0x2ddc.
grub-install: info: adding a relocation entry for 0x2df7.
grub-install: info: adding a relocation entry for 0x2e1d.
grub-install: info: adding a relocation entry for 0x2e2f.
grub-install: info: adding a relocation entry for 0x2e41.
grub-install: info: adding a relocation entry for 0x2e5f.
grub-install: info: adding a relocation entry for 0x2e6c.
grub-install: info: adding a relocation entry for 0x2e8e.
grub-install: info: adding a relocation entry for 0x2ed1.
grub-install: info: adding a relocation entry for 0x2ef2.
grub-install: info: adding a relocation entry for 0x2eff.
grub-install: info: adding a relocation entry for 0x2f09.
grub-install: info: adding a relocation entry for 0x2f2d.
grub-install: info: adding a relocation entry for 0x2f60.
grub-install: info: adding a relocation entry for 0x2fcc.
grub-install: info: adding a relocation entry for 0x2fe1.
grub-install: info: adding a relocation entry for 0x2fff.
grub-install: info: adding a relocation entry for 0x3025.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 224 bytes of a fixup block starting at 0x2000.
grub-install: info: adding a relocation entry for 0x30d5.
grub-install: info: adding a relocation entry for 0x30e9.
grub-install: info: adding a relocation entry for 0x3134.
grub-install: info: adding a relocation entry for 0x3145.
grub-install: info: adding a relocation entry for 0x3189.
grub-install: info: adding a relocation entry for 0x31b6.
grub-install: info: adding a relocation entry for 0x31cd.
grub-install: info: adding a relocation entry for 0x324e.
grub-install: info: adding a relocation entry for 0x325d.
grub-install: info: adding a relocation entry for 0x32d9.
grub-install: info: adding a relocation entry for 0x32ec.
grub-install: info: adding a relocation entry for 0x3318.
grub-install: info: adding a relocation entry for 0x3338.
grub-install: info: adding a relocation entry for 0x3359.
grub-install: info: adding a relocation entry for 0x33c4.
grub-install: info: adding a relocation entry for 0x33d6.
grub-install: info: adding a relocation entry for 0x33e9.
grub-install: info: adding a relocation entry for 0x33ff.
grub-install: info: adding a relocation entry for 0x3418.
grub-install: info: adding a relocation entry for 0x3427.
grub-install: info: adding a relocation entry for 0x3442.
grub-install: info: adding a relocation entry for 0x3454.
grub-install: info: adding a relocation entry for 0x3466.
grub-install: info: adding a relocation entry for 0x3478.
grub-install: info: adding a relocation entry for 0x3498.
grub-install: info: adding a relocation entry for 0x34b1.
grub-install: info: adding a relocation entry for 0x34c9.
grub-install: info: adding a relocation entry for 0x34dc.
grub-install: info: adding a relocation entry for 0x34ed.
grub-install: info: adding a relocation entry for 0x3505.
grub-install: info: adding a relocation entry for 0x351e.
grub-install: info: adding a relocation entry for 0x3553.
grub-install: info: adding a relocation entry for 0x357c.
grub-install: info: adding a relocation entry for 0x3593.
grub-install: info: adding a relocation entry for 0x35ad.
grub-install: info: adding a relocation entry for 0x35c6.
grub-install: info: adding a relocation entry for 0x35e1.
grub-install: info: adding a relocation entry for 0x35fa.
grub-install: info: adding a relocation entry for 0x360b.
grub-install: info: adding a relocation entry for 0x362a.
grub-install: info: adding a relocation entry for 0x3643.
grub-install: info: adding a relocation entry for 0x3662.
grub-install: info: adding a relocation entry for 0x367d.
grub-install: info: adding a relocation entry for 0x36b4.
grub-install: info: adding a relocation entry for 0x3701.
grub-install: info: adding a relocation entry for 0x377b.
grub-install: info: adding a relocation entry for 0x379e.
grub-install: info: adding a relocation entry for 0x37c0.
grub-install: info: adding a relocation entry for 0x37d7.
grub-install: info: adding a relocation entry for 0x37e9.
grub-install: info: adding a relocation entry for 0x3803.
grub-install: info: adding a relocation entry for 0x381c.
grub-install: info: adding a relocation entry for 0x3870.
grub-install: info: adding a relocation entry for 0x3886.
grub-install: info: adding a relocation entry for 0x3893.
grub-install: info: adding a relocation entry for 0x38a4.
grub-install: info: adding a relocation entry for 0x38b2.
grub-install: info: adding a relocation entry for 0x38d2.
grub-install: info: adding a relocation entry for 0x38e9.
grub-install: info: adding a relocation entry for 0x38f3.
grub-install: info: adding a relocation entry for 0x3918.
grub-install: info: adding a relocation entry for 0x3930.
grub-install: info: adding a relocation entry for 0x394c.
grub-install: info: adding a relocation entry for 0x395c.
grub-install: info: adding a relocation entry for 0x3980.
grub-install: info: adding a relocation entry for 0x39bf.
grub-install: info: adding a relocation entry for 0x39cb.
grub-install: info: adding a relocation entry for 0x39e9.
grub-install: info: adding a relocation entry for 0x3a05.
grub-install: info: adding a relocation entry for 0x3a12.
grub-install: info: adding a relocation entry for 0x3a7d.
grub-install: info: adding a relocation entry for 0x3b63.
grub-install: info: adding a relocation entry for 0x3b6f.
grub-install: info: adding a relocation entry for 0x3b79.
grub-install: info: adding a relocation entry for 0x3b85.
grub-install: info: adding a relocation entry for 0x3b98.
grub-install: info: adding a relocation entry for 0x3baf.
grub-install: info: adding a relocation entry for 0x3bbc.
grub-install: info: adding a relocation entry for 0x3bcc.
grub-install: info: adding a relocation entry for 0x3be3.
grub-install: info: adding a relocation entry for 0x3bfb.
grub-install: info: adding a relocation entry for 0x3c10.
grub-install: info: adding a relocation entry for 0x3c2f.
grub-install: info: adding a relocation entry for 0x3c50.
grub-install: info: adding a relocation entry for 0x3c6e.
grub-install: info: adding a relocation entry for 0x3c7b.
grub-install: info: adding a relocation entry for 0x3cae.
grub-install: info: adding a relocation entry for 0x3cd8.
grub-install: info: adding a relocation entry for 0x3d46.
grub-install: info: adding a relocation entry for 0x3d5b.
grub-install: info: adding a relocation entry for 0x3d69.
grub-install: info: adding a relocation entry for 0x3da7.
grub-install: info: adding a relocation entry for 0x3df2.
grub-install: info: adding a relocation entry for 0x3e06.
grub-install: info: adding a relocation entry for 0x3e55.
grub-install: info: adding a relocation entry for 0x3eaa.
grub-install: info: adding a relocation entry for 0x3eba.
grub-install: info: adding a relocation entry for 0x3f0b.
grub-install: info: adding a relocation entry for 0x3f1c.
grub-install: info: adding a relocation entry for 0x3f60.
grub-install: info: adding a relocation entry for 0x3f7a.
grub-install: info: adding a relocation entry for 0x3f86.
grub-install: info: adding a relocation entry for 0x3fbc.
grub-install: info: adding a relocation entry for 0x3fd6.
grub-install: info: adding a relocation entry for 0x3fe6.
grub-install: info: adding a relocation entry for 0x4014.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 224 bytes of a fixup block starting at 0x3000.
grub-install: info: adding a relocation entry for 0x4021.
grub-install: info: adding a relocation entry for 0x402e.
grub-install: info: adding a relocation entry for 0x405d.
grub-install: info: adding a relocation entry for 0x4070.
grub-install: info: adding a relocation entry for 0x4085.
grub-install: info: adding a relocation entry for 0x40bf.
grub-install: info: adding a relocation entry for 0x40d7.
grub-install: info: adding a relocation entry for 0x4146.
grub-install: info: adding a relocation entry for 0x4151.
grub-install: info: adding a relocation entry for 0x417c.
grub-install: info: adding a relocation entry for 0x418c.
grub-install: info: adding a relocation entry for 0x4199.
grub-install: info: adding a relocation entry for 0x41a3.
grub-install: info: adding a relocation entry for 0x41ad.
grub-install: info: adding a relocation entry for 0x41b7.
grub-install: info: adding a relocation entry for 0x41cb.
grub-install: info: adding a relocation entry for 0x41e3.
grub-install: info: adding a relocation entry for 0x41f4.
grub-install: info: adding a relocation entry for 0x4205.
grub-install: info: adding a relocation entry for 0x4218.
grub-install: info: adding a relocation entry for 0x4227.
grub-install: info: adding a relocation entry for 0x4234.
grub-install: info: adding a relocation entry for 0x423e.
grub-install: info: adding a relocation entry for 0x4248.
grub-install: info: adding a relocation entry for 0x4252.
grub-install: info: adding a relocation entry for 0x4262.
grub-install: info: adding a relocation entry for 0x4271.
grub-install: info: adding a relocation entry for 0x4280.
grub-install: info: adding a relocation entry for 0x429c.
grub-install: info: adding a relocation entry for 0x42a9.
grub-install: info: adding a relocation entry for 0x42b5.
grub-install: info: adding a relocation entry for 0x42d4.
grub-install: info: adding a relocation entry for 0x42e2.
grub-install: info: adding a relocation entry for 0x42f5.
grub-install: info: adding a relocation entry for 0x42ff.
grub-install: info: adding a relocation entry for 0x4310.
grub-install: info: adding a relocation entry for 0x4325.
grub-install: info: adding a relocation entry for 0x4338.
grub-install: info: adding a relocation entry for 0x434b.
grub-install: info: adding a relocation entry for 0x4357.
grub-install: info: adding a relocation entry for 0x4373.
grub-install: info: adding a relocation entry for 0x4388.
grub-install: info: adding a relocation entry for 0x439e.
grub-install: info: adding a relocation entry for 0x43ad.
grub-install: info: adding a relocation entry for 0x43ea.
grub-install: info: adding a relocation entry for 0x43fa.
grub-install: info: adding a relocation entry for 0x440b.
grub-install: info: adding a relocation entry for 0x4435.
grub-install: info: adding a relocation entry for 0x444e.
grub-install: info: adding a relocation entry for 0x4470.
grub-install: info: adding a relocation entry for 0x4486.
grub-install: info: adding a relocation entry for 0x44b3.
grub-install: info: adding a relocation entry for 0x44cb.
grub-install: info: adding a relocation entry for 0x451a.
grub-install: info: adding a relocation entry for 0x4524.
grub-install: info: adding a relocation entry for 0x458e.
grub-install: info: adding a relocation entry for 0x4699.
grub-install: info: adding a relocation entry for 0x46e0.
grub-install: info: adding a relocation entry for 0x46fb.
grub-install: info: adding a relocation entry for 0x470a.
grub-install: info: adding a relocation entry for 0x4716.
grub-install: info: adding a relocation entry for 0x4731.
grub-install: info: adding a relocation entry for 0x479d.
grub-install: info: adding a relocation entry for 0x47f8.
grub-install: info: adding a relocation entry for 0x480e.
grub-install: info: adding a relocation entry for 0x4827.
grub-install: info: adding a relocation entry for 0x4843.
grub-install: info: adding a relocation entry for 0x4852.
grub-install: info: adding a relocation entry for 0x4864.
grub-install: info: adding a relocation entry for 0x488a.
grub-install: info: adding a relocation entry for 0x48a3.
grub-install: info: adding a relocation entry for 0x48d3.
grub-install: info: adding a relocation entry for 0x4916.
grub-install: info: adding a relocation entry for 0x4937.
grub-install: info: adding a relocation entry for 0x4959.
grub-install: info: adding a relocation entry for 0x496b.
grub-install: info: adding a relocation entry for 0x497a.
grub-install: info: adding a relocation entry for 0x4988.
grub-install: info: adding a relocation entry for 0x499d.
grub-install: info: adding a relocation entry for 0x49ae.
grub-install: info: adding a relocation entry for 0x49bc.
grub-install: info: adding a relocation entry for 0x49c7.
grub-install: info: adding a relocation entry for 0x49f1.
grub-install: info: adding a relocation entry for 0x49fc.
grub-install: info: adding a relocation entry for 0x4a10.
grub-install: info: adding a relocation entry for 0x4a21.
grub-install: info: adding a relocation entry for 0x4a30.
grub-install: info: adding a relocation entry for 0x4a3f.
grub-install: info: adding a relocation entry for 0x4a4d.
grub-install: info: adding a relocation entry for 0x4a75.
grub-install: info: adding a relocation entry for 0x4a99.
grub-install: info: adding a relocation entry for 0x4aab.
grub-install: info: adding a relocation entry for 0x4ab9.
grub-install: info: adding a relocation entry for 0x4ac5.
grub-install: info: adding a relocation entry for 0x4adc.
grub-install: info: adding a relocation entry for 0x4af3.
grub-install: info: adding a relocation entry for 0x4b0b.
grub-install: info: adding a relocation entry for 0x4b24.
grub-install: info: adding a relocation entry for 0x4b33.
grub-install: info: adding a relocation entry for 0x4b3f.
grub-install: info: adding a relocation entry for 0x4b5e.
grub-install: info: adding a relocation entry for 0x4b6a.
grub-install: info: adding a relocation entry for 0x4b7b.
grub-install: info: adding a relocation entry for 0x4b8a.
grub-install: info: adding a relocation entry for 0x4ba3.
grub-install: info: adding a relocation entry for 0x4bb6.
grub-install: info: adding a relocation entry for 0x4bd0.
grub-install: info: adding a relocation entry for 0x4be6.
grub-install: info: adding a relocation entry for 0x4c05.
grub-install: info: adding a relocation entry for 0x4d1f.
grub-install: info: adding a relocation entry for 0x4d63.
grub-install: info: adding a relocation entry for 0x4d71.
grub-install: info: adding a relocation entry for 0x4dab.
grub-install: info: adding a relocation entry for 0x4dd6.
grub-install: info: adding a relocation entry for 0x4de1.
grub-install: info: adding a relocation entry for 0x4deb.
grub-install: info: adding a relocation entry for 0x4dfb.
grub-install: info: adding a relocation entry for 0x4e0a.
grub-install: info: adding a relocation entry for 0x4e14.
grub-install: info: adding a relocation entry for 0x4e1e.
grub-install: info: adding a relocation entry for 0x4e2c.
grub-install: info: adding a relocation entry for 0x4e3c.
grub-install: info: adding a relocation entry for 0x4e46.
grub-install: info: adding a relocation entry for 0x4e50.
grub-install: info: adding a relocation entry for 0x4e60.
grub-install: info: adding a relocation entry for 0x4e6f.
grub-install: info: adding a relocation entry for 0x4e79.
grub-install: info: adding a relocation entry for 0x4e83.
grub-install: info: adding a relocation entry for 0x4e90.
grub-install: info: adding a relocation entry for 0x4ea6.
grub-install: info: adding a relocation entry for 0x4eb1.
grub-install: info: adding a relocation entry for 0x4ebd.
grub-install: info: adding a relocation entry for 0x4ec9.
grub-install: info: adding a relocation entry for 0x4ed9.
grub-install: info: adding a relocation entry for 0x4eff.
grub-install: info: adding a relocation entry for 0x4f09.
grub-install: info: adding a relocation entry for 0x4f1a.
grub-install: info: adding a relocation entry for 0x4f77.
grub-install: info: adding a relocation entry for 0x4f90.
grub-install: info: adding a relocation entry for 0x4fa9.
grub-install: info: adding a relocation entry for 0x4fc6.
grub-install: info: adding a relocation entry for 0x4fef.
grub-install: info: adding a relocation entry for 0x4ff9.
grub-install: info: adding a relocation entry for 0x500a.
grub-install: info: writing 296 bytes of a fixup block starting at 0x4000.
grub-install: info: adding a relocation entry for 0x5059.
grub-install: info: adding a relocation entry for 0x5080.
grub-install: info: adding a relocation entry for 0x508a.
grub-install: info: adding a relocation entry for 0x50bd.
grub-install: info: adding a relocation entry for 0x50e4.
grub-install: info: adding a relocation entry for 0x50ee.
grub-install: info: adding a relocation entry for 0x5130.
grub-install: info: adding a relocation entry for 0x513d.
grub-install: info: adding a relocation entry for 0x5187.
grub-install: info: adding a relocation entry for 0x5193.
grub-install: info: adding a relocation entry for 0x51ae.
grub-install: info: adding a relocation entry for 0x51b8.
grub-install: info: adding a relocation entry for 0x51c8.
grub-install: info: adding a relocation entry for 0x51d8.
grub-install: info: adding a relocation entry for 0x51e8.
grub-install: info: adding a relocation entry for 0x51f8.
grub-install: info: adding a relocation entry for 0x5203.
grub-install: info: adding a relocation entry for 0x5268.
grub-install: info: adding a relocation entry for 0x5283.
grub-install: info: adding a relocation entry for 0x52af.
grub-install: info: adding a relocation entry for 0x52bf.
grub-install: info: adding a relocation entry for 0x52cf.
grub-install: info: adding a relocation entry for 0x52df.
grub-install: info: adding a relocation entry for 0x52f5.
grub-install: info: adding a relocation entry for 0x5301.
grub-install: info: adding a relocation entry for 0x534c.
grub-install: info: adding a relocation entry for 0x5356.
grub-install: info: adding a relocation entry for 0x5367.
grub-install: info: adding a relocation entry for 0x537c.
grub-install: info: adding a relocation entry for 0x5388.
grub-install: info: adding a relocation entry for 0x53a2.
grub-install: info: adding a relocation entry for 0x53f1.
grub-install: info: adding a relocation entry for 0x544f.
grub-install: info: adding a relocation entry for 0x545b.
grub-install: info: adding a relocation entry for 0x5474.
grub-install: info: adding a relocation entry for 0x5480.
grub-install: info: adding a relocation entry for 0x5583.
grub-install: info: adding a relocation entry for 0x5594.
grub-install: info: adding a relocation entry for 0x55c5.
grub-install: info: adding a relocation entry for 0x55e1.
grub-install: info: adding a relocation entry for 0x55ef.
grub-install: info: adding a relocation entry for 0x5602.
grub-install: info: adding a relocation entry for 0x5619.
grub-install: info: adding a relocation entry for 0x562e.
grub-install: info: adding a relocation entry for 0x5655.
grub-install: info: adding a relocation entry for 0x5675.
grub-install: info: adding a relocation entry for 0x56cb.
grub-install: info: adding a relocation entry for 0x56d7.
grub-install: info: adding a relocation entry for 0x57b6.
grub-install: info: adding a relocation entry for 0x5814.
grub-install: info: adding a relocation entry for 0x587b.
grub-install: info: adding a relocation entry for 0x58cd.
grub-install: info: adding a relocation entry for 0x58ec.
grub-install: info: adding a relocation entry for 0x5907.
grub-install: info: adding a relocation entry for 0x5929.
grub-install: info: adding a relocation entry for 0x594e.
grub-install: info: adding a relocation entry for 0x5961.
grub-install: info: adding a relocation entry for 0x597d.
grub-install: info: adding a relocation entry for 0x5990.
grub-install: info: adding a relocation entry for 0x59a5.
grub-install: info: adding a relocation entry for 0x59c7.
grub-install: info: adding a relocation entry for 0x5a13.
grub-install: info: adding a relocation entry for 0x5a24.
grub-install: info: adding a relocation entry for 0x5a2e.
grub-install: info: adding a relocation entry for 0x5ad0.
grub-install: info: adding a relocation entry for 0x5ae3.
grub-install: info: adding a relocation entry for 0x5afa.
grub-install: info: adding a relocation entry for 0x5b04.
grub-install: info: adding a relocation entry for 0x5b0e.
grub-install: info: adding a relocation entry for 0x5b18.
grub-install: info: adding a relocation entry for 0x5b38.
grub-install: info: adding a relocation entry for 0x5b42.
grub-install: info: adding a relocation entry for 0x5b5c.
grub-install: info: adding a relocation entry for 0x5b6c.
grub-install: info: adding a relocation entry for 0x5b78.
grub-install: info: adding a relocation entry for 0x5b84.
grub-install: info: adding a relocation entry for 0x5b8e.
grub-install: info: adding a relocation entry for 0x5b9a.
grub-install: info: adding a relocation entry for 0x5bab.
grub-install: info: adding a relocation entry for 0x5bce.
grub-install: info: adding a relocation entry for 0x5be9.
grub-install: info: adding a relocation entry for 0x5c00.
grub-install: info: adding a relocation entry for 0x5c22.
grub-install: info: adding a relocation entry for 0x5c33.
grub-install: info: adding a relocation entry for 0x5c4b.
grub-install: info: adding a relocation entry for 0x5c5b.
grub-install: info: adding a relocation entry for 0x5c6f.
grub-install: info: adding a relocation entry for 0x5c7e.
grub-install: info: adding a relocation entry for 0x5c91.
grub-install: info: adding a relocation entry for 0x5ca5.
grub-install: info: adding a relocation entry for 0x5caf.
grub-install: info: adding a relocation entry for 0x5cbb.
grub-install: info: adding a relocation entry for 0x5cc7.
grub-install: info: adding a relocation entry for 0x5cd6.
grub-install: info: adding a relocation entry for 0x5cfa.
grub-install: info: adding a relocation entry for 0x5d0b.
grub-install: info: adding a relocation entry for 0x5d2b.
grub-install: info: adding a relocation entry for 0x5d37.
grub-install: info: adding a relocation entry for 0x5d4b.
grub-install: info: adding a relocation entry for 0x5d66.
grub-install: info: adding a relocation entry for 0x5d70.
grub-install: info: adding a relocation entry for 0x5d90.
grub-install: info: adding a relocation entry for 0x5d9a.
grub-install: info: adding a relocation entry for 0x5db9.
grub-install: info: adding a relocation entry for 0x5dd9.
grub-install: info: adding a relocation entry for 0x5de4.
grub-install: info: adding a relocation entry for 0x5dfa.
grub-install: info: adding a relocation entry for 0x5e17.
grub-install: info: adding a relocation entry for 0x5e28.
grub-install: info: adding a relocation entry for 0x5e38.
grub-install: info: adding a relocation entry for 0x5e4c.
grub-install: info: adding a relocation entry for 0x5e5a.
grub-install: info: adding a relocation entry for 0x5e64.
grub-install: info: adding a relocation entry for 0x5e6e.
grub-install: info: adding a relocation entry for 0x5e78.
grub-install: info: adding a relocation entry for 0x5e90.
grub-install: info: adding a relocation entry for 0x5e9d.
grub-install: info: adding a relocation entry for 0x5ea7.
grub-install: info: adding a relocation entry for 0x5eb1.
grub-install: info: adding a relocation entry for 0x5ec0.
grub-install: info: adding a relocation entry for 0x5eca.
grub-install: info: adding a relocation entry for 0x5ed4.
grub-install: info: adding a relocation entry for 0x5ede.
grub-install: info: adding a relocation entry for 0x5ef1.
grub-install: info: adding a relocation entry for 0x5efb.
grub-install: info: adding a relocation entry for 0x5f05.
grub-install: info: adding a relocation entry for 0x5f0f.
grub-install: info: adding a relocation entry for 0x5f1f.
grub-install: info: adding a relocation entry for 0x5f4e.
grub-install: info: adding a relocation entry for 0x5f5b.
grub-install: info: adding a relocation entry for 0x5f6f.
grub-install: info: adding a relocation entry for 0x5f81.
grub-install: info: adding a relocation entry for 0x5fce.
grub-install: info: adding a relocation entry for 0x5fd8.
grub-install: info: adding a relocation entry for 0x5ff1.
grub-install: info: adding a relocation entry for 0x6004.
grub-install: info: writing 280 bytes of a fixup block starting at 0x5000.
grub-install: info: adding a relocation entry for 0x600e.
grub-install: info: adding a relocation entry for 0x601c.
grub-install: info: adding a relocation entry for 0x6040.
grub-install: info: adding a relocation entry for 0x6054.
grub-install: info: adding a relocation entry for 0x6063.
grub-install: info: adding a relocation entry for 0x6088.
grub-install: info: adding a relocation entry for 0x60b2.
grub-install: info: adding a relocation entry for 0x60be.
grub-install: info: adding a relocation entry for 0x60e0.
grub-install: info: adding a relocation entry for 0x611a.
grub-install: info: adding a relocation entry for 0x612e.
grub-install: info: adding a relocation entry for 0x6143.
grub-install: info: adding a relocation entry for 0x6158.
grub-install: info: adding a relocation entry for 0x616a.
grub-install: info: adding a relocation entry for 0x6180.
grub-install: info: adding a relocation entry for 0x618a.
grub-install: info: adding a relocation entry for 0x61df.
grub-install: info: adding a relocation entry for 0x6223.
grub-install: info: adding a relocation entry for 0x6275.
grub-install: info: adding a relocation entry for 0x6291.
grub-install: info: adding a relocation entry for 0x62bc.
grub-install: info: adding a relocation entry for 0x62d7.
grub-install: info: adding a relocation entry for 0x62ee.
grub-install: info: adding a relocation entry for 0x633b.
grub-install: info: adding a relocation entry for 0x638f.
grub-install: info: adding a relocation entry for 0x63ef.
grub-install: info: adding a relocation entry for 0x640c.
grub-install: info: adding a relocation entry for 0x6426.
grub-install: info: adding a relocation entry for 0x6437.
grub-install: info: adding a relocation entry for 0x6455.
grub-install: info: adding a relocation entry for 0x646c.
grub-install: info: adding a relocation entry for 0x64c4.
grub-install: info: adding a relocation entry for 0x64e1.
grub-install: info: adding a relocation entry for 0x6504.
grub-install: info: adding a relocation entry for 0x659a.
grub-install: info: adding a relocation entry for 0x65b0.
grub-install: info: adding a relocation entry for 0x65ba.
grub-install: info: adding a relocation entry for 0x65c4.
grub-install: info: adding a relocation entry for 0x65ce.
grub-install: info: adding a relocation entry for 0x65db.
grub-install: info: adding a relocation entry for 0x65ed.
grub-install: info: adding a relocation entry for 0x6608.
grub-install: info: adding a relocation entry for 0x665f.
grub-install: info: adding a relocation entry for 0x666b.
grub-install: info: adding a relocation entry for 0x66a8.
grub-install: info: adding a relocation entry for 0x66c1.
grub-install: info: adding a relocation entry for 0x66f2.
grub-install: info: adding a relocation entry for 0x66fc.
grub-install: info: adding a relocation entry for 0x6706.
grub-install: info: adding a relocation entry for 0x671d.
grub-install: info: adding a relocation entry for 0x6741.
grub-install: info: adding a relocation entry for 0x674b.
grub-install: info: adding a relocation entry for 0x6757.
grub-install: info: adding a relocation entry for 0x6797.
grub-install: info: adding a relocation entry for 0x67a3.
grub-install: info: adding a relocation entry for 0x67b2.
grub-install: info: adding a relocation entry for 0x67c1.
grub-install: info: adding a relocation entry for 0x67d3.
grub-install: info: adding a relocation entry for 0x6824.
grub-install: info: adding a relocation entry for 0x684f.
grub-install: info: adding a relocation entry for 0x6863.
grub-install: info: adding a relocation entry for 0x6878.
grub-install: info: adding a relocation entry for 0x689c.
grub-install: info: adding a relocation entry for 0x68d2.
grub-install: info: adding a relocation entry for 0x68de.
grub-install: info: adding a relocation entry for 0x68f4.
grub-install: info: adding a relocation entry for 0x6903.
grub-install: info: adding a relocation entry for 0x6916.
grub-install: info: adding a relocation entry for 0x692c.
grub-install: info: adding a relocation entry for 0x6936.
grub-install: info: adding a relocation entry for 0x6940.
grub-install: info: adding a relocation entry for 0x694d.
grub-install: info: adding a relocation entry for 0x695e.
grub-install: info: adding a relocation entry for 0x6979.
grub-install: info: adding a relocation entry for 0x6983.
grub-install: info: adding a relocation entry for 0x69a4.
grub-install: info: adding a relocation entry for 0x69b9.
grub-install: info: adding a relocation entry for 0x69c8.
grub-install: info: adding a relocation entry for 0x69d9.
grub-install: info: adding a relocation entry for 0x69e5.
grub-install: info: adding a relocation entry for 0x6a04.
grub-install: info: adding a relocation entry for 0x6a21.
grub-install: info: adding a relocation entry for 0x6a9c.
grub-install: info: adding a relocation entry for 0x6aad.
grub-install: info: adding a relocation entry for 0x6afd.
grub-install: info: adding a relocation entry for 0x6b07.
grub-install: info: adding a relocation entry for 0x6b17.
grub-install: info: adding a relocation entry for 0x6b2d.
grub-install: info: adding a relocation entry for 0x6b37.
grub-install: info: adding a relocation entry for 0x6b41.
grub-install: info: adding a relocation entry for 0x6b4b.
grub-install: info: adding a relocation entry for 0x6b55.
grub-install: info: adding a relocation entry for 0x6b62.
grub-install: info: adding a relocation entry for 0x6b94.
grub-install: info: adding a relocation entry for 0x6c00.
grub-install: info: adding a relocation entry for 0x6c4f.
grub-install: info: adding a relocation entry for 0x6c88.
grub-install: info: adding a relocation entry for 0x6cff.
grub-install: info: adding a relocation entry for 0x6d22.
grub-install: info: adding a relocation entry for 0x6d6b.
grub-install: info: adding a relocation entry for 0x6d82.
grub-install: info: adding a relocation entry for 0x6dca.
grub-install: info: adding a relocation entry for 0x6dd6.
grub-install: info: adding a relocation entry for 0x6e0a.
grub-install: info: adding a relocation entry for 0x6e7b.
grub-install: info: adding a relocation entry for 0x6e9e.
grub-install: info: adding a relocation entry for 0x6ea8.
grub-install: info: adding a relocation entry for 0x6ebc.
grub-install: info: adding a relocation entry for 0x6eee.
grub-install: info: adding a relocation entry for 0x6f06.
grub-install: info: adding a relocation entry for 0x6f14.
grub-install: info: adding a relocation entry for 0x6f57.
grub-install: info: adding a relocation entry for 0x6f84.
grub-install: info: adding a relocation entry for 0x6fc4.
grub-install: info: adding a relocation entry for 0x7020.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 240 bytes of a fixup block starting at 0x6000.
grub-install: info: adding a relocation entry for 0x703e.
grub-install: info: adding a relocation entry for 0x7048.
grub-install: info: adding a relocation entry for 0x708d.
grub-install: info: adding a relocation entry for 0x70a0.
grub-install: info: adding a relocation entry for 0x70bb.
grub-install: info: adding a relocation entry for 0x7107.
grub-install: info: adding a relocation entry for 0x7113.
grub-install: info: adding a relocation entry for 0x7121.
grub-install: info: adding a relocation entry for 0x7138.
grub-install: info: adding a relocation entry for 0x7149.
grub-install: info: adding a relocation entry for 0x716d.
grub-install: info: adding a relocation entry for 0x717e.
grub-install: info: adding a relocation entry for 0x718c.
grub-install: info: adding a relocation entry for 0x71ad.
grub-install: info: adding a relocation entry for 0x71cd.
grub-install: info: adding a relocation entry for 0x71dc.
grub-install: info: adding a relocation entry for 0x71ef.
grub-install: info: adding a relocation entry for 0x721b.
grub-install: info: adding a relocation entry for 0x7225.
grub-install: info: adding a relocation entry for 0x7231.
grub-install: info: adding a relocation entry for 0x723b.
grub-install: info: adding a relocation entry for 0x724b.
grub-install: info: adding a relocation entry for 0x7267.
grub-install: info: adding a relocation entry for 0x7271.
grub-install: info: adding a relocation entry for 0x7287.
grub-install: info: adding a relocation entry for 0x7295.
grub-install: info: adding a relocation entry for 0x72a9.
grub-install: info: adding a relocation entry for 0x72be.
grub-install: info: adding a relocation entry for 0x72cf.
grub-install: info: adding a relocation entry for 0x72dd.
grub-install: info: adding a relocation entry for 0x72f5.
grub-install: info: adding a relocation entry for 0x7317.
grub-install: info: adding a relocation entry for 0x732f.
grub-install: info: adding a relocation entry for 0x7345.
grub-install: info: adding a relocation entry for 0x7361.
grub-install: info: adding a relocation entry for 0x738f.
grub-install: info: adding a relocation entry for 0x73bb.
grub-install: info: adding a relocation entry for 0x73cc.
grub-install: info: adding a relocation entry for 0x73ef.
grub-install: info: adding a relocation entry for 0x7431.
grub-install: info: adding a relocation entry for 0x749e.
grub-install: info: adding a relocation entry for 0x74ea.
grub-install: info: adding a relocation entry for 0x7506.
grub-install: info: adding a relocation entry for 0x7529.
grub-install: info: adding a relocation entry for 0x7573.
grub-install: info: adding a relocation entry for 0x75ed.
grub-install: info: adding a relocation entry for 0x7637.
grub-install: info: adding a relocation entry for 0x7645.
grub-install: info: adding a relocation entry for 0x76b2.
grub-install: info: adding a relocation entry for 0x76fd.
grub-install: info: adding a relocation entry for 0x770c.
grub-install: info: adding a relocation entry for 0x771b.
grub-install: info: adding a relocation entry for 0x7728.
grub-install: info: adding a relocation entry for 0x7734.
grub-install: info: adding a relocation entry for 0x774f.
grub-install: info: adding a relocation entry for 0x77a4.
grub-install: info: adding a relocation entry for 0x77ae.
grub-install: info: adding a relocation entry for 0x77ec.
grub-install: info: adding a relocation entry for 0x77f6.
grub-install: info: adding a relocation entry for 0x7858.
grub-install: info: adding a relocation entry for 0x7862.
grub-install: info: adding a relocation entry for 0x788e.
grub-install: info: adding a relocation entry for 0x7898.
grub-install: info: adding a relocation entry for 0x78a2.
grub-install: info: adding a relocation entry for 0x78ba.
grub-install: info: adding a relocation entry for 0x78c4.
grub-install: info: adding a relocation entry for 0x78ce.
grub-install: info: adding a relocation entry for 0x78e6.
grub-install: info: adding a relocation entry for 0x78f0.
grub-install: info: adding a relocation entry for 0x78fa.
grub-install: info: adding a relocation entry for 0x790a.
grub-install: info: adding a relocation entry for 0x791a.
grub-install: info: adding a relocation entry for 0x795c.
grub-install: info: adding a relocation entry for 0x7989.
grub-install: info: adding a relocation entry for 0x79a6.
grub-install: info: adding a relocation entry for 0x79cc.
grub-install: info: adding a relocation entry for 0x79e0.
grub-install: info: adding a relocation entry for 0x79ee.
grub-install: info: adding a relocation entry for 0x7a0b.
grub-install: info: adding a relocation entry for 0x7a19.
grub-install: info: adding a relocation entry for 0x7a43.
grub-install: info: adding a relocation entry for 0x7a55.
grub-install: info: adding a relocation entry for 0x7a78.
grub-install: info: adding a relocation entry for 0x7aa9.
grub-install: info: adding a relocation entry for 0x7ab9.
grub-install: info: adding a relocation entry for 0x7acc.
grub-install: info: adding a relocation entry for 0x7ae6.
grub-install: info: adding a relocation entry for 0x7af5.
grub-install: info: adding a relocation entry for 0x7aff.
grub-install: info: adding a relocation entry for 0x7b18.
grub-install: info: adding a relocation entry for 0x7b22.
grub-install: info: adding a relocation entry for 0x7b3d.
grub-install: info: adding a relocation entry for 0x7b4f.
grub-install: info: adding a relocation entry for 0x7b60.
grub-install: info: adding a relocation entry for 0x7b76.
grub-install: info: adding a relocation entry for 0x7b87.
grub-install: info: adding a relocation entry for 0x7ba4.
grub-install: info: adding a relocation entry for 0x7bb0.
grub-install: info: adding a relocation entry for 0x7c06.
grub-install: info: adding a relocation entry for 0x7c10.
grub-install: info: adding a relocation entry for 0x7c4a.
grub-install: info: adding a relocation entry for 0x7c7f.
grub-install: info: adding a relocation entry for 0x7ca2.
grub-install: info: adding a relocation entry for 0x7cb6.
grub-install: info: adding a relocation entry for 0x7cd6.
grub-install: info: adding a relocation entry for 0x7cfa.
grub-install: info: adding a relocation entry for 0x7d4b.
grub-install: info: adding a relocation entry for 0x7d64.
grub-install: info: adding a relocation entry for 0x7d78.
grub-install: info: adding a relocation entry for 0x7da5.
grub-install: info: adding a relocation entry for 0x7dcd.
grub-install: info: adding a relocation entry for 0x7ddc.
grub-install: info: adding a relocation entry for 0x7dfd.
grub-install: info: adding a relocation entry for 0x7e29.
grub-install: info: adding a relocation entry for 0x7e4d.
grub-install: info: adding a relocation entry for 0x7ebf.
grub-install: info: adding a relocation entry for 0x7ed5.
grub-install: info: adding a relocation entry for 0x7ee2.
grub-install: info: adding a relocation entry for 0x7ef1.
grub-install: info: adding a relocation entry for 0x7f19.
grub-install: info: adding a relocation entry for 0x7f2f.
grub-install: info: adding a relocation entry for 0x7f3c.
grub-install: info: adding a relocation entry for 0x7f6d.
grub-install: info: adding a relocation entry for 0x7f9f.
grub-install: info: adding a relocation entry for 0x7fbd.
grub-install: info: adding a relocation entry for 0x7fca.
grub-install: info: adding a relocation entry for 0x7fe3.
grub-install: info: adding a relocation entry for 0x7ffc.
grub-install: info: adding a relocation entry for 0x8008.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 272 bytes of a fixup block starting at 0x7000.
grub-install: info: adding a relocation entry for 0x8012.
grub-install: info: adding a relocation entry for 0x8029.
grub-install: info: adding a relocation entry for 0x8039.
grub-install: info: adding a relocation entry for 0x8049.
grub-install: info: adding a relocation entry for 0x805f.
grub-install: info: adding a relocation entry for 0x806f.
grub-install: info: adding a relocation entry for 0x807c.
grub-install: info: adding a relocation entry for 0x809e.
grub-install: info: adding a relocation entry for 0x80a8.
grub-install: info: adding a relocation entry for 0x80bb.
grub-install: info: adding a relocation entry for 0x80d3.
grub-install: info: adding a relocation entry for 0x80e2.
grub-install: info: adding a relocation entry for 0x80ec.
grub-install: info: adding a relocation entry for 0x80f8.
grub-install: info: adding a relocation entry for 0x8102.
grub-install: info: adding a relocation entry for 0x8113.
grub-install: info: adding a relocation entry for 0x811f.
grub-install: info: adding a relocation entry for 0x812f.
grub-install: info: adding a relocation entry for 0x813e.
grub-install: info: adding a relocation entry for 0x814a.
grub-install: info: adding a relocation entry for 0x8156.
grub-install: info: adding a relocation entry for 0x817f.
grub-install: info: adding a relocation entry for 0x819f.
grub-install: info: adding a relocation entry for 0x81a9.
grub-install: info: adding a relocation entry for 0x81b7.
grub-install: info: adding a relocation entry for 0x81e0.
grub-install: info: adding a relocation entry for 0x8212.
grub-install: info: adding a relocation entry for 0x8223.
grub-install: info: adding a relocation entry for 0x8264.
grub-install: info: adding a relocation entry for 0x82bc.
grub-install: info: adding a relocation entry for 0x82c8.
grub-install: info: adding a relocation entry for 0x82db.
grub-install: info: adding a relocation entry for 0x82ed.
grub-install: info: adding a relocation entry for 0x82f9.
grub-install: info: adding a relocation entry for 0x831b.
grub-install: info: adding a relocation entry for 0x8341.
grub-install: info: adding a relocation entry for 0x8356.
grub-install: info: adding a relocation entry for 0x8377.
grub-install: info: adding a relocation entry for 0x83a6.
grub-install: info: adding a relocation entry for 0x83b6.
grub-install: info: adding a relocation entry for 0x83f0.
grub-install: info: adding a relocation entry for 0x83fa.
grub-install: info: adding a relocation entry for 0x840c.
grub-install: info: adding a relocation entry for 0x8444.
grub-install: info: adding a relocation entry for 0x8473.
grub-install: info: adding a relocation entry for 0x848d.
grub-install: info: adding a relocation entry for 0x84c2.
grub-install: info: adding a relocation entry for 0x84cc.
grub-install: info: adding a relocation entry for 0x84f5.
grub-install: info: adding a relocation entry for 0x8599.
grub-install: info: adding a relocation entry for 0x85f2.
grub-install: info: adding a relocation entry for 0x8640.
grub-install: info: adding a relocation entry for 0x8666.
grub-install: info: adding a relocation entry for 0x86ba.
grub-install: info: adding a relocation entry for 0x86da.
grub-install: info: adding a relocation entry for 0x86e4.
grub-install: info: adding a relocation entry for 0x8712.
grub-install: info: adding a relocation entry for 0x8746.
grub-install: info: adding a relocation entry for 0x8777.
grub-install: info: adding a relocation entry for 0x8788.
grub-install: info: adding a relocation entry for 0x879f.
grub-install: info: adding a relocation entry for 0x87e0.
grub-install: info: adding a relocation entry for 0x87ea.
grub-install: info: adding a relocation entry for 0x8800.
grub-install: info: adding a relocation entry for 0x8810.
grub-install: info: adding a relocation entry for 0x881a.
grub-install: info: adding a relocation entry for 0x8829.
grub-install: info: adding a relocation entry for 0x883a.
grub-install: info: adding a relocation entry for 0x8844.
grub-install: info: adding a relocation entry for 0x885c.
grub-install: info: adding a relocation entry for 0x8873.
grub-install: info: adding a relocation entry for 0x887d.
grub-install: info: adding a relocation entry for 0x8887.
grub-install: info: adding a relocation entry for 0x8893.
grub-install: info: adding a relocation entry for 0x88bf.
grub-install: info: adding a relocation entry for 0x88d4.
grub-install: info: adding a relocation entry for 0x88ef.
grub-install: info: adding a relocation entry for 0x8909.
grub-install: info: adding a relocation entry for 0x8913.
grub-install: info: adding a relocation entry for 0x8947.
grub-install: info: adding a relocation entry for 0x8970.
grub-install: info: adding a relocation entry for 0x8981.
grub-install: info: adding a relocation entry for 0x89a7.
grub-install: info: adding a relocation entry for 0x8a27.
grub-install: info: adding a relocation entry for 0x8a4f.
grub-install: info: adding a relocation entry for 0x8a5b.
grub-install: info: adding a relocation entry for 0x8a6f.
grub-install: info: adding a relocation entry for 0x8a8f.
grub-install: info: adding a relocation entry for 0x8a9f.
grub-install: info: adding a relocation entry for 0x8ad1.
grub-install: info: adding a relocation entry for 0x8b21.
grub-install: info: adding a relocation entry for 0x8b2f.
grub-install: info: adding a relocation entry for 0x8b44.
grub-install: info: adding a relocation entry for 0x8b5c.
grub-install: info: adding a relocation entry for 0x8b78.
grub-install: info: adding a relocation entry for 0x8bba.
grub-install: info: adding a relocation entry for 0x8bf1.
grub-install: info: adding a relocation entry for 0x8bfb.
grub-install: info: adding a relocation entry for 0x8c05.
grub-install: info: adding a relocation entry for 0x8c11.
grub-install: info: adding a relocation entry for 0x8c20.
grub-install: info: adding a relocation entry for 0x8c75.
grub-install: info: adding a relocation entry for 0x8c81.
grub-install: info: adding a relocation entry for 0x8c8b.
grub-install: info: adding a relocation entry for 0x8c9f.
grub-install: info: adding a relocation entry for 0x8cbe.
grub-install: info: adding a relocation entry for 0x8cc8.
grub-install: info: adding a relocation entry for 0x8cd4.
grub-install: info: adding a relocation entry for 0x8ce8.
grub-install: info: adding a relocation entry for 0x8cf5.
grub-install: info: adding a relocation entry for 0x8d01.
grub-install: info: adding a relocation entry for 0x8d0b.
grub-install: info: adding a relocation entry for 0x8d1a.
grub-install: info: adding a relocation entry for 0x8d3a.
grub-install: info: adding a relocation entry for 0x8d55.
grub-install: info: adding a relocation entry for 0x8d76.
grub-install: info: adding a relocation entry for 0x8dd8.
grub-install: info: adding a relocation entry for 0x8df3.
grub-install: info: adding a relocation entry for 0x8e32.
grub-install: info: adding a relocation entry for 0x8e3c.
grub-install: info: adding a relocation entry for 0x8e5d.
grub-install: info: adding a relocation entry for 0x8e69.
grub-install: info: adding a relocation entry for 0x8e78.
grub-install: info: adding a relocation entry for 0x8e88.
grub-install: info: adding a relocation entry for 0x8e92.
grub-install: info: adding a relocation entry for 0x8ea4.
grub-install: info: adding a relocation entry for 0x8eb6.
grub-install: info: adding a relocation entry for 0x8ecb.
grub-install: info: adding a relocation entry for 0x8ed5.
grub-install: info: adding a relocation entry for 0x8ee7.
grub-install: info: adding a relocation entry for 0x8ef7.
grub-install: info: adding a relocation entry for 0x8f06.
grub-install: info: adding a relocation entry for 0x8f12.
grub-install: info: adding a relocation entry for 0x8f25.
grub-install: info: adding a relocation entry for 0x8f36.
grub-install: info: adding a relocation entry for 0x8f42.
grub-install: info: adding a relocation entry for 0x8f54.
grub-install: info: adding a relocation entry for 0x8f60.
grub-install: info: adding a relocation entry for 0x8f6a.
grub-install: info: adding a relocation entry for 0x8f78.
grub-install: info: adding a relocation entry for 0x8f82.
grub-install: info: adding a relocation entry for 0x8f92.
grub-install: info: adding a relocation entry for 0x8f9f.
grub-install: info: adding a relocation entry for 0x8fdb.
grub-install: info: adding a relocation entry for 0x8fe7.
grub-install: info: adding a relocation entry for 0x8ff9.
grub-install: info: adding a relocation entry for 0x9003.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 304 bytes of a fixup block starting at 0x8000.
grub-install: info: adding a relocation entry for 0x901d.
grub-install: info: adding a relocation entry for 0x9029.
grub-install: info: adding a relocation entry for 0x9050.
grub-install: info: adding a relocation entry for 0x905a.
grub-install: info: adding a relocation entry for 0x9082.
grub-install: info: adding a relocation entry for 0x90eb.
grub-install: info: adding a relocation entry for 0x90f9.
grub-install: info: adding a relocation entry for 0x91f7.
grub-install: info: adding a relocation entry for 0x923c.
grub-install: info: adding a relocation entry for 0x935e.
grub-install: info: adding a relocation entry for 0x9374.
grub-install: info: adding a relocation entry for 0x9392.
grub-install: info: adding a relocation entry for 0x93aa.
grub-install: info: adding a relocation entry for 0x93c6.
grub-install: info: adding a relocation entry for 0x93e7.
grub-install: info: adding a relocation entry for 0x9471.
grub-install: info: adding a relocation entry for 0x94d4.
grub-install: info: adding a relocation entry for 0x9513.
grub-install: info: adding a relocation entry for 0x9526.
grub-install: info: adding a relocation entry for 0x954f.
grub-install: info: adding a relocation entry for 0x9560.
grub-install: info: adding a relocation entry for 0x959e.
grub-install: info: adding a relocation entry for 0x96b4.
grub-install: info: adding a relocation entry for 0x96d1.
grub-install: info: adding a relocation entry for 0x9706.
grub-install: info: adding a relocation entry for 0x9718.
grub-install: info: adding a relocation entry for 0x9876.
grub-install: info: adding a relocation entry for 0x992a.
grub-install: info: adding a relocation entry for 0x99d5.
grub-install: info: adding a relocation entry for 0x9a2f.
grub-install: info: adding a relocation entry for 0x9ba5.
grub-install: info: adding a relocation entry for 0x9bce.
grub-install: info: adding a relocation entry for 0x9d04.
grub-install: info: adding a relocation entry for 0x9dcf.
grub-install: info: adding a relocation entry for 0x9dde.
grub-install: info: adding a relocation entry for 0x9df0.
grub-install: info: adding a relocation entry for 0x9e15.
grub-install: info: adding a relocation entry for 0x9e2e.
grub-install: info: adding a relocation entry for 0x9e46.
grub-install: info: adding a relocation entry for 0x9e78.
grub-install: info: adding a relocation entry for 0x9e8a.
grub-install: info: adding a relocation entry for 0x9e9b.
grub-install: info: adding a relocation entry for 0x9ee2.
grub-install: info: adding a relocation entry for 0x9f44.
grub-install: info: adding a relocation entry for 0x9f60.
grub-install: info: adding a relocation entry for 0x9f75.
grub-install: info: adding a relocation entry for 0x9f8e.
grub-install: info: adding a relocation entry for 0x9fb8.
grub-install: info: adding a relocation entry for 0x9fc8.
grub-install: info: adding a relocation entry for 0x9fec.
grub-install: info: adding a relocation entry for 0x9ff6.
grub-install: info: adding a relocation entry for 0xa029.
grub-install: info: writing 112 bytes of a fixup block starting at 0x9000.
grub-install: info: adding a relocation entry for 0xa035.
grub-install: info: adding a relocation entry for 0xa050.
grub-install: info: adding a relocation entry for 0xa083.
grub-install: info: adding a relocation entry for 0xa097.
grub-install: info: adding a relocation entry for 0xa0c2.
grub-install: info: adding a relocation entry for 0xa0f7.
grub-install: info: adding a relocation entry for 0xa11e.
grub-install: info: adding a relocation entry for 0xa12d.
grub-install: info: adding a relocation entry for 0xa16c.
grub-install: info: adding a relocation entry for 0xa180.
grub-install: info: adding a relocation entry for 0xa1a2.
grub-install: info: adding a relocation entry for 0xa1dc.
grub-install: info: adding a relocation entry for 0xa20e.
grub-install: info: adding a relocation entry for 0xa249.
grub-install: info: adding a relocation entry for 0xa265.
grub-install: info: adding a relocation entry for 0xa271.
grub-install: info: adding a relocation entry for 0xa27f.
grub-install: info: adding a relocation entry for 0xa28b.
grub-install: info: adding a relocation entry for 0xa29b.
grub-install: info: adding a relocation entry for 0xa2a9.
grub-install: info: adding a relocation entry for 0xa2b5.
grub-install: info: adding a relocation entry for 0xa2fc.
grub-install: info: adding a relocation entry for 0xa31e.
grub-install: info: adding a relocation entry for 0xa333.
grub-install: info: adding a relocation entry for 0xa367.
grub-install: info: adding a relocation entry for 0xa3a1.
grub-install: info: adding a relocation entry for 0xa3b9.
grub-install: info: adding a relocation entry for 0xa44c.
grub-install: info: adding a relocation entry for 0xa4d5.
grub-install: info: adding a relocation entry for 0xa501.
grub-install: info: adding a relocation entry for 0xa51d.
grub-install: info: adding a relocation entry for 0xa5c2.
grub-install: info: adding a relocation entry for 0xa5fc.
grub-install: info: adding a relocation entry for 0xa623.
grub-install: info: adding a relocation entry for 0xa63c.
grub-install: info: adding a relocation entry for 0xa658.
grub-install: info: adding a relocation entry for 0xa666.
grub-install: info: adding a relocation entry for 0xa6b9.
grub-install: info: adding a relocation entry for 0xa6ec.
grub-install: info: adding a relocation entry for 0xa6f6.
grub-install: info: adding a relocation entry for 0xa707.
grub-install: info: adding a relocation entry for 0xa713.
grub-install: info: adding a relocation entry for 0xa720.
grub-install: info: adding a relocation entry for 0xa78a.
grub-install: info: adding a relocation entry for 0xa79c.
grub-install: info: adding a relocation entry for 0xa7d1.
grub-install: info: adding a relocation entry for 0xa7e8.
grub-install: info: adding a relocation entry for 0xa803.
grub-install: info: adding a relocation entry for 0xa830.
grub-install: info: adding a relocation entry for 0xa841.
grub-install: info: adding a relocation entry for 0xa850.
grub-install: info: adding a relocation entry for 0xa86e.
grub-install: info: adding a relocation entry for 0xa8d4.
grub-install: info: adding a relocation entry for 0xa909.
grub-install: info: adding a relocation entry for 0xa91a.
grub-install: info: adding a relocation entry for 0xa958.
grub-install: info: adding a relocation entry for 0xa962.
grub-install: info: adding a relocation entry for 0xa97e.
grub-install: info: adding a relocation entry for 0xa9a1.
grub-install: info: adding a relocation entry for 0xa9bd.
grub-install: info: adding a relocation entry for 0xa9e0.
grub-install: info: adding a relocation entry for 0xa9ea.
grub-install: info: adding a relocation entry for 0xaa48.
grub-install: info: adding a relocation entry for 0xaaa4.
grub-install: info: adding a relocation entry for 0xaabc.
grub-install: info: adding a relocation entry for 0xaac6.
grub-install: info: adding a relocation entry for 0xaad5.
grub-install: info: adding a relocation entry for 0xaae5.
grub-install: info: adding a relocation entry for 0xaafe.
grub-install: info: adding a relocation entry for 0xab1d.
grub-install: info: adding a relocation entry for 0xab38.
grub-install: info: adding a relocation entry for 0xab62.
grub-install: info: adding a relocation entry for 0xaba5.
grub-install: info: adding a relocation entry for 0xabff.
grub-install: info: adding a relocation entry for 0xac10.
grub-install: info: adding a relocation entry for 0xac31.
grub-install: info: adding a relocation entry for 0xac5c.
grub-install: info: adding a relocation entry for 0xaca5.
grub-install: info: adding a relocation entry for 0xacc8.
grub-install: info: adding a relocation entry for 0xaced.
grub-install: info: adding a relocation entry for 0xacfa.
grub-install: info: adding a relocation entry for 0xad27.
grub-install: info: adding a relocation entry for 0xad36.
grub-install: info: adding a relocation entry for 0xad46.
grub-install: info: adding a relocation entry for 0xad57.
grub-install: info: adding a relocation entry for 0xad63.
grub-install: info: adding a relocation entry for 0xad6f.
grub-install: info: adding a relocation entry for 0xad89.
grub-install: info: adding a relocation entry for 0xada0.
grub-install: info: adding a relocation entry for 0xadac.
grub-install: info: adding a relocation entry for 0xadb8.
grub-install: info: adding a relocation entry for 0xadc7.
grub-install: info: adding a relocation entry for 0xadea.
grub-install: info: adding a relocation entry for 0xadf4.
grub-install: info: adding a relocation entry for 0xae03.
grub-install: info: adding a relocation entry for 0xae36.
grub-install: info: adding a relocation entry for 0xae4b.
grub-install: info: adding a relocation entry for 0xae76.
grub-install: info: adding a relocation entry for 0xae87.
grub-install: info: adding a relocation entry for 0xae9a.
grub-install: info: adding a relocation entry for 0xaea4.
grub-install: info: adding a relocation entry for 0xaeb2.
grub-install: info: adding a relocation entry for 0xaebc.
grub-install: info: adding a relocation entry for 0xaedf.
grub-install: info: adding a relocation entry for 0xaeec.
grub-install: info: adding a relocation entry for 0xaef6.
grub-install: info: adding a relocation entry for 0xaf0d.
grub-install: info: adding a relocation entry for 0xaf22.
grub-install: info: adding a relocation entry for 0xaf3d.
grub-install: info: adding a relocation entry for 0xaf53.
grub-install: info: adding a relocation entry for 0xaf9f.
grub-install: info: adding a relocation entry for 0xafda.
grub-install: info: adding a relocation entry for 0xaff7.
grub-install: info: adding a relocation entry for 0xb01b.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 240 bytes of a fixup block starting at 0xa000.
grub-install: info: adding a relocation entry for 0xb04e.
grub-install: info: adding a relocation entry for 0xb062.
grub-install: info: adding a relocation entry for 0xb073.
grub-install: info: adding a relocation entry for 0xb09c.
grub-install: info: adding a relocation entry for 0xb0c8.
grub-install: info: adding a relocation entry for 0xb0d3.
grub-install: info: adding a relocation entry for 0xb0f7.
grub-install: info: adding a relocation entry for 0xb102.
grub-install: info: adding a relocation entry for 0xb10d.
grub-install: info: adding a relocation entry for 0xb14b.
grub-install: info: adding a relocation entry for 0xb159.
grub-install: info: adding a relocation entry for 0xb163.
grub-install: info: adding a relocation entry for 0xb186.
grub-install: info: adding a relocation entry for 0xb190.
grub-install: info: adding a relocation entry for 0xb19a.
grub-install: info: adding a relocation entry for 0xb1b0.
grub-install: info: adding a relocation entry for 0xb1cc.
grub-install: info: adding a relocation entry for 0xb1dd.
grub-install: info: adding a relocation entry for 0xb1e7.
grub-install: info: adding a relocation entry for 0xb202.
grub-install: info: adding a relocation entry for 0xb20c.
grub-install: info: adding a relocation entry for 0xb216.
grub-install: info: adding a relocation entry for 0xb234.
grub-install: info: adding a relocation entry for 0xb258.
grub-install: info: adding a relocation entry for 0xb263.
grub-install: info: translating the relocation section .rela.rodata.
grub-install: info: adding a relocation entry for 0xc000.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 64 bytes of a fixup block starting at 0xb000.
grub-install: info: adding a relocation entry for 0xc008.
grub-install: info: adding a relocation entry for 0xc010.
grub-install: info: adding a relocation entry for 0xc018.
grub-install: info: adding a relocation entry for 0xc020.
grub-install: info: adding a relocation entry for 0xc028.
grub-install: info: adding a relocation entry for 0xc030.
grub-install: info: adding a relocation entry for 0xc038.
grub-install: info: adding a relocation entry for 0xc040.
grub-install: info: adding a relocation entry for 0xc048.
grub-install: info: adding a relocation entry for 0xc050.
grub-install: info: adding a relocation entry for 0xc058.
grub-install: info: adding a relocation entry for 0xc060.
grub-install: info: adding a relocation entry for 0xc068.
grub-install: info: adding a relocation entry for 0xc070.
grub-install: info: adding a relocation entry for 0xc078.
grub-install: info: adding a relocation entry for 0xc080.
grub-install: info: adding a relocation entry for 0xc088.
grub-install: info: adding a relocation entry for 0xc090.
grub-install: info: adding a relocation entry for 0xc098.
grub-install: info: adding a relocation entry for 0xc0a0.
grub-install: info: adding a relocation entry for 0xc0a8.
grub-install: info: adding a relocation entry for 0xc0b0.
grub-install: info: adding a relocation entry for 0xc0b8.
grub-install: info: adding a relocation entry for 0xc0c0.
grub-install: info: adding a relocation entry for 0xc0c8.
grub-install: info: adding a relocation entry for 0xc0d0.
grub-install: info: adding a relocation entry for 0xc0d8.
grub-install: info: adding a relocation entry for 0xc140.
grub-install: info: adding a relocation entry for 0xc148.
grub-install: info: adding a relocation entry for 0xc150.
grub-install: info: adding a relocation entry for 0xc158.
grub-install: info: adding a relocation entry for 0xc160.
grub-install: info: adding a relocation entry for 0xc168.
grub-install: info: adding a relocation entry for 0xc170.
grub-install: info: adding a relocation entry for 0xc178.
grub-install: info: adding a relocation entry for 0xc180.
grub-install: info: adding a relocation entry for 0xc188.
grub-install: info: adding a relocation entry for 0xc190.
grub-install: info: translating the relocation section .rela.data.
grub-install: info: adding a relocation entry for 0xdd80.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 88 bytes of a fixup block starting at 0xc000.
grub-install: info: adding a relocation entry for 0xdd90.
grub-install: info: adding a relocation entry for 0xdd98.
grub-install: info: adding a relocation entry for 0xdda0.
grub-install: info: adding a relocation entry for 0xdda8.
grub-install: info: adding a relocation entry for 0xddb0.
grub-install: info: adding a relocation entry for 0xde10.
grub-install: info: adding a relocation entry for 0xde20.
grub-install: info: adding a relocation entry for 0xde28.
grub-install: info: adding a relocation entry for 0xde38.
grub-install: info: adding a relocation entry for 0xde40.
grub-install: info: adding a relocation entry for 0xde48.
grub-install: info: adding a relocation entry for 0xde50.
grub-install: info: adding a relocation entry for 0xde58.
grub-install: info: adding a relocation entry for 0xde60.
grub-install: info: adding a relocation entry for 0xdeb0.
grub-install: info: adding a relocation entry for 0xdeb8.
grub-install: info: adding a relocation entry for 0xdec8.
grub-install: info: adding a relocation entry for 0xdf10.
grub-install: info: adding a relocation entry for 0xdf30.
grub-install: info: adding a relocation entry for 0xdf40.
grub-install: info: adding a relocation entry for 0xdf48.
grub-install: info: adding a relocation entry for 0xdf70.
grub-install: info: adding a relocation entry for 0xe0c0.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 56 bytes of a fixup block starting at 0xd000.
grub-install: info: adding a relocation entry for 0xe0e0.
grub-install: info: adding a relocation entry for 0xe0e8.
grub-install: info: adding a relocation entry for 0xe0f8.
grub-install: info: adding a relocation entry for 0xe100.
grub-install: info: adding a relocation entry for 0xe110.
grub-install: info: adding a relocation entry for 0xe118.
grub-install: info: adding a relocation entry for 0xe128.
grub-install: info: adding a relocation entry for 0xe130.
grub-install: info: adding a relocation entry for 0xe140.
grub-install: info: adding a relocation entry for 0xe148.
grub-install: info: adding a relocation entry for 0xe158.
grub-install: info: adding a relocation entry for 0xe160.
grub-install: info: adding a relocation entry for 0xe170.
grub-install: info: adding a relocation entry for 0xe178.
grub-install: info: adding a relocation entry for 0xe188.
grub-install: info: adding a relocation entry for 0xe190.
grub-install: info: adding a relocation entry for 0xe1a0.
grub-install: info: adding a relocation entry for 0xe1a8.
grub-install: info: adding a relocation entry for 0xe1b8.
grub-install: info: adding a relocation entry for 0xe1c0.
grub-install: info: adding a relocation entry for 0xe1d0.
grub-install: info: adding a relocation entry for 0xe1d8.
grub-install: info: adding a relocation entry for 0xe1e8.
grub-install: info: adding a relocation entry for 0xe1f0.
grub-install: info: adding a relocation entry for 0xe200.
grub-install: info: adding a relocation entry for 0xe208.
grub-install: info: adding a relocation entry for 0xe218.
grub-install: info: adding a relocation entry for 0xe220.
grub-install: info: adding a relocation entry for 0xe230.
grub-install: info: adding a relocation entry for 0xe238.
grub-install: info: adding a relocation entry for 0xe248.
grub-install: info: adding a relocation entry for 0xe250.
grub-install: info: adding a relocation entry for 0xe260.
grub-install: info: adding a relocation entry for 0xe268.
grub-install: info: adding a relocation entry for 0xe278.
grub-install: info: adding a relocation entry for 0xe280.
grub-install: info: adding a relocation entry for 0xe290.
grub-install: info: adding a relocation entry for 0xe298.
grub-install: info: adding a relocation entry for 0xe2a8.
grub-install: info: adding a relocation entry for 0xe2b0.
grub-install: info: adding a relocation entry for 0xe2c0.
grub-install: info: adding a relocation entry for 0xe2c8.
grub-install: info: adding a relocation entry for 0xe2d8.
grub-install: info: adding a relocation entry for 0xe2e0.
grub-install: info: adding a relocation entry for 0xe2f0.
grub-install: info: adding a relocation entry for 0xe2f8.
grub-install: info: adding a relocation entry for 0xe308.
grub-install: info: adding a relocation entry for 0xe310.
grub-install: info: adding a relocation entry for 0xe320.
grub-install: info: adding a relocation entry for 0xe328.
grub-install: info: adding a relocation entry for 0xe338.
grub-install: info: adding a relocation entry for 0xe340.
grub-install: info: adding a relocation entry for 0xe350.
grub-install: info: adding a relocation entry for 0xe358.
grub-install: info: adding a relocation entry for 0xe368.
grub-install: info: adding a relocation entry for 0xe370.
grub-install: info: adding a relocation entry for 0xe380.
grub-install: info: adding a relocation entry for 0xe388.
grub-install: info: adding a relocation entry for 0xe398.
grub-install: info: adding a relocation entry for 0xe3a0.
grub-install: info: adding a relocation entry for 0xe3b0.
grub-install: info: adding a relocation entry for 0xe3b8.
grub-install: info: adding a relocation entry for 0xe3c8.
grub-install: info: adding a relocation entry for 0xe3d0.
grub-install: info: adding a relocation entry for 0xe3e0.
grub-install: info: adding a relocation entry for 0xe3e8.
grub-install: info: adding a relocation entry for 0xe3f8.
grub-install: info: adding a relocation entry for 0xe400.
grub-install: info: adding a relocation entry for 0xe410.
grub-install: info: adding a relocation entry for 0xe418.
grub-install: info: adding a relocation entry for 0xe428.
grub-install: info: adding a relocation entry for 0xe430.
grub-install: info: adding a relocation entry for 0xe440.
grub-install: info: adding a relocation entry for 0xe448.
grub-install: info: adding a relocation entry for 0xe458.
grub-install: info: adding a relocation entry for 0xe460.
grub-install: info: adding a relocation entry for 0xe470.
grub-install: info: adding a relocation entry for 0xe478.
grub-install: info: adding a relocation entry for 0xe488.
grub-install: info: adding a relocation entry for 0xe490.
grub-install: info: adding a relocation entry for 0xe4a0.
grub-install: info: adding a relocation entry for 0xe4a8.
grub-install: info: adding a relocation entry for 0xe4b8.
grub-install: info: adding a relocation entry for 0xe4c0.
grub-install: info: adding a relocation entry for 0xe4d0.
grub-install: info: adding a relocation entry for 0xe4d8.
grub-install: info: adding a relocation entry for 0xe4e8.
grub-install: info: adding a relocation entry for 0xe4f0.
grub-install: info: adding a relocation entry for 0xe500.
grub-install: info: adding a relocation entry for 0xe508.
grub-install: info: adding a relocation entry for 0xe518.
grub-install: info: adding a relocation entry for 0xe520.
grub-install: info: adding a relocation entry for 0xe530.
grub-install: info: adding a relocation entry for 0xe538.
grub-install: info: adding a relocation entry for 0xe548.
grub-install: info: adding a relocation entry for 0xe550.
grub-install: info: adding a relocation entry for 0xe560.
grub-install: info: adding a relocation entry for 0xe568.
grub-install: info: adding a relocation entry for 0xe578.
grub-install: info: adding a relocation entry for 0xe580.
grub-install: info: adding a relocation entry for 0xe590.
grub-install: info: adding a relocation entry for 0xe598.
grub-install: info: adding a relocation entry for 0xe5a8.
grub-install: info: adding a relocation entry for 0xe5b0.
grub-install: info: adding a relocation entry for 0xe5c0.
grub-install: info: adding a relocation entry for 0xe5c8.
grub-install: info: adding a relocation entry for 0xe5d8.
grub-install: info: adding a relocation entry for 0xe5e0.
grub-install: info: adding a relocation entry for 0xe5f0.
grub-install: info: adding a relocation entry for 0xe5f8.
grub-install: info: adding a relocation entry for 0xe608.
grub-install: info: adding a relocation entry for 0xe610.
grub-install: info: adding a relocation entry for 0xe620.
grub-install: info: adding a relocation entry for 0xe628.
grub-install: info: adding a relocation entry for 0xe638.
grub-install: info: adding a relocation entry for 0xe640.
grub-install: info: adding a relocation entry for 0xe650.
grub-install: info: adding a relocation entry for 0xe658.
grub-install: info: adding a relocation entry for 0xe668.
grub-install: info: adding a relocation entry for 0xe670.
grub-install: info: adding a relocation entry for 0xe680.
grub-install: info: adding a relocation entry for 0xe688.
grub-install: info: adding a relocation entry for 0xe698.
grub-install: info: adding a relocation entry for 0xe6a0.
grub-install: info: adding a relocation entry for 0xe6b0.
grub-install: info: adding a relocation entry for 0xe6b8.
grub-install: info: adding a relocation entry for 0xe6c8.
grub-install: info: adding a relocation entry for 0xe6d0.
grub-install: info: adding a relocation entry for 0xe6e0.
grub-install: info: adding a relocation entry for 0xe6e8.
grub-install: info: adding a relocation entry for 0xe6f8.
grub-install: info: adding a relocation entry for 0xe700.
grub-install: info: adding a relocation entry for 0xe710.
grub-install: info: adding a relocation entry for 0xe718.
grub-install: info: adding a relocation entry for 0xe728.
grub-install: info: adding a relocation entry for 0xe730.
grub-install: info: adding a relocation entry for 0xe740.
grub-install: info: adding a relocation entry for 0xe748.
grub-install: info: adding a relocation entry for 0xe758.
grub-install: info: adding a relocation entry for 0xe760.
grub-install: info: adding a relocation entry for 0xe770.
grub-install: info: adding a relocation entry for 0xe778.
grub-install: info: adding a relocation entry for 0xe788.
grub-install: info: adding a relocation entry for 0xe790.
grub-install: info: adding a relocation entry for 0xe7a0.
grub-install: info: adding a relocation entry for 0xe7a8.
grub-install: info: adding a relocation entry for 0xe7b8.
grub-install: info: adding a relocation entry for 0xe7c0.
grub-install: info: adding a relocation entry for 0xe7d0.
grub-install: info: adding a relocation entry for 0xe7d8.
grub-install: info: adding a relocation entry for 0xe7e8.
grub-install: info: adding a relocation entry for 0xe7f0.
grub-install: info: adding a relocation entry for 0xe800.
grub-install: info: adding a relocation entry for 0xe808.
grub-install: info: adding a relocation entry for 0xe818.
grub-install: info: adding a relocation entry for 0xe820.
grub-install: info: adding a relocation entry for 0xe830.
grub-install: info: adding a relocation entry for 0xe838.
grub-install: info: adding a relocation entry for 0xe848.
grub-install: info: adding a relocation entry for 0xe850.
grub-install: info: adding a relocation entry for 0xe860.
grub-install: info: adding a relocation entry for 0xe868.
grub-install: info: adding a relocation entry for 0xe878.
grub-install: info: adding a relocation entry for 0xe880.
grub-install: info: adding a relocation entry for 0xe890.
grub-install: info: adding a relocation entry for 0xe898.
grub-install: info: adding a relocation entry for 0xe8a8.
grub-install: info: adding a relocation entry for 0xe8b0.
grub-install: info: adding a relocation entry for 0xe8c0.
grub-install: info: adding a relocation entry for 0xe8c8.
grub-install: info: adding a relocation entry for 0xe8d8.
grub-install: info: adding a relocation entry for 0xe8e0.
grub-install: info: adding a relocation entry for 0xe8f0.
grub-install: info: adding a relocation entry for 0xe8f8.
grub-install: info: adding a relocation entry for 0xe908.
grub-install: info: adding a relocation entry for 0xe910.
grub-install: info: adding a relocation entry for 0xe920.
grub-install: info: adding a relocation entry for 0xe928.
grub-install: info: adding a relocation entry for 0xe938.
grub-install: info: adding a relocation entry for 0xe940.
grub-install: info: adding a relocation entry for 0xe950.
grub-install: info: adding a relocation entry for 0xe958.
grub-install: info: adding a relocation entry for 0xe968.
grub-install: info: adding a relocation entry for 0xe970.
grub-install: info: adding a relocation entry for 0xe980.
grub-install: info: adding a relocation entry for 0xe988.
grub-install: info: adding a relocation entry for 0xe998.
grub-install: info: adding a relocation entry for 0xe9a0.
grub-install: info: adding a relocation entry for 0xe9b0.
grub-install: info: adding a relocation entry for 0xe9b8.
grub-install: info: adding a relocation entry for 0xe9c8.
grub-install: info: adding a relocation entry for 0xe9d0.
grub-install: info: adding a relocation entry for 0xe9e0.
grub-install: info: adding a relocation entry for 0xe9e8.
grub-install: info: adding a relocation entry for 0xe9f8.
grub-install: info: adding a relocation entry for 0xea00.
grub-install: info: adding a relocation entry for 0xea10.
grub-install: info: adding a relocation entry for 0xea18.
grub-install: info: adding a relocation entry for 0xea28.
grub-install: info: adding a relocation entry for 0xea30.
grub-install: info: adding a relocation entry for 0xea40.
grub-install: info: adding a relocation entry for 0xea48.
grub-install: info: adding a relocation entry for 0xea58.
grub-install: info: adding a relocation entry for 0xea60.
grub-install: info: adding a relocation entry for 0xea70.
grub-install: info: adding a relocation entry for 0xea78.
grub-install: info: adding a relocation entry for 0xea88.
grub-install: info: adding a relocation entry for 0xea90.
grub-install: info: adding a relocation entry for 0xeaa0.
grub-install: info: adding a relocation entry for 0xeaa8.
grub-install: info: adding a relocation entry for 0xeab8.
grub-install: info: adding a relocation entry for 0xeac0.
grub-install: info: adding a relocation entry for 0xead0.
grub-install: info: adding a relocation entry for 0xead8.
grub-install: info: adding a relocation entry for 0xeae8.
grub-install: info: adding a relocation entry for 0xeaf0.
grub-install: info: adding a relocation entry for 0xeb00.
grub-install: info: adding a relocation entry for 0xeb08.
grub-install: info: adding a relocation entry for 0xeb18.
grub-install: info: adding a relocation entry for 0xeb20.
grub-install: info: adding a relocation entry for 0xeb30.
grub-install: info: adding a relocation entry for 0xeb38.
grub-install: info: adding a relocation entry for 0xeb48.
grub-install: info: adding a relocation entry for 0xeb50.
grub-install: info: adding a relocation entry for 0xeb60.
grub-install: info: adding a relocation entry for 0xeb68.
grub-install: info: adding a relocation entry for 0xeb78.
grub-install: info: adding a relocation entry for 0xeb80.
grub-install: info: adding a relocation entry for 0xeb90.
grub-install: info: adding a relocation entry for 0xeb98.
grub-install: info: adding a relocation entry for 0xeba8.
grub-install: info: adding a relocation entry for 0xebb0.
grub-install: info: adding a relocation entry for 0xebc0.
grub-install: info: adding a relocation entry for 0xebc8.
grub-install: info: adding a relocation entry for 0xebd8.
grub-install: info: adding a relocation entry for 0xebe0.
grub-install: info: adding a relocation entry for 0xebf0.
grub-install: info: adding a relocation entry for 0xebf8.
grub-install: info: adding a relocation entry for 0xec08.
grub-install: info: adding a relocation entry for 0xec10.
grub-install: info: adding a relocation entry for 0xec20.
grub-install: info: adding a relocation entry for 0xec28.
grub-install: info: adding a relocation entry for 0xec38.
grub-install: info: adding a relocation entry for 0xec40.
grub-install: info: adding a relocation entry for 0xec50.
grub-install: info: adding a relocation entry for 0xec58.
grub-install: info: adding a relocation entry for 0xec68.
grub-install: info: adding a relocation entry for 0xec70.
grub-install: info: adding a relocation entry for 0xec80.
grub-install: info: adding a relocation entry for 0xec88.
grub-install: info: adding a relocation entry for 0xec98.
grub-install: info: adding a relocation entry for 0xeca0.
grub-install: info: adding a relocation entry for 0xecb0.
grub-install: info: adding a relocation entry for 0xecb8.
grub-install: info: adding a relocation entry for 0xecc8.
grub-install: info: adding a relocation entry for 0xecd0.
grub-install: info: adding a relocation entry for 0xece0.
grub-install: info: adding a relocation entry for 0xece8.
grub-install: info: adding a relocation entry for 0xecf8.
grub-install: info: adding a relocation entry for 0xed00.
grub-install: info: adding a relocation entry for 0xed10.
grub-install: info: adding a relocation entry for 0xed18.
grub-install: info: adding a relocation entry for 0xed28.
grub-install: info: adding a relocation entry for 0xed30.
grub-install: info: adding a relocation entry for 0xed40.
grub-install: info: adding a relocation entry for 0xed48.
grub-install: info: adding a relocation entry for 0xed58.
grub-install: info: adding a relocation entry for 0xed60.
grub-install: info: adding a relocation entry for 0xed70.
grub-install: info: adding a relocation entry for 0xed78.
grub-install: info: adding a relocation entry for 0xed88.
grub-install: info: adding a relocation entry for 0xed90.
grub-install: info: adding a relocation entry for 0xeda0.
grub-install: info: adding a relocation entry for 0xeda8.
grub-install: info: adding a relocation entry for 0xedb8.
grub-install: info: adding a relocation entry for 0xedc0.
grub-install: info: adding a relocation entry for 0xedd0.
grub-install: info: adding a relocation entry for 0xedd8.
grub-install: info: adding a relocation entry for 0xede8.
grub-install: info: adding a relocation entry for 0xedf0.
grub-install: info: adding a relocation entry for 0xee00.
grub-install: info: adding a relocation entry for 0xee08.
grub-install: info: adding a relocation entry for 0xee18.
grub-install: info: adding a relocation entry for 0xee20.
grub-install: info: adding a relocation entry for 0xee30.
grub-install: info: adding a relocation entry for 0xee38.
grub-install: info: adding a relocation entry for 0xee48.
grub-install: info: adding a relocation entry for 0xee50.
grub-install: info: adding a relocation entry for 0xee60.
grub-install: info: adding a relocation entry for 0xee68.
grub-install: info: adding a relocation entry for 0xee78.
grub-install: info: adding a relocation entry for 0xee80.
grub-install: info: adding a relocation entry for 0xee90.
grub-install: info: adding a relocation entry for 0xee98.
grub-install: info: adding a relocation entry for 0xeea8.
grub-install: info: adding a relocation entry for 0xeeb0.
grub-install: info: adding a relocation entry for 0xeec0.
grub-install: info: adding a relocation entry for 0xeec8.
grub-install: info: adding a relocation entry for 0xeed8.
grub-install: info: adding a relocation entry for 0xeee0.
grub-install: info: adding a relocation entry for 0xeef0.
grub-install: info: adding a relocation entry for 0xeef8.
grub-install: info: adding a relocation entry for 0xef08.
grub-install: info: adding a relocation entry for 0xef10.
grub-install: info: adding a relocation entry for 0xef20.
grub-install: info: adding a relocation entry for 0xef28.
grub-install: info: adding a relocation entry for 0xef38.
grub-install: info: adding a relocation entry for 0xef40.
grub-install: info: adding a relocation entry for 0xef50.
grub-install: info: adding a relocation entry for 0xef58.
grub-install: info: adding a relocation entry for 0xef68.
grub-install: info: adding a relocation entry for 0xef70.
grub-install: info: adding a relocation entry for 0xef80.
grub-install: info: adding a relocation entry for 0xef88.
grub-install: info: adding a relocation entry for 0xef98.
grub-install: info: adding a relocation entry for 0xefa0.
grub-install: info: adding a relocation entry for 0xefb0.
grub-install: info: adding a relocation entry for 0xefb8.
grub-install: info: adding a relocation entry for 0xefc8.
grub-install: info: adding a relocation entry for 0xefd0.
grub-install: info: adding a relocation entry for 0xefe0.
grub-install: info: adding a relocation entry for 0xefe8.
grub-install: info: adding a relocation entry for 0xeff8.
grub-install: info: adding a relocation entry for 0xf000.
grub-install: info: writing 656 bytes of a fixup block starting at 0xe000.
grub-install: info: adding a relocation entry for 0xf010.
grub-install: info: adding a relocation entry for 0xf018.
grub-install: info: adding a relocation entry for 0xf028.
grub-install: info: adding a relocation entry for 0xf030.
grub-install: info: adding a relocation entry for 0xf040.
grub-install: info: adding a relocation entry for 0xf048.
grub-install: info: adding 393 padding fixup entries.
grub-install: info: writing 808 bytes of a fixup block starting at 0xf000.
grub-install: info: reading /usr/lib/grub/x86_64-efi/fshelp.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/ext2.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/part_gpt.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/search_fs_uuid.mod.
grub-install: info: reading /boot/grub/x86_64-efi/load.cfg.
grub-install: info: kernel_img=0x55ba39c85da0, kernel_size=0x1a000.
grub-install: info: the core size is 0x1f660.
grub-install: info: writing 0x22000 bytes.
grub-install: info: grub-mkimage --directory '/usr/lib/grub/x86_64-efi' --prefix '' --output '/boot/grub/x86_64-efi/grub.efi' --dtb '' --format 'x86_64-efi' --compression 'auto' --config '/boot/grub/x86_64-efi/load.cfg' 'ext2' 'part_gpt' 'search_fs_uuid'
.
grub-install: info: the size of config file is 0x68.
grub-install: info: the total module size is 0x5658.
grub-install: info: reading /usr/lib/grub/x86_64-efi/kernel.img.
grub-install: info: locating the section .text at 0x0.
grub-install: info: locating the section .rodata at 0xb000.
grub-install: info: locating the section .rodata.str1.1 at 0xb198.
grub-install: info: locating the section .data at 0xcd80.
grub-install: info: locating the section .module_license at 0xe070.
grub-install: info: locating the section .bss at 0xe080.
grub-install: info: locating at 0x1000 (0x1000).
grub-install: info: locating at 0xc000 (0xc000).
grub-install: info: locating at 0xc198 (0xc198).
grub-install: info: locating at 0xdd80 (0xdd80).
grub-install: info: locating at 0xf080 (0xf080).
grub-install: info: locating at 0xf070 (0xf070).
grub-install: info: locating at 0x1000 (0x1000).
grub-install: info: locating grub_strlen at 0x9343 (0x1000).
grub-install: info: locating grub_net_poll_cards_idle at 0x10e20 (0xf080).
grub-install: info: locating grub_efi_finish_boot_services at 0x411c (0x1000).
grub-install: info: locating grub_disk_get_size at 0x6da2 (0x1000).
grub-install: info: locating grub_file_progress_hook at 0x1af60 (0xf080).
grub-install: info: locating grub_efidisk_fini at 0x16b3 (0x1000).
grub-install: info: locating grub_puts_ at 0x90e4 (0x1000).
grub-install: info: locating grub_millisleep at 0x5999 (0x1000).
grub-install: info: locating grub_fs_autoload_hook at 0x10be8 (0xf080).
grub-install: info: locating efi_wrap_10 at 0x1236 (0x1000).
grub-install: info: locating grub_byte_checksum at 0x4f5b (0x1000).
grub-install: info: locating grub_efi_allocate_pages_max at 0x3dbe (0x1000).
grub-install: info: locating grub_fs_blocklist at 0xdf20 (0xdd80).
grub-install: info: locating grub_errmsg at 0x1ae40 (0xf080).
grub-install: info: locating efi_wrap_5 at 0x11cd (0x1000).
grub-install: info: locating grub_strncmp at 0x9165 (0x1000).
grub-install: info: locating grub_strtoull at 0x9598 (0x1000).
grub-install: info: locating grub_dma_get_virt at 0x1336 (0x1000).
grub-install: info: locating grub_efi_system_table at 0x10e30 (0xf080).
grub-install: info: locating memmove at 0x52b9 (0x1000).
grub-install: info: locating efi_wrap_4 at 0x11b9 (0x1000).
grub-install: info: locating grub_disk_open at 0x6785 (0x1000).
grub-install: info: locating grub_efi_locate_protocol at 0x2a26 (0x1000).
grub-install: info: locating grub_env_update_get_sorted at 0x7e1f (0x1000).
grub-install: info: locating grub_strcpy at 0x90cd (0x1000).
grub-install: info: locating grub_partition_probe at 0xa72e (0x1000).
grub-install: info: locating grub_strrchr at 0x91b8 (0x1000).
grub-install: info: locating grub_partition_get_name at 0xa93f (0x1000).
grub-install: info: locating grub_dl_load at 0x7aa3 (0x1000).
grub-install: info: locating grub_pmtimer_wait_count_tsc at 0x1098 (0x1000).
grub-install: info: locating grub_efi_stall at 0x2c60 (0x1000).
grub-install: info: locating grub_efi_get_filename at 0x3064 (0x1000).
grub-install: info: locating grub_env_export at 0x7f12 (0x1000).
grub-install: info: locating grub_xvasprintf at 0xa118 (0x1000).
grub-install: info: locating grub_error_push at 0x7fdc (0x1000).
grub-install: info: locating grub_rescue_run at 0xaed9 (0x1000).
grub-install: info: locating grub_xasprintf at 0xa1b4 (0x1000).
grub-install: info: locating grub_realloc at 0x58b7 (0x1000).
grub-install: info: locating grub_exit at 0x2ce8 (0x1000).
grub-install: info: locating grub_tsc_calibrate_from_pmtimer at 0x111c (0x1000).
grub-install: info: locating memcpy at 0x52a9 (0x1000).
grub-install: info: locating grub_memmove at 0x908d (0x1000).
grub-install: info: locating grub_device_open at 0x5fbd (0x1000).
grub-install: info: locating grub_file_filters at 0x1af80 (0xf080).
grub-install: info: locating grub_register_exported_symbols at 0xb251 (0x1000).
grub-install: info: locating grub_reboot at 0x2ca7 (0x1000).
grub-install: info: locating grub_tsc_calibrate_from_efi at 0x1017 (0x1000).
grub-install: info: locating grub_strdup at 0x9358 (0x1000).
grub-install: info: locating grub_disk_firmware_is_tainted at 0x10e80 (0xf080).
grub-install: info: locating grub_efi_allocate_fixed at 0x3fc6 (0x1000).
grub-install: info: locating grub_divmod64 at 0x93fd (0x1000).
grub-install: info: locating grub_file_get_device_name at 0x8166 (0x1000).
grub-install: info: locating grub_efi_print_device_path at 0x334a (0x1000).
grub-install: info: locating grub_partition_iterate at 0xa8ce (0x1000).
grub-install: info: locating grub_dma_free at 0x1326 (0x1000).
grub-install: info: locating grub_vsnprintf at 0xa0b7 (0x1000).
grub-install: info: locating grub_partition_map_list at 0x1afa8 (0xf080).
grub-install: info: locating efi_wrap_1 at 0x118c (0x1000).
grub-install: info: locating grub_command_list at 0x10e60 (0xf080).
grub-install: info: locating grub_machine_fini at 0x12a2 (0x1000).
grub-install: info: locating grub_tsc_rate at 0x10e50 (0xf080).
grub-install: info: locating grub_rescue_parse_line at 0xac56 (0x1000).
grub-install: info: locating grub_efi_get_variable at 0x2e88 (0x1000).
grub-install: info: locating grub_snprintf at 0xa0cf (0x1000).
grub-install: info: locating grub_register_core_commands at 0x5e46 (0x1000).
grub-install: info: locating grub_disk_dev_register at 0x66a2 (0x1000).
grub-install: info: locating grub_efi_find_mmap_size at 0x43c9 (0x1000).
grub-install: info: locating grub_console_init at 0x4dd0 (0x1000).
grub-install: info: locating grub_disk_write_weak at 0x10e88 (0xf080).
grub-install: info: locating grub_dl_add at 0x6e75 (0x1000).
grub-install: info: locating grub_disk_read at 0x6a42 (0x1000).
grub-install: info: locating grub_term_highlight_color at 0xe0c8 (0xdd80).
grub-install: info: locating grub_parser_execute at 0xa6b2 (0x1000).
grub-install: info: locating grub_xputs at 0xe0c0 (0xdd80).
grub-install: info: locating grub_console_fini at 0x4ea0 (0x1000).
grub-install: info: locating grub_fatal at 0xa207 (0x1000).
grub-install: info: locating grub_dl_ref at 0x6f77 (0x1000).
grub-install: info: locating grub_file_seek at 0x84ae (0x1000).
grub-install: info: locating grub_pci_find_capability at 0x143b (0x1000).
grub-install: info: locating grub_efi_get_loaded_image at 0x2c88 (0x1000).
grub-install: info: locating grub_errno at 0x1af40 (0xf080).
grub-install: info: locating grub_parser_cmdline_state at 0xa399 (0x1000).
grub-install: info: locating grub_memset at 0x92ca (0x1000).
grub-install: info: locating grub_getkey at 0xb0c2 (0x1000).
grub-install: info: locating grub_term_outputs_disabled at 0x1afb0 (0xf080).
grub-install: info: locating grub_grubnet_fini at 0x1afa0 (0xf080).
grub-install: info: locating grub_register_variable_hook at 0x7eae (0x1000).
grub-install: info: locating grub_efi_image_handle at 0x10e38 (0xf080).
grub-install: info: locating grub_vprintf at 0x9dc9 (0x1000).
grub-install: info: locating grub_machine_acpi_get_rsdpv1 at 0x5051 (0x1000).
grub-install: info: locating grub_net_open at 0xf0e0 (0xf080).
grub-install: info: locating grub_register_command_prio at 0x59c1 (0x1000).
grub-install: info: locating grub_efi_find_last_device_path at 0x3267 (0x1000).
grub-install: info: locating grub_efi_compare_device_paths at 0x3a55 (0x1000).
grub-install: info: locating grub_acpi_find_fadt at 0x4f71 (0x1000).
grub-install: info: locating grub_install_get_time_ms at 0x5987 (0x1000).
grub-install: info: locating grub_tsc_calibrate_from_pit at 0x520d (0x1000).
grub-install: info: locating _start at 0x1000 (0x1000).
grub-install: info: locating grub_term_inputs at 0x1afb8 (0xf080).
grub-install: info: locating grub_parser_split_cmdline at 0xa43d (0x1000).
grub-install: info: locating grub_disk_firmware_fini at 0x10e90 (0xf080).
grub-install: info: locating grub_disk_close at 0x66e8 (0x1000).
grub-install: info: locating grub_dl_unload at 0x6ff7 (0x1000).
grub-install: info: locating grub_efi_set_variable at 0x2d96 (0x1000).
grub-install: info: locating grub_printf at 0x9eba (0x1000).
grub-install: info: locating grub_efi_secure_boot at 0xb0e5 (0x1000).
grub-install: info: locating grub_unregister_command at 0x5ab1 (0x1000).
grub-install: info: locating grub_fs_list at 0x10bf0 (0xf080).
grub-install: info: locating grub_efidisk_get_device_handle at 0x23de (0x1000).
grub-install: info: locating grub_main at 0x8a89 (0x1000).
grub-install: info: locating grub_file_read at 0x81f8 (0x1000).
grub-install: info: locating grub_dl_unload_unneeded at 0x7b9e (0x1000).
grub-install: info: locating grub_pci_make_address at 0x1345 (0x1000).
grub-install: info: locating memcmp at 0x52c9 (0x1000).
grub-install: info: locating grub_term_normal_color at 0xe0c9 (0xdd80).
grub-install: info: locating grub_disk_dev_list at 0x10e98 (0xf080).
grub-install: info: locating grub_machine_init at 0x1284 (0x1000).
grub-install: info: locating efi_wrap_0 at 0x1181 (0x1000).
grub-install: info: locating grub_efi_locate_handle at 0x2a74 (0x1000).
grub-install: info: locating grub_term_outputs at 0x1afc0 (0xf080).
grub-install: info: locating grub_modbase at 0x10e40 (0xf080).
grub-install: info: locating grub_term_inputs_disabled at 0x1afc8 (0xf080).
grub-install: info: locating grub_efi_net_config at 0x10e48 (0xf080).
grub-install: info: locating grub_efi_set_virtual_address_map at 0x2d37 (0x1000).
grub-install: info: locating grub_print_error at 0x80cc (0x1000).
grub-install: info: locating grub_efi_mm_init at 0x445c (0x1000).
grub-install: info: locating memset at 0x52d9 (0x1000).
grub-install: info: locating grub_zalloc at 0x5628 (0x1000).
grub-install: info: locating grub_strcmp at 0x9145 (0x1000).
grub-install: info: locating grub_tsc_init at 0x515d (0x1000).
grub-install: info: locating grub_strchr at 0x91a0 (0x1000).
grub-install: info: locating grub_refresh at 0xb096 (0x1000).
grub-install: info: locating grub_malloc at 0x5613 (0x1000).
grub-install: info: locating grub_efi_get_memory_map at 0x3fe0 (0x1000).
grub-install: info: locating grub_efidisk_get_device_name at 0x252d (0x1000).
grub-install: info: locating grub_get_time_ms at 0x5977 (0x1000).
grub-install: info: locating grub_file_close at 0x8298 (0x1000).
grub-install: info: locating grub_file_open at 0x82e7 (0x1000).
grub-install: info: locating grub_isspace at 0x91cf (0x1000).
grub-install: info: locating grub_efi_open_protocol at 0x2b72 (0x1000).
grub-install: info: locating grub_real_dprintf at 0x9f6f (0x1000).
grub-install: info: locating efi_wrap_3 at 0x11a8 (0x1000).
grub-install: info: locating grub_dl_load_core_noinit at 0x70f7 (0x1000).
grub-install: info: locating grub_calloc at 0x55ac (0x1000).
grub-install: info: locating grub_dl_load_file at 0x79a0 (0x1000).
grub-install: info: locating grub_env_unset at 0x7d9f (0x1000).
grub-install: info: locating grub_device_close at 0x609e (0x1000).
grub-install: info: locating efi_wrap_6 at 0x11e6 (0x1000).
grub-install: info: locating grub_dl_head at 0xf100 (0xf080).
grub-install: info: locating grub_fs_probe at 0x87bf (0x1000).
grub-install: info: locating grub_mm_base at 0x10e58 (0xf080).
grub-install: info: locating grub_term_poll_usb at 0x10e28 (0xf080).
grub-install: info: locating grub_strword at 0x9236 (0x1000).
grub-install: info: locating grub_machine_get_bootlocation at 0x3bc6 (0x1000).
grub-install: info: locating grub_efi_fini at 0x3c67 (0x1000).
grub-install: info: locating grub_efi_allocate_any_pages at 0x3fa4 (0x1000).
grub-install: info: locating grub_efi_memory_fini at 0x442e (0x1000).
grub-install: info: locating grub_err_printed_errors at 0x1af44 (0xf080).
grub-install: info: locating grub_error at 0x7f5c (0x1000).
grub-install: info: locating grub_current_context at 0xdf10 (0xdd80).
grub-install: info: locating efi_codes at 0xc0e0 (0xc000).
grub-install: info: locating grub_dl_register_symbol at 0x6eb6 (0x1000).
grub-install: info: locating grub_efi_is_finished at 0xf098 (0xf080).
grub-install: info: locating grub_list_remove at 0x89f2 (0x1000).
grub-install: info: locating grub_pci_iterate at 0x1372 (0x1000).
grub-install: info: locating grub_modules_get_end at 0x8a69 (0x1000).
grub-install: info: locating grub_free at 0x5666 (0x1000).
grub-install: info: locating grub_strndup at 0x93a4 (0x1000).
grub-install: info: locating efi_wrap_7 at 0x1209 (0x1000).
grub-install: info: locating grub_named_list_find at 0x899f (0x1000).
grub-install: info: locating grub_dl_unref at 0x6fb7 (0x1000).
grub-install: info: locating grub_efi_duplicate_device_path at 0x32bd (0x1000).
grub-install: info: locating grub_efidisk_init at 0x21d1 (0x1000).
grub-install: info: locating grub_disk_dev_unregister at 0x66bb (0x1000).
grub-install: info: locating grub_efi_init at 0x3b5c (0x1000).
grub-install: info: locating grub_arch_dl_check_header at 0x14d0 (0x1000).
grub-install: info: locating grub_arch_dl_relocate_symbols at 0x1503 (0x1000).
grub-install: info: locating grub_efi_free_pages at 0x3d30 (0x1000).
grub-install: info: locating grub_printf_ at 0x9f0d (0x1000).
grub-install: info: locating grub_efi_get_device_path at 0x3248 (0x1000).
grub-install: info: locating start at 0x1000 (0x1000).
grub-install: info: locating grub_efi_modules_addr at 0x2fc6 (0x1000).
grub-install: info: locating grub_error_pop at 0x8059 (0x1000).
grub-install: info: locating grub_device_iterate at 0x61d7 (0x1000).
grub-install: info: locating grub_getkey_noblock at 0xb048 (0x1000).
grub-install: info: locating grub_memalign_dma32 at 0x12d0 (0x1000).
grub-install: info: locating grub_list_push at 0x89d7 (0x1000).
grub-install: info: locating grub_efi_set_text_mode at 0x2bd5 (0x1000).
grub-install: info: locating grub_err_printf at 0x9eba (0x1000).
grub-install: info: locating grub_disk_cache_invalidate_all at 0x6657 (0x1000).
grub-install: info: locating grub_machine_acpi_get_rsdpv2 at 0x50b5 (0x1000).
grub-install: info: locating grub_efi_allocate_pages_real at 0x3e74 (0x1000).
grub-install: info: locating grub_env_set at 0x7c44 (0x1000).
grub-install: info: locating grub_dl_load_core at 0x7956 (0x1000).
grub-install: info: locating grub_gettext at 0xdf70 (0xdd80).
grub-install: info: locating grub_memcmp at 0x9121 (0x1000).
grub-install: info: locating grub_env_get at 0x7d71 (0x1000).
grub-install: info: locating efi_wrap_2 at 0x119a (0x1000).
grub-install: info: locating grub_strtoul at 0x9924 (0x1000).
grub-install: info: locating grub_dma_get_phys at 0x133e (0x1000).
grub-install: info: locating grub_mm_init_region at 0x5781 (0x1000).
grub-install: info: locating grub_disk_cache_table at 0x10ea0 (0xf080).
grub-install: info: locating grub_memalign at 0x5394 (0x1000).
grub-install: info: dealing with the relocation section .rela.text for .text.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xfe31 at the offset 0x3.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xfe22 at the offset 0xa.
grub-install: info: relocating an R_X86_64_PC32 entry to 0x7a72 at the offset 0x13.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x37.
grub-install: info: relocating an R_X86_64_64 entry to 0x118c at the offset 0x4f.
grub-install: info: relocating an R_X86_64_64 entry to 0x93fd at the offset 0x6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e50 at the offset 0x88.
grub-install: info: relocating an R_X86_64_64 entry to 0x4f71 at the offset 0x123.
grub-install: info: relocating an R_X86_64_64 entry to 0x1098 at the offset 0x148.
grub-install: info: relocating an R_X86_64_64 entry to 0x93fd at the offset 0x163.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e50 at the offset 0x172.
grub-install: info: relocating an R_X86_64_64 entry to 0x3b5c at the offset 0x28b.
grub-install: info: relocating an R_X86_64_64 entry to 0x515d at the offset 0x298.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c67 at the offset 0x2ae.
grub-install: info: relocating an R_X86_64_64 entry to 0x442e at the offset 0x2c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x5394 at the offset 0x2f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xc198 at the offset 0x307.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x318.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x32c.
grub-install: info: relocating an R_X86_64_64 entry to 0x1345 at the offset 0x386.
grub-install: info: relocating an R_X86_64_64 entry to 0x1345 at the offset 0x454.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1b8 at the offset 0x4e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x4f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1d9 at the offset 0x526.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1fc at the offset 0x5b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x5c4.
grub-install: info: relocating an R_X86_64_64 entry to 0xc214 at the offset 0x614.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x61e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc23b at the offset 0x669.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0x673.
grub-install: info: relocating an R_X86_64_64 entry to 0xc24f at the offset 0x67d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x687.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x696.
grub-install: info: relocating an R_X86_64_64 entry to 0xf090 at the offset 0x6bb.
grub-install: info: relocating an R_X86_64_64 entry to 0xf088 at the offset 0x6c7.
grub-install: info: relocating an R_X86_64_64 entry to 0xf080 at the offset 0x6d2.
grub-install: info: relocating an R_X86_64_64 entry to 0x1692 at the offset 0x6dd.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd80 at the offset 0x702.
grub-install: info: relocating an R_X86_64_64 entry to 0x66bb at the offset 0x70c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0x73a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc262 at the offset 0x744.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x752.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x75e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc24f at the offset 0x76c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9924 at the offset 0x7a3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc26e at the offset 0x7bf.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x7d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xf080 at the offset 0x7fe.
grub-install: info: relocating an R_X86_64_64 entry to 0xf090 at the offset 0x80c.
grub-install: info: relocating an R_X86_64_64 entry to 0xf088 at the offset 0x81a.
grub-install: info: relocating an R_X86_64_64 entry to 0x1639 at the offset 0x827.
grub-install: info: relocating an R_X86_64_64 entry to 0xc27c at the offset 0x845.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x852.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0x870.
grub-install: info: relocating an R_X86_64_64 entry to 0xc24f at the offset 0x87a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc28b at the offset 0x892.
grub-install: info: relocating an R_X86_64_64 entry to 0xc2c6 at the offset 0x8b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc2e2 at the offset 0x8ee.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x902.
grub-install: info: relocating an R_X86_64_64 entry to 0xc2f9 at the offset 0x943.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0x94d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc24f at the offset 0x957.
grub-install: info: relocating an R_X86_64_64 entry to 0xddc0 at the offset 0x97c.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a74 at the offset 0x986.
grub-install: info: relocating an R_X86_64_64 entry to 0x3248 at the offset 0x9b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3267 at the offset 0x9ee.
grub-install: info: relocating an R_X86_64_64 entry to 0xddc0 at the offset 0xa0f.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b72 at the offset 0xa19.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0xa4e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0xa64.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0xaad.
grub-install: info: relocating an R_X86_64_64 entry to 0x32bd at the offset 0xace.
grub-install: info: relocating an R_X86_64_64 entry to 0x3267 at the offset 0xafa.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a55 at the offset 0xb0b.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0xb39.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a55 at the offset 0xb55.
grub-install: info: relocating an R_X86_64_64 entry to 0xc30f at the offset 0xb8d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0cf at the offset 0xb97.
grub-install: info: relocating an R_X86_64_64 entry to 0xf088 at the offset 0xbbe.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b51 at the offset 0xbd7.
grub-install: info: relocating an R_X86_64_64 entry to 0xf090 at the offset 0xbf4.
grub-install: info: relocating an R_X86_64_64 entry to 0xf080 at the offset 0xc12.
grub-install: info: relocating an R_X86_64_64 entry to 0xf090 at the offset 0xc5d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0cf at the offset 0xc6c.
grub-install: info: relocating an R_X86_64_64 entry to 0xf088 at the offset 0xc7b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0cf at the offset 0xc8a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc313 at the offset 0xca9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc24f at the offset 0xcc0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc318 at the offset 0xcca.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0xcd4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0xcde.
grub-install: info: relocating an R_X86_64_64 entry to 0xc326 at the offset 0xd10.
grub-install: info: relocating an R_X86_64_64 entry to 0xc24f at the offset 0xd27.
grub-install: info: relocating an R_X86_64_64 entry to 0xc318 at the offset 0xd31.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0xd3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0xd45.
grub-install: info: relocating an R_X86_64_64 entry to 0xf080 at the offset 0xd6e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0cf at the offset 0xd7d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc32b at the offset 0xd98.
grub-install: info: relocating an R_X86_64_64 entry to 0xc24f at the offset 0xdaf.
grub-install: info: relocating an R_X86_64_64 entry to 0xc318 at the offset 0xdb9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0xdc3.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0xdcd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa93f at the offset 0xe41.
grub-install: info: relocating an R_X86_64_64 entry to 0x3267 at the offset 0xe61.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a55 at the offset 0xe94.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0xebd.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0xee1.
grub-install: info: relocating an R_X86_64_64 entry to 0x5394 at the offset 0xf67.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0xf89.
grub-install: info: relocating an R_X86_64_64 entry to 0x11cd at the offset 0xfb5.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0xfd9.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0xfe5.
grub-install: info: relocating an R_X86_64_64 entry to 0xc330 at the offset 0x1015.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0x1026.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x1034.
grub-install: info: relocating an R_X86_64_64 entry to 0xc24f at the offset 0x104d.
grub-install: info: relocating an R_X86_64_64 entry to 0x1f0b at the offset 0x1063.
grub-install: info: relocating an R_X86_64_64 entry to 0xc364 at the offset 0x1094.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x10a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc375 at the offset 0x10c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x10d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc39d at the offset 0x10fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0x110b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x1119.
grub-install: info: relocating an R_X86_64_64 entry to 0xc24f at the offset 0x1132.
grub-install: info: relocating an R_X86_64_64 entry to 0x1f0b at the offset 0x114b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc364 at the offset 0x117c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x1188.
grub-install: info: relocating an R_X86_64_64 entry to 0xc3cf at the offset 0x11aa.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x11b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x16b3 at the offset 0x11d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x11ed.
grub-install: info: relocating an R_X86_64_64 entry to 0x1971 at the offset 0x11f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x1acc at the offset 0x120c.
grub-install: info: relocating an R_X86_64_64 entry to 0xf088 at the offset 0x126b.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e5d at the offset 0x127b.
grub-install: info: relocating an R_X86_64_64 entry to 0xf080 at the offset 0x1287.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e5d at the offset 0x12b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0x130a.
grub-install: info: relocating an R_X86_64_64 entry to 0x1acc at the offset 0x131a.
grub-install: info: relocating an R_X86_64_64 entry to 0xf090 at the offset 0x1369.
grub-install: info: relocating an R_X86_64_64 entry to 0xf080 at the offset 0x1388.
grub-install: info: relocating an R_X86_64_64 entry to 0xf088 at the offset 0x1394.
grub-install: info: relocating an R_X86_64_64 entry to 0x1692 at the offset 0x13ae.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd80 at the offset 0x13bd.
grub-install: info: relocating an R_X86_64_64 entry to 0x66a2 at the offset 0x13c7.
grub-install: info: relocating an R_X86_64_64 entry to 0x1971 at the offset 0x142d.
grub-install: info: relocating an R_X86_64_64 entry to 0x32bd at the offset 0x143a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3267 at the offset 0x146b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a55 at the offset 0x148e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x149d.
grub-install: info: relocating an R_X86_64_64 entry to 0x1692 at the offset 0x150e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3248 at the offset 0x1533.
grub-install: info: relocating an R_X86_64_64 entry to 0x3267 at the offset 0x1552.
grub-install: info: relocating an R_X86_64_64 entry to 0x32bd at the offset 0x158b.
grub-install: info: relocating an R_X86_64_64 entry to 0x1bbc at the offset 0x15d2.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x15dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x6785 at the offset 0x15f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x66e8 at the offset 0x1622.
grub-install: info: relocating an R_X86_64_64 entry to 0x6da2 at the offset 0x1644.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x1658.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e03 at the offset 0x1671.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8ce at the offset 0x167b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc3f5 at the offset 0x1699.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1b4 at the offset 0x16a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1bbc at the offset 0x16e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x16f4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x1822.
grub-install: info: relocating an R_X86_64_64 entry to 0xc3fb at the offset 0x1874.
grub-install: info: relocating an R_X86_64_64 entry to 0xc43c at the offset 0x188b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc43e at the offset 0x18a4.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x1a36.
grub-install: info: relocating an R_X86_64_64 entry to 0x11a8 at the offset 0x1a46.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x1a81.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x1ac9.
grub-install: info: relocating an R_X86_64_64 entry to 0x11cd at the offset 0x1adb.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x1b01.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x1b42.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x1b84.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e38 at the offset 0x1ba3.
grub-install: info: relocating an R_X86_64_64 entry to 0x11e6 at the offset 0x1bb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a26 at the offset 0x1bdb.
grub-install: info: relocating an R_X86_64_64 entry to 0xddf0 at the offset 0x1bea.
grub-install: info: relocating an R_X86_64_64 entry to 0x11b9 at the offset 0x1c15.
grub-install: info: relocating an R_X86_64_64 entry to 0x119a at the offset 0x1c45.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x1c66.
grub-install: info: relocating an R_X86_64_64 entry to 0x118c at the offset 0x1c7e.
grub-install: info: relocating an R_X86_64_64 entry to 0xdde0 at the offset 0x1c8e.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b72 at the offset 0x1c9d.
grub-install: info: relocating an R_X86_64_64 entry to 0x12a2 at the offset 0x1cb5.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x1cc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x11b9 at the offset 0x1cdc.
grub-install: info: relocating an R_X86_64_64 entry to 0x12a2 at the offset 0x1cf6.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x1d09.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e38 at the offset 0x1d1e.
grub-install: info: relocating an R_X86_64_64 entry to 0x11b9 at the offset 0x1d2b.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x1d47.
grub-install: info: relocating an R_X86_64_64 entry to 0x11b9 at the offset 0x1d65.
grub-install: info: relocating an R_X86_64_64 entry to 0xc444 at the offset 0x1d76.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x1d88.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x1d9c.
grub-install: info: relocating an R_X86_64_64 entry to 0x55ac at the offset 0x1dcc.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x1ddc.
grub-install: info: relocating an R_X86_64_64 entry to 0x28c6 at the offset 0x1df7.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x1e1d.
grub-install: info: relocating an R_X86_64_64 entry to 0x11cd at the offset 0x1e2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x1e41.
grub-install: info: relocating an R_X86_64_64 entry to 0xc463 at the offset 0x1e5f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x1e6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x1e8e.
grub-install: info: relocating an R_X86_64_64 entry to 0x55ac at the offset 0x1ed1.
grub-install: info: relocating an R_X86_64_64 entry to 0x11cd at the offset 0x1ef2.
grub-install: info: relocating an R_X86_64_64 entry to 0x28c6 at the offset 0x1eff.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x1f09.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x1f2d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x1f60.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e38 at the offset 0x1fcc.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c88 at the offset 0x1fe1.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x1fff.
grub-install: info: relocating an R_X86_64_64 entry to 0xc483 at the offset 0x2025.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x20d5.
grub-install: info: relocating an R_X86_64_64 entry to 0x55ac at the offset 0x20e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc488 at the offset 0x2134.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x2145.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x2189.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x21b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x270e at the offset 0x21cd.
grub-install: info: relocating an R_X86_64_64 entry to 0xddd0 at the offset 0x224e.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b72 at the offset 0x225d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc488 at the offset 0x22d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x22ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x2318.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x2338.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x2359.
grub-install: info: relocating an R_X86_64_64 entry to 0xc4b5 at the offset 0x23c4.
grub-install: info: relocating an R_X86_64_64 entry to 0xc4c1 at the offset 0x23d6.
grub-install: info: relocating an R_X86_64_64 entry to 0xc4cb at the offset 0x23e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc000 at the offset 0x23ff.
grub-install: info: relocating an R_X86_64_64 entry to 0xc4dc at the offset 0x2418.
grub-install: info: relocating an R_X86_64_64 entry to 0xc4e8 at the offset 0x2427.
grub-install: info: relocating an R_X86_64_64 entry to 0xc4f4 at the offset 0x2442.
grub-install: info: relocating an R_X86_64_64 entry to 0xc508 at the offset 0x2454.
grub-install: info: relocating an R_X86_64_64 entry to 0xc511 at the offset 0x2466.
grub-install: info: relocating an R_X86_64_64 entry to 0xc51b at the offset 0x2478.
grub-install: info: relocating an R_X86_64_64 entry to 0xc52a at the offset 0x2498.
grub-install: info: relocating an R_X86_64_64 entry to 0xc537 at the offset 0x24b1.
grub-install: info: relocating an R_X86_64_64 entry to 0xc53e at the offset 0x24c9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc542 at the offset 0x24dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x24ed.
grub-install: info: relocating an R_X86_64_64 entry to 0xc53e at the offset 0x2505.
grub-install: info: relocating an R_X86_64_64 entry to 0xc542 at the offset 0x251e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc546 at the offset 0x2553.
grub-install: info: relocating an R_X86_64_64 entry to 0xc54a at the offset 0x257c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc54e at the offset 0x2593.
grub-install: info: relocating an R_X86_64_64 entry to 0xc028 at the offset 0x25ad.
grub-install: info: relocating an R_X86_64_64 entry to 0xc55f at the offset 0x25c6.
grub-install: info: relocating an R_X86_64_64 entry to 0xc570 at the offset 0x25e1.
grub-install: info: relocating an R_X86_64_64 entry to 0xc57d at the offset 0x25fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xc596 at the offset 0x260b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5a2 at the offset 0x262a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5ae at the offset 0x2643.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5c8 at the offset 0x2662.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5d1 at the offset 0x267d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5fc at the offset 0x26b4.
grub-install: info: relocating an R_X86_64_64 entry to 0xc627 at the offset 0x2701.
grub-install: info: relocating an R_X86_64_64 entry to 0xc66a at the offset 0x277b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc689 at the offset 0x279e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc69e at the offset 0x27c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc6ae at the offset 0x27d7.
grub-install: info: relocating an R_X86_64_64 entry to 0xc6b8 at the offset 0x27e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0b8 at the offset 0x2803.
grub-install: info: relocating an R_X86_64_64 entry to 0xc6ce at the offset 0x281c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc707 at the offset 0x2870.
grub-install: info: relocating an R_X86_64_64 entry to 0xc719 at the offset 0x2886.
grub-install: info: relocating an R_X86_64_64 entry to 0x2819 at the offset 0x2893.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x28a4.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x28b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x28d2.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x28e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc71f at the offset 0x28f3.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x2918.
grub-install: info: relocating an R_X86_64_64 entry to 0x270e at the offset 0x2930.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x294c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc72d at the offset 0x295c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc737 at the offset 0x2980.
grub-install: info: relocating an R_X86_64_64 entry to 0xc773 at the offset 0x29bf.
grub-install: info: relocating an R_X86_64_64 entry to 0xc795 at the offset 0x29cb.
grub-install: info: relocating an R_X86_64_64 entry to 0xc785 at the offset 0x29e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a6 at the offset 0x2a05.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x2a12.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0x2a7d.
grub-install: info: relocating an R_X86_64_64 entry to 0x2fc6 at the offset 0x2b63.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e40 at the offset 0x2b6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x4dd0 at the offset 0x2b79.
grub-install: info: relocating an R_X86_64_64 entry to 0x445c at the offset 0x2b85.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x2b98.
grub-install: info: relocating an R_X86_64_64 entry to 0x11b9 at the offset 0x2baf.
grub-install: info: relocating an R_X86_64_64 entry to 0x21d1 at the offset 0x2bbc.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e38 at the offset 0x2bcc.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c88 at the offset 0x2be3.
grub-install: info: relocating an R_X86_64_64 entry to 0x252d at the offset 0x2bfb.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e48 at the offset 0x2c10.
grub-install: info: relocating an R_X86_64_64 entry to 0x3064 at the offset 0x2c2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x91b8 at the offset 0x2c50.
grub-install: info: relocating an R_X86_64_64 entry to 0x16b3 at the offset 0x2c6e.
grub-install: info: relocating an R_X86_64_64 entry to 0x4ea0 at the offset 0x2c7b.
grub-install: info: relocating an R_X86_64_64 entry to 0x1345 at the offset 0x2cae.
grub-install: info: relocating an R_X86_64_64 entry to 0x143b at the offset 0x2cd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x2d46.
grub-install: info: relocating an R_X86_64_64 entry to 0x119a at the offset 0x2d5b.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0a0 at the offset 0x2d69.
grub-install: info: relocating an R_X86_64_64 entry to 0x118c at the offset 0x2da7.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x2df2.
grub-install: info: relocating an R_X86_64_64 entry to 0x11b9 at the offset 0x2e06.
grub-install: info: relocating an R_X86_64_64 entry to 0x3d30 at the offset 0x2e55.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x2eaa.
grub-install: info: relocating an R_X86_64_64 entry to 0x11b9 at the offset 0x2eba.
grub-install: info: relocating an R_X86_64_64 entry to 0x11a8 at the offset 0x2f0b.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0a0 at the offset 0x2f1c.
grub-install: info: relocating an R_X86_64_64 entry to 0x3d30 at the offset 0x2f60.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7bb at the offset 0x2f7a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x2f86.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e74 at the offset 0x2fbc.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e74 at the offset 0x2fd6.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x2fe6.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0c0 at the offset 0x3014.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0c8 at the offset 0x3021.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x302e.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b8 at the offset 0x305d.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b0 at the offset 0x3070.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0a8 at the offset 0x3085.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x30bf.
grub-install: info: relocating an R_X86_64_64 entry to 0x11cd at the offset 0x30d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x3146.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0c8 at the offset 0x3151.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0x317c.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0a8 at the offset 0x318c.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b0 at the offset 0x3199.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b8 at the offset 0x31a3.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0c0 at the offset 0x31ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fe0 at the offset 0x31b7.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0c0 at the offset 0x31cb.
grub-install: info: relocating an R_X86_64_64 entry to 0xc831 at the offset 0x31e3.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x31f4.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x3205.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x3218.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0a8 at the offset 0x3227.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b0 at the offset 0x3234.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b8 at the offset 0x323e.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0c0 at the offset 0x3248.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fe0 at the offset 0x3252.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x3262.
grub-install: info: relocating an R_X86_64_64 entry to 0xc814 at the offset 0x3271.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b8 at the offset 0x3280.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e38 at the offset 0x329c.
grub-install: info: relocating an R_X86_64_64 entry to 0x119a at the offset 0x32a9.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b8 at the offset 0x32b5.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x32d4.
grub-install: info: relocating an R_X86_64_64 entry to 0xc850 at the offset 0x32e2.
grub-install: info: relocating an R_X86_64_64 entry to 0xc870 at the offset 0x32f5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x32ff.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x3310.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0c0 at the offset 0x3325.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0c0 at the offset 0x3338.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x334b.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b8 at the offset 0x3357.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0b0 at the offset 0x3373.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0a8 at the offset 0x3388.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c85 at the offset 0x339e.
grub-install: info: relocating an R_X86_64_64 entry to 0x1372 at the offset 0x33ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fe0 at the offset 0x33ea.
grub-install: info: relocating an R_X86_64_64 entry to 0xc898 at the offset 0x33fa.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x340b.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0a0 at the offset 0x3435.
grub-install: info: relocating an R_X86_64_64 entry to 0x3d30 at the offset 0x344e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fa4 at the offset 0x3470.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8b7 at the offset 0x3486.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fe0 at the offset 0x34b3.
grub-install: info: relocating an R_X86_64_64 entry to 0x3d30 at the offset 0x34cb.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8ce at the offset 0x351a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0x3524.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x358e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5781 at the offset 0x3699.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e74 at the offset 0x36e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e4 at the offset 0x36fb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0x370a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc919 at the offset 0x3716.
grub-install: info: relocating an R_X86_64_64 entry to 0x3d30 at the offset 0x3731.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0e0 at the offset 0x379d.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x37f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x380e.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b72 at the offset 0x3827.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x3843.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee4 at the offset 0x3852.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x3864.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x388a.
grub-install: info: relocating an R_X86_64_64 entry to 0x119a at the offset 0x38a3.
grub-install: info: relocating an R_X86_64_64 entry to 0x474a at the offset 0x38d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x3916.
grub-install: info: relocating an R_X86_64_64 entry to 0x474a at the offset 0x3937.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x3959.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee4 at the offset 0x396b.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x397a.
grub-install: info: relocating an R_X86_64_64 entry to 0x119a at the offset 0x3988.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x399d.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee4 at the offset 0x39ae.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee0 at the offset 0x39bc.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x39c7.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c9 at the offset 0x39f1.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c8 at the offset 0x39fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x119a at the offset 0x3a10.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x3a21.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee4 at the offset 0x3a30.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x3a3f.
grub-install: info: relocating an R_X86_64_64 entry to 0x119a at the offset 0x3a4d.
grub-install: info: relocating an R_X86_64_64 entry to 0x118c at the offset 0x3a75.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee4 at the offset 0x3a99.
grub-install: info: relocating an R_X86_64_64 entry to 0x4953 at the offset 0x3aab.
grub-install: info: relocating an R_X86_64_64 entry to 0x2bd5 at the offset 0x3ab9.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee4 at the offset 0x3ac5.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x3adc.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee4 at the offset 0x3af3.
grub-install: info: relocating an R_X86_64_64 entry to 0x2bd5 at the offset 0x3b0b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc92b at the offset 0x3b24.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x3b33.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee4 at the offset 0x3b3f.
grub-install: info: relocating an R_X86_64_64 entry to 0x4953 at the offset 0x3b5e.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee0 at the offset 0x3b6a.
grub-install: info: relocating an R_X86_64_64 entry to 0x4997 at the offset 0x3b7b.
grub-install: info: relocating an R_X86_64_64 entry to 0xdee4 at the offset 0x3b8a.
grub-install: info: relocating an R_X86_64_64 entry to 0x4ada at the offset 0x3ba3.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x3bb6.
grub-install: info: relocating an R_X86_64_64 entry to 0x11a8 at the offset 0x3bd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4ada at the offset 0x3be6.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x3c05.
grub-install: info: relocating an R_X86_64_64 entry to 0x119a at the offset 0x3d1f.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x3d63.
grub-install: info: relocating an R_X86_64_64 entry to 0x4ada at the offset 0x3d71.
grub-install: info: relocating an R_X86_64_64 entry to 0x11b9 at the offset 0x3dab.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afc0 at the offset 0x3dd6.
grub-install: info: relocating an R_X86_64_64 entry to 0xde00 at the offset 0x3de1.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afb0 at the offset 0x3deb.
grub-install: info: relocating an R_X86_64_64 entry to 0xde18 at the offset 0x3dfb.
grub-install: info: relocating an R_X86_64_64 entry to 0xde00 at the offset 0x3e0a.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afc0 at the offset 0x3e14.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d7 at the offset 0x3e1e.
grub-install: info: relocating an R_X86_64_64 entry to 0xde00 at the offset 0x3e2c.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afb8 at the offset 0x3e3c.
grub-install: info: relocating an R_X86_64_64 entry to 0xdea0 at the offset 0x3e46.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afc8 at the offset 0x3e50.
grub-install: info: relocating an R_X86_64_64 entry to 0xdeb8 at the offset 0x3e60.
grub-install: info: relocating an R_X86_64_64 entry to 0xdea0 at the offset 0x3e6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afb8 at the offset 0x3e79.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d7 at the offset 0x3e83.
grub-install: info: relocating an R_X86_64_64 entry to 0xdea0 at the offset 0x3e90.
grub-install: info: relocating an R_X86_64_64 entry to 0xdea0 at the offset 0x3ea6.
grub-install: info: relocating an R_X86_64_64 entry to 0x89f2 at the offset 0x3eb1.
grub-install: info: relocating an R_X86_64_64 entry to 0xdea0 at the offset 0x3ebd.
grub-install: info: relocating an R_X86_64_64 entry to 0xde00 at the offset 0x3ec9.
grub-install: info: relocating an R_X86_64_64 entry to 0xde00 at the offset 0x3ed9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc948 at the offset 0x3eff.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0x3f09.
grub-install: info: relocating an R_X86_64_64 entry to 0xc94d at the offset 0x3f1a.
grub-install: info: relocating an R_X86_64_64 entry to 0x5051 at the offset 0x3f77.
grub-install: info: relocating an R_X86_64_64 entry to 0x50b5 at the offset 0x3f90.
grub-install: info: relocating an R_X86_64_64 entry to 0x4ee3 at the offset 0x3fa9.
grub-install: info: relocating an R_X86_64_64 entry to 0x4ee3 at the offset 0x3fc6.
grub-install: info: relocating an R_X86_64_64 entry to 0xc952 at the offset 0x3fef.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0x3ff9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc94d at the offset 0x400a.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x4059.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf00 at the offset 0x4080.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0x408a.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x40bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xdef0 at the offset 0x40e4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0x40ee.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0d0 at the offset 0x4130.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e50 at the offset 0x413d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc957 at the offset 0x4187.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0x4193.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0d0 at the offset 0x41ae.
grub-install: info: relocating an R_X86_64_64 entry to 0x111c at the offset 0x41b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x520d at the offset 0x41c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1017 at the offset 0x41d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e50 at the offset 0x41e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5119 at the offset 0x41f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5987 at the offset 0x4203.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e50 at the offset 0x4268.
grub-install: info: relocating an R_X86_64_64 entry to 0x93fd at the offset 0x4283.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x42af.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x42bf.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0x42cf.
grub-install: info: relocating an R_X86_64_64 entry to 0x92ca at the offset 0x42df.
grub-install: info: relocating an R_X86_64_64 entry to 0xc964 at the offset 0x42f5.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e58 at the offset 0x4301.
grub-install: info: relocating an R_X86_64_64 entry to 0xc979 at the offset 0x434c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0x4356.
grub-install: info: relocating an R_X86_64_64 entry to 0xc9ac at the offset 0x4367.
grub-install: info: relocating an R_X86_64_64 entry to 0xc98b at the offset 0x437c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0x4388.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e58 at the offset 0x43a2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6657 at the offset 0x43f1.
grub-install: info: relocating an R_X86_64_64 entry to 0xc9c4 at the offset 0x444f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0x445b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc9d5 at the offset 0x4474.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0x4480.
grub-install: info: relocating an R_X86_64_64 entry to 0xc9f6 at the offset 0x4583.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x4594.
grub-install: info: relocating an R_X86_64_64 entry to 0x5394 at the offset 0x45c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x92ca at the offset 0x45e1.
grub-install: info: relocating an R_X86_64_64 entry to 0xca04 at the offset 0x45ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x4602.
grub-install: info: relocating an R_X86_64_64 entry to 0x5394 at the offset 0x4619.
grub-install: info: relocating an R_X86_64_64 entry to 0x5394 at the offset 0x462e.
grub-install: info: relocating an R_X86_64_64 entry to 0x92ca at the offset 0x4655.
grub-install: info: relocating an R_X86_64_64 entry to 0x52e9 at the offset 0x4675.
grub-install: info: relocating an R_X86_64_64 entry to 0xc9d5 at the offset 0x46cb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0x46d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e58 at the offset 0x47b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x4814.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e58 at the offset 0x487b.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x48cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x48ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x52e9 at the offset 0x4907.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x4929.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x494e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x4961.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0d8 at the offset 0x497d.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0d8 at the offset 0x4990.
grub-install: info: relocating an R_X86_64_64 entry to 0x5977 at the offset 0x49a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x5628 at the offset 0x49c7.
grub-install: info: relocating an R_X86_64_64 entry to 0xca19 at the offset 0x4a13.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e60 at the offset 0x4a24.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x4a2e.
grub-install: info: relocating an R_X86_64_64 entry to 0x89f2 at the offset 0x4ad0.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x4ae3.
grub-install: info: relocating an R_X86_64_64 entry to 0xca1c at the offset 0x4afa.
grub-install: info: relocating an R_X86_64_64 entry to 0xca1a at the offset 0x4b04.
grub-install: info: relocating an R_X86_64_64 entry to 0xca1d at the offset 0x4b0e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x4b18.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x4b38.
grub-install: info: relocating an R_X86_64_64 entry to 0xca23 at the offset 0x4b42.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x4b5c.
grub-install: info: relocating an R_X86_64_64 entry to 0x5b2c at the offset 0x4b6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x61d7 at the offset 0x4b78.
grub-install: info: relocating an R_X86_64_64 entry to 0xca31 at the offset 0x4b84.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x4b8e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb096 at the offset 0x4b9a.
grub-install: info: relocating an R_X86_64_64 entry to 0x8166 at the offset 0x4bab.
grub-install: info: relocating an R_X86_64_64 entry to 0x5fbd at the offset 0x4bce.
grub-install: info: relocating an R_X86_64_64 entry to 0x87bf at the offset 0x4be9.
grub-install: info: relocating an R_X86_64_64 entry to 0x91a0 at the offset 0x4c00.
grub-install: info: relocating an R_X86_64_64 entry to 0xca33 at the offset 0x4c22.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x4c33.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x4c4b.
grub-install: info: relocating an R_X86_64_64 entry to 0xca29 at the offset 0x4c5b.
grub-install: info: relocating an R_X86_64_64 entry to 0xca44 at the offset 0x4c6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x4c7e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5aed at the offset 0x4c91.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x4ca5.
grub-install: info: relocating an R_X86_64_64 entry to 0xca31 at the offset 0x4caf.
grub-install: info: relocating an R_X86_64_64 entry to 0xb096 at the offset 0x4cbb.
grub-install: info: relocating an R_X86_64_64 entry to 0x609e at the offset 0x4cc7.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x4cd6.
grub-install: info: relocating an R_X86_64_64 entry to 0xca5d at the offset 0x4cfa.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x4d0b.
grub-install: info: relocating an R_X86_64_64 entry to 0x79a0 at the offset 0x4d2b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa3 at the offset 0x4d37.
grub-install: info: relocating an R_X86_64_64 entry to 0x6f77 at the offset 0x4d4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7e1f at the offset 0x4d66.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d71 at the offset 0x4d70.
grub-install: info: relocating an R_X86_64_64 entry to 0xca73 at the offset 0x4d90.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x4d9a.
grub-install: info: relocating an R_X86_64_64 entry to 0x91a0 at the offset 0x4db9.
grub-install: info: relocating an R_X86_64_64 entry to 0xca7a at the offset 0x4dd9.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x4de4.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c44 at the offset 0x4dfa.
grub-install: info: relocating an R_X86_64_64 entry to 0xca5d at the offset 0x4e17.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x4e28.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9f at the offset 0x4e38.
grub-install: info: relocating an R_X86_64_64 entry to 0xca8c at the offset 0x4e4c.
grub-install: info: relocating an R_X86_64_64 entry to 0xcaa9 at the offset 0x4e5a.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d59 at the offset 0x4e64.
grub-install: info: relocating an R_X86_64_64 entry to 0xcab8 at the offset 0x4e6e.
grub-install: info: relocating an R_X86_64_64 entry to 0x59c1 at the offset 0x4e78.
grub-install: info: relocating an R_X86_64_64 entry to 0xcabc at the offset 0x4e90.
grub-install: info: relocating an R_X86_64_64 entry to 0xcadc at the offset 0x4e9d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5e0d at the offset 0x4ea7.
grub-install: info: relocating an R_X86_64_64 entry to 0xcae3 at the offset 0x4eb1.
grub-install: info: relocating an R_X86_64_64 entry to 0xcae9 at the offset 0x4ec0.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb00 at the offset 0x4eca.
grub-install: info: relocating an R_X86_64_64 entry to 0x5b50 at the offset 0x4ed4.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb06 at the offset 0x4ede.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb09 at the offset 0x4ef1.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb1a at the offset 0x4efb.
grub-install: info: relocating an R_X86_64_64 entry to 0x5cf0 at the offset 0x4f05.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb21 at the offset 0x4f0f.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x4f1f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa93f at the offset 0x4f4e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x4f5b.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb28 at the offset 0x4f6f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1b4 at the offset 0x4f81.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb2e at the offset 0x4fce.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d71 at the offset 0x4fd8.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb2e at the offset 0x4ff1.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb33 at the offset 0x5004.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x500e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x501c.
grub-install: info: relocating an R_X86_64_64 entry to 0x6785 at the offset 0x5040.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0e0 at the offset 0x5054.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x5063.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x5088.
grub-install: info: relocating an R_X86_64_64 entry to 0x66e8 at the offset 0x50b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x50be.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x50e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x5fbd at the offset 0x511a.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x512e.
grub-install: info: relocating an R_X86_64_64 entry to 0x609e at the offset 0x5143.
grub-install: info: relocating an R_X86_64_64 entry to 0x5f19 at the offset 0x5158.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8ce at the offset 0x516a.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x5180.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x518a.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e98 at the offset 0x51df.
grub-install: info: relocating an R_X86_64_64 entry to 0x60ec at the offset 0x5223.
grub-install: info: relocating an R_X86_64_64 entry to 0x10ea0 at the offset 0x5275.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x5291.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x52bc.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x52d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x52ee.
grub-install: info: relocating an R_X86_64_64 entry to 0x10ea0 at the offset 0x533b.
grub-install: info: relocating an R_X86_64_64 entry to 0x10ea0 at the offset 0x538f.
grub-install: info: relocating an R_X86_64_64 entry to 0x6365 at the offset 0x53ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x540c.
grub-install: info: relocating an R_X86_64_64 entry to 0x630e at the offset 0x5426.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x5437.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x5455.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x546c.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x54c4.
grub-install: info: relocating an R_X86_64_64 entry to 0x624a at the offset 0x54e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x5504.
grub-install: info: relocating an R_X86_64_64 entry to 0x7fdc at the offset 0x559a.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb60 at the offset 0x55b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb4b at the offset 0x55ba.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb5b at the offset 0x55c4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x55ce.
grub-install: info: relocating an R_X86_64_64 entry to 0x8059 at the offset 0x55db.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x55ed.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x5608.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x565f.
grub-install: info: relocating an R_X86_64_64 entry to 0x10ea0 at the offset 0x566b.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e98 at the offset 0x56a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e98 at the offset 0x56c1.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb6c at the offset 0x56f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb5b at the offset 0x56fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x5706.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb60 at the offset 0x571d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5977 at the offset 0x5741.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x574b.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0e8 at the offset 0x5757.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb5b at the offset 0x5797.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x57a3.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb60 at the offset 0x57b2.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb7b at the offset 0x57c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x5628 at the offset 0x57d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x5824.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x584f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x5863.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e98 at the offset 0x5878.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x589c.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb8c at the offset 0x58d2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x58de.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x58f4.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x5903.
grub-install: info: relocating an R_X86_64_64 entry to 0x7fdc at the offset 0x5916.
grub-install: info: relocating an R_X86_64_64 entry to 0xcbcc at the offset 0x592c.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb5b at the offset 0x5936.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb60 at the offset 0x5940.
grub-install: info: relocating an R_X86_64_64 entry to 0x8059 at the offset 0x594d.
grub-install: info: relocating an R_X86_64_64 entry to 0x66e8 at the offset 0x595e.
grub-install: info: relocating an R_X86_64_64 entry to 0xcbe2 at the offset 0x5979.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x5983.
grub-install: info: relocating an R_X86_64_64 entry to 0xa72e at the offset 0x59a4.
grub-install: info: relocating an R_X86_64_64 entry to 0xcbba at the offset 0x59b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x59c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5977 at the offset 0x59d9.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0e8 at the offset 0x59e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6657 at the offset 0x5a04.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x5a21.
grub-install: info: relocating an R_X86_64_64 entry to 0xcbf6 at the offset 0x5a9c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x5aad.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc24 at the offset 0x5afd.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x5b07.
grub-install: info: relocating an R_X86_64_64 entry to 0x7fdc at the offset 0x5b17.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ae40 at the offset 0x5b2d.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc52 at the offset 0x5b37.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb5b at the offset 0x5b41.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb60 at the offset 0x5b4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x5b55.
grub-install: info: relocating an R_X86_64_64 entry to 0x8059 at the offset 0x5b62.
grub-install: info: relocating an R_X86_64_64 entry to 0x63c0 at the offset 0x5b94.
grub-install: info: relocating an R_X86_64_64 entry to 0x6365 at the offset 0x5c00.
grub-install: info: relocating an R_X86_64_64 entry to 0x624a at the offset 0x5c4f.
grub-install: info: relocating an R_X86_64_64 entry to 0x624a at the offset 0x5c88.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x5cff.
grub-install: info: relocating an R_X86_64_64 entry to 0x630e at the offset 0x5d22.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x5d6b.
grub-install: info: relocating an R_X86_64_64 entry to 0x63c0 at the offset 0x5d82.
grub-install: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0x5dca.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x5dd6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x5e0a.
grub-install: info: relocating an R_X86_64_64 entry to 0x6dc8 at the offset 0x5e7b.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc7a at the offset 0x5e9e.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x5ea8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x5ebc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x5eee.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x5f06.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x5f14.
grub-install: info: relocating an R_X86_64_64 entry to 0xf120 at the offset 0x5f57.
grub-install: info: relocating an R_X86_64_64 entry to 0x6f77 at the offset 0x5f84.
grub-install: info: relocating an R_X86_64_64 entry to 0x6fb7 at the offset 0x5fc4.
grub-install: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0x6020.
grub-install: info: relocating an R_X86_64_64 entry to 0xf120 at the offset 0x603e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x6048.
grub-install: info: relocating an R_X86_64_64 entry to 0x10108 at the offset 0x608d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x60a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ff7 at the offset 0x60bb.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc91 at the offset 0x6107.
grub-install: info: relocating an R_X86_64_64 entry to 0xccab at the offset 0x6113.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x6121.
grub-install: info: relocating an R_X86_64_64 entry to 0xccb3 at the offset 0x6138.
grub-install: info: relocating an R_X86_64_64 entry to 0xccbd at the offset 0x6149.
grub-install: info: relocating an R_X86_64_64 entry to 0xccde at the offset 0x616d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x617e.
grub-install: info: relocating an R_X86_64_64 entry to 0x14d0 at the offset 0x618c.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd01 at the offset 0x61ad.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd28 at the offset 0x61cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x61dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x5628 at the offset 0x61ef.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd42 at the offset 0x621b.
grub-install: info: relocating an R_X86_64_64 entry to 0xccab at the offset 0x6225.
grub-install: info: relocating an R_X86_64_64 entry to 0xccb3 at the offset 0x6231.
grub-install: info: relocating an R_X86_64_64 entry to 0x6e06 at the offset 0x623b.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd54 at the offset 0x624b.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd64 at the offset 0x6267.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x6271.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd79 at the offset 0x6287.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x6295.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd87 at the offset 0x62a9.
grub-install: info: relocating an R_X86_64_64 entry to 0xcdae at the offset 0x62be.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x62cf.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd90 at the offset 0x62dd.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd9f at the offset 0x62f5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x6317.
grub-install: info: relocating an R_X86_64_64 entry to 0xcdc3 at the offset 0x632f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x6345.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa3 at the offset 0x6361.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x638f.
grub-install: info: relocating an R_X86_64_64 entry to 0x6f77 at the offset 0x63bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x63cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x63ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x5394 at the offset 0x6431.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x649e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x64ea.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x6506.
grub-install: info: relocating an R_X86_64_64 entry to 0x92ca at the offset 0x6529.
grub-install: info: relocating an R_X86_64_64 entry to 0x1503 at the offset 0x6573.
grub-install: info: relocating an R_X86_64_64 entry to 0xc140 at the offset 0x65ed.
grub-install: info: relocating an R_X86_64_64 entry to 0xf120 at the offset 0x6637.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x6645.
grub-install: info: relocating an R_X86_64_64 entry to 0x6eb6 at the offset 0x66b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6eb6 at the offset 0x66fd.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x670c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x671b.
grub-install: info: relocating an R_X86_64_64 entry to 0xcdcc at the offset 0x6728.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x6734.
grub-install: info: relocating an R_X86_64_64 entry to 0xcdda at the offset 0x674f.
grub-install: info: relocating an R_X86_64_64 entry to 0xcde8 at the offset 0x67a4.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x67ae.
grub-install: info: relocating an R_X86_64_64 entry to 0xce61 at the offset 0x67ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x67f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xce01 at the offset 0x6858.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x6862.
grub-install: info: relocating an R_X86_64_64 entry to 0xce21 at the offset 0x688e.
grub-install: info: relocating an R_X86_64_64 entry to 0xccab at the offset 0x6898.
grub-install: info: relocating an R_X86_64_64 entry to 0xccb3 at the offset 0x68a2.
grub-install: info: relocating an R_X86_64_64 entry to 0xce3d at the offset 0x68ba.
grub-install: info: relocating an R_X86_64_64 entry to 0xccab at the offset 0x68c4.
grub-install: info: relocating an R_X86_64_64 entry to 0xccb3 at the offset 0x68ce.
grub-install: info: relocating an R_X86_64_64 entry to 0xccb3 at the offset 0x68e6.
grub-install: info: relocating an R_X86_64_64 entry to 0xce4e at the offset 0x68f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xccab at the offset 0x68fa.
grub-install: info: relocating an R_X86_64_64 entry to 0x6e75 at the offset 0x690a.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ff7 at the offset 0x691a.
grub-install: info: relocating an R_X86_64_64 entry to 0x70f7 at the offset 0x695c.
grub-install: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0x6989.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0e5 at the offset 0x69a6.
grub-install: info: relocating an R_X86_64_64 entry to 0xce77 at the offset 0x69cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x69e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x82e7 at the offset 0x69ee.
grub-install: info: relocating an R_X86_64_64 entry to 0x8298 at the offset 0x6a0b.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x6a19.
grub-install: info: relocating an R_X86_64_64 entry to 0x81f8 at the offset 0x6a43.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x6a55.
grub-install: info: relocating an R_X86_64_64 entry to 0x7956 at the offset 0x6a78.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d71 at the offset 0x6aa9.
grub-install: info: relocating an R_X86_64_64 entry to 0xcea2 at the offset 0x6ab9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6dc8 at the offset 0x6acc.
grub-install: info: relocating an R_X86_64_64 entry to 0xcea2 at the offset 0x6ae6.
grub-install: info: relocating an R_X86_64_64 entry to 0xcea9 at the offset 0x6af5.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x6aff.
grub-install: info: relocating an R_X86_64_64 entry to 0xcec1 at the offset 0x6b18.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1b4 at the offset 0x6b22.
grub-install: info: relocating an R_X86_64_64 entry to 0x79a0 at the offset 0x6b3d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x6b4f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x6b60.
grub-install: info: relocating an R_X86_64_64 entry to 0xced6 at the offset 0x6b76.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x6b87.
grub-install: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0x6ba4.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ff7 at the offset 0x6bb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf10 at the offset 0x6c06.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x6c10.
grub-install: info: relocating an R_X86_64_64 entry to 0x7be0 at the offset 0x6c4a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x6c7f.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x6ca2.
grub-install: info: relocating an R_X86_64_64 entry to 0x5628 at the offset 0x6cb6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x6cd6.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf10 at the offset 0x6cfa.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x6d4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x6d64.
grub-install: info: relocating an R_X86_64_64 entry to 0x7be0 at the offset 0x6d78.
grub-install: info: relocating an R_X86_64_64 entry to 0x7be0 at the offset 0x6da5.
grub-install: info: relocating an R_X86_64_64 entry to 0xcee7 at the offset 0x6dcd.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c44 at the offset 0x6ddc.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x6dfd.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf10 at the offset 0x6e29.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x6e4d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7be0 at the offset 0x6ebf.
grub-install: info: relocating an R_X86_64_64 entry to 0xcee7 at the offset 0x6ed5.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c44 at the offset 0x6ee2.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x6ef1.
grub-install: info: relocating an R_X86_64_64 entry to 0x7be0 at the offset 0x6f19.
grub-install: info: relocating an R_X86_64_64 entry to 0xcee7 at the offset 0x6f2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c44 at the offset 0x6f3c.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x6f6d.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf70 at the offset 0x6f9f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ae40 at the offset 0x6fbd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0b7 at the offset 0x6fca.
grub-install: info: relocating an R_X86_64_64 entry to 0x101a4 at the offset 0x6fe3.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x6ffc.
grub-install: info: relocating an R_X86_64_64 entry to 0x101c0 at the offset 0x7008.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ae40 at the offset 0x7012.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x7029.
grub-install: info: relocating an R_X86_64_64 entry to 0x101a0 at the offset 0x7039.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x7049.
grub-install: info: relocating an R_X86_64_64 entry to 0x101a4 at the offset 0x705f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ae40 at the offset 0x706f.
grub-install: info: relocating an R_X86_64_64 entry to 0x101c0 at the offset 0x707c.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x709e.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x70a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x70bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x70d3.
grub-install: info: relocating an R_X86_64_64 entry to 0xcee8 at the offset 0x70e2.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf70 at the offset 0x70ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ae40 at the offset 0x70f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x7102.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af44 at the offset 0x7113.
grub-install: info: relocating an R_X86_64_64 entry to 0x8059 at the offset 0x711f.
grub-install: info: relocating an R_X86_64_64 entry to 0x101a0 at the offset 0x712f.
grub-install: info: relocating an R_X86_64_64 entry to 0xcef4 at the offset 0x713e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x714a.
grub-install: info: relocating an R_X86_64_64 entry to 0x101a0 at the offset 0x7156.
grub-install: info: relocating an R_X86_64_64 entry to 0x91a0 at the offset 0x717f.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf1c at the offset 0x719f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x71a9.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x71b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x71e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf30 at the offset 0x7212.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x7223.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af60 at the offset 0x7264.
grub-install: info: relocating an R_X86_64_64 entry to 0x609e at the offset 0x72bc.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x72c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x72db.
grub-install: info: relocating an R_X86_64_64 entry to 0x8166 at the offset 0x72ed.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x72f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x731b.
grub-install: info: relocating an R_X86_64_64 entry to 0x91a0 at the offset 0x7341.
grub-install: info: relocating an R_X86_64_64 entry to 0x5fbd at the offset 0x7356.
grub-install: info: relocating an R_X86_64_64 entry to 0x5628 at the offset 0x7377.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf20 at the offset 0x73a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x87bf at the offset 0x73b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x73f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af78 at the offset 0x73fa.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x740c.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x7444.
grub-install: info: relocating an R_X86_64_64 entry to 0x8298 at the offset 0x7473.
grub-install: info: relocating an R_X86_64_64 entry to 0x609e at the offset 0x748d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x74c2.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf55 at the offset 0x74cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x6a42 at the offset 0x74f5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6a42 at the offset 0x7599.
grub-install: info: relocating an R_X86_64_64 entry to 0x91a0 at the offset 0x75f2.
grub-install: info: relocating an R_X86_64_64 entry to 0x55ac at the offset 0x7640.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x7666.
grub-install: info: relocating an R_X86_64_64 entry to 0x9598 at the offset 0x76ba.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf79 at the offset 0x76da.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x76e4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9924 at the offset 0x7712.
grub-install: info: relocating an R_X86_64_64 entry to 0x91cf at the offset 0x7746.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf90 at the offset 0x7777.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x7788.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x779f.
grub-install: info: relocating an R_X86_64_64 entry to 0x10bf0 at the offset 0x77e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x77ea.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x7800.
grub-install: info: relocating an R_X86_64_64 entry to 0xcfa9 at the offset 0x7810.
grub-install: info: relocating an R_X86_64_64 entry to 0xcfba at the offset 0x781a.
grub-install: info: relocating an R_X86_64_64 entry to 0xcfbd at the offset 0x7829.
grub-install: info: relocating an R_X86_64_64 entry to 0x84e5 at the offset 0x783a.
grub-install: info: relocating an R_X86_64_64 entry to 0xcfc7 at the offset 0x7844.
grub-install: info: relocating an R_X86_64_64 entry to 0x7fdc at the offset 0x785c.
grub-install: info: relocating an R_X86_64_64 entry to 0xcfc9 at the offset 0x7873.
grub-install: info: relocating an R_X86_64_64 entry to 0xcfba at the offset 0x787d.
grub-install: info: relocating an R_X86_64_64 entry to 0xcfbd at the offset 0x7887.
grub-install: info: relocating an R_X86_64_64 entry to 0x8059 at the offset 0x7893.
grub-install: info: relocating an R_X86_64_64 entry to 0x10be8 at the offset 0x78bf.
grub-install: info: relocating an R_X86_64_64 entry to 0x10bf8 at the offset 0x78d4.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x78ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x84e5 at the offset 0x7909.
grub-install: info: relocating an R_X86_64_64 entry to 0xcfc7 at the offset 0x7913.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x7947.
grub-install: info: relocating an R_X86_64_64 entry to 0xcfdf at the offset 0x7970.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x7981.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x79a7.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x7a27.
grub-install: info: relocating an R_X86_64_64 entry to 0x93a4 at the offset 0x7a4f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x7a5b.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e40 at the offset 0x7a6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1284 at the offset 0x7a8f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afc0 at the offset 0x7a9f.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e40 at the offset 0x7ad1.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x7b21.
grub-install: info: relocating an R_X86_64_64 entry to 0x10c00 at the offset 0x7b2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x80cc at the offset 0x7b44.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x7b5c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb251 at the offset 0x7b78.
grub-install: info: relocating an R_X86_64_64 entry to 0x7956 at the offset 0x7bba.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ae40 at the offset 0x7bf1.
grub-install: info: relocating an R_X86_64_64 entry to 0xcffd at the offset 0x7bfb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0x7c05.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x7c11.
grub-install: info: relocating an R_X86_64_64 entry to 0x80cc at the offset 0x7c20.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a21 at the offset 0x7c75.
grub-install: info: relocating an R_X86_64_64 entry to 0xd000 at the offset 0x7c81.
grub-install: info: relocating an R_X86_64_64 entry to 0x7eae at the offset 0x7c8b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3bc6 at the offset 0x7c9f.
grub-install: info: relocating an R_X86_64_64 entry to 0xcffc at the offset 0x7cbe.
grub-install: info: relocating an R_X86_64_64 entry to 0xd005 at the offset 0x7cc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1b4 at the offset 0x7cd4.
grub-install: info: relocating an R_X86_64_64 entry to 0xd00c at the offset 0x7ce8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c44 at the offset 0x7cf5.
grub-install: info: relocating an R_X86_64_64 entry to 0xd00c at the offset 0x7d01.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f12 at the offset 0x7d0b.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x7d1a.
grub-install: info: relocating an R_X86_64_64 entry to 0x91b8 at the offset 0x7d3a.
grub-install: info: relocating an R_X86_64_64 entry to 0x93a4 at the offset 0x7d55.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x7d76.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x7dd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x7df3.
grub-install: info: relocating an R_X86_64_64 entry to 0xd014 at the offset 0x7e32.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0x7e3c.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x7e5d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x7e69.
grub-install: info: relocating an R_X86_64_64 entry to 0xcffc at the offset 0x7e78.
grub-install: info: relocating an R_X86_64_64 entry to 0xd005 at the offset 0x7e88.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1b4 at the offset 0x7e92.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c44 at the offset 0x7ea4.
grub-install: info: relocating an R_X86_64_64 entry to 0xd01f at the offset 0x7eb6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c44 at the offset 0x7ecb.
grub-install: info: relocating an R_X86_64_64 entry to 0xd000 at the offset 0x7ed5.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f12 at the offset 0x7ee7.
grub-install: info: relocating an R_X86_64_64 entry to 0x80cc at the offset 0x7ef7.
grub-install: info: relocating an R_X86_64_64 entry to 0xd000 at the offset 0x7f06.
grub-install: info: relocating an R_X86_64_64 entry to 0xd01f at the offset 0x7f12.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e40 at the offset 0x7f25.
grub-install: info: relocating an R_X86_64_64 entry to 0x5e46 at the offset 0x7f36.
grub-install: info: relocating an R_X86_64_64 entry to 0x10c00 at the offset 0x7f42.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6b2 at the offset 0x7f54.
grub-install: info: relocating an R_X86_64_64 entry to 0xd026 at the offset 0x7f60.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa3 at the offset 0x7f6a.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x7f78.
grub-install: info: relocating an R_X86_64_64 entry to 0xd026 at the offset 0x7f82.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e60 at the offset 0x7f92.
grub-install: info: relocating an R_X86_64_64 entry to 0x899f at the offset 0x7f9f.
grub-install: info: relocating an R_X86_64_64 entry to 0xaed9 at the offset 0x7fdb.
grub-install: info: relocating an R_X86_64_64 entry to 0x93a4 at the offset 0x7fe7.
grub-install: info: relocating an R_X86_64_64 entry to 0xd02d at the offset 0x7ff9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1b4 at the offset 0x8003.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x801d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x8029.
grub-install: info: relocating an R_X86_64_64 entry to 0xd02d at the offset 0x8050.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1b4 at the offset 0x805a.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x8082.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x80eb.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf70 at the offset 0x80f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x91cf at the offset 0x81f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x91f5 at the offset 0x823c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x835e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x8374.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x8392.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x83aa.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x83c6.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x83e7.
grub-install: info: relocating an R_X86_64_64 entry to 0x91cf at the offset 0x8471.
grub-install: info: relocating an R_X86_64_64 entry to 0x93fd at the offset 0x84d4.
grub-install: info: relocating an R_X86_64_64 entry to 0xd047 at the offset 0x8513.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x8526.
grub-install: info: relocating an R_X86_64_64 entry to 0xd032 at the offset 0x854f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0x8560.
grub-install: info: relocating an R_X86_64_64 entry to 0x9462 at the offset 0x859e.
grub-install: info: relocating an R_X86_64_64 entry to 0x55ac at the offset 0x86b4.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x86d1.
grub-install: info: relocating an R_X86_64_64 entry to 0x9462 at the offset 0x8706.
grub-install: info: relocating an R_X86_64_64 entry to 0x92ca at the offset 0x8718.
grub-install: info: relocating an R_X86_64_64 entry to 0xc168 at the offset 0x8876.
grub-install: info: relocating an R_X86_64_64 entry to 0x9462 at the offset 0x892a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9462 at the offset 0x89d5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9462 at the offset 0x8a2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x93fd at the offset 0x8ba5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x8bce.
grub-install: info: relocating an R_X86_64_64 entry to 0xd05b at the offset 0x8d04.
grub-install: info: relocating an R_X86_64_64 entry to 0x95a8 at the offset 0x8dcf.
grub-install: info: relocating an R_X86_64_64 entry to 0x9934 at the offset 0x8dde.
grub-install: info: relocating an R_X86_64_64 entry to 0x10c20 at the offset 0x8df0.
grub-install: info: relocating an R_X86_64_64 entry to 0x10c20 at the offset 0x8e15.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x8e2e.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x8e46.
grub-install: info: relocating an R_X86_64_64 entry to 0x9071 at the offset 0x8e78.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x8e8a.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x8e9b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9dc9 at the offset 0x8ee2.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf70 at the offset 0x8f44.
grub-install: info: relocating an R_X86_64_64 entry to 0x9dc9 at the offset 0x8f60.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d71 at the offset 0x8f75.
grub-install: info: relocating an R_X86_64_64 entry to 0xd062 at the offset 0x8f8e.
grub-install: info: relocating an R_X86_64_64 entry to 0xd068 at the offset 0x8fb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9236 at the offset 0x8fc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd06c at the offset 0x8fec.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x8ff6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9dc9 at the offset 0x9029.
grub-install: info: relocating an R_X86_64_64 entry to 0xb096 at the offset 0x9035.
grub-install: info: relocating an R_X86_64_64 entry to 0x95a8 at the offset 0x9050.
grub-install: info: relocating an R_X86_64_64 entry to 0x9934 at the offset 0x9083.
grub-install: info: relocating an R_X86_64_64 entry to 0x9071 at the offset 0x9097.
grub-install: info: relocating an R_X86_64_64 entry to 0xa04e at the offset 0x90c2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0b7 at the offset 0x90f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x95a8 at the offset 0x911e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x912d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9934 at the offset 0x916c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9071 at the offset 0x9180.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x91a2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa118 at the offset 0x91dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x920e.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf70 at the offset 0x9249.
grub-install: info: relocating an R_X86_64_64 entry to 0x9dc9 at the offset 0x9265.
grub-install: info: relocating an R_X86_64_64 entry to 0xb096 at the offset 0x9271.
grub-install: info: relocating an R_X86_64_64 entry to 0xd074 at the offset 0x927f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afb8 at the offset 0x928b.
grub-install: info: relocating an R_X86_64_64 entry to 0xd07e at the offset 0x929b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0c2 at the offset 0x92a9.
grub-install: info: relocating an R_X86_64_64 entry to 0x2ce8 at the offset 0x92b5.
grub-install: info: relocating an R_X86_64_64 entry to 0x91a0 at the offset 0x92fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x93a4 at the offset 0x931e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x9333.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d71 at the offset 0x9367.
grub-install: info: relocating an R_X86_64_64 entry to 0x91cf at the offset 0x93a1.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf80 at the offset 0x93b9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2bf at the offset 0x944c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa399 at the offset 0x94d5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa34b at the offset 0x9501.
grub-install: info: relocating an R_X86_64_64 entry to 0x91cf at the offset 0x951d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa34b at the offset 0x95c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x95fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x9623.
grub-install: info: relocating an R_X86_64_64 entry to 0x55ac at the offset 0x963c.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x9658.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x9666.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2d7 at the offset 0x96b9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2d7 at the offset 0x96ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xac56 at the offset 0x96f6.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x9707.
grub-install: info: relocating an R_X86_64_64 entry to 0x80cc at the offset 0x9713.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x9720.
grub-install: info: relocating an R_X86_64_64 entry to 0x9924 at the offset 0x978a.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afa8 at the offset 0x979c.
grub-install: info: relocating an R_X86_64_64 entry to 0xab11 at the offset 0x97d1.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x97e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9165 at the offset 0x9803.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x9830.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x9841.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x9850.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x986e.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afa8 at the offset 0x98d4.
grub-install: info: relocating an R_X86_64_64 entry to 0xab7c at the offset 0x9909.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x991a.
grub-install: info: relocating an R_X86_64_64 entry to 0xd096 at the offset 0x9958.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x9962.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x997e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x99a1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0cf at the offset 0x99bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xd097 at the offset 0x99e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x99ea.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0cf at the offset 0x9a48.
grub-install: info: relocating an R_X86_64_64 entry to 0xa93f at the offset 0x9aa4.
grub-install: info: relocating an R_X86_64_64 entry to 0xd09a at the offset 0x9abc.
grub-install: info: relocating an R_X86_64_64 entry to 0xd0d6 at the offset 0x9ac6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0x9ad5.
grub-install: info: relocating an R_X86_64_64 entry to 0xd0cc at the offset 0x9ae5.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x9afe.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa7f at the offset 0x9b1d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0x9b38.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0x9b62.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa7f at the offset 0x9ba5.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afa8 at the offset 0x9bff.
grub-install: info: relocating an R_X86_64_64 entry to 0xab7c at the offset 0x9c10.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x9c31.
grub-install: info: relocating an R_X86_64_64 entry to 0xa43d at the offset 0x9c5c.
grub-install: info: relocating an R_X86_64_64 entry to 0x91a0 at the offset 0x9ca5.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c44 at the offset 0x9cc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e60 at the offset 0x9ced.
grub-install: info: relocating an R_X86_64_64 entry to 0x899f at the offset 0x9cfa.
grub-install: info: relocating an R_X86_64_64 entry to 0xd0e7 at the offset 0x9d27.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f0d at the offset 0x9d36.
grub-install: info: relocating an R_X86_64_64 entry to 0xd0fe at the offset 0x9d46.
grub-install: info: relocating an R_X86_64_64 entry to 0xd103 at the offset 0x9d57.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x9d63.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x9d6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x9d89.
grub-install: info: relocating an R_X86_64_64 entry to 0xd11c at the offset 0x9da0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x9dac.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0c2 at the offset 0x9db8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd119 at the offset 0x9dc7.
grub-install: info: relocating an R_X86_64_64 entry to 0x10d20 at the offset 0x9dea.
grub-install: info: relocating an R_X86_64_64 entry to 0x92ca at the offset 0x9df4.
grub-install: info: relocating an R_X86_64_64 entry to 0xb096 at the offset 0x9e03.
grub-install: info: relocating an R_X86_64_64 entry to 0x10d20 at the offset 0x9e36.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x9e4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x10d20 at the offset 0x9e76.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x9e87.
grub-install: info: relocating an R_X86_64_64 entry to 0xd12a at the offset 0x9e9a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x9ea4.
grub-install: info: relocating an R_X86_64_64 entry to 0x10d20 at the offset 0x9eb2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x9ebc.
grub-install: info: relocating an R_X86_64_64 entry to 0xd12c at the offset 0x9edf.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0x9eec.
grub-install: info: relocating an R_X86_64_64 entry to 0x80cc at the offset 0x9ef6.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0x9f0d.
grub-install: info: relocating an R_X86_64_64 entry to 0xad9a at the offset 0x9f22.
grub-install: info: relocating an R_X86_64_64 entry to 0xac56 at the offset 0x9f3d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0x9f53.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf5f at the offset 0x9f9f.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf5f at the offset 0x9fda.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afc0 at the offset 0x9ff7.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf5f at the offset 0xa01b.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e28 at the offset 0xa04e.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e20 at the offset 0xa062.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afb8 at the offset 0xa073.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afc0 at the offset 0xa09c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb096 at the offset 0xa0c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb048 at the offset 0xa0d3.
grub-install: info: relocating an R_X86_64_64 entry to 0xd145 at the offset 0xa0f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x2e88 at the offset 0xa102.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0xa10d.
grub-install: info: relocating an R_X86_64_64 entry to 0xd150 at the offset 0xa14b.
grub-install: info: relocating an R_X86_64_64 entry to 0xd168 at the offset 0xa159.
grub-install: info: relocating an R_X86_64_64 entry to 0xd173 at the offset 0xa163.
grub-install: info: relocating an R_X86_64_64 entry to 0xd181 at the offset 0xa186.
grub-install: info: relocating an R_X86_64_64 entry to 0xd168 at the offset 0xa190.
grub-install: info: relocating an R_X86_64_64 entry to 0xd173 at the offset 0xa19a.
grub-install: info: relocating an R_X86_64_64 entry to 0xd191 at the offset 0xa1b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd19b at the offset 0xa1cc.
grub-install: info: relocating an R_X86_64_64 entry to 0xd168 at the offset 0xa1dd.
grub-install: info: relocating an R_X86_64_64 entry to 0xd173 at the offset 0xa1e7.
grub-install: info: relocating an R_X86_64_64 entry to 0xd1b2 at the offset 0xa202.
grub-install: info: relocating an R_X86_64_64 entry to 0xd168 at the offset 0xa20c.
grub-install: info: relocating an R_X86_64_64 entry to 0xd173 at the offset 0xa216.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0xa234.
grub-install: info: relocating an R_X86_64_64 entry to 0x6eb6 at the offset 0xa258.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0e0 at the offset 0xa263.
grub-install: info: dealing with the relocation section .rela.rodata for .rodata.
grub-install: info: relocating an R_X86_64_64 entry to 0x340e at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3425 at the offset 0x8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3438 at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x3452 at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x3464 at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0x35bc at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x35d7 at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0x35ee at the offset 0x38.
grub-install: info: relocating an R_X86_64_64 entry to 0x3609 at the offset 0x40.
grub-install: info: relocating an R_X86_64_64 entry to 0x3620 at the offset 0x48.
grub-install: info: relocating an R_X86_64_64 entry to 0x3660 at the offset 0x50.
grub-install: info: relocating an R_X86_64_64 entry to 0x37e7 at the offset 0x58.
grub-install: info: relocating an R_X86_64_64 entry to 0x37e7 at the offset 0x60.
grub-install: info: relocating an R_X86_64_64 entry to 0x376f at the offset 0x68.
grub-install: info: relocating an R_X86_64_64 entry to 0x37d5 at the offset 0x70.
grub-install: info: relocating an R_X86_64_64 entry to 0x3672 at the offset 0x78.
grub-install: info: relocating an R_X86_64_64 entry to 0x36a9 at the offset 0x80.
grub-install: info: relocating an R_X86_64_64 entry to 0x36f6 at the offset 0x88.
grub-install: info: relocating an R_X86_64_64 entry to 0x3792 at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x3637 at the offset 0x98.
grub-install: info: relocating an R_X86_64_64 entry to 0x37e7 at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x37e7 at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x37b6 at the offset 0xb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3812 at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3866 at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3884 at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x38a2 at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3976 at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x75fc at the offset 0x140.
grub-install: info: relocating an R_X86_64_64 entry to 0x75fc at the offset 0x148.
grub-install: info: relocating an R_X86_64_64 entry to 0x76c6 at the offset 0x150.
grub-install: info: relocating an R_X86_64_64 entry to 0x776a at the offset 0x158.
grub-install: info: relocating an R_X86_64_64 entry to 0x778e at the offset 0x160.
grub-install: info: relocating an R_X86_64_64 entry to 0x98ac at the offset 0x168.
grub-install: info: relocating an R_X86_64_64 entry to 0x98ef at the offset 0x170.
grub-install: info: relocating an R_X86_64_64 entry to 0x98ef at the offset 0x178.
grub-install: info: relocating an R_X86_64_64 entry to 0x98cc at the offset 0x180.
grub-install: info: relocating an R_X86_64_64 entry to 0x98ef at the offset 0x188.
grub-install: info: relocating an R_X86_64_64 entry to 0x98ef at the offset 0x190.
grub-install: info: dealing with the relocation section .rela.data for .data.
grub-install: info: relocating an R_X86_64_64 entry to 0xc247 at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1c39 at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x172d at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x1659 at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0x2004 at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x20e9 at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x4a93 at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4be0 at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d58 at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x483d at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4b9d at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4a1b at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4997 at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4953 at the offset 0xe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x130.
grub-install: info: relocating an R_X86_64_64 entry to 0x47d0 at the offset 0x138.
grub-install: info: relocating an R_X86_64_64 entry to 0x4884 at the offset 0x148.
grub-install: info: relocating an R_X86_64_64 entry to 0x10120 at the offset 0x190.
grub-install: info: relocating an R_X86_64_64 entry to 0xcff2 at the offset 0x1b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x85e3 at the offset 0x1c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x84ef at the offset 0x1c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9069 at the offset 0x1f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xafed at the offset 0x340.
grub-install: info: relocating an R_X86_64_64 entry to 0xd1c1 at the offset 0x360.
grub-install: info: relocating an R_X86_64_64 entry to 0x1181 at the offset 0x368.
grub-install: info: relocating an R_X86_64_64 entry to 0xd1cc at the offset 0x378.
grub-install: info: relocating an R_X86_64_64 entry to 0x118c at the offset 0x380.
grub-install: info: relocating an R_X86_64_64 entry to 0xd1d7 at the offset 0x390.
grub-install: info: relocating an R_X86_64_64 entry to 0x1236 at the offset 0x398.
grub-install: info: relocating an R_X86_64_64 entry to 0xd1e3 at the offset 0x3a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x119a at the offset 0x3b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd1ee at the offset 0x3c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x11a8 at the offset 0x3c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd1f9 at the offset 0x3d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x11b9 at the offset 0x3e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd204 at the offset 0x3f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x11cd at the offset 0x3f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd20f at the offset 0x408.
grub-install: info: relocating an R_X86_64_64 entry to 0x11e6 at the offset 0x410.
grub-install: info: relocating an R_X86_64_64 entry to 0xd21a at the offset 0x420.
grub-install: info: relocating an R_X86_64_64 entry to 0x1209 at the offset 0x428.
grub-install: info: relocating an R_X86_64_64 entry to 0xd225 at the offset 0x438.
grub-install: info: relocating an R_X86_64_64 entry to 0x4f71 at the offset 0x440.
grub-install: info: relocating an R_X86_64_64 entry to 0xd239 at the offset 0x450.
grub-install: info: relocating an R_X86_64_64 entry to 0x4f5b at the offset 0x458.
grub-install: info: relocating an R_X86_64_64 entry to 0xd24c at the offset 0x468.
grub-install: info: relocating an R_X86_64_64 entry to 0x55ac at the offset 0x470.
grub-install: info: relocating an R_X86_64_64 entry to 0xd258 at the offset 0x480.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e60 at the offset 0x488.
grub-install: info: relocating an R_X86_64_64 entry to 0xd26a at the offset 0x498.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf10 at the offset 0x4a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd27f at the offset 0x4b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x609e at the offset 0x4b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd291 at the offset 0x4c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x61d7 at the offset 0x4d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd2a5 at the offset 0x4e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x5fbd at the offset 0x4e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd2b6 at the offset 0x4f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10ea0 at the offset 0x500.
grub-install: info: relocating an R_X86_64_64 entry to 0xd2cc at the offset 0x510.
grub-install: info: relocating an R_X86_64_64 entry to 0x66e8 at the offset 0x518.
grub-install: info: relocating an R_X86_64_64 entry to 0xd2dc at the offset 0x528.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e98 at the offset 0x530.
grub-install: info: relocating an R_X86_64_64 entry to 0xd2ef at the offset 0x540.
grub-install: info: relocating an R_X86_64_64 entry to 0x66a2 at the offset 0x548.
grub-install: info: relocating an R_X86_64_64 entry to 0xd306 at the offset 0x558.
grub-install: info: relocating an R_X86_64_64 entry to 0x66bb at the offset 0x560.
grub-install: info: relocating an R_X86_64_64 entry to 0xd31f at the offset 0x570.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x578.
grub-install: info: relocating an R_X86_64_64 entry to 0xd337 at the offset 0x588.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e80 at the offset 0x590.
grub-install: info: relocating an R_X86_64_64 entry to 0xd355 at the offset 0x5a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6da2 at the offset 0x5a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd368 at the offset 0x5b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x6785 at the offset 0x5c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd377 at the offset 0x5d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6a42 at the offset 0x5d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd386 at the offset 0x5e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e88 at the offset 0x5f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd39b at the offset 0x600.
grub-install: info: relocating an R_X86_64_64 entry to 0x93fd at the offset 0x608.
grub-install: info: relocating an R_X86_64_64 entry to 0xd3a9 at the offset 0x618.
grub-install: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0x620.
grub-install: info: relocating an R_X86_64_64 entry to 0xd3b6 at the offset 0x630.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa3 at the offset 0x638.
grub-install: info: relocating an R_X86_64_64 entry to 0xd3c3 at the offset 0x648.
grub-install: info: relocating an R_X86_64_64 entry to 0x70f7 at the offset 0x650.
grub-install: info: relocating an R_X86_64_64 entry to 0xd3dc at the offset 0x660.
grub-install: info: relocating an R_X86_64_64 entry to 0x6f77 at the offset 0x668.
grub-install: info: relocating an R_X86_64_64 entry to 0xd3e8 at the offset 0x678.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ff7 at the offset 0x680.
grub-install: info: relocating an R_X86_64_64 entry to 0xd3f7 at the offset 0x690.
grub-install: info: relocating an R_X86_64_64 entry to 0x6fb7 at the offset 0x698.
grub-install: info: relocating an R_X86_64_64 entry to 0xd405 at the offset 0x6a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1326 at the offset 0x6b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd413 at the offset 0x6c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x133e at the offset 0x6c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd425 at the offset 0x6d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1336 at the offset 0x6e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd437 at the offset 0x6f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fa4 at the offset 0x6f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd453 at the offset 0x708.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fc6 at the offset 0x710.
grub-install: info: relocating an R_X86_64_64 entry to 0xd46b at the offset 0x720.
grub-install: info: relocating an R_X86_64_64 entry to 0x3dbe at the offset 0x728.
grub-install: info: relocating an R_X86_64_64 entry to 0xd487 at the offset 0x738.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e74 at the offset 0x740.
grub-install: info: relocating an R_X86_64_64 entry to 0xd4a4 at the offset 0x750.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a55 at the offset 0x758.
grub-install: info: relocating an R_X86_64_64 entry to 0xd4c2 at the offset 0x768.
grub-install: info: relocating an R_X86_64_64 entry to 0x32bd at the offset 0x770.
grub-install: info: relocating an R_X86_64_64 entry to 0xd4e1 at the offset 0x780.
grub-install: info: relocating an R_X86_64_64 entry to 0x3267 at the offset 0x788.
grub-install: info: relocating an R_X86_64_64 entry to 0xd500 at the offset 0x798.
grub-install: info: relocating an R_X86_64_64 entry to 0x43c9 at the offset 0x7a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd518 at the offset 0x7b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x411c at the offset 0x7b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd536 at the offset 0x7c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3d30 at the offset 0x7d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd54a at the offset 0x7e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3248 at the offset 0x7e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd563 at the offset 0x7f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3064 at the offset 0x800.
grub-install: info: relocating an R_X86_64_64 entry to 0xd579 at the offset 0x810.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c88 at the offset 0x818.
grub-install: info: relocating an R_X86_64_64 entry to 0xd593 at the offset 0x828.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fe0 at the offset 0x830.
grub-install: info: relocating an R_X86_64_64 entry to 0xd5ab at the offset 0x840.
grub-install: info: relocating an R_X86_64_64 entry to 0x2e88 at the offset 0x848.
grub-install: info: relocating an R_X86_64_64 entry to 0xd5c1 at the offset 0x858.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e38 at the offset 0x860.
grub-install: info: relocating an R_X86_64_64 entry to 0xd5d7 at the offset 0x870.
grub-install: info: relocating an R_X86_64_64 entry to 0xf098 at the offset 0x878.
grub-install: info: relocating an R_X86_64_64 entry to 0xd5ec at the offset 0x888.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a74 at the offset 0x890.
grub-install: info: relocating an R_X86_64_64 entry to 0xd603 at the offset 0x8a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a26 at the offset 0x8a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd61c at the offset 0x8b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e48 at the offset 0x8c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd630 at the offset 0x8d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b72 at the offset 0x8d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd647 at the offset 0x8e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x334a at the offset 0x8f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd662 at the offset 0x900.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0e5 at the offset 0x908.
grub-install: info: relocating an R_X86_64_64 entry to 0xd677 at the offset 0x918.
grub-install: info: relocating an R_X86_64_64 entry to 0x2bd5 at the offset 0x920.
grub-install: info: relocating an R_X86_64_64 entry to 0xd68e at the offset 0x930.
grub-install: info: relocating an R_X86_64_64 entry to 0x2d96 at the offset 0x938.
grub-install: info: relocating an R_X86_64_64 entry to 0xd6a4 at the offset 0x948.
grub-install: info: relocating an R_X86_64_64 entry to 0x2d37 at the offset 0x950.
grub-install: info: relocating an R_X86_64_64 entry to 0xd6c5 at the offset 0x960.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c60 at the offset 0x968.
grub-install: info: relocating an R_X86_64_64 entry to 0xd6d4 at the offset 0x978.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e30 at the offset 0x980.
grub-install: info: relocating an R_X86_64_64 entry to 0xd6ea at the offset 0x990.
grub-install: info: relocating an R_X86_64_64 entry to 0x23de at the offset 0x998.
grub-install: info: relocating an R_X86_64_64 entry to 0xd709 at the offset 0x9a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x252d at the offset 0x9b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd726 at the offset 0x9c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f12 at the offset 0x9c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd736 at the offset 0x9d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d71 at the offset 0x9e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd743 at the offset 0x9f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c44 at the offset 0x9f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd750 at the offset 0xa08.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9f at the offset 0xa10.
grub-install: info: relocating an R_X86_64_64 entry to 0xd75f at the offset 0xa20.
grub-install: info: relocating an R_X86_64_64 entry to 0x7e1f at the offset 0xa28.
grub-install: info: relocating an R_X86_64_64 entry to 0xd77a at the offset 0xa38.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af44 at the offset 0xa40.
grub-install: info: relocating an R_X86_64_64 entry to 0xd792 at the offset 0xa50.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ae40 at the offset 0xa58.
grub-install: info: relocating an R_X86_64_64 entry to 0xd79e at the offset 0xa68.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af40 at the offset 0xa70.
grub-install: info: relocating an R_X86_64_64 entry to 0xd7a9 at the offset 0xa80.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f5c at the offset 0xa88.
grub-install: info: relocating an R_X86_64_64 entry to 0xd7b4 at the offset 0xa98.
grub-install: info: relocating an R_X86_64_64 entry to 0x8059 at the offset 0xaa0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd7c3 at the offset 0xab0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7fdc at the offset 0xab8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd7d3 at the offset 0xac8.
grub-install: info: relocating an R_X86_64_64 entry to 0x2ce8 at the offset 0xad0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd7dd at the offset 0xae0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa207 at the offset 0xae8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd7e8 at the offset 0xaf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x8298 at the offset 0xb00.
grub-install: info: relocating an R_X86_64_64 entry to 0xd7f8 at the offset 0xb10.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af80 at the offset 0xb18.
grub-install: info: relocating an R_X86_64_64 entry to 0xd80a at the offset 0xb28.
grub-install: info: relocating an R_X86_64_64 entry to 0x8166 at the offset 0xb30.
grub-install: info: relocating an R_X86_64_64 entry to 0xd824 at the offset 0xb40.
grub-install: info: relocating an R_X86_64_64 entry to 0x82e7 at the offset 0xb48.
grub-install: info: relocating an R_X86_64_64 entry to 0xd833 at the offset 0xb58.
grub-install: info: relocating an R_X86_64_64 entry to 0x1af60 at the offset 0xb60.
grub-install: info: relocating an R_X86_64_64 entry to 0xd84b at the offset 0xb70.
grub-install: info: relocating an R_X86_64_64 entry to 0x81f8 at the offset 0xb78.
grub-install: info: relocating an R_X86_64_64 entry to 0xd85a at the offset 0xb88.
grub-install: info: relocating an R_X86_64_64 entry to 0x84ae at the offset 0xb90.
grub-install: info: relocating an R_X86_64_64 entry to 0xd869 at the offset 0xba0.
grub-install: info: relocating an R_X86_64_64 entry to 0x5666 at the offset 0xba8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd873 at the offset 0xbb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10be8 at the offset 0xbc0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd889 at the offset 0xbd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x10bf0 at the offset 0xbd8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd896 at the offset 0xbe8.
grub-install: info: relocating an R_X86_64_64 entry to 0x87bf at the offset 0xbf0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd8a4 at the offset 0xc00.
grub-install: info: relocating an R_X86_64_64 entry to 0x5977 at the offset 0xc08.
grub-install: info: relocating an R_X86_64_64 entry to 0xd8b5 at the offset 0xc18.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0c2 at the offset 0xc20.
grub-install: info: relocating an R_X86_64_64 entry to 0xd8c1 at the offset 0xc30.
grub-install: info: relocating an R_X86_64_64 entry to 0xb048 at the offset 0xc38.
grub-install: info: relocating an R_X86_64_64 entry to 0xd8d5 at the offset 0xc48.
grub-install: info: relocating an R_X86_64_64 entry to 0xdf70 at the offset 0xc50.
grub-install: info: relocating an R_X86_64_64 entry to 0xd8e2 at the offset 0xc60.
grub-install: info: relocating an R_X86_64_64 entry to 0x91cf at the offset 0xc68.
grub-install: info: relocating an R_X86_64_64 entry to 0xd8ef at the offset 0xc78.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d7 at the offset 0xc80.
grub-install: info: relocating an R_X86_64_64 entry to 0xd8fe at the offset 0xc90.
grub-install: info: relocating an R_X86_64_64 entry to 0x89f2 at the offset 0xc98.
grub-install: info: relocating an R_X86_64_64 entry to 0xd90f at the offset 0xca8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5051 at the offset 0xcb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd92c at the offset 0xcc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x50b5 at the offset 0xcc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd949 at the offset 0xcd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x12a2 at the offset 0xce0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd95b at the offset 0xcf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x5613 at the offset 0xcf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd967 at the offset 0xd08.
grub-install: info: relocating an R_X86_64_64 entry to 0x5394 at the offset 0xd10.
grub-install: info: relocating an R_X86_64_64 entry to 0xd975 at the offset 0xd20.
grub-install: info: relocating an R_X86_64_64 entry to 0x12d0 at the offset 0xd28.
grub-install: info: relocating an R_X86_64_64 entry to 0xd989 at the offset 0xd38.
grub-install: info: relocating an R_X86_64_64 entry to 0x9121 at the offset 0xd40.
grub-install: info: relocating an R_X86_64_64 entry to 0xd995 at the offset 0xd50.
grub-install: info: relocating an R_X86_64_64 entry to 0x908d at the offset 0xd58.
grub-install: info: relocating an R_X86_64_64 entry to 0xd9a2 at the offset 0xd68.
grub-install: info: relocating an R_X86_64_64 entry to 0x92ca at the offset 0xd70.
grub-install: info: relocating an R_X86_64_64 entry to 0xd9ae at the offset 0xd80.
grub-install: info: relocating an R_X86_64_64 entry to 0x5999 at the offset 0xd88.
grub-install: info: relocating an R_X86_64_64 entry to 0xd9be at the offset 0xd98.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e58 at the offset 0xda0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd9cb at the offset 0xdb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e40 at the offset 0xdb8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd9d8 at the offset 0xdc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x899f at the offset 0xdd0.
grub-install: info: relocating an R_X86_64_64 entry to 0xd9ed at the offset 0xde0.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0e0 at the offset 0xde8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd9fb at the offset 0xdf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e20 at the offset 0xe00.
grub-install: info: relocating an R_X86_64_64 entry to 0xda14 at the offset 0xe10.
grub-install: info: relocating an R_X86_64_64 entry to 0xa399 at the offset 0xe18.
grub-install: info: relocating an R_X86_64_64 entry to 0xda2e at the offset 0xe28.
grub-install: info: relocating an R_X86_64_64 entry to 0xa43d at the offset 0xe30.
grub-install: info: relocating an R_X86_64_64 entry to 0xda48 at the offset 0xe40.
grub-install: info: relocating an R_X86_64_64 entry to 0xa93f at the offset 0xe48.
grub-install: info: relocating an R_X86_64_64 entry to 0xda60 at the offset 0xe58.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8ce at the offset 0xe60.
grub-install: info: relocating an R_X86_64_64 entry to 0xda77 at the offset 0xe70.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afa8 at the offset 0xe78.
grub-install: info: relocating an R_X86_64_64 entry to 0xda8f at the offset 0xe88.
grub-install: info: relocating an R_X86_64_64 entry to 0xa72e at the offset 0xe90.
grub-install: info: relocating an R_X86_64_64 entry to 0xdaa4 at the offset 0xea0.
grub-install: info: relocating an R_X86_64_64 entry to 0x143b at the offset 0xea8.
grub-install: info: relocating an R_X86_64_64 entry to 0xdabd at the offset 0xeb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1372 at the offset 0xec0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdace at the offset 0xed0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1345 at the offset 0xed8.
grub-install: info: relocating an R_X86_64_64 entry to 0xdae4 at the offset 0xee8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1098 at the offset 0xef0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb00 at the offset 0xf00.
grub-install: info: relocating an R_X86_64_64 entry to 0x80cc at the offset 0xf08.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb11 at the offset 0xf18.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eba at the offset 0xf20.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb1d at the offset 0xf30.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f0d at the offset 0xf38.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb2a at the offset 0xf48.
grub-install: info: relocating an R_X86_64_64 entry to 0x90e4 at the offset 0xf50.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb35 at the offset 0xf60.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f6f at the offset 0xf68.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb47 at the offset 0xf78.
grub-install: info: relocating an R_X86_64_64 entry to 0x58b7 at the offset 0xf80.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb54 at the offset 0xf90.
grub-install: info: relocating an R_X86_64_64 entry to 0x2ca7 at the offset 0xf98.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb60 at the offset 0xfa8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb096 at the offset 0xfb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb6d at the offset 0xfc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x59c1 at the offset 0xfc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xdb88 at the offset 0xfd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7eae at the offset 0xfe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdba4 at the offset 0xff0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0cf at the offset 0xff8.
grub-install: info: relocating an R_X86_64_64 entry to 0xdbb2 at the offset 0x1008.
grub-install: info: relocating an R_X86_64_64 entry to 0x91a0 at the offset 0x1010.
grub-install: info: relocating an R_X86_64_64 entry to 0xdbbe at the offset 0x1020.
grub-install: info: relocating an R_X86_64_64 entry to 0x9145 at the offset 0x1028.
grub-install: info: relocating an R_X86_64_64 entry to 0xdbca at the offset 0x1038.
grub-install: info: relocating an R_X86_64_64 entry to 0x90cd at the offset 0x1040.
grub-install: info: relocating an R_X86_64_64 entry to 0xdbd6 at the offset 0x1050.
grub-install: info: relocating an R_X86_64_64 entry to 0x9358 at the offset 0x1058.
grub-install: info: relocating an R_X86_64_64 entry to 0xdbe2 at the offset 0x1068.
grub-install: info: relocating an R_X86_64_64 entry to 0x9343 at the offset 0x1070.
grub-install: info: relocating an R_X86_64_64 entry to 0xdbee at the offset 0x1080.
grub-install: info: relocating an R_X86_64_64 entry to 0x9165 at the offset 0x1088.
grub-install: info: relocating an R_X86_64_64 entry to 0xdbfb at the offset 0x1098.
grub-install: info: relocating an R_X86_64_64 entry to 0x93a4 at the offset 0x10a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc08 at the offset 0x10b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x91b8 at the offset 0x10b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc15 at the offset 0x10c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9924 at the offset 0x10d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc22 at the offset 0x10e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9598 at the offset 0x10e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc30 at the offset 0x10f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9236 at the offset 0x1100.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc3d at the offset 0x1110.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c8 at the offset 0x1118.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc57 at the offset 0x1128.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afb8 at the offset 0x1130.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc68 at the offset 0x1140.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afc8 at the offset 0x1148.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc82 at the offset 0x1158.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c9 at the offset 0x1160.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc99 at the offset 0x1170.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afc0 at the offset 0x1178.
grub-install: info: relocating an R_X86_64_64 entry to 0xdcab at the offset 0x1188.
grub-install: info: relocating an R_X86_64_64 entry to 0x1afb0 at the offset 0x1190.
grub-install: info: relocating an R_X86_64_64 entry to 0xdcc6 at the offset 0x11a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e28 at the offset 0x11a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xdcd9 at the offset 0x11b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x10e50 at the offset 0x11c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdce7 at the offset 0x11d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ab1 at the offset 0x11d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xdcff at the offset 0x11e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9dc9 at the offset 0x11f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd0c at the offset 0x1200.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0b7 at the offset 0x1208.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd1b at the offset 0x1218.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1b4 at the offset 0x1220.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd2a at the offset 0x1230.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x1238.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd35 at the offset 0x1248.
grub-install: info: relocating an R_X86_64_64 entry to 0xa118 at the offset 0x1250.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd45 at the offset 0x1260.
grub-install: info: relocating an R_X86_64_64 entry to 0x5628 at the offset 0x1268.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd51 at the offset 0x1278.
grub-install: info: relocating an R_X86_64_64 entry to 0x52c9 at the offset 0x1280.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd58 at the offset 0x1290.
grub-install: info: relocating an R_X86_64_64 entry to 0x52a9 at the offset 0x1298.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd5f at the offset 0x12a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x52b9 at the offset 0x12b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xdd67 at the offset 0x12c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x52d9 at the offset 0x12c8.
grub-install: info: translating the relocation section .rela.text.
grub-install: info: adding a relocation entry for 0x1037.
grub-install: info: adding a relocation entry for 0x104f.
grub-install: info: adding a relocation entry for 0x106c.
grub-install: info: adding a relocation entry for 0x1088.
grub-install: info: adding a relocation entry for 0x1123.
grub-install: info: adding a relocation entry for 0x1148.
grub-install: info: adding a relocation entry for 0x1163.
grub-install: info: adding a relocation entry for 0x1172.
grub-install: info: adding a relocation entry for 0x128b.
grub-install: info: adding a relocation entry for 0x1298.
grub-install: info: adding a relocation entry for 0x12ae.
grub-install: info: adding a relocation entry for 0x12c2.
grub-install: info: adding a relocation entry for 0x12f2.
grub-install: info: adding a relocation entry for 0x1307.
grub-install: info: adding a relocation entry for 0x1318.
grub-install: info: adding a relocation entry for 0x132c.
grub-install: info: adding a relocation entry for 0x1386.
grub-install: info: adding a relocation entry for 0x1454.
grub-install: info: adding a relocation entry for 0x14e5.
grub-install: info: adding a relocation entry for 0x14f6.
grub-install: info: adding a relocation entry for 0x1526.
grub-install: info: adding a relocation entry for 0x15b2.
grub-install: info: adding a relocation entry for 0x15c4.
grub-install: info: adding a relocation entry for 0x1614.
grub-install: info: adding a relocation entry for 0x161e.
grub-install: info: adding a relocation entry for 0x1669.
grub-install: info: adding a relocation entry for 0x1673.
grub-install: info: adding a relocation entry for 0x167d.
grub-install: info: adding a relocation entry for 0x1687.
grub-install: info: adding a relocation entry for 0x1696.
grub-install: info: adding a relocation entry for 0x16bb.
grub-install: info: adding a relocation entry for 0x16c7.
grub-install: info: adding a relocation entry for 0x16d2.
grub-install: info: adding a relocation entry for 0x16dd.
grub-install: info: adding a relocation entry for 0x1702.
grub-install: info: adding a relocation entry for 0x170c.
grub-install: info: adding a relocation entry for 0x173a.
grub-install: info: adding a relocation entry for 0x1744.
grub-install: info: adding a relocation entry for 0x1752.
grub-install: info: adding a relocation entry for 0x175e.
grub-install: info: adding a relocation entry for 0x176c.
grub-install: info: adding a relocation entry for 0x17a3.
grub-install: info: adding a relocation entry for 0x17bf.
grub-install: info: adding a relocation entry for 0x17d0.
grub-install: info: adding a relocation entry for 0x17fe.
grub-install: info: adding a relocation entry for 0x180c.
grub-install: info: adding a relocation entry for 0x181a.
grub-install: info: adding a relocation entry for 0x1827.
grub-install: info: adding a relocation entry for 0x1845.
grub-install: info: adding a relocation entry for 0x1852.
grub-install: info: adding a relocation entry for 0x1870.
grub-install: info: adding a relocation entry for 0x187a.
grub-install: info: adding a relocation entry for 0x1892.
grub-install: info: adding a relocation entry for 0x18b8.
grub-install: info: adding a relocation entry for 0x18ee.
grub-install: info: adding a relocation entry for 0x1902.
grub-install: info: adding a relocation entry for 0x1943.
grub-install: info: adding a relocation entry for 0x194d.
grub-install: info: adding a relocation entry for 0x1957.
grub-install: info: adding a relocation entry for 0x197c.
grub-install: info: adding a relocation entry for 0x1986.
grub-install: info: adding a relocation entry for 0x19b7.
grub-install: info: adding a relocation entry for 0x19ee.
grub-install: info: adding a relocation entry for 0x1a0f.
grub-install: info: adding a relocation entry for 0x1a19.
grub-install: info: adding a relocation entry for 0x1a4e.
grub-install: info: adding a relocation entry for 0x1a64.
grub-install: info: adding a relocation entry for 0x1aad.
grub-install: info: adding a relocation entry for 0x1ace.
grub-install: info: adding a relocation entry for 0x1afa.
grub-install: info: adding a relocation entry for 0x1b0b.
grub-install: info: adding a relocation entry for 0x1b39.
grub-install: info: adding a relocation entry for 0x1b55.
grub-install: info: adding a relocation entry for 0x1b8d.
grub-install: info: adding a relocation entry for 0x1b97.
grub-install: info: adding a relocation entry for 0x1bbe.
grub-install: info: adding a relocation entry for 0x1bd7.
grub-install: info: adding a relocation entry for 0x1bf4.
grub-install: info: adding a relocation entry for 0x1c12.
grub-install: info: adding a relocation entry for 0x1c5d.
grub-install: info: adding a relocation entry for 0x1c6c.
grub-install: info: adding a relocation entry for 0x1c7b.
grub-install: info: adding a relocation entry for 0x1c8a.
grub-install: info: adding a relocation entry for 0x1ca9.
grub-install: info: adding a relocation entry for 0x1cc0.
grub-install: info: adding a relocation entry for 0x1cca.
grub-install: info: adding a relocation entry for 0x1cd4.
grub-install: info: adding a relocation entry for 0x1cde.
grub-install: info: adding a relocation entry for 0x1d10.
grub-install: info: adding a relocation entry for 0x1d27.
grub-install: info: adding a relocation entry for 0x1d31.
grub-install: info: adding a relocation entry for 0x1d3b.
grub-install: info: adding a relocation entry for 0x1d45.
grub-install: info: adding a relocation entry for 0x1d6e.
grub-install: info: adding a relocation entry for 0x1d7d.
grub-install: info: adding a relocation entry for 0x1d98.
grub-install: info: adding a relocation entry for 0x1daf.
grub-install: info: adding a relocation entry for 0x1db9.
grub-install: info: adding a relocation entry for 0x1dc3.
grub-install: info: adding a relocation entry for 0x1dcd.
grub-install: info: adding a relocation entry for 0x1e41.
grub-install: info: adding a relocation entry for 0x1e61.
grub-install: info: adding a relocation entry for 0x1e94.
grub-install: info: adding a relocation entry for 0x1ebd.
grub-install: info: adding a relocation entry for 0x1ee1.
grub-install: info: adding a relocation entry for 0x1f67.
grub-install: info: adding a relocation entry for 0x1f89.
grub-install: info: adding a relocation entry for 0x1fb5.
grub-install: info: adding a relocation entry for 0x1fd9.
grub-install: info: adding a relocation entry for 0x1fe5.
grub-install: info: adding a relocation entry for 0x2015.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 232 bytes of a fixup block starting at 0x1000.
grub-install: info: adding a relocation entry for 0x2026.
grub-install: info: adding a relocation entry for 0x2034.
grub-install: info: adding a relocation entry for 0x204d.
grub-install: info: adding a relocation entry for 0x2063.
grub-install: info: adding a relocation entry for 0x2094.
grub-install: info: adding a relocation entry for 0x20a0.
grub-install: info: adding a relocation entry for 0x20c2.
grub-install: info: adding a relocation entry for 0x20d0.
grub-install: info: adding a relocation entry for 0x20fa.
grub-install: info: adding a relocation entry for 0x210b.
grub-install: info: adding a relocation entry for 0x2119.
grub-install: info: adding a relocation entry for 0x2132.
grub-install: info: adding a relocation entry for 0x214b.
grub-install: info: adding a relocation entry for 0x217c.
grub-install: info: adding a relocation entry for 0x2188.
grub-install: info: adding a relocation entry for 0x21aa.
grub-install: info: adding a relocation entry for 0x21b8.
grub-install: info: adding a relocation entry for 0x21d7.
grub-install: info: adding a relocation entry for 0x21ed.
grub-install: info: adding a relocation entry for 0x21f7.
grub-install: info: adding a relocation entry for 0x220c.
grub-install: info: adding a relocation entry for 0x226b.
grub-install: info: adding a relocation entry for 0x227b.
grub-install: info: adding a relocation entry for 0x2287.
grub-install: info: adding a relocation entry for 0x22b0.
grub-install: info: adding a relocation entry for 0x230a.
grub-install: info: adding a relocation entry for 0x231a.
grub-install: info: adding a relocation entry for 0x2369.
grub-install: info: adding a relocation entry for 0x2388.
grub-install: info: adding a relocation entry for 0x2394.
grub-install: info: adding a relocation entry for 0x23ae.
grub-install: info: adding a relocation entry for 0x23bd.
grub-install: info: adding a relocation entry for 0x23c7.
grub-install: info: adding a relocation entry for 0x242d.
grub-install: info: adding a relocation entry for 0x243a.
grub-install: info: adding a relocation entry for 0x246b.
grub-install: info: adding a relocation entry for 0x248e.
grub-install: info: adding a relocation entry for 0x249d.
grub-install: info: adding a relocation entry for 0x250e.
grub-install: info: adding a relocation entry for 0x2533.
grub-install: info: adding a relocation entry for 0x2552.
grub-install: info: adding a relocation entry for 0x258b.
grub-install: info: adding a relocation entry for 0x25d2.
grub-install: info: adding a relocation entry for 0x25dc.
grub-install: info: adding a relocation entry for 0x25f9.
grub-install: info: adding a relocation entry for 0x2622.
grub-install: info: adding a relocation entry for 0x2644.
grub-install: info: adding a relocation entry for 0x2658.
grub-install: info: adding a relocation entry for 0x2671.
grub-install: info: adding a relocation entry for 0x267b.
grub-install: info: adding a relocation entry for 0x2699.
grub-install: info: adding a relocation entry for 0x26a8.
grub-install: info: adding a relocation entry for 0x26e0.
grub-install: info: adding a relocation entry for 0x26f4.
grub-install: info: adding a relocation entry for 0x2822.
grub-install: info: adding a relocation entry for 0x2874.
grub-install: info: adding a relocation entry for 0x288b.
grub-install: info: adding a relocation entry for 0x28a4.
grub-install: info: adding a relocation entry for 0x2a36.
grub-install: info: adding a relocation entry for 0x2a46.
grub-install: info: adding a relocation entry for 0x2a81.
grub-install: info: adding a relocation entry for 0x2ac9.
grub-install: info: adding a relocation entry for 0x2adb.
grub-install: info: adding a relocation entry for 0x2b01.
grub-install: info: adding a relocation entry for 0x2b42.
grub-install: info: adding a relocation entry for 0x2b84.
grub-install: info: adding a relocation entry for 0x2ba3.
grub-install: info: adding a relocation entry for 0x2bb0.
grub-install: info: adding a relocation entry for 0x2bdb.
grub-install: info: adding a relocation entry for 0x2bea.
grub-install: info: adding a relocation entry for 0x2c15.
grub-install: info: adding a relocation entry for 0x2c45.
grub-install: info: adding a relocation entry for 0x2c66.
grub-install: info: adding a relocation entry for 0x2c7e.
grub-install: info: adding a relocation entry for 0x2c8e.
grub-install: info: adding a relocation entry for 0x2c9d.
grub-install: info: adding a relocation entry for 0x2cb5.
grub-install: info: adding a relocation entry for 0x2cc8.
grub-install: info: adding a relocation entry for 0x2cdc.
grub-install: info: adding a relocation entry for 0x2cf6.
grub-install: info: adding a relocation entry for 0x2d09.
grub-install: info: adding a relocation entry for 0x2d1e.
grub-install: info: adding a relocation entry for 0x2d2b.
grub-install: info: adding a relocation entry for 0x2d47.
grub-install: info: adding a relocation entry for 0x2d65.
grub-install: info: adding a relocation entry for 0x2d76.
grub-install: info: adding a relocation entry for 0x2d88.
grub-install: info: adding a relocation entry for 0x2d9c.
grub-install: info: adding a relocation entry for 0x2dcc.
grub-install: info: adding a relocation entry for 0x2ddc.
grub-install: info: adding a relocation entry for 0x2df7.
grub-install: info: adding a relocation entry for 0x2e1d.
grub-install: info: adding a relocation entry for 0x2e2f.
grub-install: info: adding a relocation entry for 0x2e41.
grub-install: info: adding a relocation entry for 0x2e5f.
grub-install: info: adding a relocation entry for 0x2e6c.
grub-install: info: adding a relocation entry for 0x2e8e.
grub-install: info: adding a relocation entry for 0x2ed1.
grub-install: info: adding a relocation entry for 0x2ef2.
grub-install: info: adding a relocation entry for 0x2eff.
grub-install: info: adding a relocation entry for 0x2f09.
grub-install: info: adding a relocation entry for 0x2f2d.
grub-install: info: adding a relocation entry for 0x2f60.
grub-install: info: adding a relocation entry for 0x2fcc.
grub-install: info: adding a relocation entry for 0x2fe1.
grub-install: info: adding a relocation entry for 0x2fff.
grub-install: info: adding a relocation entry for 0x3025.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 224 bytes of a fixup block starting at 0x2000.
grub-install: info: adding a relocation entry for 0x30d5.
grub-install: info: adding a relocation entry for 0x30e9.
grub-install: info: adding a relocation entry for 0x3134.
grub-install: info: adding a relocation entry for 0x3145.
grub-install: info: adding a relocation entry for 0x3189.
grub-install: info: adding a relocation entry for 0x31b6.
grub-install: info: adding a relocation entry for 0x31cd.
grub-install: info: adding a relocation entry for 0x324e.
grub-install: info: adding a relocation entry for 0x325d.
grub-install: info: adding a relocation entry for 0x32d9.
grub-install: info: adding a relocation entry for 0x32ec.
grub-install: info: adding a relocation entry for 0x3318.
grub-install: info: adding a relocation entry for 0x3338.
grub-install: info: adding a relocation entry for 0x3359.
grub-install: info: adding a relocation entry for 0x33c4.
grub-install: info: adding a relocation entry for 0x33d6.
grub-install: info: adding a relocation entry for 0x33e9.
grub-install: info: adding a relocation entry for 0x33ff.
grub-install: info: adding a relocation entry for 0x3418.
grub-install: info: adding a relocation entry for 0x3427.
grub-install: info: adding a relocation entry for 0x3442.
grub-install: info: adding a relocation entry for 0x3454.
grub-install: info: adding a relocation entry for 0x3466.
grub-install: info: adding a relocation entry for 0x3478.
grub-install: info: adding a relocation entry for 0x3498.
grub-install: info: adding a relocation entry for 0x34b1.
grub-install: info: adding a relocation entry for 0x34c9.
grub-install: info: adding a relocation entry for 0x34dc.
grub-install: info: adding a relocation entry for 0x34ed.
grub-install: info: adding a relocation entry for 0x3505.
grub-install: info: adding a relocation entry for 0x351e.
grub-install: info: adding a relocation entry for 0x3553.
grub-install: info: adding a relocation entry for 0x357c.
grub-install: info: adding a relocation entry for 0x3593.
grub-install: info: adding a relocation entry for 0x35ad.
grub-install: info: adding a relocation entry for 0x35c6.
grub-install: info: adding a relocation entry for 0x35e1.
grub-install: info: adding a relocation entry for 0x35fa.
grub-install: info: adding a relocation entry for 0x360b.
grub-install: info: adding a relocation entry for 0x362a.
grub-install: info: adding a relocation entry for 0x3643.
grub-install: info: adding a relocation entry for 0x3662.
grub-install: info: adding a relocation entry for 0x367d.
grub-install: info: adding a relocation entry for 0x36b4.
grub-install: info: adding a relocation entry for 0x3701.
grub-install: info: adding a relocation entry for 0x377b.
grub-install: info: adding a relocation entry for 0x379e.
grub-install: info: adding a relocation entry for 0x37c0.
grub-install: info: adding a relocation entry for 0x37d7.
grub-install: info: adding a relocation entry for 0x37e9.
grub-install: info: adding a relocation entry for 0x3803.
grub-install: info: adding a relocation entry for 0x381c.
grub-install: info: adding a relocation entry for 0x3870.
grub-install: info: adding a relocation entry for 0x3886.
grub-install: info: adding a relocation entry for 0x3893.
grub-install: info: adding a relocation entry for 0x38a4.
grub-install: info: adding a relocation entry for 0x38b2.
grub-install: info: adding a relocation entry for 0x38d2.
grub-install: info: adding a relocation entry for 0x38e9.
grub-install: info: adding a relocation entry for 0x38f3.
grub-install: info: adding a relocation entry for 0x3918.
grub-install: info: adding a relocation entry for 0x3930.
grub-install: info: adding a relocation entry for 0x394c.
grub-install: info: adding a relocation entry for 0x395c.
grub-install: info: adding a relocation entry for 0x3980.
grub-install: info: adding a relocation entry for 0x39bf.
grub-install: info: adding a relocation entry for 0x39cb.
grub-install: info: adding a relocation entry for 0x39e9.
grub-install: info: adding a relocation entry for 0x3a05.
grub-install: info: adding a relocation entry for 0x3a12.
grub-install: info: adding a relocation entry for 0x3a7d.
grub-install: info: adding a relocation entry for 0x3b63.
grub-install: info: adding a relocation entry for 0x3b6f.
grub-install: info: adding a relocation entry for 0x3b79.
grub-install: info: adding a relocation entry for 0x3b85.
grub-install: info: adding a relocation entry for 0x3b98.
grub-install: info: adding a relocation entry for 0x3baf.
grub-install: info: adding a relocation entry for 0x3bbc.
grub-install: info: adding a relocation entry for 0x3bcc.
grub-install: info: adding a relocation entry for 0x3be3.
grub-install: info: adding a relocation entry for 0x3bfb.
grub-install: info: adding a relocation entry for 0x3c10.
grub-install: info: adding a relocation entry for 0x3c2f.
grub-install: info: adding a relocation entry for 0x3c50.
grub-install: info: adding a relocation entry for 0x3c6e.
grub-install: info: adding a relocation entry for 0x3c7b.
grub-install: info: adding a relocation entry for 0x3cae.
grub-install: info: adding a relocation entry for 0x3cd8.
grub-install: info: adding a relocation entry for 0x3d46.
grub-install: info: adding a relocation entry for 0x3d5b.
grub-install: info: adding a relocation entry for 0x3d69.
grub-install: info: adding a relocation entry for 0x3da7.
grub-install: info: adding a relocation entry for 0x3df2.
grub-install: info: adding a relocation entry for 0x3e06.
grub-install: info: adding a relocation entry for 0x3e55.
grub-install: info: adding a relocation entry for 0x3eaa.
grub-install: info: adding a relocation entry for 0x3eba.
grub-install: info: adding a relocation entry for 0x3f0b.
grub-install: info: adding a relocation entry for 0x3f1c.
grub-install: info: adding a relocation entry for 0x3f60.
grub-install: info: adding a relocation entry for 0x3f7a.
grub-install: info: adding a relocation entry for 0x3f86.
grub-install: info: adding a relocation entry for 0x3fbc.
grub-install: info: adding a relocation entry for 0x3fd6.
grub-install: info: adding a relocation entry for 0x3fe6.
grub-install: info: adding a relocation entry for 0x4014.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 224 bytes of a fixup block starting at 0x3000.
grub-install: info: adding a relocation entry for 0x4021.
grub-install: info: adding a relocation entry for 0x402e.
grub-install: info: adding a relocation entry for 0x405d.
grub-install: info: adding a relocation entry for 0x4070.
grub-install: info: adding a relocation entry for 0x4085.
grub-install: info: adding a relocation entry for 0x40bf.
grub-install: info: adding a relocation entry for 0x40d7.
grub-install: info: adding a relocation entry for 0x4146.
grub-install: info: adding a relocation entry for 0x4151.
grub-install: info: adding a relocation entry for 0x417c.
grub-install: info: adding a relocation entry for 0x418c.
grub-install: info: adding a relocation entry for 0x4199.
grub-install: info: adding a relocation entry for 0x41a3.
grub-install: info: adding a relocation entry for 0x41ad.
grub-install: info: adding a relocation entry for 0x41b7.
grub-install: info: adding a relocation entry for 0x41cb.
grub-install: info: adding a relocation entry for 0x41e3.
grub-install: info: adding a relocation entry for 0x41f4.
grub-install: info: adding a relocation entry for 0x4205.
grub-install: info: adding a relocation entry for 0x4218.
grub-install: info: adding a relocation entry for 0x4227.
grub-install: info: adding a relocation entry for 0x4234.
grub-install: info: adding a relocation entry for 0x423e.
grub-install: info: adding a relocation entry for 0x4248.
grub-install: info: adding a relocation entry for 0x4252.
grub-install: info: adding a relocation entry for 0x4262.
grub-install: info: adding a relocation entry for 0x4271.
grub-install: info: adding a relocation entry for 0x4280.
grub-install: info: adding a relocation entry for 0x429c.
grub-install: info: adding a relocation entry for 0x42a9.
grub-install: info: adding a relocation entry for 0x42b5.
grub-install: info: adding a relocation entry for 0x42d4.
grub-install: info: adding a relocation entry for 0x42e2.
grub-install: info: adding a relocation entry for 0x42f5.
grub-install: info: adding a relocation entry for 0x42ff.
grub-install: info: adding a relocation entry for 0x4310.
grub-install: info: adding a relocation entry for 0x4325.
grub-install: info: adding a relocation entry for 0x4338.
grub-install: info: adding a relocation entry for 0x434b.
grub-install: info: adding a relocation entry for 0x4357.
grub-install: info: adding a relocation entry for 0x4373.
grub-install: info: adding a relocation entry for 0x4388.
grub-install: info: adding a relocation entry for 0x439e.
grub-install: info: adding a relocation entry for 0x43ad.
grub-install: info: adding a relocation entry for 0x43ea.
grub-install: info: adding a relocation entry for 0x43fa.
grub-install: info: adding a relocation entry for 0x440b.
grub-install: info: adding a relocation entry for 0x4435.
grub-install: info: adding a relocation entry for 0x444e.
grub-install: info: adding a relocation entry for 0x4470.
grub-install: info: adding a relocation entry for 0x4486.
grub-install: info: adding a relocation entry for 0x44b3.
grub-install: info: adding a relocation entry for 0x44cb.
grub-install: info: adding a relocation entry for 0x451a.
grub-install: info: adding a relocation entry for 0x4524.
grub-install: info: adding a relocation entry for 0x458e.
grub-install: info: adding a relocation entry for 0x4699.
grub-install: info: adding a relocation entry for 0x46e0.
grub-install: info: adding a relocation entry for 0x46fb.
grub-install: info: adding a relocation entry for 0x470a.
grub-install: info: adding a relocation entry for 0x4716.
grub-install: info: adding a relocation entry for 0x4731.
grub-install: info: adding a relocation entry for 0x479d.
grub-install: info: adding a relocation entry for 0x47f8.
grub-install: info: adding a relocation entry for 0x480e.
grub-install: info: adding a relocation entry for 0x4827.
grub-install: info: adding a relocation entry for 0x4843.
grub-install: info: adding a relocation entry for 0x4852.
grub-install: info: adding a relocation entry for 0x4864.
grub-install: info: adding a relocation entry for 0x488a.
grub-install: info: adding a relocation entry for 0x48a3.
grub-install: info: adding a relocation entry for 0x48d3.
grub-install: info: adding a relocation entry for 0x4916.
grub-install: info: adding a relocation entry for 0x4937.
grub-install: info: adding a relocation entry for 0x4959.
grub-install: info: adding a relocation entry for 0x496b.
grub-install: info: adding a relocation entry for 0x497a.
grub-install: info: adding a relocation entry for 0x4988.
grub-install: info: adding a relocation entry for 0x499d.
grub-install: info: adding a relocation entry for 0x49ae.
grub-install: info: adding a relocation entry for 0x49bc.
grub-install: info: adding a relocation entry for 0x49c7.
grub-install: info: adding a relocation entry for 0x49f1.
grub-install: info: adding a relocation entry for 0x49fc.
grub-install: info: adding a relocation entry for 0x4a10.
grub-install: info: adding a relocation entry for 0x4a21.
grub-install: info: adding a relocation entry for 0x4a30.
grub-install: info: adding a relocation entry for 0x4a3f.
grub-install: info: adding a relocation entry for 0x4a4d.
grub-install: info: adding a relocation entry for 0x4a75.
grub-install: info: adding a relocation entry for 0x4a99.
grub-install: info: adding a relocation entry for 0x4aab.
grub-install: info: adding a relocation entry for 0x4ab9.
grub-install: info: adding a relocation entry for 0x4ac5.
grub-install: info: adding a relocation entry for 0x4adc.
grub-install: info: adding a relocation entry for 0x4af3.
grub-install: info: adding a relocation entry for 0x4b0b.
grub-install: info: adding a relocation entry for 0x4b24.
grub-install: info: adding a relocation entry for 0x4b33.
grub-install: info: adding a relocation entry for 0x4b3f.
grub-install: info: adding a relocation entry for 0x4b5e.
grub-install: info: adding a relocation entry for 0x4b6a.
grub-install: info: adding a relocation entry for 0x4b7b.
grub-install: info: adding a relocation entry for 0x4b8a.
grub-install: info: adding a relocation entry for 0x4ba3.
grub-install: info: adding a relocation entry for 0x4bb6.
grub-install: info: adding a relocation entry for 0x4bd0.
grub-install: info: adding a relocation entry for 0x4be6.
grub-install: info: adding a relocation entry for 0x4c05.
grub-install: info: adding a relocation entry for 0x4d1f.
grub-install: info: adding a relocation entry for 0x4d63.
grub-install: info: adding a relocation entry for 0x4d71.
grub-install: info: adding a relocation entry for 0x4dab.
grub-install: info: adding a relocation entry for 0x4dd6.
grub-install: info: adding a relocation entry for 0x4de1.
grub-install: info: adding a relocation entry for 0x4deb.
grub-install: info: adding a relocation entry for 0x4dfb.
grub-install: info: adding a relocation entry for 0x4e0a.
grub-install: info: adding a relocation entry for 0x4e14.
grub-install: info: adding a relocation entry for 0x4e1e.
grub-install: info: adding a relocation entry for 0x4e2c.
grub-install: info: adding a relocation entry for 0x4e3c.
grub-install: info: adding a relocation entry for 0x4e46.
grub-install: info: adding a relocation entry for 0x4e50.
grub-install: info: adding a relocation entry for 0x4e60.
grub-install: info: adding a relocation entry for 0x4e6f.
grub-install: info: adding a relocation entry for 0x4e79.
grub-install: info: adding a relocation entry for 0x4e83.
grub-install: info: adding a relocation entry for 0x4e90.
grub-install: info: adding a relocation entry for 0x4ea6.
grub-install: info: adding a relocation entry for 0x4eb1.
grub-install: info: adding a relocation entry for 0x4ebd.
grub-install: info: adding a relocation entry for 0x4ec9.
grub-install: info: adding a relocation entry for 0x4ed9.
grub-install: info: adding a relocation entry for 0x4eff.
grub-install: info: adding a relocation entry for 0x4f09.
grub-install: info: adding a relocation entry for 0x4f1a.
grub-install: info: adding a relocation entry for 0x4f77.
grub-install: info: adding a relocation entry for 0x4f90.
grub-install: info: adding a relocation entry for 0x4fa9.
grub-install: info: adding a relocation entry for 0x4fc6.
grub-install: info: adding a relocation entry for 0x4fef.
grub-install: info: adding a relocation entry for 0x4ff9.
grub-install: info: adding a relocation entry for 0x500a.
grub-install: info: writing 296 bytes of a fixup block starting at 0x4000.
grub-install: info: adding a relocation entry for 0x5059.
grub-install: info: adding a relocation entry for 0x5080.
grub-install: info: adding a relocation entry for 0x508a.
grub-install: info: adding a relocation entry for 0x50bd.
grub-install: info: adding a relocation entry for 0x50e4.
grub-install: info: adding a relocation entry for 0x50ee.
grub-install: info: adding a relocation entry for 0x5130.
grub-install: info: adding a relocation entry for 0x513d.
grub-install: info: adding a relocation entry for 0x5187.
grub-install: info: adding a relocation entry for 0x5193.
grub-install: info: adding a relocation entry for 0x51ae.
grub-install: info: adding a relocation entry for 0x51b8.
grub-install: info: adding a relocation entry for 0x51c8.
grub-install: info: adding a relocation entry for 0x51d8.
grub-install: info: adding a relocation entry for 0x51e8.
grub-install: info: adding a relocation entry for 0x51f8.
grub-install: info: adding a relocation entry for 0x5203.
grub-install: info: adding a relocation entry for 0x5268.
grub-install: info: adding a relocation entry for 0x5283.
grub-install: info: adding a relocation entry for 0x52af.
grub-install: info: adding a relocation entry for 0x52bf.
grub-install: info: adding a relocation entry for 0x52cf.
grub-install: info: adding a relocation entry for 0x52df.
grub-install: info: adding a relocation entry for 0x52f5.
grub-install: info: adding a relocation entry for 0x5301.
grub-install: info: adding a relocation entry for 0x534c.
grub-install: info: adding a relocation entry for 0x5356.
grub-install: info: adding a relocation entry for 0x5367.
grub-install: info: adding a relocation entry for 0x537c.
grub-install: info: adding a relocation entry for 0x5388.
grub-install: info: adding a relocation entry for 0x53a2.
grub-install: info: adding a relocation entry for 0x53f1.
grub-install: info: adding a relocation entry for 0x544f.
grub-install: info: adding a relocation entry for 0x545b.
grub-install: info: adding a relocation entry for 0x5474.
grub-install: info: adding a relocation entry for 0x5480.
grub-install: info: adding a relocation entry for 0x5583.
grub-install: info: adding a relocation entry for 0x5594.
grub-install: info: adding a relocation entry for 0x55c5.
grub-install: info: adding a relocation entry for 0x55e1.
grub-install: info: adding a relocation entry for 0x55ef.
grub-install: info: adding a relocation entry for 0x5602.
grub-install: info: adding a relocation entry for 0x5619.
grub-install: info: adding a relocation entry for 0x562e.
grub-install: info: adding a relocation entry for 0x5655.
grub-install: info: adding a relocation entry for 0x5675.
grub-install: info: adding a relocation entry for 0x56cb.
grub-install: info: adding a relocation entry for 0x56d7.
grub-install: info: adding a relocation entry for 0x57b6.
grub-install: info: adding a relocation entry for 0x5814.
grub-install: info: adding a relocation entry for 0x587b.
grub-install: info: adding a relocation entry for 0x58cd.
grub-install: info: adding a relocation entry for 0x58ec.
grub-install: info: adding a relocation entry for 0x5907.
grub-install: info: adding a relocation entry for 0x5929.
grub-install: info: adding a relocation entry for 0x594e.
grub-install: info: adding a relocation entry for 0x5961.
grub-install: info: adding a relocation entry for 0x597d.
grub-install: info: adding a relocation entry for 0x5990.
grub-install: info: adding a relocation entry for 0x59a5.
grub-install: info: adding a relocation entry for 0x59c7.
grub-install: info: adding a relocation entry for 0x5a13.
grub-install: info: adding a relocation entry for 0x5a24.
grub-install: info: adding a relocation entry for 0x5a2e.
grub-install: info: adding a relocation entry for 0x5ad0.
grub-install: info: adding a relocation entry for 0x5ae3.
grub-install: info: adding a relocation entry for 0x5afa.
grub-install: info: adding a relocation entry for 0x5b04.
grub-install: info: adding a relocation entry for 0x5b0e.
grub-install: info: adding a relocation entry for 0x5b18.
grub-install: info: adding a relocation entry for 0x5b38.
grub-install: info: adding a relocation entry for 0x5b42.
grub-install: info: adding a relocation entry for 0x5b5c.
grub-install: info: adding a relocation entry for 0x5b6c.
grub-install: info: adding a relocation entry for 0x5b78.
grub-install: info: adding a relocation entry for 0x5b84.
grub-install: info: adding a relocation entry for 0x5b8e.
grub-install: info: adding a relocation entry for 0x5b9a.
grub-install: info: adding a relocation entry for 0x5bab.
grub-install: info: adding a relocation entry for 0x5bce.
grub-install: info: adding a relocation entry for 0x5be9.
grub-install: info: adding a relocation entry for 0x5c00.
grub-install: info: adding a relocation entry for 0x5c22.
grub-install: info: adding a relocation entry for 0x5c33.
grub-install: info: adding a relocation entry for 0x5c4b.
grub-install: info: adding a relocation entry for 0x5c5b.
grub-install: info: adding a relocation entry for 0x5c6f.
grub-install: info: adding a relocation entry for 0x5c7e.
grub-install: info: adding a relocation entry for 0x5c91.
grub-install: info: adding a relocation entry for 0x5ca5.
grub-install: info: adding a relocation entry for 0x5caf.
grub-install: info: adding a relocation entry for 0x5cbb.
grub-install: info: adding a relocation entry for 0x5cc7.
grub-install: info: adding a relocation entry for 0x5cd6.
grub-install: info: adding a relocation entry for 0x5cfa.
grub-install: info: adding a relocation entry for 0x5d0b.
grub-install: info: adding a relocation entry for 0x5d2b.
grub-install: info: adding a relocation entry for 0x5d37.
grub-install: info: adding a relocation entry for 0x5d4b.
grub-install: info: adding a relocation entry for 0x5d66.
grub-install: info: adding a relocation entry for 0x5d70.
grub-install: info: adding a relocation entry for 0x5d90.
grub-install: info: adding a relocation entry for 0x5d9a.
grub-install: info: adding a relocation entry for 0x5db9.
grub-install: info: adding a relocation entry for 0x5dd9.
grub-install: info: adding a relocation entry for 0x5de4.
grub-install: info: adding a relocation entry for 0x5dfa.
grub-install: info: adding a relocation entry for 0x5e17.
grub-install: info: adding a relocation entry for 0x5e28.
grub-install: info: adding a relocation entry for 0x5e38.
grub-install: info: adding a relocation entry for 0x5e4c.
grub-install: info: adding a relocation entry for 0x5e5a.
grub-install: info: adding a relocation entry for 0x5e64.
grub-install: info: adding a relocation entry for 0x5e6e.
grub-install: info: adding a relocation entry for 0x5e78.
grub-install: info: adding a relocation entry for 0x5e90.
grub-install: info: adding a relocation entry for 0x5e9d.
grub-install: info: adding a relocation entry for 0x5ea7.
grub-install: info: adding a relocation entry for 0x5eb1.
grub-install: info: adding a relocation entry for 0x5ec0.
grub-install: info: adding a relocation entry for 0x5eca.
grub-install: info: adding a relocation entry for 0x5ed4.
grub-install: info: adding a relocation entry for 0x5ede.
grub-install: info: adding a relocation entry for 0x5ef1.
grub-install: info: adding a relocation entry for 0x5efb.
grub-install: info: adding a relocation entry for 0x5f05.
grub-install: info: adding a relocation entry for 0x5f0f.
grub-install: info: adding a relocation entry for 0x5f1f.
grub-install: info: adding a relocation entry for 0x5f4e.
grub-install: info: adding a relocation entry for 0x5f5b.
grub-install: info: adding a relocation entry for 0x5f6f.
grub-install: info: adding a relocation entry for 0x5f81.
grub-install: info: adding a relocation entry for 0x5fce.
grub-install: info: adding a relocation entry for 0x5fd8.
grub-install: info: adding a relocation entry for 0x5ff1.
grub-install: info: adding a relocation entry for 0x6004.
grub-install: info: writing 280 bytes of a fixup block starting at 0x5000.
grub-install: info: adding a relocation entry for 0x600e.
grub-install: info: adding a relocation entry for 0x601c.
grub-install: info: adding a relocation entry for 0x6040.
grub-install: info: adding a relocation entry for 0x6054.
grub-install: info: adding a relocation entry for 0x6063.
grub-install: info: adding a relocation entry for 0x6088.
grub-install: info: adding a relocation entry for 0x60b2.
grub-install: info: adding a relocation entry for 0x60be.
grub-install: info: adding a relocation entry for 0x60e0.
grub-install: info: adding a relocation entry for 0x611a.
grub-install: info: adding a relocation entry for 0x612e.
grub-install: info: adding a relocation entry for 0x6143.
grub-install: info: adding a relocation entry for 0x6158.
grub-install: info: adding a relocation entry for 0x616a.
grub-install: info: adding a relocation entry for 0x6180.
grub-install: info: adding a relocation entry for 0x618a.
grub-install: info: adding a relocation entry for 0x61df.
grub-install: info: adding a relocation entry for 0x6223.
grub-install: info: adding a relocation entry for 0x6275.
grub-install: info: adding a relocation entry for 0x6291.
grub-install: info: adding a relocation entry for 0x62bc.
grub-install: info: adding a relocation entry for 0x62d7.
grub-install: info: adding a relocation entry for 0x62ee.
grub-install: info: adding a relocation entry for 0x633b.
grub-install: info: adding a relocation entry for 0x638f.
grub-install: info: adding a relocation entry for 0x63ef.
grub-install: info: adding a relocation entry for 0x640c.
grub-install: info: adding a relocation entry for 0x6426.
grub-install: info: adding a relocation entry for 0x6437.
grub-install: info: adding a relocation entry for 0x6455.
grub-install: info: adding a relocation entry for 0x646c.
grub-install: info: adding a relocation entry for 0x64c4.
grub-install: info: adding a relocation entry for 0x64e1.
grub-install: info: adding a relocation entry for 0x6504.
grub-install: info: adding a relocation entry for 0x659a.
grub-install: info: adding a relocation entry for 0x65b0.
grub-install: info: adding a relocation entry for 0x65ba.
grub-install: info: adding a relocation entry for 0x65c4.
grub-install: info: adding a relocation entry for 0x65ce.
grub-install: info: adding a relocation entry for 0x65db.
grub-install: info: adding a relocation entry for 0x65ed.
grub-install: info: adding a relocation entry for 0x6608.
grub-install: info: adding a relocation entry for 0x665f.
grub-install: info: adding a relocation entry for 0x666b.
grub-install: info: adding a relocation entry for 0x66a8.
grub-install: info: adding a relocation entry for 0x66c1.
grub-install: info: adding a relocation entry for 0x66f2.
grub-install: info: adding a relocation entry for 0x66fc.
grub-install: info: adding a relocation entry for 0x6706.
grub-install: info: adding a relocation entry for 0x671d.
grub-install: info: adding a relocation entry for 0x6741.
grub-install: info: adding a relocation entry for 0x674b.
grub-install: info: adding a relocation entry for 0x6757.
grub-install: info: adding a relocation entry for 0x6797.
grub-install: info: adding a relocation entry for 0x67a3.
grub-install: info: adding a relocation entry for 0x67b2.
grub-install: info: adding a relocation entry for 0x67c1.
grub-install: info: adding a relocation entry for 0x67d3.
grub-install: info: adding a relocation entry for 0x6824.
grub-install: info: adding a relocation entry for 0x684f.
grub-install: info: adding a relocation entry for 0x6863.
grub-install: info: adding a relocation entry for 0x6878.
grub-install: info: adding a relocation entry for 0x689c.
grub-install: info: adding a relocation entry for 0x68d2.
grub-install: info: adding a relocation entry for 0x68de.
grub-install: info: adding a relocation entry for 0x68f4.
grub-install: info: adding a relocation entry for 0x6903.
grub-install: info: adding a relocation entry for 0x6916.
grub-install: info: adding a relocation entry for 0x692c.
grub-install: info: adding a relocation entry for 0x6936.
grub-install: info: adding a relocation entry for 0x6940.
grub-install: info: adding a relocation entry for 0x694d.
grub-install: info: adding a relocation entry for 0x695e.
grub-install: info: adding a relocation entry for 0x6979.
grub-install: info: adding a relocation entry for 0x6983.
grub-install: info: adding a relocation entry for 0x69a4.
grub-install: info: adding a relocation entry for 0x69b9.
grub-install: info: adding a relocation entry for 0x69c8.
grub-install: info: adding a relocation entry for 0x69d9.
grub-install: info: adding a relocation entry for 0x69e5.
grub-install: info: adding a relocation entry for 0x6a04.
grub-install: info: adding a relocation entry for 0x6a21.
grub-install: info: adding a relocation entry for 0x6a9c.
grub-install: info: adding a relocation entry for 0x6aad.
grub-install: info: adding a relocation entry for 0x6afd.
grub-install: info: adding a relocation entry for 0x6b07.
grub-install: info: adding a relocation entry for 0x6b17.
grub-install: info: adding a relocation entry for 0x6b2d.
grub-install: info: adding a relocation entry for 0x6b37.
grub-install: info: adding a relocation entry for 0x6b41.
grub-install: info: adding a relocation entry for 0x6b4b.
grub-install: info: adding a relocation entry for 0x6b55.
grub-install: info: adding a relocation entry for 0x6b62.
grub-install: info: adding a relocation entry for 0x6b94.
grub-install: info: adding a relocation entry for 0x6c00.
grub-install: info: adding a relocation entry for 0x6c4f.
grub-install: info: adding a relocation entry for 0x6c88.
grub-install: info: adding a relocation entry for 0x6cff.
grub-install: info: adding a relocation entry for 0x6d22.
grub-install: info: adding a relocation entry for 0x6d6b.
grub-install: info: adding a relocation entry for 0x6d82.
grub-install: info: adding a relocation entry for 0x6dca.
grub-install: info: adding a relocation entry for 0x6dd6.
grub-install: info: adding a relocation entry for 0x6e0a.
grub-install: info: adding a relocation entry for 0x6e7b.
grub-install: info: adding a relocation entry for 0x6e9e.
grub-install: info: adding a relocation entry for 0x6ea8.
grub-install: info: adding a relocation entry for 0x6ebc.
grub-install: info: adding a relocation entry for 0x6eee.
grub-install: info: adding a relocation entry for 0x6f06.
grub-install: info: adding a relocation entry for 0x6f14.
grub-install: info: adding a relocation entry for 0x6f57.
grub-install: info: adding a relocation entry for 0x6f84.
grub-install: info: adding a relocation entry for 0x6fc4.
grub-install: info: adding a relocation entry for 0x7020.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 240 bytes of a fixup block starting at 0x6000.
grub-install: info: adding a relocation entry for 0x703e.
grub-install: info: adding a relocation entry for 0x7048.
grub-install: info: adding a relocation entry for 0x708d.
grub-install: info: adding a relocation entry for 0x70a0.
grub-install: info: adding a relocation entry for 0x70bb.
grub-install: info: adding a relocation entry for 0x7107.
grub-install: info: adding a relocation entry for 0x7113.
grub-install: info: adding a relocation entry for 0x7121.
grub-install: info: adding a relocation entry for 0x7138.
grub-install: info: adding a relocation entry for 0x7149.
grub-install: info: adding a relocation entry for 0x716d.
grub-install: info: adding a relocation entry for 0x717e.
grub-install: info: adding a relocation entry for 0x718c.
grub-install: info: adding a relocation entry for 0x71ad.
grub-install: info: adding a relocation entry for 0x71cd.
grub-install: info: adding a relocation entry for 0x71dc.
grub-install: info: adding a relocation entry for 0x71ef.
grub-install: info: adding a relocation entry for 0x721b.
grub-install: info: adding a relocation entry for 0x7225.
grub-install: info: adding a relocation entry for 0x7231.
grub-install: info: adding a relocation entry for 0x723b.
grub-install: info: adding a relocation entry for 0x724b.
grub-install: info: adding a relocation entry for 0x7267.
grub-install: info: adding a relocation entry for 0x7271.
grub-install: info: adding a relocation entry for 0x7287.
grub-install: info: adding a relocation entry for 0x7295.
grub-install: info: adding a relocation entry for 0x72a9.
grub-install: info: adding a relocation entry for 0x72be.
grub-install: info: adding a relocation entry for 0x72cf.
grub-install: info: adding a relocation entry for 0x72dd.
grub-install: info: adding a relocation entry for 0x72f5.
grub-install: info: adding a relocation entry for 0x7317.
grub-install: info: adding a relocation entry for 0x732f.
grub-install: info: adding a relocation entry for 0x7345.
grub-install: info: adding a relocation entry for 0x7361.
grub-install: info: adding a relocation entry for 0x738f.
grub-install: info: adding a relocation entry for 0x73bb.
grub-install: info: adding a relocation entry for 0x73cc.
grub-install: info: adding a relocation entry for 0x73ef.
grub-install: info: adding a relocation entry for 0x7431.
grub-install: info: adding a relocation entry for 0x749e.
grub-install: info: adding a relocation entry for 0x74ea.
grub-install: info: adding a relocation entry for 0x7506.
grub-install: info: adding a relocation entry for 0x7529.
grub-install: info: adding a relocation entry for 0x7573.
grub-install: info: adding a relocation entry for 0x75ed.
grub-install: info: adding a relocation entry for 0x7637.
grub-install: info: adding a relocation entry for 0x7645.
grub-install: info: adding a relocation entry for 0x76b2.
grub-install: info: adding a relocation entry for 0x76fd.
grub-install: info: adding a relocation entry for 0x770c.
grub-install: info: adding a relocation entry for 0x771b.
grub-install: info: adding a relocation entry for 0x7728.
grub-install: info: adding a relocation entry for 0x7734.
grub-install: info: adding a relocation entry for 0x774f.
grub-install: info: adding a relocation entry for 0x77a4.
grub-install: info: adding a relocation entry for 0x77ae.
grub-install: info: adding a relocation entry for 0x77ec.
grub-install: info: adding a relocation entry for 0x77f6.
grub-install: info: adding a relocation entry for 0x7858.
grub-install: info: adding a relocation entry for 0x7862.
grub-install: info: adding a relocation entry for 0x788e.
grub-install: info: adding a relocation entry for 0x7898.
grub-install: info: adding a relocation entry for 0x78a2.
grub-install: info: adding a relocation entry for 0x78ba.
grub-install: info: adding a relocation entry for 0x78c4.
grub-install: info: adding a relocation entry for 0x78ce.
grub-install: info: adding a relocation entry for 0x78e6.
grub-install: info: adding a relocation entry for 0x78f0.
grub-install: info: adding a relocation entry for 0x78fa.
grub-install: info: adding a relocation entry for 0x790a.
grub-install: info: adding a relocation entry for 0x791a.
grub-install: info: adding a relocation entry for 0x795c.
grub-install: info: adding a relocation entry for 0x7989.
grub-install: info: adding a relocation entry for 0x79a6.
grub-install: info: adding a relocation entry for 0x79cc.
grub-install: info: adding a relocation entry for 0x79e0.
grub-install: info: adding a relocation entry for 0x79ee.
grub-install: info: adding a relocation entry for 0x7a0b.
grub-install: info: adding a relocation entry for 0x7a19.
grub-install: info: adding a relocation entry for 0x7a43.
grub-install: info: adding a relocation entry for 0x7a55.
grub-install: info: adding a relocation entry for 0x7a78.
grub-install: info: adding a relocation entry for 0x7aa9.
grub-install: info: adding a relocation entry for 0x7ab9.
grub-install: info: adding a relocation entry for 0x7acc.
grub-install: info: adding a relocation entry for 0x7ae6.
grub-install: info: adding a relocation entry for 0x7af5.
grub-install: info: adding a relocation entry for 0x7aff.
grub-install: info: adding a relocation entry for 0x7b18.
grub-install: info: adding a relocation entry for 0x7b22.
grub-install: info: adding a relocation entry for 0x7b3d.
grub-install: info: adding a relocation entry for 0x7b4f.
grub-install: info: adding a relocation entry for 0x7b60.
grub-install: info: adding a relocation entry for 0x7b76.
grub-install: info: adding a relocation entry for 0x7b87.
grub-install: info: adding a relocation entry for 0x7ba4.
grub-install: info: adding a relocation entry for 0x7bb0.
grub-install: info: adding a relocation entry for 0x7c06.
grub-install: info: adding a relocation entry for 0x7c10.
grub-install: info: adding a relocation entry for 0x7c4a.
grub-install: info: adding a relocation entry for 0x7c7f.
grub-install: info: adding a relocation entry for 0x7ca2.
grub-install: info: adding a relocation entry for 0x7cb6.
grub-install: info: adding a relocation entry for 0x7cd6.
grub-install: info: adding a relocation entry for 0x7cfa.
grub-install: info: adding a relocation entry for 0x7d4b.
grub-install: info: adding a relocation entry for 0x7d64.
grub-install: info: adding a relocation entry for 0x7d78.
grub-install: info: adding a relocation entry for 0x7da5.
grub-install: info: adding a relocation entry for 0x7dcd.
grub-install: info: adding a relocation entry for 0x7ddc.
grub-install: info: adding a relocation entry for 0x7dfd.
grub-install: info: adding a relocation entry for 0x7e29.
grub-install: info: adding a relocation entry for 0x7e4d.
grub-install: info: adding a relocation entry for 0x7ebf.
grub-install: info: adding a relocation entry for 0x7ed5.
grub-install: info: adding a relocation entry for 0x7ee2.
grub-install: info: adding a relocation entry for 0x7ef1.
grub-install: info: adding a relocation entry for 0x7f19.
grub-install: info: adding a relocation entry for 0x7f2f.
grub-install: info: adding a relocation entry for 0x7f3c.
grub-install: info: adding a relocation entry for 0x7f6d.
grub-install: info: adding a relocation entry for 0x7f9f.
grub-install: info: adding a relocation entry for 0x7fbd.
grub-install: info: adding a relocation entry for 0x7fca.
grub-install: info: adding a relocation entry for 0x7fe3.
grub-install: info: adding a relocation entry for 0x7ffc.
grub-install: info: adding a relocation entry for 0x8008.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 272 bytes of a fixup block starting at 0x7000.
grub-install: info: adding a relocation entry for 0x8012.
grub-install: info: adding a relocation entry for 0x8029.
grub-install: info: adding a relocation entry for 0x8039.
grub-install: info: adding a relocation entry for 0x8049.
grub-install: info: adding a relocation entry for 0x805f.
grub-install: info: adding a relocation entry for 0x806f.
grub-install: info: adding a relocation entry for 0x807c.
grub-install: info: adding a relocation entry for 0x809e.
grub-install: info: adding a relocation entry for 0x80a8.
grub-install: info: adding a relocation entry for 0x80bb.
grub-install: info: adding a relocation entry for 0x80d3.
grub-install: info: adding a relocation entry for 0x80e2.
grub-install: info: adding a relocation entry for 0x80ec.
grub-install: info: adding a relocation entry for 0x80f8.
grub-install: info: adding a relocation entry for 0x8102.
grub-install: info: adding a relocation entry for 0x8113.
grub-install: info: adding a relocation entry for 0x811f.
grub-install: info: adding a relocation entry for 0x812f.
grub-install: info: adding a relocation entry for 0x813e.
grub-install: info: adding a relocation entry for 0x814a.
grub-install: info: adding a relocation entry for 0x8156.
grub-install: info: adding a relocation entry for 0x817f.
grub-install: info: adding a relocation entry for 0x819f.
grub-install: info: adding a relocation entry for 0x81a9.
grub-install: info: adding a relocation entry for 0x81b7.
grub-install: info: adding a relocation entry for 0x81e0.
grub-install: info: adding a relocation entry for 0x8212.
grub-install: info: adding a relocation entry for 0x8223.
grub-install: info: adding a relocation entry for 0x8264.
grub-install: info: adding a relocation entry for 0x82bc.
grub-install: info: adding a relocation entry for 0x82c8.
grub-install: info: adding a relocation entry for 0x82db.
grub-install: info: adding a relocation entry for 0x82ed.
grub-install: info: adding a relocation entry for 0x82f9.
grub-install: info: adding a relocation entry for 0x831b.
grub-install: info: adding a relocation entry for 0x8341.
grub-install: info: adding a relocation entry for 0x8356.
grub-install: info: adding a relocation entry for 0x8377.
grub-install: info: adding a relocation entry for 0x83a6.
grub-install: info: adding a relocation entry for 0x83b6.
grub-install: info: adding a relocation entry for 0x83f0.
grub-install: info: adding a relocation entry for 0x83fa.
grub-install: info: adding a relocation entry for 0x840c.
grub-install: info: adding a relocation entry for 0x8444.
grub-install: info: adding a relocation entry for 0x8473.
grub-install: info: adding a relocation entry for 0x848d.
grub-install: info: adding a relocation entry for 0x84c2.
grub-install: info: adding a relocation entry for 0x84cc.
grub-install: info: adding a relocation entry for 0x84f5.
grub-install: info: adding a relocation entry for 0x8599.
grub-install: info: adding a relocation entry for 0x85f2.
grub-install: info: adding a relocation entry for 0x8640.
grub-install: info: adding a relocation entry for 0x8666.
grub-install: info: adding a relocation entry for 0x86ba.
grub-install: info: adding a relocation entry for 0x86da.
grub-install: info: adding a relocation entry for 0x86e4.
grub-install: info: adding a relocation entry for 0x8712.
grub-install: info: adding a relocation entry for 0x8746.
grub-install: info: adding a relocation entry for 0x8777.
grub-install: info: adding a relocation entry for 0x8788.
grub-install: info: adding a relocation entry for 0x879f.
grub-install: info: adding a relocation entry for 0x87e0.
grub-install: info: adding a relocation entry for 0x87ea.
grub-install: info: adding a relocation entry for 0x8800.
grub-install: info: adding a relocation entry for 0x8810.
grub-install: info: adding a relocation entry for 0x881a.
grub-install: info: adding a relocation entry for 0x8829.
grub-install: info: adding a relocation entry for 0x883a.
grub-install: info: adding a relocation entry for 0x8844.
grub-install: info: adding a relocation entry for 0x885c.
grub-install: info: adding a relocation entry for 0x8873.
grub-install: info: adding a relocation entry for 0x887d.
grub-install: info: adding a relocation entry for 0x8887.
grub-install: info: adding a relocation entry for 0x8893.
grub-install: info: adding a relocation entry for 0x88bf.
grub-install: info: adding a relocation entry for 0x88d4.
grub-install: info: adding a relocation entry for 0x88ef.
grub-install: info: adding a relocation entry for 0x8909.
grub-install: info: adding a relocation entry for 0x8913.
grub-install: info: adding a relocation entry for 0x8947.
grub-install: info: adding a relocation entry for 0x8970.
grub-install: info: adding a relocation entry for 0x8981.
grub-install: info: adding a relocation entry for 0x89a7.
grub-install: info: adding a relocation entry for 0x8a27.
grub-install: info: adding a relocation entry for 0x8a4f.
grub-install: info: adding a relocation entry for 0x8a5b.
grub-install: info: adding a relocation entry for 0x8a6f.
grub-install: info: adding a relocation entry for 0x8a8f.
grub-install: info: adding a relocation entry for 0x8a9f.
grub-install: info: adding a relocation entry for 0x8ad1.
grub-install: info: adding a relocation entry for 0x8b21.
grub-install: info: adding a relocation entry for 0x8b2f.
grub-install: info: adding a relocation entry for 0x8b44.
grub-install: info: adding a relocation entry for 0x8b5c.
grub-install: info: adding a relocation entry for 0x8b78.
grub-install: info: adding a relocation entry for 0x8bba.
grub-install: info: adding a relocation entry for 0x8bf1.
grub-install: info: adding a relocation entry for 0x8bfb.
grub-install: info: adding a relocation entry for 0x8c05.
grub-install: info: adding a relocation entry for 0x8c11.
grub-install: info: adding a relocation entry for 0x8c20.
grub-install: info: adding a relocation entry for 0x8c75.
grub-install: info: adding a relocation entry for 0x8c81.
grub-install: info: adding a relocation entry for 0x8c8b.
grub-install: info: adding a relocation entry for 0x8c9f.
grub-install: info: adding a relocation entry for 0x8cbe.
grub-install: info: adding a relocation entry for 0x8cc8.
grub-install: info: adding a relocation entry for 0x8cd4.
grub-install: info: adding a relocation entry for 0x8ce8.
grub-install: info: adding a relocation entry for 0x8cf5.
grub-install: info: adding a relocation entry for 0x8d01.
grub-install: info: adding a relocation entry for 0x8d0b.
grub-install: info: adding a relocation entry for 0x8d1a.
grub-install: info: adding a relocation entry for 0x8d3a.
grub-install: info: adding a relocation entry for 0x8d55.
grub-install: info: adding a relocation entry for 0x8d76.
grub-install: info: adding a relocation entry for 0x8dd8.
grub-install: info: adding a relocation entry for 0x8df3.
grub-install: info: adding a relocation entry for 0x8e32.
grub-install: info: adding a relocation entry for 0x8e3c.
grub-install: info: adding a relocation entry for 0x8e5d.
grub-install: info: adding a relocation entry for 0x8e69.
grub-install: info: adding a relocation entry for 0x8e78.
grub-install: info: adding a relocation entry for 0x8e88.
grub-install: info: adding a relocation entry for 0x8e92.
grub-install: info: adding a relocation entry for 0x8ea4.
grub-install: info: adding a relocation entry for 0x8eb6.
grub-install: info: adding a relocation entry for 0x8ecb.
grub-install: info: adding a relocation entry for 0x8ed5.
grub-install: info: adding a relocation entry for 0x8ee7.
grub-install: info: adding a relocation entry for 0x8ef7.
grub-install: info: adding a relocation entry for 0x8f06.
grub-install: info: adding a relocation entry for 0x8f12.
grub-install: info: adding a relocation entry for 0x8f25.
grub-install: info: adding a relocation entry for 0x8f36.
grub-install: info: adding a relocation entry for 0x8f42.
grub-install: info: adding a relocation entry for 0x8f54.
grub-install: info: adding a relocation entry for 0x8f60.
grub-install: info: adding a relocation entry for 0x8f6a.
grub-install: info: adding a relocation entry for 0x8f78.
grub-install: info: adding a relocation entry for 0x8f82.
grub-install: info: adding a relocation entry for 0x8f92.
grub-install: info: adding a relocation entry for 0x8f9f.
grub-install: info: adding a relocation entry for 0x8fdb.
grub-install: info: adding a relocation entry for 0x8fe7.
grub-install: info: adding a relocation entry for 0x8ff9.
grub-install: info: adding a relocation entry for 0x9003.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 304 bytes of a fixup block starting at 0x8000.
grub-install: info: adding a relocation entry for 0x901d.
grub-install: info: adding a relocation entry for 0x9029.
grub-install: info: adding a relocation entry for 0x9050.
grub-install: info: adding a relocation entry for 0x905a.
grub-install: info: adding a relocation entry for 0x9082.
grub-install: info: adding a relocation entry for 0x90eb.
grub-install: info: adding a relocation entry for 0x90f9.
grub-install: info: adding a relocation entry for 0x91f7.
grub-install: info: adding a relocation entry for 0x923c.
grub-install: info: adding a relocation entry for 0x935e.
grub-install: info: adding a relocation entry for 0x9374.
grub-install: info: adding a relocation entry for 0x9392.
grub-install: info: adding a relocation entry for 0x93aa.
grub-install: info: adding a relocation entry for 0x93c6.
grub-install: info: adding a relocation entry for 0x93e7.
grub-install: info: adding a relocation entry for 0x9471.
grub-install: info: adding a relocation entry for 0x94d4.
grub-install: info: adding a relocation entry for 0x9513.
grub-install: info: adding a relocation entry for 0x9526.
grub-install: info: adding a relocation entry for 0x954f.
grub-install: info: adding a relocation entry for 0x9560.
grub-install: info: adding a relocation entry for 0x959e.
grub-install: info: adding a relocation entry for 0x96b4.
grub-install: info: adding a relocation entry for 0x96d1.
grub-install: info: adding a relocation entry for 0x9706.
grub-install: info: adding a relocation entry for 0x9718.
grub-install: info: adding a relocation entry for 0x9876.
grub-install: info: adding a relocation entry for 0x992a.
grub-install: info: adding a relocation entry for 0x99d5.
grub-install: info: adding a relocation entry for 0x9a2f.
grub-install: info: adding a relocation entry for 0x9ba5.
grub-install: info: adding a relocation entry for 0x9bce.
grub-install: info: adding a relocation entry for 0x9d04.
grub-install: info: adding a relocation entry for 0x9dcf.
grub-install: info: adding a relocation entry for 0x9dde.
grub-install: info: adding a relocation entry for 0x9df0.
grub-install: info: adding a relocation entry for 0x9e15.
grub-install: info: adding a relocation entry for 0x9e2e.
grub-install: info: adding a relocation entry for 0x9e46.
grub-install: info: adding a relocation entry for 0x9e78.
grub-install: info: adding a relocation entry for 0x9e8a.
grub-install: info: adding a relocation entry for 0x9e9b.
grub-install: info: adding a relocation entry for 0x9ee2.
grub-install: info: adding a relocation entry for 0x9f44.
grub-install: info: adding a relocation entry for 0x9f60.
grub-install: info: adding a relocation entry for 0x9f75.
grub-install: info: adding a relocation entry for 0x9f8e.
grub-install: info: adding a relocation entry for 0x9fb8.
grub-install: info: adding a relocation entry for 0x9fc8.
grub-install: info: adding a relocation entry for 0x9fec.
grub-install: info: adding a relocation entry for 0x9ff6.
grub-install: info: adding a relocation entry for 0xa029.
grub-install: info: writing 112 bytes of a fixup block starting at 0x9000.
grub-install: info: adding a relocation entry for 0xa035.
grub-install: info: adding a relocation entry for 0xa050.
grub-install: info: adding a relocation entry for 0xa083.
grub-install: info: adding a relocation entry for 0xa097.
grub-install: info: adding a relocation entry for 0xa0c2.
grub-install: info: adding a relocation entry for 0xa0f7.
grub-install: info: adding a relocation entry for 0xa11e.
grub-install: info: adding a relocation entry for 0xa12d.
grub-install: info: adding a relocation entry for 0xa16c.
grub-install: info: adding a relocation entry for 0xa180.
grub-install: info: adding a relocation entry for 0xa1a2.
grub-install: info: adding a relocation entry for 0xa1dc.
grub-install: info: adding a relocation entry for 0xa20e.
grub-install: info: adding a relocation entry for 0xa249.
grub-install: info: adding a relocation entry for 0xa265.
grub-install: info: adding a relocation entry for 0xa271.
grub-install: info: adding a relocation entry for 0xa27f.
grub-install: info: adding a relocation entry for 0xa28b.
grub-install: info: adding a relocation entry for 0xa29b.
grub-install: info: adding a relocation entry for 0xa2a9.
grub-install: info: adding a relocation entry for 0xa2b5.
grub-install: info: adding a relocation entry for 0xa2fc.
grub-install: info: adding a relocation entry for 0xa31e.
grub-install: info: adding a relocation entry for 0xa333.
grub-install: info: adding a relocation entry for 0xa367.
grub-install: info: adding a relocation entry for 0xa3a1.
grub-install: info: adding a relocation entry for 0xa3b9.
grub-install: info: adding a relocation entry for 0xa44c.
grub-install: info: adding a relocation entry for 0xa4d5.
grub-install: info: adding a relocation entry for 0xa501.
grub-install: info: adding a relocation entry for 0xa51d.
grub-install: info: adding a relocation entry for 0xa5c2.
grub-install: info: adding a relocation entry for 0xa5fc.
grub-install: info: adding a relocation entry for 0xa623.
grub-install: info: adding a relocation entry for 0xa63c.
grub-install: info: adding a relocation entry for 0xa658.
grub-install: info: adding a relocation entry for 0xa666.
grub-install: info: adding a relocation entry for 0xa6b9.
grub-install: info: adding a relocation entry for 0xa6ec.
grub-install: info: adding a relocation entry for 0xa6f6.
grub-install: info: adding a relocation entry for 0xa707.
grub-install: info: adding a relocation entry for 0xa713.
grub-install: info: adding a relocation entry for 0xa720.
grub-install: info: adding a relocation entry for 0xa78a.
grub-install: info: adding a relocation entry for 0xa79c.
grub-install: info: adding a relocation entry for 0xa7d1.
grub-install: info: adding a relocation entry for 0xa7e8.
grub-install: info: adding a relocation entry for 0xa803.
grub-install: info: adding a relocation entry for 0xa830.
grub-install: info: adding a relocation entry for 0xa841.
grub-install: info: adding a relocation entry for 0xa850.
grub-install: info: adding a relocation entry for 0xa86e.
grub-install: info: adding a relocation entry for 0xa8d4.
grub-install: info: adding a relocation entry for 0xa909.
grub-install: info: adding a relocation entry for 0xa91a.
grub-install: info: adding a relocation entry for 0xa958.
grub-install: info: adding a relocation entry for 0xa962.
grub-install: info: adding a relocation entry for 0xa97e.
grub-install: info: adding a relocation entry for 0xa9a1.
grub-install: info: adding a relocation entry for 0xa9bd.
grub-install: info: adding a relocation entry for 0xa9e0.
grub-install: info: adding a relocation entry for 0xa9ea.
grub-install: info: adding a relocation entry for 0xaa48.
grub-install: info: adding a relocation entry for 0xaaa4.
grub-install: info: adding a relocation entry for 0xaabc.
grub-install: info: adding a relocation entry for 0xaac6.
grub-install: info: adding a relocation entry for 0xaad5.
grub-install: info: adding a relocation entry for 0xaae5.
grub-install: info: adding a relocation entry for 0xaafe.
grub-install: info: adding a relocation entry for 0xab1d.
grub-install: info: adding a relocation entry for 0xab38.
grub-install: info: adding a relocation entry for 0xab62.
grub-install: info: adding a relocation entry for 0xaba5.
grub-install: info: adding a relocation entry for 0xabff.
grub-install: info: adding a relocation entry for 0xac10.
grub-install: info: adding a relocation entry for 0xac31.
grub-install: info: adding a relocation entry for 0xac5c.
grub-install: info: adding a relocation entry for 0xaca5.
grub-install: info: adding a relocation entry for 0xacc8.
grub-install: info: adding a relocation entry for 0xaced.
grub-install: info: adding a relocation entry for 0xacfa.
grub-install: info: adding a relocation entry for 0xad27.
grub-install: info: adding a relocation entry for 0xad36.
grub-install: info: adding a relocation entry for 0xad46.
grub-install: info: adding a relocation entry for 0xad57.
grub-install: info: adding a relocation entry for 0xad63.
grub-install: info: adding a relocation entry for 0xad6f.
grub-install: info: adding a relocation entry for 0xad89.
grub-install: info: adding a relocation entry for 0xada0.
grub-install: info: adding a relocation entry for 0xadac.
grub-install: info: adding a relocation entry for 0xadb8.
grub-install: info: adding a relocation entry for 0xadc7.
grub-install: info: adding a relocation entry for 0xadea.
grub-install: info: adding a relocation entry for 0xadf4.
grub-install: info: adding a relocation entry for 0xae03.
grub-install: info: adding a relocation entry for 0xae36.
grub-install: info: adding a relocation entry for 0xae4b.
grub-install: info: adding a relocation entry for 0xae76.
grub-install: info: adding a relocation entry for 0xae87.
grub-install: info: adding a relocation entry for 0xae9a.
grub-install: info: adding a relocation entry for 0xaea4.
grub-install: info: adding a relocation entry for 0xaeb2.
grub-install: info: adding a relocation entry for 0xaebc.
grub-install: info: adding a relocation entry for 0xaedf.
grub-install: info: adding a relocation entry for 0xaeec.
grub-install: info: adding a relocation entry for 0xaef6.
grub-install: info: adding a relocation entry for 0xaf0d.
grub-install: info: adding a relocation entry for 0xaf22.
grub-install: info: adding a relocation entry for 0xaf3d.
grub-install: info: adding a relocation entry for 0xaf53.
grub-install: info: adding a relocation entry for 0xaf9f.
grub-install: info: adding a relocation entry for 0xafda.
grub-install: info: adding a relocation entry for 0xaff7.
grub-install: info: adding a relocation entry for 0xb01b.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 240 bytes of a fixup block starting at 0xa000.
grub-install: info: adding a relocation entry for 0xb04e.
grub-install: info: adding a relocation entry for 0xb062.
grub-install: info: adding a relocation entry for 0xb073.
grub-install: info: adding a relocation entry for 0xb09c.
grub-install: info: adding a relocation entry for 0xb0c8.
grub-install: info: adding a relocation entry for 0xb0d3.
grub-install: info: adding a relocation entry for 0xb0f7.
grub-install: info: adding a relocation entry for 0xb102.
grub-install: info: adding a relocation entry for 0xb10d.
grub-install: info: adding a relocation entry for 0xb14b.
grub-install: info: adding a relocation entry for 0xb159.
grub-install: info: adding a relocation entry for 0xb163.
grub-install: info: adding a relocation entry for 0xb186.
grub-install: info: adding a relocation entry for 0xb190.
grub-install: info: adding a relocation entry for 0xb19a.
grub-install: info: adding a relocation entry for 0xb1b0.
grub-install: info: adding a relocation entry for 0xb1cc.
grub-install: info: adding a relocation entry for 0xb1dd.
grub-install: info: adding a relocation entry for 0xb1e7.
grub-install: info: adding a relocation entry for 0xb202.
grub-install: info: adding a relocation entry for 0xb20c.
grub-install: info: adding a relocation entry for 0xb216.
grub-install: info: adding a relocation entry for 0xb234.
grub-install: info: adding a relocation entry for 0xb258.
grub-install: info: adding a relocation entry for 0xb263.
grub-install: info: translating the relocation section .rela.rodata.
grub-install: info: adding a relocation entry for 0xc000.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 64 bytes of a fixup block starting at 0xb000.
grub-install: info: adding a relocation entry for 0xc008.
grub-install: info: adding a relocation entry for 0xc010.
grub-install: info: adding a relocation entry for 0xc018.
grub-install: info: adding a relocation entry for 0xc020.
grub-install: info: adding a relocation entry for 0xc028.
grub-install: info: adding a relocation entry for 0xc030.
grub-install: info: adding a relocation entry for 0xc038.
grub-install: info: adding a relocation entry for 0xc040.
grub-install: info: adding a relocation entry for 0xc048.
grub-install: info: adding a relocation entry for 0xc050.
grub-install: info: adding a relocation entry for 0xc058.
grub-install: info: adding a relocation entry for 0xc060.
grub-install: info: adding a relocation entry for 0xc068.
grub-install: info: adding a relocation entry for 0xc070.
grub-install: info: adding a relocation entry for 0xc078.
grub-install: info: adding a relocation entry for 0xc080.
grub-install: info: adding a relocation entry for 0xc088.
grub-install: info: adding a relocation entry for 0xc090.
grub-install: info: adding a relocation entry for 0xc098.
grub-install: info: adding a relocation entry for 0xc0a0.
grub-install: info: adding a relocation entry for 0xc0a8.
grub-install: info: adding a relocation entry for 0xc0b0.
grub-install: info: adding a relocation entry for 0xc0b8.
grub-install: info: adding a relocation entry for 0xc0c0.
grub-install: info: adding a relocation entry for 0xc0c8.
grub-install: info: adding a relocation entry for 0xc0d0.
grub-install: info: adding a relocation entry for 0xc0d8.
grub-install: info: adding a relocation entry for 0xc140.
grub-install: info: adding a relocation entry for 0xc148.
grub-install: info: adding a relocation entry for 0xc150.
grub-install: info: adding a relocation entry for 0xc158.
grub-install: info: adding a relocation entry for 0xc160.
grub-install: info: adding a relocation entry for 0xc168.
grub-install: info: adding a relocation entry for 0xc170.
grub-install: info: adding a relocation entry for 0xc178.
grub-install: info: adding a relocation entry for 0xc180.
grub-install: info: adding a relocation entry for 0xc188.
grub-install: info: adding a relocation entry for 0xc190.
grub-install: info: translating the relocation section .rela.data.
grub-install: info: adding a relocation entry for 0xdd80.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 88 bytes of a fixup block starting at 0xc000.
grub-install: info: adding a relocation entry for 0xdd90.
grub-install: info: adding a relocation entry for 0xdd98.
grub-install: info: adding a relocation entry for 0xdda0.
grub-install: info: adding a relocation entry for 0xdda8.
grub-install: info: adding a relocation entry for 0xddb0.
grub-install: info: adding a relocation entry for 0xde10.
grub-install: info: adding a relocation entry for 0xde20.
grub-install: info: adding a relocation entry for 0xde28.
grub-install: info: adding a relocation entry for 0xde38.
grub-install: info: adding a relocation entry for 0xde40.
grub-install: info: adding a relocation entry for 0xde48.
grub-install: info: adding a relocation entry for 0xde50.
grub-install: info: adding a relocation entry for 0xde58.
grub-install: info: adding a relocation entry for 0xde60.
grub-install: info: adding a relocation entry for 0xdeb0.
grub-install: info: adding a relocation entry for 0xdeb8.
grub-install: info: adding a relocation entry for 0xdec8.
grub-install: info: adding a relocation entry for 0xdf10.
grub-install: info: adding a relocation entry for 0xdf30.
grub-install: info: adding a relocation entry for 0xdf40.
grub-install: info: adding a relocation entry for 0xdf48.
grub-install: info: adding a relocation entry for 0xdf70.
grub-install: info: adding a relocation entry for 0xe0c0.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 56 bytes of a fixup block starting at 0xd000.
grub-install: info: adding a relocation entry for 0xe0e0.
grub-install: info: adding a relocation entry for 0xe0e8.
grub-install: info: adding a relocation entry for 0xe0f8.
grub-install: info: adding a relocation entry for 0xe100.
grub-install: info: adding a relocation entry for 0xe110.
grub-install: info: adding a relocation entry for 0xe118.
grub-install: info: adding a relocation entry for 0xe128.
grub-install: info: adding a relocation entry for 0xe130.
grub-install: info: adding a relocation entry for 0xe140.
grub-install: info: adding a relocation entry for 0xe148.
grub-install: info: adding a relocation entry for 0xe158.
grub-install: info: adding a relocation entry for 0xe160.
grub-install: info: adding a relocation entry for 0xe170.
grub-install: info: adding a relocation entry for 0xe178.
grub-install: info: adding a relocation entry for 0xe188.
grub-install: info: adding a relocation entry for 0xe190.
grub-install: info: adding a relocation entry for 0xe1a0.
grub-install: info: adding a relocation entry for 0xe1a8.
grub-install: info: adding a relocation entry for 0xe1b8.
grub-install: info: adding a relocation entry for 0xe1c0.
grub-install: info: adding a relocation entry for 0xe1d0.
grub-install: info: adding a relocation entry for 0xe1d8.
grub-install: info: adding a relocation entry for 0xe1e8.
grub-install: info: adding a relocation entry for 0xe1f0.
grub-install: info: adding a relocation entry for 0xe200.
grub-install: info: adding a relocation entry for 0xe208.
grub-install: info: adding a relocation entry for 0xe218.
grub-install: info: adding a relocation entry for 0xe220.
grub-install: info: adding a relocation entry for 0xe230.
grub-install: info: adding a relocation entry for 0xe238.
grub-install: info: adding a relocation entry for 0xe248.
grub-install: info: adding a relocation entry for 0xe250.
grub-install: info: adding a relocation entry for 0xe260.
grub-install: info: adding a relocation entry for 0xe268.
grub-install: info: adding a relocation entry for 0xe278.
grub-install: info: adding a relocation entry for 0xe280.
grub-install: info: adding a relocation entry for 0xe290.
grub-install: info: adding a relocation entry for 0xe298.
grub-install: info: adding a relocation entry for 0xe2a8.
grub-install: info: adding a relocation entry for 0xe2b0.
grub-install: info: adding a relocation entry for 0xe2c0.
grub-install: info: adding a relocation entry for 0xe2c8.
grub-install: info: adding a relocation entry for 0xe2d8.
grub-install: info: adding a relocation entry for 0xe2e0.
grub-install: info: adding a relocation entry for 0xe2f0.
grub-install: info: adding a relocation entry for 0xe2f8.
grub-install: info: adding a relocation entry for 0xe308.
grub-install: info: adding a relocation entry for 0xe310.
grub-install: info: adding a relocation entry for 0xe320.
grub-install: info: adding a relocation entry for 0xe328.
grub-install: info: adding a relocation entry for 0xe338.
grub-install: info: adding a relocation entry for 0xe340.
grub-install: info: adding a relocation entry for 0xe350.
grub-install: info: adding a relocation entry for 0xe358.
grub-install: info: adding a relocation entry for 0xe368.
grub-install: info: adding a relocation entry for 0xe370.
grub-install: info: adding a relocation entry for 0xe380.
grub-install: info: adding a relocation entry for 0xe388.
grub-install: info: adding a relocation entry for 0xe398.
grub-install: info: adding a relocation entry for 0xe3a0.
grub-install: info: adding a relocation entry for 0xe3b0.
grub-install: info: adding a relocation entry for 0xe3b8.
grub-install: info: adding a relocation entry for 0xe3c8.
grub-install: info: adding a relocation entry for 0xe3d0.
grub-install: info: adding a relocation entry for 0xe3e0.
grub-install: info: adding a relocation entry for 0xe3e8.
grub-install: info: adding a relocation entry for 0xe3f8.
grub-install: info: adding a relocation entry for 0xe400.
grub-install: info: adding a relocation entry for 0xe410.
grub-install: info: adding a relocation entry for 0xe418.
grub-install: info: adding a relocation entry for 0xe428.
grub-install: info: adding a relocation entry for 0xe430.
grub-install: info: adding a relocation entry for 0xe440.
grub-install: info: adding a relocation entry for 0xe448.
grub-install: info: adding a relocation entry for 0xe458.
grub-install: info: adding a relocation entry for 0xe460.
grub-install: info: adding a relocation entry for 0xe470.
grub-install: info: adding a relocation entry for 0xe478.
grub-install: info: adding a relocation entry for 0xe488.
grub-install: info: adding a relocation entry for 0xe490.
grub-install: info: adding a relocation entry for 0xe4a0.
grub-install: info: adding a relocation entry for 0xe4a8.
grub-install: info: adding a relocation entry for 0xe4b8.
grub-install: info: adding a relocation entry for 0xe4c0.
grub-install: info: adding a relocation entry for 0xe4d0.
grub-install: info: adding a relocation entry for 0xe4d8.
grub-install: info: adding a relocation entry for 0xe4e8.
grub-install: info: adding a relocation entry for 0xe4f0.
grub-install: info: adding a relocation entry for 0xe500.
grub-install: info: adding a relocation entry for 0xe508.
grub-install: info: adding a relocation entry for 0xe518.
grub-install: info: adding a relocation entry for 0xe520.
grub-install: info: adding a relocation entry for 0xe530.
grub-install: info: adding a relocation entry for 0xe538.
grub-install: info: adding a relocation entry for 0xe548.
grub-install: info: adding a relocation entry for 0xe550.
grub-install: info: adding a relocation entry for 0xe560.
grub-install: info: adding a relocation entry for 0xe568.
grub-install: info: adding a relocation entry for 0xe578.
grub-install: info: adding a relocation entry for 0xe580.
grub-install: info: adding a relocation entry for 0xe590.
grub-install: info: adding a relocation entry for 0xe598.
grub-install: info: adding a relocation entry for 0xe5a8.
grub-install: info: adding a relocation entry for 0xe5b0.
grub-install: info: adding a relocation entry for 0xe5c0.
grub-install: info: adding a relocation entry for 0xe5c8.
grub-install: info: adding a relocation entry for 0xe5d8.
grub-install: info: adding a relocation entry for 0xe5e0.
grub-install: info: adding a relocation entry for 0xe5f0.
grub-install: info: adding a relocation entry for 0xe5f8.
grub-install: info: adding a relocation entry for 0xe608.
grub-install: info: adding a relocation entry for 0xe610.
grub-install: info: adding a relocation entry for 0xe620.
grub-install: info: adding a relocation entry for 0xe628.
grub-install: info: adding a relocation entry for 0xe638.
grub-install: info: adding a relocation entry for 0xe640.
grub-install: info: adding a relocation entry for 0xe650.
grub-install: info: adding a relocation entry for 0xe658.
grub-install: info: adding a relocation entry for 0xe668.
grub-install: info: adding a relocation entry for 0xe670.
grub-install: info: adding a relocation entry for 0xe680.
grub-install: info: adding a relocation entry for 0xe688.
grub-install: info: adding a relocation entry for 0xe698.
grub-install: info: adding a relocation entry for 0xe6a0.
grub-install: info: adding a relocation entry for 0xe6b0.
grub-install: info: adding a relocation entry for 0xe6b8.
grub-install: info: adding a relocation entry for 0xe6c8.
grub-install: info: adding a relocation entry for 0xe6d0.
grub-install: info: adding a relocation entry for 0xe6e0.
grub-install: info: adding a relocation entry for 0xe6e8.
grub-install: info: adding a relocation entry for 0xe6f8.
grub-install: info: adding a relocation entry for 0xe700.
grub-install: info: adding a relocation entry for 0xe710.
grub-install: info: adding a relocation entry for 0xe718.
grub-install: info: adding a relocation entry for 0xe728.
grub-install: info: adding a relocation entry for 0xe730.
grub-install: info: adding a relocation entry for 0xe740.
grub-install: info: adding a relocation entry for 0xe748.
grub-install: info: adding a relocation entry for 0xe758.
grub-install: info: adding a relocation entry for 0xe760.
grub-install: info: adding a relocation entry for 0xe770.
grub-install: info: adding a relocation entry for 0xe778.
grub-install: info: adding a relocation entry for 0xe788.
grub-install: info: adding a relocation entry for 0xe790.
grub-install: info: adding a relocation entry for 0xe7a0.
grub-install: info: adding a relocation entry for 0xe7a8.
grub-install: info: adding a relocation entry for 0xe7b8.
grub-install: info: adding a relocation entry for 0xe7c0.
grub-install: info: adding a relocation entry for 0xe7d0.
grub-install: info: adding a relocation entry for 0xe7d8.
grub-install: info: adding a relocation entry for 0xe7e8.
grub-install: info: adding a relocation entry for 0xe7f0.
grub-install: info: adding a relocation entry for 0xe800.
grub-install: info: adding a relocation entry for 0xe808.
grub-install: info: adding a relocation entry for 0xe818.
grub-install: info: adding a relocation entry for 0xe820.
grub-install: info: adding a relocation entry for 0xe830.
grub-install: info: adding a relocation entry for 0xe838.
grub-install: info: adding a relocation entry for 0xe848.
grub-install: info: adding a relocation entry for 0xe850.
grub-install: info: adding a relocation entry for 0xe860.
grub-install: info: adding a relocation entry for 0xe868.
grub-install: info: adding a relocation entry for 0xe878.
grub-install: info: adding a relocation entry for 0xe880.
grub-install: info: adding a relocation entry for 0xe890.
grub-install: info: adding a relocation entry for 0xe898.
grub-install: info: adding a relocation entry for 0xe8a8.
grub-install: info: adding a relocation entry for 0xe8b0.
grub-install: info: adding a relocation entry for 0xe8c0.
grub-install: info: adding a relocation entry for 0xe8c8.
grub-install: info: adding a relocation entry for 0xe8d8.
grub-install: info: adding a relocation entry for 0xe8e0.
grub-install: info: adding a relocation entry for 0xe8f0.
grub-install: info: adding a relocation entry for 0xe8f8.
grub-install: info: adding a relocation entry for 0xe908.
grub-install: info: adding a relocation entry for 0xe910.
grub-install: info: adding a relocation entry for 0xe920.
grub-install: info: adding a relocation entry for 0xe928.
grub-install: info: adding a relocation entry for 0xe938.
grub-install: info: adding a relocation entry for 0xe940.
grub-install: info: adding a relocation entry for 0xe950.
grub-install: info: adding a relocation entry for 0xe958.
grub-install: info: adding a relocation entry for 0xe968.
grub-install: info: adding a relocation entry for 0xe970.
grub-install: info: adding a relocation entry for 0xe980.
grub-install: info: adding a relocation entry for 0xe988.
grub-install: info: adding a relocation entry for 0xe998.
grub-install: info: adding a relocation entry for 0xe9a0.
grub-install: info: adding a relocation entry for 0xe9b0.
grub-install: info: adding a relocation entry for 0xe9b8.
grub-install: info: adding a relocation entry for 0xe9c8.
grub-install: info: adding a relocation entry for 0xe9d0.
grub-install: info: adding a relocation entry for 0xe9e0.
grub-install: info: adding a relocation entry for 0xe9e8.
grub-install: info: adding a relocation entry for 0xe9f8.
grub-install: info: adding a relocation entry for 0xea00.
grub-install: info: adding a relocation entry for 0xea10.
grub-install: info: adding a relocation entry for 0xea18.
grub-install: info: adding a relocation entry for 0xea28.
grub-install: info: adding a relocation entry for 0xea30.
grub-install: info: adding a relocation entry for 0xea40.
grub-install: info: adding a relocation entry for 0xea48.
grub-install: info: adding a relocation entry for 0xea58.
grub-install: info: adding a relocation entry for 0xea60.
grub-install: info: adding a relocation entry for 0xea70.
grub-install: info: adding a relocation entry for 0xea78.
grub-install: info: adding a relocation entry for 0xea88.
grub-install: info: adding a relocation entry for 0xea90.
grub-install: info: adding a relocation entry for 0xeaa0.
grub-install: info: adding a relocation entry for 0xeaa8.
grub-install: info: adding a relocation entry for 0xeab8.
grub-install: info: adding a relocation entry for 0xeac0.
grub-install: info: adding a relocation entry for 0xead0.
grub-install: info: adding a relocation entry for 0xead8.
grub-install: info: adding a relocation entry for 0xeae8.
grub-install: info: adding a relocation entry for 0xeaf0.
grub-install: info: adding a relocation entry for 0xeb00.
grub-install: info: adding a relocation entry for 0xeb08.
grub-install: info: adding a relocation entry for 0xeb18.
grub-install: info: adding a relocation entry for 0xeb20.
grub-install: info: adding a relocation entry for 0xeb30.
grub-install: info: adding a relocation entry for 0xeb38.
grub-install: info: adding a relocation entry for 0xeb48.
grub-install: info: adding a relocation entry for 0xeb50.
grub-install: info: adding a relocation entry for 0xeb60.
grub-install: info: adding a relocation entry for 0xeb68.
grub-install: info: adding a relocation entry for 0xeb78.
grub-install: info: adding a relocation entry for 0xeb80.
grub-install: info: adding a relocation entry for 0xeb90.
grub-install: info: adding a relocation entry for 0xeb98.
grub-install: info: adding a relocation entry for 0xeba8.
grub-install: info: adding a relocation entry for 0xebb0.
grub-install: info: adding a relocation entry for 0xebc0.
grub-install: info: adding a relocation entry for 0xebc8.
grub-install: info: adding a relocation entry for 0xebd8.
grub-install: info: adding a relocation entry for 0xebe0.
grub-install: info: adding a relocation entry for 0xebf0.
grub-install: info: adding a relocation entry for 0xebf8.
grub-install: info: adding a relocation entry for 0xec08.
grub-install: info: adding a relocation entry for 0xec10.
grub-install: info: adding a relocation entry for 0xec20.
grub-install: info: adding a relocation entry for 0xec28.
grub-install: info: adding a relocation entry for 0xec38.
grub-install: info: adding a relocation entry for 0xec40.
grub-install: info: adding a relocation entry for 0xec50.
grub-install: info: adding a relocation entry for 0xec58.
grub-install: info: adding a relocation entry for 0xec68.
grub-install: info: adding a relocation entry for 0xec70.
grub-install: info: adding a relocation entry for 0xec80.
grub-install: info: adding a relocation entry for 0xec88.
grub-install: info: adding a relocation entry for 0xec98.
grub-install: info: adding a relocation entry for 0xeca0.
grub-install: info: adding a relocation entry for 0xecb0.
grub-install: info: adding a relocation entry for 0xecb8.
grub-install: info: adding a relocation entry for 0xecc8.
grub-install: info: adding a relocation entry for 0xecd0.
grub-install: info: adding a relocation entry for 0xece0.
grub-install: info: adding a relocation entry for 0xece8.
grub-install: info: adding a relocation entry for 0xecf8.
grub-install: info: adding a relocation entry for 0xed00.
grub-install: info: adding a relocation entry for 0xed10.
grub-install: info: adding a relocation entry for 0xed18.
grub-install: info: adding a relocation entry for 0xed28.
grub-install: info: adding a relocation entry for 0xed30.
grub-install: info: adding a relocation entry for 0xed40.
grub-install: info: adding a relocation entry for 0xed48.
grub-install: info: adding a relocation entry for 0xed58.
grub-install: info: adding a relocation entry for 0xed60.
grub-install: info: adding a relocation entry for 0xed70.
grub-install: info: adding a relocation entry for 0xed78.
grub-install: info: adding a relocation entry for 0xed88.
grub-install: info: adding a relocation entry for 0xed90.
grub-install: info: adding a relocation entry for 0xeda0.
grub-install: info: adding a relocation entry for 0xeda8.
grub-install: info: adding a relocation entry for 0xedb8.
grub-install: info: adding a relocation entry for 0xedc0.
grub-install: info: adding a relocation entry for 0xedd0.
grub-install: info: adding a relocation entry for 0xedd8.
grub-install: info: adding a relocation entry for 0xede8.
grub-install: info: adding a relocation entry for 0xedf0.
grub-install: info: adding a relocation entry for 0xee00.
grub-install: info: adding a relocation entry for 0xee08.
grub-install: info: adding a relocation entry for 0xee18.
grub-install: info: adding a relocation entry for 0xee20.
grub-install: info: adding a relocation entry for 0xee30.
grub-install: info: adding a relocation entry for 0xee38.
grub-install: info: adding a relocation entry for 0xee48.
grub-install: info: adding a relocation entry for 0xee50.
grub-install: info: adding a relocation entry for 0xee60.
grub-install: info: adding a relocation entry for 0xee68.
grub-install: info: adding a relocation entry for 0xee78.
grub-install: info: adding a relocation entry for 0xee80.
grub-install: info: adding a relocation entry for 0xee90.
grub-install: info: adding a relocation entry for 0xee98.
grub-install: info: adding a relocation entry for 0xeea8.
grub-install: info: adding a relocation entry for 0xeeb0.
grub-install: info: adding a relocation entry for 0xeec0.
grub-install: info: adding a relocation entry for 0xeec8.
grub-install: info: adding a relocation entry for 0xeed8.
grub-install: info: adding a relocation entry for 0xeee0.
grub-install: info: adding a relocation entry for 0xeef0.
grub-install: info: adding a relocation entry for 0xeef8.
grub-install: info: adding a relocation entry for 0xef08.
grub-install: info: adding a relocation entry for 0xef10.
grub-install: info: adding a relocation entry for 0xef20.
grub-install: info: adding a relocation entry for 0xef28.
grub-install: info: adding a relocation entry for 0xef38.
grub-install: info: adding a relocation entry for 0xef40.
grub-install: info: adding a relocation entry for 0xef50.
grub-install: info: adding a relocation entry for 0xef58.
grub-install: info: adding a relocation entry for 0xef68.
grub-install: info: adding a relocation entry for 0xef70.
grub-install: info: adding a relocation entry for 0xef80.
grub-install: info: adding a relocation entry for 0xef88.
grub-install: info: adding a relocation entry for 0xef98.
grub-install: info: adding a relocation entry for 0xefa0.
grub-install: info: adding a relocation entry for 0xefb0.
grub-install: info: adding a relocation entry for 0xefb8.
grub-install: info: adding a relocation entry for 0xefc8.
grub-install: info: adding a relocation entry for 0xefd0.
grub-install: info: adding a relocation entry for 0xefe0.
grub-install: info: adding a relocation entry for 0xefe8.
grub-install: info: adding a relocation entry for 0xeff8.
grub-install: info: adding a relocation entry for 0xf000.
grub-install: info: writing 656 bytes of a fixup block starting at 0xe000.
grub-install: info: adding a relocation entry for 0xf010.
grub-install: info: adding a relocation entry for 0xf018.
grub-install: info: adding a relocation entry for 0xf028.
grub-install: info: adding a relocation entry for 0xf030.
grub-install: info: adding a relocation entry for 0xf040.
grub-install: info: adding a relocation entry for 0xf048.
grub-install: info: adding 393 padding fixup entries.
grub-install: info: writing 808 bytes of a fixup block starting at 0xf000.
grub-install: info: reading /usr/lib/grub/x86_64-efi/fshelp.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/ext2.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/part_gpt.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/search_fs_uuid.mod.
grub-install: info: reading /boot/grub/x86_64-efi/load.cfg.
grub-install: info: kernel_img=0x55ba39c85da0, kernel_size=0x1a000.
grub-install: info: the core size is 0x1f658.
grub-install: info: writing 0x22000 bytes.
grub-install: info: copying `/usr/lib/grub/x86_64-efi-signed/grubx64.efi.signed' -> `/boot/efi/EFI/pop/grubx64.efi'.
grub-install: info: copying `/boot/grub/x86_64-efi/load.cfg' -> `/boot/efi/EFI/pop/grub.cfg'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi-signed/grubx64.efi.signed' -> `/boot/efi/EFI/BOOT/BOOTX64.EFI'.
grub-install: info: copying `/usr/lib/shim/fbx64.efi' -> `/boot/efi/EFI/BOOT/fbx64.efi'.
grub-install: info: cannot open `/usr/lib/shim/fbx64.efi': No such file or directory.
grub-install: info: copying `/usr/lib/shim/mmx64.efi' -> `/boot/efi/EFI/BOOT/mmx64.efi'.
grub-install: info: cannot open `/usr/lib/shim/mmx64.efi': No such file or directory.
grub-install: info: Registering with EFI: distributor = `pop', path = `\EFI\pop\grubx64.efi', ESP at hostdisk//dev/sda,gpt7.
grub-install: info: executing modprobe efivars 2>/dev/null.
grub-install: info: setting EFI variable Boot0008.
grub-install: info: skipping unnecessary update of EFI variable Boot0008.
grub-install: info: setting EFI variable BootOrder.
grub-install: info: skipping unnecessary update of EFI variable BootOrder.
Installation finished. No error reported.
├── EFI
│   ├── Boot
│   │   ├── bootx64.efi
│   │   ├── fbx64.efi
│   │   └── mmx64.efi
│   └── Microsoft
│   ├── Boot
│   │   ├── BCD
│   │   ├── BCD.LOG
│   │   ├── BCD.LOG1
│   │   ├── BCD.LOG2
│   │   ├── bg-BG
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── bootmgfw.efi
│   │   ├── bootmgr.efi
│   │   ├── BOOTSTAT.DAT
│   │   ├── boot.stl
│   │   ├── cs-CZ
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── da-DK
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── de-DE
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── el-GR
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── en-GB
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── en-US
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── es-ES
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── es-MX
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── et-EE
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── fi-FI
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── Fonts
│   │   │   ├── chs_boot.ttf
│   │   │   ├── cht_boot.ttf
│   │   │   ├── jpn_boot.ttf
│   │   │   ├── kor_boot.ttf
│   │   │   ├── malgun_boot.ttf
│   │   │   ├── malgunn_boot.ttf
│   │   │   ├── meiryo_boot.ttf
│   │   │   ├── meiryon_boot.ttf
│   │   │   ├── msjh_boot.ttf
│   │   │   ├── msjhn_boot.ttf
│   │   │   ├── msyh_boot.ttf
│   │   │   ├── msyhn_boot.ttf
│   │   │   ├── segmono_boot.ttf
│   │   │   ├── segoen_slboot.ttf
│   │   │   ├── segoe_slboot.ttf
│   │   │   └── wgl4_boot.ttf
│   │   ├── fr-CA
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── fr-FR
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── hr-HR
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── hu-HU
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── it-IT
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── ja-JP
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── kd_02_10df.dll
│   │   ├── kd_02_10ec.dll
│   │   ├── kd_02_1137.dll
│   │   ├── kd_02_14e4.dll
│   │   ├── kd_02_15b3.dll
│   │   ├── kd_02_1969.dll
│   │   ├── kd_02_19a2.dll
│   │   ├── kd_02_1af4.dll
│   │   ├── kd_02_8086.dll
│   │   ├── kd_07_1415.dll
│   │   ├── kd_0C_8086.dll
│   │   ├── kdstub.dll
│   │   ├── ko-KR
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── lt-LT
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── lv-LV
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── memtest.efi
│   │   ├── nb-NO
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── nl-NL
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── pl-PL
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── pt-BR
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── pt-PT
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── qps-ploc
│   │   │   └── memtest.efi.mui
│   │   ├── Resources
│   │   │   ├── bootres.dll
│   │   │   └── en-US
│   │   │   └── bootres.dll.mui
│   │   ├── ro-RO
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── ru-RU
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── sk-SK
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── sl-SI
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── sr-Latn-RS
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── sv-SE
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── tr-TR
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   ├── uk-UA
│   │   │   ├── bootmgfw.efi.mui
│   │   │   └── bootmgr.efi.mui
│   │   ├── winsipolicy.p7b
│   │   ├── zh-CN
│   │   │   ├── bootmgfw.efi.mui
│   │   │   ├── bootmgr.efi.mui
│   │   │   └── memtest.efi.mui
│   │   └── zh-TW
│   │   ├── bootmgfw.efi.mui
│   │   ├── bootmgr.efi.mui
│   │   └── memtest.efi.mui
│   └── Recovery
│   ├── BCD
│   ├── BCD.LOG
│   ├── BCD.LOG1
│   └── BCD.LOG2
└── System Volume Information
├── AadRecoveryPasswordDelete
└── ClientRecoveryPasswordRotation
47 directories, 140 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment