1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Dec2013]
  2. ============================= Boot Info Summary: ===============================
  3. => No boot loader is installed in the MBR of /dev/sda.
  4. sda1: __________________________________________________________________________
  5. File system: swap
  6. Boot sector type: -
  7. Boot sector info:
  8. sda2: __________________________________________________________________________
  9. File system: ext4
  10. Boot sector type: -
  11. Boot sector info:
  12. Operating System: Ubuntu 14.04 LTS
  13. Boot files: /boot/grub/grub.cfg /etc/fstab
  14. sda3: __________________________________________________________________________
  15. File system: ext4
  16. Boot sector type: -
  17. Boot sector info:
  18. Operating System:
  19. Boot files:
  20. sda4: __________________________________________________________________________
  21. File system: vfat
  22. Boot sector type: FAT32
  23. Boot sector info: No errors found in the Boot Parameter Block.
  24. Operating System:
  25. Boot files: /EFI/ubuntu/MokManager.efi /EFI/ubuntu/grubx64.efi
  26. /EFI/ubuntu/shimx64.efi
  27. ============================ Drive/Partition Info: =============================
  28. Drive: sda _____________________________________________________________________
  29. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  30. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  31. Units = sectors of 1 * 512 = 512 bytes
  32. Sector size (logical/physical): 512 bytes / 4096 bytes
  33. Partition Boot Start Sector End Sector # of Sectors Id System
  34. /dev/sda1 1 1,953,525,167 1,953,525,167 ee GPT
  35. GUID Partition Table detected.
  36. Partition Start Sector End Sector # of Sectors System
  37. /dev/sda1 2,048 999,423 997,376 Swap partition (Linux)
  38. /dev/sda2 999,424 40,060,927 39,061,504 Data partition (Linux)
  39. /dev/sda3 40,060,928 118,185,983 78,125,056 Data partition (Linux)
  40. /dev/sda4 118,185,984 118,685,695 499,712 EFI System partition
  41. "blkid" output: ________________________________________________________________
  42. Device UUID TYPE LABEL
  43. /dev/sda1 e952b9fb-e383-4c70-b0b3-d7f4c8cbeb22 swap
  44. /dev/sda2 deee3bca-170d-44e5-8e92-e539240c5278 ext4
  45. /dev/sda3 22f6a7cf-d3f7-4d21-90d9-5a99dd5cbccb ext4
  46. /dev/sda4 82A4-2771 vfat
  47. ================================ Mount points: =================================
  48. Device Mount_Point Type Options
  49. /dev/sda2 / ext4 (rw,errors=remount-ro)
  50. /dev/sda3 /home ext4 (rw)
  51. /dev/sda4 /boot/efi vfat (rw)
  52. =========================== sda2/boot/grub/grub.cfg: ===========================
  53. --------------------------------------------------------------------------------
  54. #
  55. # DO NOT EDIT THIS FILE
  56. #
  57. # It is automatically generated by grub-mkconfig using templates
  58. # from /etc/grub.d and settings from /etc/default/grub
  59. #
  60. ### BEGIN /etc/grub.d/00_header ###
  61. if [ -s $prefix/grubenv ]; then
  62. set have_grubenv=true
  63. load_env
  64. fi
  65. if [ "${next_entry}" ] ; then
  66. set default="${next_entry}"
  67. set next_entry=
  68. save_env next_entry
  69. set boot_once=true
  70. else
  71. set default="0"
  72. fi
  73. if [ x"${feature_menuentry_id}" = xy ]; then
  74. menuentry_id_option="--id"
  75. else
  76. menuentry_id_option=""
  77. fi
  78. export menuentry_id_option
  79. if [ "${prev_saved_entry}" ]; then
  80. set saved_entry="${prev_saved_entry}"
  81. save_env saved_entry
  82. set prev_saved_entry=
  83. save_env prev_saved_entry
  84. set boot_once=true
  85. fi
  86. function savedefault {
  87. if [ -z "${boot_once}" ]; then
  88. saved_entry="${chosen}"
  89. save_env saved_entry
  90. fi
  91. }
  92. function recordfail {
  93. set recordfail=1
  94. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  95. }
  96. function load_video {
  97. if [ x$feature_all_video_module = xy ]; then
  98. insmod all_video
  99. else
  100. insmod efi_gop
  101. insmod efi_uga
  102. insmod ieee1275_fb
  103. insmod vbe
  104. insmod vga
  105. insmod video_bochs
  106. insmod video_cirrus
  107. fi
  108. }
  109. if [ x$feature_default_font_path = xy ] ; then
  110. font=unicode
  111. else
  112. insmod part_gpt
  113. insmod ext2
  114. set root='hd0,gpt2'
  115. if [ x$feature_platform_search_hint = xy ]; then
  116. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 deee3bca-170d-44e5-8e92-e539240c5278
  117. else
  118. search --no-floppy --fs-uuid --set=root deee3bca-170d-44e5-8e92-e539240c5278
  119. fi
  120. font="/usr/share/grub/unicode.pf2"
  121. fi
  122. if loadfont $font ; then
  123. set gfxmode=640x480
  124. load_video
  125. insmod gfxterm
  126. set locale_dir=$prefix/locale
  127. set lang=en_US
  128. insmod gettext
  129. fi
  130. terminal_output gfxterm
  131. if [ "${recordfail}" = 1 ] ; then
  132. set timeout=10
  133. else
  134. if [ x$feature_timeout_style = xy ] ; then
  135. set timeout_style=menu
  136. set timeout=10
  137. # Fallback normal timeout code in case the timeout_style feature is
  138. # unavailable.
  139. else
  140. set timeout=10
  141. fi
  142. fi
  143. ### END /etc/grub.d/00_header ###
  144. ### BEGIN /etc/grub.d/05_debian_theme ###
  145. set menu_color_normal=white/black
  146. set menu_color_highlight=black/light-gray
  147. if background_color 44,0,30; then
  148. clear
  149. fi
  150. ### END /etc/grub.d/05_debian_theme ###
  151. ### BEGIN /etc/grub.d/10_linux ###
  152. function gfxmode {
  153. set gfxpayload="${1}"
  154. if [ "${1}" = "keep" ]; then
  155. set vt_handoff=vt.handoff=7
  156. else
  157. set vt_handoff=
  158. fi
  159. }
  160. if [ "${recordfail}" != 1 ]; then
  161. if [ -e ${prefix}/gfxblacklist.txt ]; then
  162. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  163. if [ ${match} = 0 ]; then
  164. set linux_gfx_mode=keep
  165. else
  166. set linux_gfx_mode=text
  167. fi
  168. else
  169. set linux_gfx_mode=text
  170. fi
  171. else
  172. set linux_gfx_mode=keep
  173. fi
  174. else
  175. set linux_gfx_mode=text
  176. fi
  177. export linux_gfx_mode
  178. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-deee3bca-170d-44e5-8e92-e539240c5278' {
  179. recordfail
  180. load_video
  181. gfxmode $linux_gfx_mode
  182. insmod gzio
  183. insmod part_gpt
  184. insmod ext2
  185. set root='hd0,gpt2'
  186. if [ x$feature_platform_search_hint = xy ]; then
  187. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 deee3bca-170d-44e5-8e92-e539240c5278
  188. else
  189. search --no-floppy --fs-uuid --set=root deee3bca-170d-44e5-8e92-e539240c5278
  190. fi
  191. linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=UUID=deee3bca-170d-44e5-8e92-e539240c5278 ro quiet splash $vt_handoff
  192. initrd /boot/initrd.img-3.13.0-24-generic
  193. }
  194. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-deee3bca-170d-44e5-8e92-e539240c5278' {
  195. menuentry 'Ubuntu, with Linux 3.13.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-deee3bca-170d-44e5-8e92-e539240c5278' {
  196. recordfail
  197. load_video
  198. gfxmode $linux_gfx_mode
  199. insmod gzio
  200. insmod part_gpt
  201. insmod ext2
  202. set root='hd0,gpt2'
  203. if [ x$feature_platform_search_hint = xy ]; then
  204. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 deee3bca-170d-44e5-8e92-e539240c5278
  205. else
  206. search --no-floppy --fs-uuid --set=root deee3bca-170d-44e5-8e92-e539240c5278
  207. fi
  208. echo 'Loading Linux 3.13.0-24-generic ...'
  209. linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=UUID=deee3bca-170d-44e5-8e92-e539240c5278 ro quiet splash $vt_handoff
  210. echo 'Loading initial ramdisk ...'
  211. initrd /boot/initrd.img-3.13.0-24-generic
  212. }
  213. menuentry 'Ubuntu, with Linux 3.13.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-deee3bca-170d-44e5-8e92-e539240c5278' {
  214. recordfail
  215. load_video
  216. insmod gzio
  217. insmod part_gpt
  218. insmod ext2
  219. set root='hd0,gpt2'
  220. if [ x$feature_platform_search_hint = xy ]; then
  221. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 deee3bca-170d-44e5-8e92-e539240c5278
  222. else
  223. search --no-floppy --fs-uuid --set=root deee3bca-170d-44e5-8e92-e539240c5278
  224. fi
  225. echo 'Loading Linux 3.13.0-24-generic ...'
  226. linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=UUID=deee3bca-170d-44e5-8e92-e539240c5278 ro recovery nomodeset
  227. echo 'Loading initial ramdisk ...'
  228. initrd /boot/initrd.img-3.13.0-24-generic
  229. }
  230. }
  231. ### END /etc/grub.d/10_linux ###
  232. ### BEGIN /etc/grub.d/20_linux_xen ###
  233. ### END /etc/grub.d/20_linux_xen ###
  234. ### BEGIN /etc/grub.d/30_os-prober ###
  235. ### END /etc/grub.d/30_os-prober ###
  236. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  237. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  238. fwsetup
  239. }
  240. ### END /etc/grub.d/30_uefi-firmware ###
  241. ### BEGIN /etc/grub.d/40_custom ###
  242. # This file provides an easy way to add custom menu entries. Simply type the
  243. # menu entries you want to add after this comment. Be careful not to change
  244. # the 'exec tail' line above.
  245. ### END /etc/grub.d/40_custom ###
  246. ### BEGIN /etc/grub.d/41_custom ###
  247. if [ -f ${config_directory}/custom.cfg ]; then
  248. source ${config_directory}/custom.cfg
  249. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  250. source $prefix/custom.cfg;
  251. fi
  252. ### END /etc/grub.d/41_custom ###
  253. --------------------------------------------------------------------------------
  254. =============================== sda2/etc/fstab: ================================
  255. --------------------------------------------------------------------------------
  256. # /etc/fstab: static file system information.
  257. #
  258. # Use 'blkid' to print the universally unique identifier for a
  259. # device; this may be used with UUID= as a more robust way to name devices
  260. # that works even if disks are added and removed. See fstab(5).
  261. #
  262. # <file system> <mount point> <type> <options> <dump> <pass>
  263. # / was on /dev/sda2 during installation
  264. UUID=deee3bca-170d-44e5-8e92-e539240c5278 / ext4 errors=remount-ro 0 1
  265. # /boot/efi was on /dev/sda4 during installation
  266. #UUID=82A4-2771 /boot/efi vfat defaults 0 1
  267. # /home was on /dev/sda3 during installation
  268. UUID=22f6a7cf-d3f7-4d21-90d9-5a99dd5cbccb /home ext4 defaults 0 2
  269. # swap was on /dev/sda1 during installation
  270. UUID=e952b9fb-e383-4c70-b0b3-d7f4c8cbeb22 none swap sw 0 0
  271. UUID=82A4-2771 /boot/efi vfat defaults 0 1
  272. --------------------------------------------------------------------------------
  273. =================== sda2: Location of files loaded by Grub: ====================
  274. GiB - GB File Fragment(s)
  275. =============================== StdErr Messages: ===============================
  276. cat: /tmp/BootInfo-mE4V8MzA/Tmp_Log: No such file or directory
  277. ADDITIONAL INFORMATION :
  278. =================== log of boot-repair 2014-05-11__06h31 ===================
  279. boot-repair version : 3.199~ppa40~saucy
  280. boot-sav version : 3.199~ppa40~saucy
  281. glade2script version : 3.2.2~ppa47~saucy
  282. boot-sav-extra version : 3.199~ppa40~saucy
  283. boot-repair is executed in installed-session (Ubuntu 14.04 LTS, trusty, Ubuntu, x86_64)
  284. CPU op-mode(s): 32-bit, 64-bit
  285. BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed root=UUID=deee3bca-170d-44e5-8e92-e539240c5278 ro quiet splash vt.handoff=7
  286. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  287. =================== os-prober:
  288. /dev/sda2:The OS now in use - Ubuntu 14.04 LTS CurrentSession:linux
  289. =================== blkid:
  290. /dev/sda1: UUID="e952b9fb-e383-4c70-b0b3-d7f4c8cbeb22" TYPE="swap"
  291. /dev/sda2: UUID="deee3bca-170d-44e5-8e92-e539240c5278" TYPE="ext4"
  292. /dev/sda3: UUID="22f6a7cf-d3f7-4d21-90d9-5a99dd5cbccb" TYPE="ext4"
  293. /dev/sda4: UUID="82A4-2771" TYPE="vfat"
  294. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  295. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  296. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  297. =================== /etc/grub.d/ :
  298. drwxr-xr-x 2 root root 4096 May 11 06:25 grub.d
  299. drwxr-xr-x 2 root root 4096 May 11 06:24 grub.d.bak
  300. total 72
  301. -rwxr-xr-x 1 root root 9424 Apr 11 06:51 00_header
  302. -rwxr-xr-x 1 root root 6058 Apr 10 11:58 05_debian_theme
  303. -rwxr-xr-x 1 root root 11608 Apr 11 06:51 10_linux
  304. -rwxr-xr-x 1 root root 10412 Apr 11 06:51 20_linux_xen
  305. -rwxr-xr-x 1 root root 11692 Apr 11 06:51 30_os-prober
  306. -rwxr-xr-x 1 root root 1416 Apr 11 06:51 30_uefi-firmware
  307. -rwxr-xr-x 1 root root 214 Apr 11 06:51 40_custom
  308. -rwxr-xr-x 1 root root 216 Apr 11 06:51 41_custom
  309. -rw-r--r-- 1 root root 483 Apr 11 06:51 README
  310. =================== /etc/default/grub :
  311. # If you change this file, run 'update-grub' afterwards to update
  312. # /boot/grub/grub.cfg.
  313. # For full documentation of the options in this file, see:
  314. # info -f grub -n 'Simple configuration'
  315. GRUB_DEFAULT=0
  316. #GRUB_HIDDEN_TIMEOUT=0
  317. GRUB_HIDDEN_TIMEOUT_QUIET=true
  318. GRUB_TIMEOUT=10
  319. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  320. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  321. GRUB_CMDLINE_LINUX=""
  322. # Uncomment to enable BadRAM filtering, modify to suit your needs
  323. # This works with Linux (no patch required) and with any kernel that obtains
  324. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  325. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  326. # Uncomment to disable graphical terminal (grub-pc only)
  327. #GRUB_TERMINAL=console
  328. # The resolution used on graphical terminal
  329. # note that you can use only modes which your graphic card supports via VBE
  330. # you can see them in real GRUB with the command `vbeinfo'
  331. #GRUB_GFXMODE=640x480
  332. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  333. #GRUB_DISABLE_LINUX_UUID=true
  334. # Uncomment to disable generation of recovery mode menu entries
  335. #GRUB_DISABLE_RECOVERY="true"
  336. # Uncomment to get a beep at grub start
  337. #GRUB_INIT_TUNE="480 440 1"
  338. /boot/efi detected in the fstab of sda2: UUID=82A4-2771 (sda4)
  339. efibootmgr -v
  340. BootCurrent: 0000
  341. Timeout: 2 seconds
  342. BootOrder: 0000,0001
  343. Boot0000* ubuntu HD(4,70b6000,7a000,5ac3da66-53cb-46e5-9053-8493fab81096)File(EFIubuntushimx64.efi)
  344. Boot0001* ubuntu HD(4,70b6000,7a000,5ac3da66-53cb-46e5-9053-8493fab81096)File(EFIUbuntugrubx64.efi)
  345. =================== UEFI/Legacy mode:
  346. Unusual EFI: Please report this message to [email protected]
  347. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  348. SecureBoot enabled.
  349. =================== PARTITIONS & DISKS:
  350. sda2 : sda, not-sepboot, grubenv-ok grub2, signed grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, .
  351. sda3 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /home.
  352. sda4 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /boot/efi.
  353. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  354. =================== parted -l:
  355. Model: ATA ST1000LM024 HN-M (scsi)
  356. Disk /dev/sda: 1000GB
  357. Sector size (logical/physical): 512B/4096B
  358. Partition Table: gpt
  359. Number Start End Size File system Name Flags
  360. 1 1049kB 512MB 511MB linux-swap(v1)
  361. 2 512MB 20.5GB 20.0GB ext4
  362. 3 20.5GB 60.5GB 40.0GB ext4
  363. 4 60.5GB 60.8GB 256MB fat32 boot
  364. =================== parted -lm:
  365. BYT;
  366. /dev/sda:1000GB:scsi:512:4096:gpt:ATA ST1000LM024 HN-M;
  367. 1:1049kB:512MB:511MB:linux-swap(v1)::;
  368. 2:512MB:20.5GB:20.0GB:ext4::;
  369. 3:20.5GB:60.5GB:40.0GB:ext4::;
  370. 4:60.5GB:60.8GB:256MB:fat32::boot;
  371. =================== mount:
  372. /dev/sda2 on / type ext4 (rw,errors=remount-ro)
  373. proc on /proc type proc (rw,noexec,nosuid,nodev)
  374. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  375. none on /sys/fs/cgroup type tmpfs (rw)
  376. none on /sys/fs/fuse/connections type fusectl (rw)
  377. none on /sys/kernel/debug type debugfs (rw)
  378. none on /sys/kernel/security type securityfs (rw)
  379. none on /sys/firmware/efi/efivars type efivarfs (rw)
  380. udev on /dev type devtmpfs (rw,mode=0755)
  381. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  382. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  383. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  384. none on /run/shm type tmpfs (rw,nosuid,nodev)
  385. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  386. none on /sys/fs/pstore type pstore (rw)
  387. /dev/sda3 on /home type ext4 (rw)
  388. /dev/sda4 on /boot/efi type vfat (rw)
  389. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  390. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  391. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=yildiz)
  392. =================== ls:
  393. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda4 size slaves stat subsystem trace uevent
  394. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  395. /dev (filtered): autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fb1 fd full fuse hidraw0 hpet input kmsg kvm log mapper mcelog mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom v4l vga_arbiter vhost-net video0 zero
  396. ls /dev/mapper: control
  397. ls /boot/efi/1:
  398. =================== hexdump -n512 -C /dev/sda4
  399. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 01 20 00 |.X.mkfs.fat... .|
  400. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 60 0b 07 |........?....`..|
  401. 00000020 00 a0 07 00 04 0f 00 00 00 00 00 00 02 00 00 00 |................|
  402. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  403. 00000040 80 01 29 71 27 a4 82 4e 4f 20 4e 41 4d 45 20 20 |..)q'..NO NAME |
  404. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  405. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  406. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  407. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  408. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  409. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  410. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  411. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  412. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  413. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  414. *
  415. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  416. 00000200
  417. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  418. =================== df -Th:
  419. Filesystem Type Size Used Avail Use% Mounted on
  420. /dev/sda2 ext4 19G 4.5G 13G 26% /
  421. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  422. udev devtmpfs 3.6G 12K 3.6G 1% /dev
  423. tmpfs tmpfs 737M 1.2M 736M 1% /run
  424. none tmpfs 5.0M 0 5.0M 0% /run/lock
  425. none tmpfs 3.6G 152K 3.6G 1% /run/shm
  426. none tmpfs 100M 32K 100M 1% /run/user
  427. /dev/sda3 ext4 37G 314M 35G 1% /home
  428. /dev/sda4 vfat 241M 3.4M 237M 2% /boot/efi
  429. =================== fdisk -l:
  430. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  431. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  432. Units = sectors of 1 * 512 = 512 bytes
  433. Sector size (logical/physical): 512 bytes / 4096 bytes
  434. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  435. Disk identifier: 0xcdfad22c
  436. Device Boot Start End Blocks Id System
  437. /dev/sda1 1 1953525167 976762583+ ee GPT
  438. Partition 1 does not start on physical sector boundary.
  439. EFI detected. Please check the options.
  440. =================== Default settings
  441. Recommended-Repair
  442. This setting would purge (in order to sign-grub upgrade version) and reinstall the grub-efi-amd64-signed of sda2, using the following options: upgrade-grub sda4/boot/efi,
  443. Additional repair would be performed: unhide-bootmenu-10s
  444. =================== Settings chosen by the user
  445. Custom-Repair
  446. This setting will purge (in order to sign-grub upgrade version) and reinstall the grub-efi-amd64-signed of sda2, using the following options: upgrade-grub uncomment-gfxmode --disk-module=ata sda4/boot/efi,
  447. Additional repair will be performed: unhide-bootmenu-10s repair-filesystems
  448. Force Unmount all blkid partitions (for fsck) except / /boot /cdrom /dev /etc /home /opt /pas /proc /rofs /sys /tmp /usr /var
  449. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  450. fsck -fyM /dev/sda2
  451. fsck from util-linux 2.20.1
  452. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  453. fsck -fyM /dev/sda3
  454. fsck from util-linux 2.20.1
  455. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  456. fsck -fyM /dev/sda4
  457. fsck from util-linux 2.20.1
  458. sda2/boot/efi not empty
  459. apt-get -y --force-yes update
  460. Purge the GRUB of sda2
  461. Install last GRUB version in /etc/apt/sources.list
  462. apt-get -y --force-yes update
  463. grub-efi-amd64-signed available
  464. The following package was automatically installed and is no longer required:
  465. libpanel-applet-4-0
  466. Use 'apt-get autoremove' to remove it.
  467. 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 8 not upgraded.
  468. DEBCHECK debOK, grub-efi-amd64-signed
  469. DEBCHECK debOK
  470. shim-signed available
  471. linux-signed-generic available
  472. Please type: sudo dpkg --configure -ansudo apt-get install -fynsudo apt-get purge -y --force-yes grub* shim-signed linux-signed*
  473. =================== /etc/grub.d/ :
  474. drwxr-xr-x 2 root root 4096 May 11 06:25 grub.d
  475. drwxr-xr-x 2 root root 4096 May 11 06:24 grub.d.bak
  476. total 72
  477. -rwxr-xr-x 1 root root 9424 Apr 11 06:51 00_header
  478. -rwxr-xr-x 1 root root 6058 Apr 10 11:58 05_debian_theme
  479. -rwxr-xr-x 1 root root 11608 Apr 11 06:51 10_linux
  480. -rwxr-xr-x 1 root root 10412 Apr 11 06:51 20_linux_xen
  481. -rwxr-xr-x 1 root root 11692 Apr 11 06:51 30_os-prober
  482. -rwxr-xr-x 1 root root 1416 Apr 11 06:51 30_uefi-firmware
  483. -rwxr-xr-x 1 root root 214 Apr 11 06:51 40_custom
  484. -rwxr-xr-x 1 root root 216 Apr 11 06:51 41_custom
  485. -rw-r--r-- 1 root root 483 Apr 11 06:51 README
  486. =================== /etc/default/grub :
  487. # If you change this file, run 'update-grub' afterwards to update
  488. # /boot/grub/grub.cfg.
  489. # For full documentation of the options in this file, see:
  490. # info -f grub -n 'Simple configuration'
  491. GRUB_DEFAULT=0
  492. #GRUB_HIDDEN_TIMEOUT=0
  493. GRUB_HIDDEN_TIMEOUT_QUIET=true
  494. GRUB_TIMEOUT=10
  495. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  496. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  497. GRUB_CMDLINE_LINUX=""
  498. # Uncomment to enable BadRAM filtering, modify to suit your needs
  499. # This works with Linux (no patch required) and with any kernel that obtains
  500. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  501. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  502. # Uncomment to disable graphical terminal (grub-pc only)
  503. #GRUB_TERMINAL=console
  504. # The resolution used on graphical terminal
  505. # note that you can use only modes which your graphic card supports via VBE
  506. # you can see them in real GRUB with the command `vbeinfo'
  507. #GRUB_GFXMODE=640x480
  508. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  509. #GRUB_DISABLE_LINUX_UUID=true
  510. # Uncomment to disable generation of recovery mode menu entries
  511. #GRUB_DISABLE_RECOVERY="true"
  512. # Uncomment to get a beep at grub start
  513. #GRUB_INIT_TUNE="480 440 1"
  514. /boot/efi detected in the fstab of sda2: UUID=82A4-2771 (sda4)
  515. /boot/efi detected in the fstab of sda2: UUID=82A4-2771 (sda4)
  516. shim-signed available
  517. linux-signed-generic available
  518. Then type: sudo apt-get install -y --force-yes grub-efi-amd64-signed shim-signed linux-signed-generic
  519. =================== /etc/grub.d/ :
  520. drwxr-xr-x 2 root root 4096 May 11 06:36 grub.d
  521. drwxr-xr-x 2 root root 4096 May 11 06:24 grub.d.bak
  522. total 72
  523. -rwxr-xr-x 1 root root 9424 Apr 11 06:51 00_header
  524. -rwxr-xr-x 1 root root 6058 Apr 10 11:58 05_debian_theme
  525. -rwxr-xr-x 1 root root 11608 Apr 11 06:51 10_linux
  526. -rwxr-xr-x 1 root root 10412 Apr 11 06:51 20_linux_xen
  527. -rwxr-xr-x 1 root root 11692 Apr 11 06:51 30_os-prober
  528. -rwxr-xr-x 1 root root 1416 Apr 11 06:51 30_uefi-firmware
  529. -rwxr-xr-x 1 root root 214 Apr 11 06:51 40_custom
  530. -rwxr-xr-x 1 root root 216 Apr 11 06:51 41_custom
  531. -rw-r--r-- 1 root root 483 Apr 11 06:51 README
  532. =================== /etc/default/grub :
  533. # If you change this file, run 'update-grub' afterwards to update
  534. # /boot/grub/grub.cfg.
  535. # For full documentation of the options in this file, see:
  536. # info -f grub -n 'Simple configuration'
  537. GRUB_DEFAULT=0
  538. GRUB_HIDDEN_TIMEOUT=0
  539. GRUB_HIDDEN_TIMEOUT_QUIET=true
  540. GRUB_TIMEOUT=10
  541. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  542. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  543. GRUB_CMDLINE_LINUX=""
  544. # Uncomment to enable BadRAM filtering, modify to suit your needs
  545. # This works with Linux (no patch required) and with any kernel that obtains
  546. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  547. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  548. # Uncomment to disable graphical terminal (grub-pc only)
  549. #GRUB_TERMINAL=console
  550. # The resolution used on graphical terminal
  551. # note that you can use only modes which your graphic card supports via VBE
  552. # you can see them in real GRUB with the command `vbeinfo'
  553. #GRUB_GFXMODE=640x480
  554. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  555. #GRUB_DISABLE_LINUX_UUID=true
  556. # Uncomment to disable generation of recovery mode menu entries
  557. #GRUB_DISABLE_RECOVERY="true"
  558. # Uncomment to get a beep at grub start
  559. #GRUB_INIT_TUNE="480 440 1"
  560. /boot/efi detected in the fstab of sda2: UUID=82A4-2771 (sda4)
  561. Unhide GRUB boot menu in sda2/etc/default/grub
  562. =================== /etc/grub.d/ :
  563. drwxr-xr-x 2 root root 4096 May 11 06:36 grub.d
  564. drwxr-xr-x 2 root root 4096 May 11 06:24 grub.d.bak
  565. total 72
  566. -rwxr-xr-x 1 root root 9424 Apr 11 06:51 00_header
  567. -rwxr-xr-x 1 root root 6058 Apr 10 11:58 05_debian_theme
  568. -rwxr-xr-x 1 root root 11608 Apr 11 06:51 10_linux
  569. -rwxr-xr-x 1 root root 10412 Apr 11 06:51 20_linux_xen
  570. -rwxr-xr-x 1 root root 11692 Apr 11 06:51 30_os-prober
  571. -rwxr-xr-x 1 root root 1416 Apr 11 06:51 30_uefi-firmware
  572. -rwxr-xr-x 1 root root 214 Apr 11 06:51 40_custom
  573. -rwxr-xr-x 1 root root 216 Apr 11 06:51 41_custom
  574. -rw-r--r-- 1 root root 483 Apr 11 06:51 README
  575. =================== /etc/default/grub :
  576. # If you change this file, run 'update-grub' afterwards to update
  577. # /boot/grub/grub.cfg.
  578. # For full documentation of the options in this file, see:
  579. # info -f grub -n 'Simple configuration'
  580. GRUB_DEFAULT=0
  581. #GRUB_HIDDEN_TIMEOUT=0
  582. GRUB_HIDDEN_TIMEOUT_QUIET=true
  583. GRUB_TIMEOUT=10
  584. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  585. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  586. GRUB_CMDLINE_LINUX=""
  587. # Uncomment to enable BadRAM filtering, modify to suit your needs
  588. # This works with Linux (no patch required) and with any kernel that obtains
  589. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  590. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  591. # Uncomment to disable graphical terminal (grub-pc only)
  592. #GRUB_TERMINAL=console
  593. # The resolution used on graphical terminal
  594. # note that you can use only modes which your graphic card supports via VBE
  595. # you can see them in real GRUB with the command `vbeinfo'
  596. #GRUB_GFXMODE=640x480
  597. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  598. #GRUB_DISABLE_LINUX_UUID=true
  599. # Uncomment to disable generation of recovery mode menu entries
  600. #GRUB_DISABLE_RECOVERY="true"
  601. # Uncomment to get a beep at grub start
  602. #GRUB_INIT_TUNE="480 440 1"
  603. /boot/efi detected in the fstab of sda2: UUID=82A4-2771 (sda4)
  604. Uncommented GRUB_GFXMODE in sda2/etc/default/grub
  605. *******lspci -nnk | grep -iA3 vga
  606. 00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7660G] [1002:9900]
  607. Subsystem: ASUSTeK Computer Inc. Device [1043:1527]
  608. Kernel driver in use: radeon
  609. 00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Trinity HDMI Audio Controller [1002:9902]
  610. --
  611. 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Chelsea LP [Radeon HD 7730M] [1002:682f] (rev ff)
  612. Kernel driver in use: radeon
  613. 02:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
  614. Subsystem: AzureWave Device [1a3b:2c97]
  615. *******
  616. grub-install: info: executing modprobe efivars 2>/dev/null.
  617. grub-install: info: Looking for /sys/firmware/efi ...
  618. grub-install: info: ...found.
  619. Installing for x86_64-efi platform.
  620. grub-install: info: cannot open `/boot/grub/device.map': No such file or directory.
  621. grub-install: info: /dev/sda4 is not present.
  622. grub-install: info: Looking for /dev/sda4.
  623. grub-install: info: /dev/sda is a parent of /dev/sda4.
  624. grub-install: info: /dev/sda4 starts from 118185984.
  625. grub-install: info: opening the device hostdisk//dev/sda.
  626. grub-install: info: drive = 0.
  627. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  628. grub-install: info: drive = 0.
  629. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  630. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  631. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  632. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  633. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  634. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  635. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  636. grub-install: info: scanning hostdisk//dev/sda for LDM.
  637. grub-install: info: no LDM signature found.
  638. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  639. grub-install: info: no LVM signature found.
  640. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  641. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  642. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  643. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  644. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  645. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  646. grub-install: info: scanning hostdisk//dev/sda for LDM.
  647. grub-install: info: no LDM signature found.
  648. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  649. grub-install: info: no LVM signature found.
  650. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  651. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  652. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  653. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  654. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  655. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  656. grub-install: info: scanning hostdisk//dev/sda for LDM.
  657. grub-install: info: no LDM signature found.
  658. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  659. grub-install: info: no LVM signature found.
  660. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  661. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  662. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  663. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  664. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  665. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  666. grub-install: info: scanning hostdisk//dev/sda for LDM.
  667. grub-install: info: no LDM signature found.
  668. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  669. grub-install: info: no LVM signature found.
  670. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  671. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  672. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  673. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  674. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  675. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  676. grub-install: info: scanning hostdisk//dev/sda for LDM.
  677. grub-install: info: no LDM signature found.
  678. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  679. grub-install: info: no LVM signature found.
  680. grub-install: info: Partition 0 starts from 2048.
  681. grub-install: info: Partition 1 starts from 999424.
  682. grub-install: info: Partition 2 starts from 40060928.
  683. grub-install: info: Partition 3 starts from 118185984.
  684. grub-install: info: /dev/sda4 is present.
  685. grub-install: info: Looking for /dev/sda4.
  686. grub-install: info: /dev/sda is a parent of /dev/sda4.
  687. grub-install: info: /dev/sda4 starts from 118185984.
  688. grub-install: info: opening the device hostdisk//dev/sda.
  689. grub-install: info: drive = 0.
  690. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  691. grub-install: info: drive = 0.
  692. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  693. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  694. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  695. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  696. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  697. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  698. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  699. grub-install: info: scanning hostdisk//dev/sda for LDM.
  700. grub-install: info: no LDM signature found.
  701. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  702. grub-install: info: no LVM signature found.
  703. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  704. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  705. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  706. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  707. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  708. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  709. grub-install: info: scanning hostdisk//dev/sda for LDM.
  710. grub-install: info: no LDM signature found.
  711. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  712. grub-install: info: no LVM signature found.
  713. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  714. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  715. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  716. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  717. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  718. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  719. grub-install: info: scanning hostdisk//dev/sda for LDM.
  720. grub-install: info: no LDM signature found.
  721. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  722. grub-install: info: no LVM signature found.
  723. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  724. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  725. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  726. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  727. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  728. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  729. grub-install: info: scanning hostdisk//dev/sda for LDM.
  730. grub-install: info: no LDM signature found.
  731. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  732. grub-install: info: no LVM signature found.
  733. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  734. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  735. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  736. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  737. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  738. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  739. grub-install: info: scanning hostdisk//dev/sda for LDM.
  740. grub-install: info: no LDM signature found.
  741. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  742. grub-install: info: no LVM signature found.
  743. grub-install: info: Partition 0 starts from 2048.
  744. grub-install: info: Partition 1 starts from 999424.
  745. grub-install: info: Partition 2 starts from 40060928.
  746. grub-install: info: Partition 3 starts from 118185984.
  747. grub-install: info: /dev/sda4 is present.
  748. grub-install: info: Looking for /dev/sda4.
  749. grub-install: info: /dev/sda is a parent of /dev/sda4.
  750. grub-install: info: /dev/sda4 starts from 118185984.
  751. grub-install: info: opening the device hostdisk//dev/sda.
  752. grub-install: info: drive = 0.
  753. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  754. grub-install: info: drive = 0.
  755. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  756. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  757. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  758. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  759. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  760. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  761. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  762. grub-install: info: scanning hostdisk//dev/sda for LDM.
  763. grub-install: info: no LDM signature found.
  764. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  765. grub-install: info: no LVM signature found.
  766. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  767. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  768. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  769. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  770. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  771. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  772. grub-install: info: scanning hostdisk//dev/sda for LDM.
  773. grub-install: info: no LDM signature found.
  774. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  775. grub-install: info: no LVM signature found.
  776. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  777. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  778. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  779. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  780. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  781. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  782. grub-install: info: scanning hostdisk//dev/sda for LDM.
  783. grub-install: info: no LDM signature found.
  784. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  785. grub-install: info: no LVM signature found.
  786. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  787. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  788. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  789. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  790. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  791. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  792. grub-install: info: scanning hostdisk//dev/sda for LDM.
  793. grub-install: info: no LDM signature found.
  794. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  795. grub-install: info: no LVM signature found.
  796. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  797. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  798. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  799. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  800. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  801. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  802. grub-install: info: scanning hostdisk//dev/sda for LDM.
  803. grub-install: info: no LDM signature found.
  804. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  805. grub-install: info: no LVM signature found.
  806. grub-install: info: Partition 0 starts from 2048.
  807. grub-install: info: Partition 1 starts from 999424.
  808. grub-install: info: Partition 2 starts from 40060928.
  809. grub-install: info: Partition 3 starts from 118185984.
  810. grub-install: info: drive = 0.
  811. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  812. grub-install: info: copying `/usr/lib/grub/x86_64-efi/lsacpi.mod' -> `/boot/grub/x86_64-efi/lsacpi.mod'.
  813. grub-install: info: copying `/usr/lib/grub/x86_64-efi/sleep_test.mod' -> `/boot/grub/x86_64-efi/sleep_test.mod'.
  814. grub-install: info: copying `/usr/lib/grub/x86_64-efi/functional_test.mod' -> `/boot/grub/x86_64-efi/functional_test.mod'.
  815. grub-install: info: copying `/usr/lib/grub/x86_64-efi/cbfs.mod' -> `/boot/grub/x86_64-efi/cbfs.mod'.
  816. grub-install: info: copying `/usr/lib/grub/x86_64-efi/xnu.mod' -> `/boot/grub/x86_64-efi/xnu.mod'.
  817. grub-install: info: copying `/usr/lib/grub/x86_64-efi/mdraid1x.mod' -> `/boot/grub/x86_64-efi/mdraid1x.mod'.
  818. grub-install: info: copying `/usr/lib/grub/x86_64-efi/at_keyboard.mod' -> `/boot/grub/x86_64-efi/at_keyboard.mod'.
  819. grub-install: info: copying `/usr/lib/grub/x86_64-efi/priority_queue.mod' -> `/boot/grub/x86_64-efi/priority_queue.mod'.
  820. grub-install: info: copying `/usr/lib/grub/x86_64-efi/usbserial_usbdebug.mod' -> `/boot/grub/x86_64-efi/usbserial_usbdebug.mod'.
  821. grub-install: info: copying `/usr/lib/grub/x86_64-efi/probe.mod' -> `/boot/grub/x86_64-efi/probe.mod'.
  822. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_arcfour.mod' -> `/boot/grub/x86_64-efi/gcry_arcfour.mod'.
  823. grub-install: info: copying `/usr/lib/grub/x86_64-efi/ldm.mod' -> `/boot/grub/x86_64-efi/ldm.mod'.
  824. grub-install: info: copying `/usr/lib/grub/x86_64-efi/backtrace.mod' -> `/boot/grub/x86_64-efi/backtrace.mod'.
  825. grub-install: info: copying `/usr/lib/grub/x86_64-efi/signature_test.mod' -> `/boot/grub/x86_64-efi/signature_test.mod'.
  826. grub-install: info: copying `/usr/lib/grub/x86_64-efi/zfsinfo.mod' -> `/boot/grub/x86_64-efi/zfsinfo.mod'.
  827. grub-install: info: copying `/usr/lib/grub/x86_64-efi/cbls.mod' -> `/boot/grub/x86_64-efi/cbls.mod'.
  828. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_blowfish.mod' -> `/boot/grub/x86_64-efi/gcry_blowfish.mod'.
  829. grub-install: info: copying `/usr/lib/grub/x86_64-efi/usbserial_pl2303.mod' -> `/boot/grub/x86_64-efi/usbserial_pl2303.mod'.
  830. grub-install: info: copying `/usr/lib/grub/x86_64-efi/video_cirrus.mod' -> `/boot/grub/x86_64-efi/video_cirrus.mod'.
  831. grub-install: info: copying `/usr/lib/grub/x86_64-efi/video.mod' -> `/boot/grub/x86_64-efi/video.mod'.
  832. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_camellia.mod' -> `/boot/grub/x86_64-efi/gcry_camellia.mod'.
  833. grub-install: info: copying `/usr/lib/grub/x86_64-efi/macho.mod' -> `/boot/grub/x86_64-efi/macho.mod'.
  834. grub-install: info: copying `/usr/lib/grub/x86_64-efi/efinet.mod' -> `/boot/grub/x86_64-efi/efinet.mod'.
  835. grub-install: info: copying `/usr/lib/grub/x86_64-efi/cbmemc.mod' -> `/boot/grub/x86_64-efi/cbmemc.mod'.
  836. grub-install: info: copying `/usr/lib/grub/x86_64-efi/search_fs_uuid.mod' -> `/boot/grub/x86_64-efi/search_fs_uuid.mod'.
  837. grub-install: info: copying `/usr/lib/grub/x86_64-efi/mmap.mod' -> `/boot/grub/x86_64-efi/mmap.mod'.
  838. grub-install: info: copying `/usr/lib/grub/x86_64-efi/hello.mod' -> `/boot/grub/x86_64-efi/hello.mod'.
  839. grub-install: info: copying `/usr/lib/grub/x86_64-efi/read.mod' -> `/boot/grub/x86_64-efi/read.mod'.
  840. grub-install: info: copying `/usr/lib/grub/x86_64-efi/ext2.mod' -> `/boot/grub/x86_64-efi/ext2.mod'.
  841. grub-install: info: copying `/usr/lib/grub/x86_64-efi/nilfs2.mod' -> `/boot/grub/x86_64-efi/nilfs2.mod'.
  842. grub-install: info: copying `/usr/lib/grub/x86_64-efi/legacycfg.mod' -> `/boot/grub/x86_64-efi/legacycfg.mod'.
  843. grub-install: info: copying `/usr/lib/grub/x86_64-efi/luks.mod' -> `/boot/grub/x86_64-efi/luks.mod'.
  844. grub-install: info: copying `/usr/lib/grub/x86_64-efi/terminfo.mod' -> `/boot/grub/x86_64-efi/terminfo.mod'.
  845. grub-install: info: copying `/usr/lib/grub/x86_64-efi/loadbios.mod' -> `/boot/grub/x86_64-efi/loadbios.mod'.
  846. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_twofish.mod' -> `/boot/grub/x86_64-efi/gcry_twofish.mod'.
  847. grub-install: info: copying `/usr/lib/grub/x86_64-efi/password_pbkdf2.mod' -> `/boot/grub/x86_64-efi/password_pbkdf2.mod'.
  848. grub-install: info: copying `/usr/lib/grub/x86_64-efi/mdraid09_be.mod' -> `/boot/grub/x86_64-efi/mdraid09_be.mod'.
  849. grub-install: info: copying `/usr/lib/grub/x86_64-efi/usbms.mod' -> `/boot/grub/x86_64-efi/usbms.mod'.
  850. grub-install: info: copying `/usr/lib/grub/x86_64-efi/bitmap_scale.mod' -> `/boot/grub/x86_64-efi/bitmap_scale.mod'.
  851. grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_amiga.mod' -> `/boot/grub/x86_64-efi/part_amiga.mod'.
  852. grub-install: info: copying `/usr/lib/grub/x86_64-efi/normal.mod' -> `/boot/grub/x86_64-efi/normal.mod'.
  853. grub-install: info: copying `/usr/lib/grub/x86_64-efi/legacy_password_test.mod' -> `/boot/grub/x86_64-efi/legacy_password_test.mod'.
  854. grub-install: info: copying `/usr/lib/grub/x86_64-efi/geli.mod' -> `/boot/grub/x86_64-efi/geli.mod'.
  855. grub-install: info: copying `/usr/lib/grub/x86_64-efi/cbtime.mod' -> `/boot/grub/x86_64-efi/cbtime.mod'.
  856. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_serpent.mod' -> `/boot/grub/x86_64-efi/gcry_serpent.mod'.
  857. grub-install: info: copying `/usr/lib/grub/x86_64-efi/file.mod' -> `/boot/grub/x86_64-efi/file.mod'.
  858. grub-install: info: copying `/usr/lib/grub/x86_64-efi/udf.mod' -> `/boot/grub/x86_64-efi/udf.mod'.
  859. grub-install: info: copying `/usr/lib/grub/x86_64-efi/exfctest.mod' -> `/boot/grub/x86_64-efi/exfctest.mod'.
  860. grub-install: info: copying `/usr/lib/grub/x86_64-efi/iso9660.mod' -> `/boot/grub/x86_64-efi/iso9660.mod'.
  861. grub-install: info: copying `/usr/lib/grub/x86_64-efi/chain.mod' -> `/boot/grub/x86_64-efi/chain.mod'.
  862. grub-install: info: copying `/usr/lib/grub/x86_64-efi/trig.mod' -> `/boot/grub/x86_64-efi/trig.mod'.
  863. grub-install: info: copying `/usr/lib/grub/x86_64-efi/lssal.mod' -> `/boot/grub/x86_64-efi/lssal.mod'.
  864. grub-install: info: copying `/usr/lib/grub/x86_64-efi/xnu_uuid.mod' -> `/boot/grub/x86_64-efi/xnu_uuid.mod'.
  865. grub-install: info: copying `/usr/lib/grub/x86_64-efi/search.mod' -> `/boot/grub/x86_64-efi/search.mod'.
  866. grub-install: info: copying `/usr/lib/grub/x86_64-efi/ufs1.mod' -> `/boot/grub/x86_64-efi/ufs1.mod'.
  867. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_idea.mod' -> `/boot/grub/x86_64-efi/gcry_idea.mod'.
  868. grub-install: info: copying `/usr/lib/grub/x86_64-efi/procfs.mod' -> `/boot/grub/x86_64-efi/procfs.mod'.
  869. grub-install: info: copying `/usr/lib/grub/x86_64-efi/bfs.mod' -> `/boot/grub/x86_64-efi/bfs.mod'.
  870. grub-install: info: copying `/usr/lib/grub/x86_64-efi/all_video.mod' -> `/boot/grub/x86_64-efi/all_video.mod'.
  871. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_whirlpool.mod' -> `/boot/grub/x86_64-efi/gcry_whirlpool.mod'.
  872. grub-install: info: copying `/usr/lib/grub/x86_64-efi/minix2_be.mod' -> `/boot/grub/x86_64-efi/minix2_be.mod'.
  873. grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_acorn.mod' -> `/boot/grub/x86_64-efi/part_acorn.mod'.
  874. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gfxterm.mod' -> `/boot/grub/x86_64-efi/gfxterm.mod'.
  875. grub-install: info: copying `/usr/lib/grub/x86_64-efi/fixvideo.mod' -> `/boot/grub/x86_64-efi/fixvideo.mod'.
  876. grub-install: info: copying `/usr/lib/grub/x86_64-efi/search_fs_file.mod' -> `/boot/grub/x86_64-efi/search_fs_file.mod'.
  877. grub-install: info: copying `/usr/lib/grub/x86_64-efi/crypto.mod' -> `/boot/grub/x86_64-efi/crypto.mod'.
  878. grub-install: info: copying `/usr/lib/grub/x86_64-efi/squash4.mod' -> `/boot/grub/x86_64-efi/squash4.mod'.
  879. grub-install: info: copying `/usr/lib/grub/x86_64-efi/offsetio.mod' -> `/boot/grub/x86_64-efi/offsetio.mod'.
  880. grub-install: info: copying `/usr/lib/grub/x86_64-efi/tga.mod' -> `/boot/grub/x86_64-efi/tga.mod'.
  881. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_cast5.mod' -> `/boot/grub/x86_64-efi/gcry_cast5.mod'.
  882. grub-install: info: copying `/usr/lib/grub/x86_64-efi/cpio.mod' -> `/boot/grub/x86_64-efi/cpio.mod'.
  883. grub-install: info: copying `/usr/lib/grub/x86_64-efi/pbkdf2_test.mod' -> `/boot/grub/x86_64-efi/pbkdf2_test.mod'.
  884. grub-install: info: copying `/usr/lib/grub/x86_64-efi/usbserial_ftdi.mod' -> `/boot/grub/x86_64-efi/usbserial_ftdi.mod'.
  885. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gfxterm_menu.mod' -> `/boot/grub/x86_64-efi/gfxterm_menu.mod'.
  886. grub-install: info: copying `/usr/lib/grub/x86_64-efi/testload.mod' -> `/boot/grub/x86_64-efi/testload.mod'.
  887. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_sha1.mod' -> `/boot/grub/x86_64-efi/gcry_sha1.mod'.
  888. grub-install: info: copying `/usr/lib/grub/x86_64-efi/iorw.mod' -> `/boot/grub/x86_64-efi/iorw.mod'.
  889. grub-install: info: copying `/usr/lib/grub/x86_64-efi/diskfilter.mod' -> `/boot/grub/x86_64-efi/diskfilter.mod'.
  890. grub-install: info: copying `/usr/lib/grub/x86_64-efi/extcmd.mod' -> `/boot/grub/x86_64-efi/extcmd.mod'.
  891. grub-install: info: copying `/usr/lib/grub/x86_64-efi/loopback.mod' -> `/boot/grub/x86_64-efi/loopback.mod'.
  892. grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_sun.mod' -> `/boot/grub/x86_64-efi/part_sun.mod'.
  893. grub-install: info: copying `/usr/lib/grub/x86_64-efi/minicmd.mod' -> `/boot/grub/x86_64-efi/minicmd.mod'.
  894. grub-install: info: copying `/usr/lib/grub/x86_64-efi/blocklist.mod' -> `/boot/grub/x86_64-efi/blocklist.mod'.
  895. grub-install: info: copying `/usr/lib/grub/x86_64-efi/minix_be.mod' -> `/boot/grub/x86_64-efi/minix_be.mod'.
  896. grub-install: info: copying `/usr/lib/grub/x86_64-efi/fat.mod' -> `/boot/grub/x86_64-efi/fat.mod'.
  897. grub-install: info: copying `/usr/lib/grub/x86_64-efi/efi_uga.mod' -> `/boot/grub/x86_64-efi/efi_uga.mod'.
  898. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_tiger.mod' -> `/boot/grub/x86_64-efi/gcry_tiger.mod'.
  899. grub-install: info: copying `/usr/lib/grub/x86_64-efi/net.mod' -> `/boot/grub/x86_64-efi/net.mod'.
  900. grub-install: info: copying `/usr/lib/grub/x86_64-efi/memdisk.mod' -> `/boot/grub/x86_64-efi/memdisk.mod'.
  901. grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_gpt.mod' -> `/boot/grub/x86_64-efi/part_gpt.mod'.
  902. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_crc.mod' -> `/boot/grub/x86_64-efi/gcry_crc.mod'.
  903. grub-install: info: copying `/usr/lib/grub/x86_64-efi/efi_gop.mod' -> `/boot/grub/x86_64-efi/efi_gop.mod'.
  904. grub-install: info: copying `/usr/lib/grub/x86_64-efi/usbserial_common.mod' -> `/boot/grub/x86_64-efi/usbserial_common.mod'.
  905. grub-install: info: copying `/usr/lib/grub/x86_64-efi/testspeed.mod' -> `/boot/grub/x86_64-efi/testspeed.mod'.
  906. grub-install: info: copying `/usr/lib/grub/x86_64-efi/bitmap.mod' -> `/boot/grub/x86_64-efi/bitmap.mod'.
  907. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gptsync.mod' -> `/boot/grub/x86_64-efi/gptsync.mod'.
  908. grub-install: info: copying `/usr/lib/grub/x86_64-efi/lvm.mod' -> `/boot/grub/x86_64-efi/lvm.mod'.
  909. grub-install: info: copying `/usr/lib/grub/x86_64-efi/appleldr.mod' -> `/boot/grub/x86_64-efi/appleldr.mod'.
  910. grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_bsd.mod' -> `/boot/grub/x86_64-efi/part_bsd.mod'.
  911. grub-install: info: copying `/usr/lib/grub/x86_64-efi/lsefisystab.mod' -> `/boot/grub/x86_64-efi/lsefisystab.mod'.
  912. grub-install: info: copying `/usr/lib/grub/x86_64-efi/cryptodisk.mod' -> `/boot/grub/x86_64-efi/cryptodisk.mod'.
  913. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_dsa.mod' -> `/boot/grub/x86_64-efi/gcry_dsa.mod'.
  914. grub-install: info: copying `/usr/lib/grub/x86_64-efi/datehook.mod' -> `/boot/grub/x86_64-efi/datehook.mod'.
  915. grub-install: info: copying `/usr/lib/grub/x86_64-efi/multiboot.mod' -> `/boot/grub/x86_64-efi/multiboot.mod'.
  916. grub-install: info: copying `/usr/lib/grub/x86_64-efi/zfs.mod' -> `/boot/grub/x86_64-efi/zfs.mod'.
  917. grub-install: info: copying `/usr/lib/grub/x86_64-efi/odc.mod' -> `/boot/grub/x86_64-efi/odc.mod'.
  918. grub-install: info: copying `/usr/lib/grub/x86_64-efi/help.mod' -> `/boot/grub/x86_64-efi/help.mod'.
  919. grub-install: info: copying `/usr/lib/grub/x86_64-efi/usbtest.mod' -> `/boot/grub/x86_64-efi/usbtest.mod'.
  920. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gettext.mod' -> `/boot/grub/x86_64-efi/gettext.mod'.
  921. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_rmd160.mod' -> `/boot/grub/x86_64-efi/gcry_rmd160.mod'.
  922. grub-install: info: copying `/usr/lib/grub/x86_64-efi/keystatus.mod' -> `/boot/grub/x86_64-efi/keystatus.mod'.
  923. grub-install: info: copying `/usr/lib/grub/x86_64-efi/minix.mod' -> `/boot/grub/x86_64-efi/minix.mod'.
  924. grub-install: info: copying `/usr/lib/grub/x86_64-efi/nativedisk.mod' -> `/boot/grub/x86_64-efi/nativedisk.mod'.
  925. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gfxterm_background.mod' -> `/boot/grub/x86_64-efi/gfxterm_background.mod'.
  926. grub-install: info: copying `/usr/lib/grub/x86_64-efi/cmp.mod' -> `/boot/grub/x86_64-efi/cmp.mod'.
  927. grub-install: info: copying `/usr/lib/grub/x86_64-efi/linuxefi.mod' -> `/boot/grub/x86_64-efi/linuxefi.mod'.
  928. grub-install: info: copying `/usr/lib/grub/x86_64-efi/raid5rec.mod' -> `/boot/grub/x86_64-efi/raid5rec.mod'.
  929. grub-install: info: copying `/usr/lib/grub/x86_64-efi/configfile.mod' -> `/boot/grub/x86_64-efi/configfile.mod'.
  930. grub-install: info: copying `/usr/lib/grub/x86_64-efi/usb_keyboard.mod' -> `/boot/grub/x86_64-efi/usb_keyboard.mod'.
  931. grub-install: info: copying `/usr/lib/grub/x86_64-efi/hdparm.mod' -> `/boot/grub/x86_64-efi/hdparm.mod'.
  932. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gfxmenu.mod' -> `/boot/grub/x86_64-efi/gfxmenu.mod'.
  933. grub-install: info: copying `/usr/lib/grub/x86_64-efi/btrfs.mod' -> `/boot/grub/x86_64-efi/btrfs.mod'.
  934. grub-install: info: copying `/usr/lib/grub/x86_64-efi/setpci.mod' -> `/boot/grub/x86_64-efi/setpci.mod'.
  935. grub-install: info: copying `/usr/lib/grub/x86_64-efi/elf.mod' -> `/boot/grub/x86_64-efi/elf.mod'.
  936. grub-install: info: copying `/usr/lib/grub/x86_64-efi/terminal.mod' -> `/boot/grub/x86_64-efi/terminal.mod'.
  937. grub-install: info: copying `/usr/lib/grub/x86_64-efi/bsd.mod' -> `/boot/grub/x86_64-efi/bsd.mod'.
  938. grub-install: info: copying `/usr/lib/grub/x86_64-efi/uhci.mod' -> `/boot/grub/x86_64-efi/uhci.mod'.
  939. grub-install: info: copying `/usr/lib/grub/x86_64-efi/time.mod' -> `/boot/grub/x86_64-efi/time.mod'.
  940. grub-install: info: copying `/usr/lib/grub/x86_64-efi/verify.mod' -> `/boot/grub/x86_64-efi/verify.mod'.
  941. grub-install: info: copying `/usr/lib/grub/x86_64-efi/echo.mod' -> `/boot/grub/x86_64-efi/echo.mod'.
  942. grub-install: info: copying `/usr/lib/grub/x86_64-efi/date.mod' -> `/boot/grub/x86_64-efi/date.mod'.
  943. grub-install: info: copying `/usr/lib/grub/x86_64-efi/cmdline_cat_test.mod' -> `/boot/grub/x86_64-efi/cmdline_cat_test.mod'.
  944. grub-install: info: copying `/usr/lib/grub/x86_64-efi/mdraid09.mod' -> `/boot/grub/x86_64-efi/mdraid09.mod'.
  945. grub-install: info: copying `/usr/lib/grub/x86_64-efi/jpeg.mod' -> `/boot/grub/x86_64-efi/jpeg.mod'.
  946. grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_apple.mod' -> `/boot/grub/x86_64-efi/part_apple.mod'.
  947. grub-install: info: copying `/usr/lib/grub/x86_64-efi/lsmmap.mod' -> `/boot/grub/x86_64-efi/lsmmap.mod'.
  948. grub-install: info: copying `/usr/lib/grub/x86_64-efi/password.mod' -> `/boot/grub/x86_64-efi/password.mod'.
  949. grub-install: info: copying `/usr/lib/grub/x86_64-efi/cbtable.mod' -> `/boot/grub/x86_64-efi/cbtable.mod'.
  950. grub-install: info: copying `/usr/lib/grub/x86_64-efi/play.mod' -> `/boot/grub/x86_64-efi/play.mod'.
  951. grub-install: info: copying `/usr/lib/grub/x86_64-efi/halt.mod' -> `/boot/grub/x86_64-efi/halt.mod'.
  952. grub-install: info: copying `/usr/lib/grub/x86_64-efi/usb.mod' -> `/boot/grub/x86_64-efi/usb.mod'.
  953. grub-install: info: copying `/usr/lib/grub/x86_64-efi/multiboot2.mod' -> `/boot/grub/x86_64-efi/multiboot2.mod'.
  954. grub-install: info: copying `/usr/lib/grub/x86_64-efi/xzio.mod' -> `/boot/grub/x86_64-efi/xzio.mod'.
  955. grub-install: info: copying `/usr/lib/grub/x86_64-efi/lsefi.mod' -> `/boot/grub/x86_64-efi/lsefi.mod'.
  956. grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_msdos.mod' -> `/boot/grub/x86_64-efi/part_msdos.mod'.
  957. grub-install: info: copying `/usr/lib/grub/x86_64-efi/div_test.mod' -> `/boot/grub/x86_64-efi/div_test.mod'.
  958. grub-install: info: copying `/usr/lib/grub/x86_64-efi/ata.mod' -> `/boot/grub/x86_64-efi/ata.mod'.
  959. grub-install: info: copying `/usr/lib/grub/x86_64-efi/test.mod' -> `/boot/grub/x86_64-efi/test.mod'.
  960. grub-install: info: copying `/usr/lib/grub/x86_64-efi/setjmp.mod' -> `/boot/grub/x86_64-efi/setjmp.mod'.
  961. grub-install: info: copying `/usr/lib/grub/x86_64-efi/hfspluscomp.mod' -> `/boot/grub/x86_64-efi/hfspluscomp.mod'.
  962. grub-install: info: copying `/usr/lib/grub/x86_64-efi/minix3.mod' -> `/boot/grub/x86_64-efi/minix3.mod'.
  963. grub-install: info: copying `/usr/lib/grub/x86_64-efi/video_colors.mod' -> `/boot/grub/x86_64-efi/video_colors.mod'.
  964. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_rijndael.mod' -> `/boot/grub/x86_64-efi/gcry_rijndael.mod'.
  965. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_rfc2268.mod' -> `/boot/grub/x86_64-efi/gcry_rfc2268.mod'.
  966. grub-install: info: copying `/usr/lib/grub/x86_64-efi/fshelp.mod' -> `/boot/grub/x86_64-efi/fshelp.mod'.
  967. grub-install: info: copying `/usr/lib/grub/x86_64-efi/newc.mod' -> `/boot/grub/x86_64-efi/newc.mod'.
  968. grub-install: info: copying `/usr/lib/grub/x86_64-efi/zfscrypt.mod' -> `/boot/grub/x86_64-efi/zfscrypt.mod'.
  969. grub-install: info: copying `/usr/lib/grub/x86_64-efi/hexdump.mod' -> `/boot/grub/x86_64-efi/hexdump.mod'.
  970. grub-install: info: copying `/usr/lib/grub/x86_64-efi/adler32.mod' -> `/boot/grub/x86_64-efi/adler32.mod'.
  971. grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_dvh.mod' -> `/boot/grub/x86_64-efi/part_dvh.mod'.
  972. grub-install: info: copying `/usr/lib/grub/x86_64-efi/cpio_be.mod' -> `/boot/grub/x86_64-efi/cpio_be.mod'.
  973. grub-install: info: copying `/usr/lib/grub/x86_64-efi/regexp.mod' -> `/boot/grub/x86_64-efi/regexp.mod'.
  974. grub-install: info: copying `/usr/lib/grub/x86_64-efi/videoinfo.mod' -> `/boot/grub/x86_64-efi/videoinfo.mod'.
  975. grub-install: info: copying `/usr/lib/grub/x86_64-efi/ohci.mod' -> `/boot/grub/x86_64-efi/ohci.mod'.
  976. grub-install: info: copying `/usr/lib/grub/x86_64-efi/xfs.mod' -> `/boot/grub/x86_64-efi/xfs.mod'.
  977. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gzio.mod' -> `/boot/grub/x86_64-efi/gzio.mod'.
  978. grub-install: info: copying `/usr/lib/grub/x86_64-efi/pcidump.mod' -> `/boot/grub/x86_64-efi/pcidump.mod'.
  979. grub-install: info: copying `/usr/lib/grub/x86_64-efi/pata.mod' -> `/boot/grub/x86_64-efi/pata.mod'.
  980. grub-install: info: copying `/usr/lib/grub/x86_64-efi/ntfscomp.mod' -> `/boot/grub/x86_64-efi/ntfscomp.mod'.
  981. grub-install: info: copying `/usr/lib/grub/x86_64-efi/disk.mod' -> `/boot/grub/x86_64-efi/disk.mod'.
  982. grub-install: info: copying `/usr/lib/grub/x86_64-efi/macbless.mod' -> `/boot/grub/x86_64-efi/macbless.mod'.
  983. grub-install: info: copying `/usr/lib/grub/x86_64-efi/http.mod' -> `/boot/grub/x86_64-efi/http.mod'.
  984. grub-install: info: copying `/usr/lib/grub/x86_64-efi/hashsum.mod' -> `/boot/grub/x86_64-efi/hashsum.mod'.
  985. grub-install: info: copying `/usr/lib/grub/x86_64-efi/efifwsetup.mod' -> `/boot/grub/x86_64-efi/efifwsetup.mod'.
  986. grub-install: info: copying `/usr/lib/grub/x86_64-efi/sfs.mod' -> `/boot/grub/x86_64-efi/sfs.mod'.
  987. grub-install: info: copying `/usr/lib/grub/x86_64-efi/datetime.mod' -> `/boot/grub/x86_64-efi/datetime.mod'.
  988. grub-install: info: copying `/usr/lib/grub/x86_64-efi/boot.mod' -> `/boot/grub/x86_64-efi/boot.mod'.
  989. grub-install: info: copying `/usr/lib/grub/x86_64-efi/loadenv.mod' -> `/boot/grub/x86_64-efi/loadenv.mod'.
  990. grub-install: info: copying `/usr/lib/grub/x86_64-efi/progress.mod' -> `/boot/grub/x86_64-efi/progress.mod'.
  991. grub-install: info: copying `/usr/lib/grub/x86_64-efi/romfs.mod' -> `/boot/grub/x86_64-efi/romfs.mod'.
  992. grub-install: info: copying `/usr/lib/grub/x86_64-efi/true.mod' -> `/boot/grub/x86_64-efi/true.mod'.
  993. grub-install: info: copying `/usr/lib/grub/x86_64-efi/reiserfs.mod' -> `/boot/grub/x86_64-efi/reiserfs.mod'.
  994. grub-install: info: copying `/usr/lib/grub/x86_64-efi/archelp.mod' -> `/boot/grub/x86_64-efi/archelp.mod'.
  995. grub-install: info: copying `/usr/lib/grub/x86_64-efi/eval.mod' -> `/boot/grub/x86_64-efi/eval.mod'.
  996. grub-install: info: copying `/usr/lib/grub/x86_64-efi/msdospart.mod' -> `/boot/grub/x86_64-efi/msdospart.mod'.
  997. grub-install: info: copying `/usr/lib/grub/x86_64-efi/spkmodem.mod' -> `/boot/grub/x86_64-efi/spkmodem.mod'.
  998. grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_sunpc.mod' -> `/boot/grub/x86_64-efi/part_sunpc.mod'.
  999. grub-install: info: copying `/usr/lib/grub/x86_64-efi/dm_nv.mod' -> `/boot/grub/x86_64-efi/dm_nv.mod'.
  1000. grub-install: info: copying `/usr/lib/grub/x86_64-efi/parttool.mod' -> `/boot/grub/x86_64-efi/parttool.mod'.
  1001. grub-install: info: copying `/usr/lib/grub/x86_64-efi/xnu_uuid_test.mod' -> `/boot/grub/x86_64-efi/xnu_uuid_test.mod'.
  1002. grub-install: info: copying `/usr/lib/grub/x86_64-efi/crc64.mod' -> `/boot/grub/x86_64-efi/crc64.mod'.
  1003. grub-install: info: copying `/usr/lib/grub/x86_64-efi/video_fb.mod' -> `/boot/grub/x86_64-efi/video_fb.mod'.
  1004. grub-install: info: copying `/usr/lib/grub/x86_64-efi/lspci.mod' -> `/boot/grub/x86_64-efi/lspci.mod'.
  1005. grub-install: info: copying `/usr/lib/grub/x86_64-efi/linux16.mod' -> `/boot/grub/x86_64-efi/linux16.mod'.
  1006. grub-install: info: copying `/usr/lib/grub/x86_64-efi/morse.mod' -> `/boot/grub/x86_64-efi/morse.mod'.
  1007. grub-install: info: copying `/usr/lib/grub/x86_64-efi/keylayouts.mod' -> `/boot/grub/x86_64-efi/keylayouts.mod'.
  1008. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_sha256.mod' -> `/boot/grub/x86_64-efi/gcry_sha256.mod'.
  1009. grub-install: info: copying `/usr/lib/grub/x86_64-efi/ufs2.mod' -> `/boot/grub/x86_64-efi/ufs2.mod'.
  1010. grub-install: info: copying `/usr/lib/grub/x86_64-efi/scsi.mod' -> `/boot/grub/x86_64-efi/scsi.mod'.
  1011. grub-install: info: copying `/usr/lib/grub/x86_64-efi/tftp.mod' -> `/boot/grub/x86_64-efi/tftp.mod'.
  1012. grub-install: info: copying `/usr/lib/grub/x86_64-efi/hfs.mod' -> `/boot/grub/x86_64-efi/hfs.mod'.
  1013. grub-install: info: copying `/usr/lib/grub/x86_64-efi/font.mod' -> `/boot/grub/x86_64-efi/font.mod'.
  1014. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_seed.mod' -> `/boot/grub/x86_64-efi/gcry_seed.mod'.
  1015. grub-install: info: copying `/usr/lib/grub/x86_64-efi/videotest_checksum.mod' -> `/boot/grub/x86_64-efi/videotest_checksum.mod'.
  1016. grub-install: info: copying `/usr/lib/grub/x86_64-efi/ehci.mod' -> `/boot/grub/x86_64-efi/ehci.mod'.
  1017. grub-install: info: copying `/usr/lib/grub/x86_64-efi/hfsplus.mod' -> `/boot/grub/x86_64-efi/hfsplus.mod'.
  1018. grub-install: info: copying `/usr/lib/grub/x86_64-efi/ufs1_be.mod' -> `/boot/grub/x86_64-efi/ufs1_be.mod'.
  1019. grub-install: info: copying `/usr/lib/grub/x86_64-efi/cpuid.mod' -> `/boot/grub/x86_64-efi/cpuid.mod'.
  1020. grub-install: info: copying `/usr/lib/grub/x86_64-efi/reboot.mod' -> `/boot/grub/x86_64-efi/reboot.mod'.
  1021. grub-install: info: copying `/usr/lib/grub/x86_64-efi/lzopio.mod' -> `/boot/grub/x86_64-efi/lzopio.mod'.
  1022. grub-install: info: copying `/usr/lib/grub/x86_64-efi/memrw.mod' -> `/boot/grub/x86_64-efi/memrw.mod'.
  1023. grub-install: info: copying `/usr/lib/grub/x86_64-efi/videotest.mod' -> `/boot/grub/x86_64-efi/videotest.mod'.
  1024. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_des.mod' -> `/boot/grub/x86_64-efi/gcry_des.mod'.
  1025. grub-install: info: copying `/usr/lib/grub/x86_64-efi/ntfs.mod' -> `/boot/grub/x86_64-efi/ntfs.mod'.
  1026. grub-install: info: copying `/usr/lib/grub/x86_64-efi/pbkdf2.mod' -> `/boot/grub/x86_64-efi/pbkdf2.mod'.
  1027. grub-install: info: copying `/usr/lib/grub/x86_64-efi/lsefimmap.mod' -> `/boot/grub/x86_64-efi/lsefimmap.mod'.
  1028. grub-install: info: copying `/usr/lib/grub/x86_64-efi/cat.mod' -> `/boot/grub/x86_64-efi/cat.mod'.
  1029. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_md4.mod' -> `/boot/grub/x86_64-efi/gcry_md4.mod'.
  1030. grub-install: info: copying `/usr/lib/grub/x86_64-efi/tar.mod' -> `/boot/grub/x86_64-efi/tar.mod'.
  1031. grub-install: info: copying `/usr/lib/grub/x86_64-efi/minix3_be.mod' -> `/boot/grub/x86_64-efi/minix3_be.mod'.
  1032. grub-install: info: copying `/usr/lib/grub/x86_64-efi/ahci.mod' -> `/boot/grub/x86_64-efi/ahci.mod'.
  1033. grub-install: info: copying `/usr/lib/grub/x86_64-efi/sleep.mod' -> `/boot/grub/x86_64-efi/sleep.mod'.
  1034. grub-install: info: copying `/usr/lib/grub/x86_64-efi/bufio.mod' -> `/boot/grub/x86_64-efi/bufio.mod'.
  1035. grub-install: info: copying `/usr/lib/grub/x86_64-efi/aout.mod' -> `/boot/grub/x86_64-efi/aout.mod'.
  1036. grub-install: info: copying `/usr/lib/grub/x86_64-efi/ls.mod' -> `/boot/grub/x86_64-efi/ls.mod'.
  1037. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_rsa.mod' -> `/boot/grub/x86_64-efi/gcry_rsa.mod'.
  1038. grub-install: info: copying `/usr/lib/grub/x86_64-efi/acpi.mod' -> `/boot/grub/x86_64-efi/acpi.mod'.
  1039. grub-install: info: copying `/usr/lib/grub/x86_64-efi/syslinuxcfg.mod' -> `/boot/grub/x86_64-efi/syslinuxcfg.mod'.
  1040. grub-install: info: copying `/usr/lib/grub/x86_64-efi/jfs.mod' -> `/boot/grub/x86_64-efi/jfs.mod'.
  1041. grub-install: info: copying `/usr/lib/grub/x86_64-efi/search_label.mod' -> `/boot/grub/x86_64-efi/search_label.mod'.
  1042. grub-install: info: copying `/usr/lib/grub/x86_64-efi/mpi.mod' -> `/boot/grub/x86_64-efi/mpi.mod'.
  1043. grub-install: info: copying `/usr/lib/grub/x86_64-efi/exfat.mod' -> `/boot/grub/x86_64-efi/exfat.mod'.
  1044. grub-install: info: copying `/usr/lib/grub/x86_64-efi/minix2.mod' -> `/boot/grub/x86_64-efi/minix2.mod'.
  1045. grub-install: info: copying `/usr/lib/grub/x86_64-efi/setjmp_test.mod' -> `/boot/grub/x86_64-efi/setjmp_test.mod'.
  1046. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_sha512.mod' -> `/boot/grub/x86_64-efi/gcry_sha512.mod'.
  1047. grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_plan.mod' -> `/boot/grub/x86_64-efi/part_plan.mod'.
  1048. grub-install: info: copying `/usr/lib/grub/x86_64-efi/linux.mod' -> `/boot/grub/x86_64-efi/linux.mod'.
  1049. grub-install: info: copying `/usr/lib/grub/x86_64-efi/png.mod' -> `/boot/grub/x86_64-efi/png.mod'.
  1050. grub-install: info: copying `/usr/lib/grub/x86_64-efi/serial.mod' -> `/boot/grub/x86_64-efi/serial.mod'.
  1051. grub-install: info: copying `/usr/lib/grub/x86_64-efi/affs.mod' -> `/boot/grub/x86_64-efi/affs.mod'.
  1052. grub-install: info: copying `/usr/lib/grub/x86_64-efi/relocator.mod' -> `/boot/grub/x86_64-efi/relocator.mod'.
  1053. grub-install: info: copying `/usr/lib/grub/x86_64-efi/raid6rec.mod' -> `/boot/grub/x86_64-efi/raid6rec.mod'.
  1054. grub-install: info: copying `/usr/lib/grub/x86_64-efi/test_blockarg.mod' -> `/boot/grub/x86_64-efi/test_blockarg.mod'.
  1055. grub-install: info: copying `/usr/lib/grub/x86_64-efi/cs5536.mod' -> `/boot/grub/x86_64-efi/cs5536.mod'.
  1056. grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_dfly.mod' -> `/boot/grub/x86_64-efi/part_dfly.mod'.
  1057. grub-install: info: copying `/usr/lib/grub/x86_64-efi/tr.mod' -> `/boot/grub/x86_64-efi/tr.mod'.
  1058. grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_md5.mod' -> `/boot/grub/x86_64-efi/gcry_md5.mod'.
  1059. grub-install: info: copying `/usr/lib/grub/x86_64-efi/video_bochs.mod' -> `/boot/grub/x86_64-efi/video_bochs.mod'.
  1060. grub-install: info: copying `/usr/lib/grub/x86_64-efi/afs.mod' -> `/boot/grub/x86_64-efi/afs.mod'.
  1061. grub-install: info: copying `/usr/lib/grub/x86_64-efi/efiemu32.o' -> `/boot/grub/x86_64-efi/efiemu32.o'.
  1062. grub-install: info: cannot open `/usr/lib/grub/x86_64-efi/efiemu32.o': No such file or directory.
  1063. grub-install: info: copying `/usr/lib/grub/x86_64-efi/efiemu64.o' -> `/boot/grub/x86_64-efi/efiemu64.o'.
  1064. grub-install: info: cannot open `/usr/lib/grub/x86_64-efi/efiemu64.o': No such file or directory.
  1065. grub-install: info: copying `/usr/lib/grub/x86_64-efi/moddep.lst' -> `/boot/grub/x86_64-efi/moddep.lst'.
  1066. grub-install: info: copying `/usr/lib/grub/x86_64-efi/command.lst' -> `/boot/grub/x86_64-efi/command.lst'.
  1067. grub-install: info: copying `/usr/lib/grub/x86_64-efi/fs.lst' -> `/boot/grub/x86_64-efi/fs.lst'.
  1068. grub-install: info: copying `/usr/lib/grub/x86_64-efi/partmap.lst' -> `/boot/grub/x86_64-efi/partmap.lst'.
  1069. grub-install: info: copying `/usr/lib/grub/x86_64-efi/parttool.lst' -> `/boot/grub/x86_64-efi/parttool.lst'.
  1070. grub-install: info: copying `/usr/lib/grub/x86_64-efi/video.lst' -> `/boot/grub/x86_64-efi/video.lst'.
  1071. grub-install: info: copying `/usr/lib/grub/x86_64-efi/crypto.lst' -> `/boot/grub/x86_64-efi/crypto.lst'.
  1072. grub-install: info: copying `/usr/lib/grub/x86_64-efi/terminal.lst' -> `/boot/grub/x86_64-efi/terminal.lst'.
  1073. grub-install: info: copying `/usr/lib/grub/x86_64-efi/modinfo.sh' -> `/boot/grub/x86_64-efi/modinfo.sh'.
  1074. grub-install: info: copying `/usr/share/locale/el/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/el.mo'.
  1075. grub-install: info: cannot open `/usr/share/locale/el/LC_MESSAGES/grub.mo': No such file or directory.
  1076. grub-install: info: copying `/usr/share/locale/tr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tr.mo'.
  1077. grub-install: info: cannot open `/usr/share/locale/tr/LC_MESSAGES/grub.mo': No such file or directory.
  1078. grub-install: info: copying `/usr/share/locale/fo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fo.mo'.
  1079. grub-install: info: cannot open `/usr/share/locale/fo/LC_MESSAGES/grub.mo': No such file or directory.
  1080. grub-install: info: copying `/usr/share/locale/br/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/br.mo'.
  1081. grub-install: info: cannot open `/usr/share/locale/br/LC_MESSAGES/grub.mo': No such file or directory.
  1082. grub-install: info: copying `/usr/share/locale/vec/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vec.mo'.
  1083. grub-install: info: cannot open `/usr/share/locale/vec/LC_MESSAGES/grub.mo': No such file or directory.
  1084. grub-install: info: copying `/usr/share/locale/da/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/da.mo'.
  1085. grub-install: info: cannot open `/usr/share/locale/da/LC_MESSAGES/grub.mo': No such file or directory.
  1086. grub-install: info: copying `/usr/share/locale/zh_TW/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_TW.mo'.
  1087. grub-install: info: cannot open `/usr/share/locale/zh_TW/LC_MESSAGES/grub.mo': No such file or directory.
  1088. grub-install: info: copying `/usr/share/locale/wa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wa.mo'.
  1089. grub-install: info: cannot open `/usr/share/locale/wa/LC_MESSAGES/grub.mo': No such file or directory.
  1090. grub-install: info: copying `/usr/share/locale/fil/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fil.mo'.
  1091. grub-install: info: cannot open `/usr/share/locale/fil/LC_MESSAGES/grub.mo': No such file or directory.
  1092. grub-install: info: copying `/usr/share/locale/he/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/he.mo'.
  1093. grub-install: info: cannot open `/usr/share/locale/he/LC_MESSAGES/grub.mo': No such file or directory.
  1094. grub-install: info: copying `/usr/share/locale/az/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/az.mo'.
  1095. grub-install: info: cannot open `/usr/share/locale/az/LC_MESSAGES/grub.mo': No such file or directory.
  1096. grub-install: info: copying `/usr/share/locale/szl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/szl.mo'.
  1097. grub-install: info: cannot open `/usr/share/locale/szl/LC_MESSAGES/grub.mo': No such file or directory.
  1098. grub-install: info: copying `/usr/share/locale/tl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tl.mo'.
  1099. grub-install: info: cannot open `/usr/share/locale/tl/LC_MESSAGES/grub.mo': No such file or directory.
  1100. grub-install: info: copying `/usr/share/locale/is/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/is.mo'.
  1101. grub-install: info: cannot open `/usr/share/locale/is/LC_MESSAGES/grub.mo': No such file or directory.
  1102. grub-install: info: copying `/usr/share/locale/bo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bo.mo'.
  1103. grub-install: info: cannot open `/usr/share/locale/bo/LC_MESSAGES/grub.mo': No such file or directory.
  1104. grub-install: info: copying `/usr/share/locale/ve/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ve.mo'.
  1105. grub-install: info: cannot open `/usr/share/locale/ve/LC_MESSAGES/grub.mo': No such file or directory.
  1106. grub-install: info: copying `/usr/share/locale/nso/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nso.mo'.
  1107. grub-install: info: cannot open `/usr/share/locale/nso/LC_MESSAGES/grub.mo': No such file or directory.
  1108. grub-install: info: copying `/usr/share/locale/lt_LT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt_LT.mo'.
  1109. grub-install: info: cannot open `/usr/share/locale/lt_LT/LC_MESSAGES/grub.mo': No such file or directory.
  1110. grub-install: info: copying `/usr/share/locale/fa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fa.mo'.
  1111. grub-install: info: cannot open `/usr/share/locale/fa/LC_MESSAGES/grub.mo': No such file or directory.
  1112. grub-install: info: copying `/usr/share/locale/ro/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ro.mo'.
  1113. grub-install: info: cannot open `/usr/share/locale/ro/LC_MESSAGES/grub.mo': No such file or directory.
  1114. grub-install: info: copying `/usr/share/locale/ko/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ko.mo'.
  1115. grub-install: info: cannot open `/usr/share/locale/ko/LC_MESSAGES/grub.mo': No such file or directory.
  1116. grub-install: info: copying `/usr/share/locale/uz/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uz.mo'.
  1117. grub-install: info: cannot open `/usr/share/locale/uz/LC_MESSAGES/grub.mo': No such file or directory.
  1118. grub-install: info: copying `/usr/share/locale/en/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en.mo'.
  1119. grub-install: info: cannot open `/usr/share/locale/en/LC_MESSAGES/grub.mo': No such file or directory.
  1120. grub-install: info: copying `/usr/share/locale/my/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/my.mo'.
  1121. grub-install: info: cannot open `/usr/share/locale/my/LC_MESSAGES/grub.mo': No such file or directory.
  1122. grub-install: info: copying `/usr/share/locale/rw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/rw.mo'.
  1123. grub-install: info: cannot open `/usr/share/locale/rw/LC_MESSAGES/grub.mo': No such file or directory.
  1124. grub-install: info: copying `/usr/share/locale/crh/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/crh.mo'.
  1125. grub-install: info: cannot open `/usr/share/locale/crh/LC_MESSAGES/grub.mo': No such file or directory.
  1126. grub-install: info: copying `/usr/share/locale/mk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mk.mo'.
  1127. grub-install: info: cannot open `/usr/share/locale/mk/LC_MESSAGES/grub.mo': No such file or directory.
  1128. grub-install: info: copying `/usr/share/locale/sq/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sq.mo'.
  1129. grub-install: info: cannot open `/usr/share/locale/sq/LC_MESSAGES/grub.mo': No such file or directory.
  1130. grub-install: info: copying `/usr/share/locale/ta_LK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ta_LK.mo'.
  1131. grub-install: info: cannot open `/usr/share/locale/ta_LK/LC_MESSAGES/grub.mo': No such file or directory.
  1132. grub-install: info: copying `/usr/share/locale/sr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr.mo'.
  1133. grub-install: info: cannot open `/usr/share/locale/sr/LC_MESSAGES/grub.mo': No such file or directory.
  1134. grub-install: info: copying `/usr/share/locale/pt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt.mo'.
  1135. grub-install: info: cannot open `/usr/share/locale/pt/LC_MESSAGES/grub.mo': No such file or directory.
  1136. grub-install: info: copying `/usr/share/locale/ht/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ht.mo'.
  1137. grub-install: info: cannot open `/usr/share/locale/ht/LC_MESSAGES/grub.mo': No such file or directory.
  1138. grub-install: info: copying `/usr/share/locale/ml/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ml.mo'.
  1139. grub-install: info: cannot open `/usr/share/locale/ml/LC_MESSAGES/grub.mo': No such file or directory.
  1140. grub-install: info: copying `/usr/share/locale/vi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vi.mo'.
  1141. grub-install: info: cannot open `/usr/share/locale/vi/LC_MESSAGES/grub.mo': No such file or directory.
  1142. grub-install: info: copying `/usr/share/locale/fa_AF/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fa_AF.mo'.
  1143. grub-install: info: cannot open `/usr/share/locale/fa_AF/LC_MESSAGES/grub.mo': No such file or directory.
  1144. grub-install: info: copying `/usr/share/locale/trv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/trv.mo'.
  1145. grub-install: info: cannot open `/usr/share/locale/trv/LC_MESSAGES/grub.mo': No such file or directory.
  1146. grub-install: info: copying `/usr/share/locale/ast/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ast.mo'.
  1147. grub-install: info: cannot open `/usr/share/locale/ast/LC_MESSAGES/grub.mo': No such file or directory.
  1148. grub-install: info: copying `/usr/share/locale/pt_BR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_BR.mo'.
  1149. grub-install: info: cannot open `/usr/share/locale/pt_BR/LC_MESSAGES/grub.mo': No such file or directory.
  1150. grub-install: info: copying `/usr/share/locale/mhr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mhr.mo'.
  1151. grub-install: info: cannot open `/usr/share/locale/mhr/LC_MESSAGES/grub.mo': No such file or directory.
  1152. grub-install: info: copying `/usr/share/locale/sd/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sd.mo'.
  1153. grub-install: info: cannot open `/usr/share/locale/sd/LC_MESSAGES/grub.mo': No such file or directory.
  1154. grub-install: info: copying `/usr/share/locale/nb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nb.mo'.
  1155. grub-install: info: cannot open `/usr/share/locale/nb/LC_MESSAGES/grub.mo': No such file or directory.
  1156. grub-install: info: copying `/usr/share/locale/mn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mn.mo'.
  1157. grub-install: info: cannot open `/usr/share/locale/mn/LC_MESSAGES/grub.mo': No such file or directory.
  1158. grub-install: info: copying `/usr/share/locale/be@latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  1159. grub-install: info: cannot open `/usr/share/locale/be@latin/LC_MESSAGES/grub.mo': No such file or directory.
  1160. grub-install: info: copying `/usr/share/locale/am/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/am.mo'.
  1161. grub-install: info: cannot open `/usr/share/locale/am/LC_MESSAGES/grub.mo': No such file or directory.
  1162. grub-install: info: copying `/usr/share/locale/fy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fy.mo'.
  1163. grub-install: info: cannot open `/usr/share/locale/fy/LC_MESSAGES/grub.mo': No such file or directory.
  1164. grub-install: info: copying `/usr/share/locale/pt_PT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_PT.mo'.
  1165. grub-install: info: cannot open `/usr/share/locale/pt_PT/LC_MESSAGES/grub.mo': No such file or directory.
  1166. grub-install: info: copying `/usr/share/locale/en_GB/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_GB.mo'.
  1167. grub-install: info: cannot open `/usr/share/locale/en_GB/LC_MESSAGES/grub.mo': No such file or directory.
  1168. grub-install: info: copying `/usr/share/locale/hy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hy.mo'.
  1169. grub-install: info: cannot open `/usr/share/locale/hy/LC_MESSAGES/grub.mo': No such file or directory.
  1170. grub-install: info: copying `/usr/share/locale/be/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/be.mo'.
  1171. grub-install: info: cannot open `/usr/share/locale/be/LC_MESSAGES/grub.mo': No such file or directory.
  1172. grub-install: info: copying `/usr/share/locale/eo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eo.mo'.
  1173. grub-install: info: cannot open `/usr/share/locale/eo/LC_MESSAGES/grub.mo': No such file or directory.
  1174. grub-install: info: copying `/usr/share/locale/et/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/et.mo'.
  1175. grub-install: info: cannot open `/usr/share/locale/et/LC_MESSAGES/grub.mo': No such file or directory.
  1176. grub-install: info: copying `/usr/share/locale/th/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/th.mo'.
  1177. grub-install: info: cannot open `/usr/share/locale/th/LC_MESSAGES/grub.mo': No such file or directory.
  1178. grub-install: info: copying `/usr/share/locale/tt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tt.mo'.
  1179. grub-install: info: cannot open `/usr/share/locale/tt/LC_MESSAGES/grub.mo': No such file or directory.
  1180. grub-install: info: copying `/usr/share/locale/sn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sn.mo'.
  1181. grub-install: info: cannot open `/usr/share/locale/sn/LC_MESSAGES/grub.mo': No such file or directory.
  1182. grub-install: info: copying `/usr/share/locale/sl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sl.mo'.
  1183. grub-install: info: cannot open `/usr/share/locale/sl/LC_MESSAGES/grub.mo': No such file or directory.
  1184. grub-install: info: copying `/usr/share/locale/st/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/st.mo'.
  1185. grub-install: info: cannot open `/usr/share/locale/st/LC_MESSAGES/grub.mo': No such file or directory.
  1186. grub-install: info: copying `/usr/share/locale/lo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lo.mo'.
  1187. grub-install: info: cannot open `/usr/share/locale/lo/LC_MESSAGES/grub.mo': No such file or directory.
  1188. grub-install: info: copying `/usr/share/locale/ga/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ga.mo'.
  1189. grub-install: info: cannot open `/usr/share/locale/ga/LC_MESSAGES/grub.mo': No such file or directory.
  1190. grub-install: info: copying `/usr/share/locale/cv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cv.mo'.
  1191. grub-install: info: cannot open `/usr/share/locale/cv/LC_MESSAGES/grub.mo': No such file or directory.
  1192. grub-install: info: copying `/usr/share/locale/hu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hu.mo'.
  1193. grub-install: info: cannot open `/usr/share/locale/hu/LC_MESSAGES/grub.mo': No such file or directory.
  1194. grub-install: info: copying `/usr/share/locale/chr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/chr.mo'.
  1195. grub-install: info: cannot open `/usr/share/locale/chr/LC_MESSAGES/grub.mo': No such file or directory.
  1196. grub-install: info: copying `/usr/share/locale/cy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cy.mo'.
  1197. grub-install: info: cannot open `/usr/share/locale/cy/LC_MESSAGES/grub.mo': No such file or directory.
  1198. grub-install: info: copying `/usr/share/locale/sk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sk.mo'.
  1199. grub-install: info: cannot open `/usr/share/locale/sk/LC_MESSAGES/grub.mo': No such file or directory.
  1200. grub-install: info: copying `/usr/share/locale/os/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/os.mo'.
  1201. grub-install: info: cannot open `/usr/share/locale/os/LC_MESSAGES/grub.mo': No such file or directory.
  1202. grub-install: info: copying `/usr/share/locale/an/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/an.mo'.
  1203. grub-install: info: cannot open `/usr/share/locale/an/LC_MESSAGES/grub.mo': No such file or directory.
  1204. grub-install: info: copying `/usr/share/locale/bem/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bem.mo'.
  1205. grub-install: info: cannot open `/usr/share/locale/bem/LC_MESSAGES/grub.mo': No such file or directory.
  1206. grub-install: info: copying `/usr/share/locale/sco/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sco.mo'.
  1207. grub-install: info: cannot open `/usr/share/locale/sco/LC_MESSAGES/grub.mo': No such file or directory.
  1208. grub-install: info: copying `/usr/share/locale/ary/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ary.mo'.
  1209. grub-install: info: cannot open `/usr/share/locale/ary/LC_MESSAGES/grub.mo': No such file or directory.
  1210. grub-install: info: copying `/usr/share/locale/csb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/csb.mo'.
  1211. grub-install: info: cannot open `/usr/share/locale/csb/LC_MESSAGES/grub.mo': No such file or directory.
  1212. grub-install: info: copying `/usr/share/locale/gv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gv.mo'.
  1213. grub-install: info: cannot open `/usr/share/locale/gv/LC_MESSAGES/grub.mo': No such file or directory.
  1214. grub-install: info: copying `/usr/share/locale/de/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de.mo'.
  1215. grub-install: info: cannot open `/usr/share/locale/de/LC_MESSAGES/grub.mo': No such file or directory.
  1216. grub-install: info: copying `/usr/share/locale/sr@latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  1217. grub-install: info: cannot open `/usr/share/locale/sr@latin/LC_MESSAGES/grub.mo': No such file or directory.
  1218. grub-install: info: copying `/usr/share/locale/as/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/as.mo'.
  1219. grub-install: info: cannot open `/usr/share/locale/as/LC_MESSAGES/grub.mo': No such file or directory.
  1220. grub-install: info: copying `/usr/share/locale/de_DE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_DE.mo'.
  1221. grub-install: info: cannot open `/usr/share/locale/de_DE/LC_MESSAGES/grub.mo': No such file or directory.
  1222. grub-install: info: copying `/usr/share/locale/cs/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cs.mo'.
  1223. grub-install: info: cannot open `/usr/share/locale/cs/LC_MESSAGES/grub.mo': No such file or directory.
  1224. grub-install: info: copying `/usr/share/locale/tig/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tig.mo'.
  1225. grub-install: info: cannot open `/usr/share/locale/tig/LC_MESSAGES/grub.mo': No such file or directory.
  1226. grub-install: info: copying `/usr/share/locale/byn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/byn.mo'.
  1227. grub-install: info: cannot open `/usr/share/locale/byn/LC_MESSAGES/grub.mo': No such file or directory.
  1228. grub-install: info: copying `/usr/share/locale/mr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mr.mo'.
  1229. grub-install: info: cannot open `/usr/share/locale/mr/LC_MESSAGES/grub.mo': No such file or directory.
  1230. grub-install: info: copying `/usr/share/locale/bg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bg.mo'.
  1231. grub-install: info: cannot open `/usr/share/locale/bg/LC_MESSAGES/grub.mo': No such file or directory.
  1232. grub-install: info: copying `/usr/share/locale/pa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pa.mo'.
  1233. grub-install: info: cannot open `/usr/share/locale/pa/LC_MESSAGES/grub.mo': No such file or directory.
  1234. grub-install: info: copying `/usr/share/locale/ace/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ace.mo'.
  1235. grub-install: info: cannot open `/usr/share/locale/ace/LC_MESSAGES/grub.mo': No such file or directory.
  1236. grub-install: info: copying `/usr/share/locale/ne/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ne.mo'.
  1237. grub-install: info: cannot open `/usr/share/locale/ne/LC_MESSAGES/grub.mo': No such file or directory.
  1238. grub-install: info: copying `/usr/share/locale/fur/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fur.mo'.
  1239. grub-install: info: cannot open `/usr/share/locale/fur/LC_MESSAGES/grub.mo': No such file or directory.
  1240. grub-install: info: copying `/usr/share/locale/eu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eu.mo'.
  1241. grub-install: info: cannot open `/usr/share/locale/eu/LC_MESSAGES/grub.mo': No such file or directory.
  1242. grub-install: info: copying `/usr/share/locale/gu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gu.mo'.
  1243. grub-install: info: cannot open `/usr/share/locale/gu/LC_MESSAGES/grub.mo': No such file or directory.
  1244. grub-install: info: copying `/usr/share/locale/kk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kk.mo'.
  1245. grub-install: info: cannot open `/usr/share/locale/kk/LC_MESSAGES/grub.mo': No such file or directory.
  1246. grub-install: info: copying `/usr/share/locale/lb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lb.mo'.
  1247. grub-install: info: cannot open `/usr/share/locale/lb/LC_MESSAGES/grub.mo': No such file or directory.
  1248. grub-install: info: copying `/usr/share/locale/ru/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru.mo'.
  1249. grub-install: info: cannot open `/usr/share/locale/ru/LC_MESSAGES/grub.mo': No such file or directory.
  1250. grub-install: info: copying `/usr/share/locale/si/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/si.mo'.
  1251. grub-install: info: cannot open `/usr/share/locale/si/LC_MESSAGES/grub.mo': No such file or directory.
  1252. grub-install: info: copying `/usr/share/locale/sr@Latn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  1253. grub-install: info: cannot open `/usr/share/locale/sr@Latn/LC_MESSAGES/grub.mo': No such file or directory.
  1254. grub-install: info: copying `/usr/share/locale/fr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr.mo'.
  1255. grub-install: info: cannot open `/usr/share/locale/fr/LC_MESSAGES/grub.mo': No such file or directory.
  1256. grub-install: info: copying `/usr/share/locale/zh_CN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_CN.mo'.
  1257. grub-install: info: cannot open `/usr/share/locale/zh_CN/LC_MESSAGES/grub.mo': No such file or directory.
  1258. grub-install: info: copying `/usr/share/locale/oc/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/oc.mo'.
  1259. grub-install: info: cannot open `/usr/share/locale/oc/LC_MESSAGES/grub.mo': No such file or directory.
  1260. grub-install: info: copying `/usr/share/locale/ug/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ug.mo'.
  1261. grub-install: info: cannot open `/usr/share/locale/ug/LC_MESSAGES/grub.mo': No such file or directory.
  1262. grub-install: info: copying `/usr/share/locale/ja/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ja.mo'.
  1263. grub-install: info: cannot open `/usr/share/locale/ja/LC_MESSAGES/grub.mo': No such file or directory.
  1264. grub-install: info: copying `/usr/share/locale/tg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tg.mo'.
  1265. grub-install: info: cannot open `/usr/share/locale/tg/LC_MESSAGES/grub.mo': No such file or directory.
  1266. grub-install: info: copying `/usr/share/locale/qu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/qu.mo'.
  1267. grub-install: info: cannot open `/usr/share/locale/qu/LC_MESSAGES/grub.mo': No such file or directory.
  1268. grub-install: info: copying `/usr/share/locale/pam/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pam.mo'.
  1269. grub-install: info: cannot open `/usr/share/locale/pam/LC_MESSAGES/grub.mo': No such file or directory.
  1270. grub-install: info: copying `/usr/share/locale/so/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/so.mo'.
  1271. grub-install: info: cannot open `/usr/share/locale/so/LC_MESSAGES/grub.mo': No such file or directory.
  1272. grub-install: info: copying `/usr/share/locale/hr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hr.mo'.
  1273. grub-install: info: cannot open `/usr/share/locale/hr/LC_MESSAGES/grub.mo': No such file or directory.
  1274. grub-install: info: copying `/usr/share/locale/ps/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ps.mo'.
  1275. grub-install: info: cannot open `/usr/share/locale/ps/LC_MESSAGES/grub.mo': No such file or directory.
  1276. grub-install: info: copying `/usr/share/locale/bn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bn.mo'.
  1277. grub-install: info: cannot open `/usr/share/locale/bn/LC_MESSAGES/grub.mo': No such file or directory.
  1278. grub-install: info: copying `/usr/share/locale/nds/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nds.mo'.
  1279. grub-install: info: cannot open `/usr/share/locale/nds/LC_MESSAGES/grub.mo': No such file or directory.
  1280. grub-install: info: copying `/usr/share/locale/ckb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ckb.mo'.
  1281. grub-install: info: cannot open `/usr/share/locale/ckb/LC_MESSAGES/grub.mo': No such file or directory.
  1282. grub-install: info: copying `/usr/share/locale/ta/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ta.mo'.
  1283. grub-install: info: cannot open `/usr/share/locale/ta/LC_MESSAGES/grub.mo': No such file or directory.
  1284. grub-install: info: copying `/usr/share/locale/aa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/aa.mo'.
  1285. grub-install: info: cannot open `/usr/share/locale/aa/LC_MESSAGES/grub.mo': No such file or directory.
  1286. grub-install: info: copying `/usr/share/locale/or/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/or.mo'.
  1287. grub-install: info: cannot open `/usr/share/locale/or/LC_MESSAGES/grub.mo': No such file or directory.
  1288. grub-install: info: copying `/usr/share/locale/wal/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wal.mo'.
  1289. grub-install: info: cannot open `/usr/share/locale/wal/LC_MESSAGES/grub.mo': No such file or directory.
  1290. grub-install: info: copying `/usr/share/locale/kw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kw.mo'.
  1291. grub-install: info: cannot open `/usr/share/locale/kw/LC_MESSAGES/grub.mo': No such file or directory.
  1292. grub-install: info: copying `/usr/share/locale/kok/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kok.mo'.
  1293. grub-install: info: cannot open `/usr/share/locale/kok/LC_MESSAGES/grub.mo': No such file or directory.
  1294. grub-install: info: copying `/usr/share/locale/gez/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gez.mo'.
  1295. grub-install: info: cannot open `/usr/share/locale/gez/LC_MESSAGES/grub.mo': No such file or directory.
  1296. grub-install: info: copying `/usr/share/locale/ln/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ln.mo'.
  1297. grub-install: info: cannot open `/usr/share/locale/ln/LC_MESSAGES/grub.mo': No such file or directory.
  1298. grub-install: info: copying `/usr/share/locale/sc/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sc.mo'.
  1299. grub-install: info: cannot open `/usr/share/locale/sc/LC_MESSAGES/grub.mo': No such file or directory.
  1300. grub-install: info: copying `/usr/share/locale/fi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fi.mo'.
  1301. grub-install: info: cannot open `/usr/share/locale/fi/LC_MESSAGES/grub.mo': No such file or directory.
  1302. grub-install: info: copying `/usr/share/locale/en_AU/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_AU.mo'.
  1303. grub-install: info: cannot open `/usr/share/locale/en_AU/LC_MESSAGES/grub.mo': No such file or directory.
  1304. grub-install: info: copying `/usr/share/locale/sw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sw.mo'.
  1305. grub-install: info: cannot open `/usr/share/locale/sw/LC_MESSAGES/grub.mo': No such file or directory.
  1306. grub-install: info: copying `/usr/share/locale/ar/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ar.mo'.
  1307. grub-install: info: cannot open `/usr/share/locale/ar/LC_MESSAGES/grub.mo': No such file or directory.
  1308. grub-install: info: copying `/usr/share/locale/fr_CA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr_CA.mo'.
  1309. grub-install: info: cannot open `/usr/share/locale/fr_CA/LC_MESSAGES/grub.mo': No such file or directory.
  1310. grub-install: info: copying `/usr/share/locale/xh/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/xh.mo'.
  1311. grub-install: info: cannot open `/usr/share/locale/xh/LC_MESSAGES/grub.mo': No such file or directory.
  1312. grub-install: info: copying `/usr/share/locale/km/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/km.mo'.
  1313. grub-install: info: cannot open `/usr/share/locale/km/LC_MESSAGES/grub.mo': No such file or directory.
  1314. grub-install: info: copying `/usr/share/locale/bn_IN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bn_IN.mo'.
  1315. grub-install: info: cannot open `/usr/share/locale/bn_IN/LC_MESSAGES/grub.mo': No such file or directory.
  1316. grub-install: info: copying `/usr/share/locale/id_ID/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/id_ID.mo'.
  1317. grub-install: info: cannot open `/usr/share/locale/id_ID/LC_MESSAGES/grub.mo': No such file or directory.
  1318. grub-install: info: copying `/usr/share/locale/shn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/shn.mo'.
  1319. grub-install: info: cannot open `/usr/share/locale/shn/LC_MESSAGES/grub.mo': No such file or directory.
  1320. grub-install: info: copying `/usr/share/locale/kl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kl.mo'.
  1321. grub-install: info: cannot open `/usr/share/locale/kl/LC_MESSAGES/grub.mo': No such file or directory.
  1322. grub-install: info: copying `/usr/share/locale/kn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kn.mo'.
  1323. grub-install: info: cannot open `/usr/share/locale/kn/LC_MESSAGES/grub.mo': No such file or directory.
  1324. grub-install: info: copying `/usr/share/locale/ku/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ku.mo'.
  1325. grub-install: info: cannot open `/usr/share/locale/ku/LC_MESSAGES/grub.mo': No such file or directory.
  1326. grub-install: info: copying `/usr/share/locale/wo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wo.mo'.
  1327. grub-install: info: cannot open `/usr/share/locale/wo/LC_MESSAGES/grub.mo': No such file or directory.
  1328. grub-install: info: copying `/usr/share/locale/wae/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wae.mo'.
  1329. grub-install: info: cannot open `/usr/share/locale/wae/LC_MESSAGES/grub.mo': No such file or directory.
  1330. grub-install: info: copying `/usr/share/locale/ms/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ms.mo'.
  1331. grub-install: info: cannot open `/usr/share/locale/ms/LC_MESSAGES/grub.mo': No such file or directory.
  1332. grub-install: info: copying `/usr/share/locale/bs/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bs.mo'.
  1333. grub-install: info: cannot open `/usr/share/locale/bs/LC_MESSAGES/grub.mo': No such file or directory.
  1334. grub-install: info: copying `/usr/share/locale/zu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zu.mo'.
  1335. grub-install: info: cannot open `/usr/share/locale/zu/LC_MESSAGES/grub.mo': No such file or directory.
  1336. grub-install: info: copying `/usr/share/locale/gd/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gd.mo'.
  1337. grub-install: info: cannot open `/usr/share/locale/gd/LC_MESSAGES/grub.mo': No such file or directory.
  1338. grub-install: info: copying `/usr/share/locale/mg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mg.mo'.
  1339. grub-install: info: cannot open `/usr/share/locale/mg/LC_MESSAGES/grub.mo': No such file or directory.
  1340. grub-install: info: copying `/usr/share/locale/lt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt.mo'.
  1341. grub-install: info: cannot open `/usr/share/locale/lt/LC_MESSAGES/grub.mo': No such file or directory.
  1342. grub-install: info: copying `/usr/share/locale/tk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tk.mo'.
  1343. grub-install: info: cannot open `/usr/share/locale/tk/LC_MESSAGES/grub.mo': No such file or directory.
  1344. grub-install: info: copying `/usr/share/locale/ky/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ky.mo'.
  1345. grub-install: info: cannot open `/usr/share/locale/ky/LC_MESSAGES/grub.mo': No such file or directory.
  1346. grub-install: info: copying `/usr/share/locale/ca/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca.mo'.
  1347. grub-install: info: cannot open `/usr/share/locale/ca/LC_MESSAGES/grub.mo': No such file or directory.
  1348. grub-install: info: copying `/usr/share/locale/te/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/te.mo'.
  1349. grub-install: info: cannot open `/usr/share/locale/te/LC_MESSAGES/grub.mo': No such file or directory.
  1350. grub-install: info: copying `/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_HK.mo'.
  1351. grub-install: info: cannot open `/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo': No such file or directory.
  1352. grub-install: info: copying `/usr/share/locale/ia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ia.mo'.
  1353. grub-install: info: cannot open `/usr/share/locale/ia/LC_MESSAGES/grub.mo': No such file or directory.
  1354. grub-install: info: copying `/usr/share/locale/hi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hi.mo'.
  1355. grub-install: info: cannot open `/usr/share/locale/hi/LC_MESSAGES/grub.mo': No such file or directory.
  1356. grub-install: info: copying `/usr/share/locale/pl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pl.mo'.
  1357. grub-install: info: cannot open `/usr/share/locale/pl/LC_MESSAGES/grub.mo': No such file or directory.
  1358. grub-install: info: copying `/usr/share/locale/ur/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ur.mo'.
  1359. grub-install: info: cannot open `/usr/share/locale/ur/LC_MESSAGES/grub.mo': No such file or directory.
  1360. grub-install: info: copying `/usr/share/locale/lv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lv.mo'.
  1361. grub-install: info: cannot open `/usr/share/locale/lv/LC_MESSAGES/grub.mo': No such file or directory.
  1362. grub-install: info: copying `/usr/share/locale/es/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es.mo'.
  1363. grub-install: info: cannot open `/usr/share/locale/es/LC_MESSAGES/grub.mo': No such file or directory.
  1364. grub-install: info: copying `/usr/share/locale/ca@valencia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  1365. grub-install: info: cannot open `/usr/share/locale/ca@valencia/LC_MESSAGES/grub.mo': No such file or directory.
  1366. grub-install: info: copying `/usr/share/locale/af/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/af.mo'.
  1367. grub-install: info: cannot open `/usr/share/locale/af/LC_MESSAGES/grub.mo': No such file or directory.
  1368. grub-install: info: copying `/usr/share/locale/yi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/yi.mo'.
  1369. grub-install: info: cannot open `/usr/share/locale/yi/LC_MESSAGES/grub.mo': No such file or directory.
  1370. grub-install: info: copying `/usr/share/locale/dz/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/dz.mo'.
  1371. grub-install: info: cannot open `/usr/share/locale/dz/LC_MESSAGES/grub.mo': No such file or directory.
  1372. grub-install: info: copying `/usr/share/locale/nl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nl.mo'.
  1373. grub-install: info: cannot open `/usr/share/locale/nl/LC_MESSAGES/grub.mo': No such file or directory.
  1374. grub-install: info: copying `/usr/share/locale/sml/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sml.mo'.
  1375. grub-install: info: cannot open `/usr/share/locale/sml/LC_MESSAGES/grub.mo': No such file or directory.
  1376. grub-install: info: copying `/usr/share/locale/ti/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ti.mo'.
  1377. grub-install: info: cannot open `/usr/share/locale/ti/LC_MESSAGES/grub.mo': No such file or directory.
  1378. grub-install: info: copying `/usr/share/locale/it/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/it.mo'.
  1379. grub-install: info: cannot open `/usr/share/locale/it/LC_MESSAGES/grub.mo': No such file or directory.
  1380. grub-install: info: copying `/usr/share/locale/frp/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/frp.mo'.
  1381. grub-install: info: cannot open `/usr/share/locale/frp/LC_MESSAGES/grub.mo': No such file or directory.
  1382. grub-install: info: copying `/usr/share/locale/mt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mt.mo'.
  1383. grub-install: info: cannot open `/usr/share/locale/mt/LC_MESSAGES/grub.mo': No such file or directory.
  1384. grub-install: info: copying `/usr/share/locale/om/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/om.mo'.
  1385. grub-install: info: cannot open `/usr/share/locale/om/LC_MESSAGES/grub.mo': No such file or directory.
  1386. grub-install: info: copying `/usr/share/locale/ka/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ka.mo'.
  1387. grub-install: info: cannot open `/usr/share/locale/ka/LC_MESSAGES/grub.mo': No such file or directory.
  1388. grub-install: info: copying `/usr/share/locale/locale.alias/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/locale.alias.mo'.
  1389. grub-install: info: cannot open `/usr/share/locale/locale.alias/LC_MESSAGES/grub.mo': Not a directory.
  1390. grub-install: info: copying `/usr/share/locale/haw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/haw.mo'.
  1391. grub-install: info: cannot open `/usr/share/locale/haw/LC_MESSAGES/grub.mo': No such file or directory.
  1392. grub-install: info: copying `/usr/share/locale/dv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/dv.mo'.
  1393. grub-install: info: cannot open `/usr/share/locale/dv/LC_MESSAGES/grub.mo': No such file or directory.
  1394. grub-install: info: copying `/usr/share/locale/nn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nn.mo'.
  1395. grub-install: info: cannot open `/usr/share/locale/nn/LC_MESSAGES/grub.mo': No such file or directory.
  1396. grub-install: info: copying `/usr/share/locale/tt@iqtelif/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  1397. grub-install: info: cannot open `/usr/share/locale/tt@iqtelif/LC_MESSAGES/grub.mo': No such file or directory.
  1398. grub-install: info: copying `/usr/share/locale/mi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mi.mo'.
  1399. grub-install: info: cannot open `/usr/share/locale/mi/LC_MESSAGES/grub.mo': No such file or directory.
  1400. grub-install: info: copying `/usr/share/locale/en_CA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_CA.mo'.
  1401. grub-install: info: cannot open `/usr/share/locale/en_CA/LC_MESSAGES/grub.mo': No such file or directory.
  1402. grub-install: info: copying `/usr/share/locale/id/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/id.mo'.
  1403. grub-install: info: cannot open `/usr/share/locale/id/LC_MESSAGES/grub.mo': No such file or directory.
  1404. grub-install: info: copying `/usr/share/locale/uk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uk.mo'.
  1405. grub-install: info: cannot open `/usr/share/locale/uk/LC_MESSAGES/grub.mo': No such file or directory.
  1406. grub-install: info: copying `/usr/share/locale/jv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/jv.mo'.
  1407. grub-install: info: cannot open `/usr/share/locale/jv/LC_MESSAGES/grub.mo': No such file or directory.
  1408. grub-install: info: copying `/usr/share/locale/gl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gl.mo'.
  1409. grub-install: info: cannot open `/usr/share/locale/gl/LC_MESSAGES/grub.mo': No such file or directory.
  1410. grub-install: info: copying `/usr/share/locale/sv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sv.mo'.
  1411. grub-install: info: cannot open `/usr/share/locale/sv/LC_MESSAGES/grub.mo': No such file or directory.
  1412. grub-install: info: copying `/usr/share/locale/se/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/se.mo'.
  1413. grub-install: info: cannot open `/usr/share/locale/se/LC_MESSAGES/grub.mo': No such file or directory.
  1414. grub-install: info: copying `/usr/share/locale-langpack/en/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en.mo'.
  1415. grub-install: info: cannot open `/usr/share/locale-langpack/en/LC_MESSAGES/grub.mo': No such file or directory.
  1416. grub-install: info: copying `/usr/share/locale-langpack/en@boldquot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  1417. grub-install: info: cannot open `/usr/share/locale-langpack/en@boldquot/LC_MESSAGES/grub.mo': No such file or directory.
  1418. grub-install: info: copying `/usr/share/locale-langpack/en_GB/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_GB.mo'.
  1419. grub-install: info: copying `/usr/share/locale-langpack/en_US/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_US.mo'.
  1420. grub-install: info: cannot open `/usr/share/locale-langpack/en_US/LC_MESSAGES/grub.mo': No such file or directory.
  1421. grub-install: info: copying `/usr/share/locale-langpack/en_NZ/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_NZ.mo'.
  1422. grub-install: info: cannot open `/usr/share/locale-langpack/en_NZ/LC_MESSAGES/grub.mo': No such file or directory.
  1423. grub-install: info: copying `/usr/share/locale-langpack/en@quot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  1424. grub-install: info: cannot open `/usr/share/locale-langpack/en@quot/LC_MESSAGES/grub.mo': No such file or directory.
  1425. grub-install: info: copying `/usr/share/locale-langpack/en_AU/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_AU.mo'.
  1426. grub-install: info: copying `/usr/share/locale-langpack/en@shaw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  1427. grub-install: info: cannot open `/usr/share/locale-langpack/en@shaw/LC_MESSAGES/grub.mo': No such file or directory.
  1428. grub-install: info: copying `/usr/share/locale-langpack/en_CA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_CA.mo'.
  1429. grub-install: info: copying `/usr/share/locale-langpack/en_US@piglatin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  1430. grub-install: info: cannot open `/usr/share/locale-langpack/en_US@piglatin/LC_MESSAGES/grub.mo': No such file or directory.
  1431. grub-install: info: copying `/usr/share/grub/unicode.pf2' -> `/boot/grub/fonts/unicode.pf2'.
  1432. grub-install: info: /dev/sda2 is present.
  1433. grub-install: info: Looking for /dev/sda2.
  1434. grub-install: info: /dev/sda is a parent of /dev/sda2.
  1435. grub-install: info: /dev/sda2 starts from 999424.
  1436. grub-install: info: opening the device hostdisk//dev/sda.
  1437. grub-install: info: drive = 0.
  1438. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  1439. grub-install: info: drive = 0.
  1440. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  1441. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1442. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1443. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1444. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1445. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1446. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1447. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1448. grub-install: info: no LDM signature found.
  1449. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1450. grub-install: info: no LVM signature found.
  1451. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1452. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1453. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1454. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1455. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1456. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1457. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1458. grub-install: info: no LDM signature found.
  1459. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1460. grub-install: info: no LVM signature found.
  1461. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1462. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1463. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1464. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1465. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1466. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1467. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1468. grub-install: info: no LDM signature found.
  1469. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1470. grub-install: info: no LVM signature found.
  1471. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1472. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1473. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1474. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1475. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1476. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1477. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1478. grub-install: info: no LDM signature found.
  1479. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1480. grub-install: info: no LVM signature found.
  1481. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1482. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1483. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1484. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1485. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1486. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1487. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1488. grub-install: info: no LDM signature found.
  1489. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1490. grub-install: info: no LVM signature found.
  1491. grub-install: info: Partition 0 starts from 2048.
  1492. grub-install: info: Partition 1 starts from 999424.
  1493. grub-install: info: /dev/sda2 is present.
  1494. grub-install: info: Looking for /dev/sda2.
  1495. grub-install: info: /dev/sda is a parent of /dev/sda2.
  1496. grub-install: info: /dev/sda2 starts from 999424.
  1497. grub-install: info: opening the device hostdisk//dev/sda.
  1498. grub-install: info: drive = 0.
  1499. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  1500. grub-install: info: drive = 0.
  1501. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  1502. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1503. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1504. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1505. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1506. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1507. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1508. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1509. grub-install: info: no LDM signature found.
  1510. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1511. grub-install: info: no LVM signature found.
  1512. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1513. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1514. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1515. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1516. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1517. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1518. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1519. grub-install: info: no LDM signature found.
  1520. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1521. grub-install: info: no LVM signature found.
  1522. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1523. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1524. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1525. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1526. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1527. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1528. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1529. grub-install: info: no LDM signature found.
  1530. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1531. grub-install: info: no LVM signature found.
  1532. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1533. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1534. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1535. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1536. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1537. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1538. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1539. grub-install: info: no LDM signature found.
  1540. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1541. grub-install: info: no LVM signature found.
  1542. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1543. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1544. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1545. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1546. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1547. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1548. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1549. grub-install: info: no LDM signature found.
  1550. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1551. grub-install: info: no LVM signature found.
  1552. grub-install: info: Partition 0 starts from 2048.
  1553. grub-install: info: Partition 1 starts from 999424.
  1554. grub-install: info: /dev/sda2 is present.
  1555. grub-install: info: Looking for /dev/sda2.
  1556. grub-install: info: /dev/sda is a parent of /dev/sda2.
  1557. grub-install: info: /dev/sda2 starts from 999424.
  1558. grub-install: info: opening the device hostdisk//dev/sda.
  1559. grub-install: info: drive = 0.
  1560. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  1561. grub-install: info: drive = 0.
  1562. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  1563. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1564. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1565. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1566. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1567. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1568. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1569. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1570. grub-install: info: no LDM signature found.
  1571. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1572. grub-install: info: no LVM signature found.
  1573. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1574. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1575. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1576. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1577. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1578. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1579. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1580. grub-install: info: no LDM signature found.
  1581. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1582. grub-install: info: no LVM signature found.
  1583. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1584. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1585. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1586. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1587. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1588. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1589. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1590. grub-install: info: no LDM signature found.
  1591. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1592. grub-install: info: no LVM signature found.
  1593. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1594. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1595. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1596. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1597. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1598. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1599. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1600. grub-install: info: no LDM signature found.
  1601. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1602. grub-install: info: no LVM signature found.
  1603. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1604. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1605. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1606. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1607. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1608. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1609. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1610. grub-install: info: no LDM signature found.
  1611. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1612. grub-install: info: no LVM signature found.
  1613. grub-install: info: Partition 0 starts from 2048.
  1614. grub-install: info: Partition 1 starts from 999424.
  1615. grub-install: info: drive = 0.
  1616. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  1617. grub-install: info: /dev/sda4 is present.
  1618. grub-install: info: Looking for /dev/sda4.
  1619. grub-install: info: /dev/sda is a parent of /dev/sda4.
  1620. grub-install: info: /dev/sda4 starts from 118185984.
  1621. grub-install: info: opening the device hostdisk//dev/sda.
  1622. grub-install: info: drive = 0.
  1623. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  1624. grub-install: info: drive = 0.
  1625. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  1626. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1627. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1628. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1629. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1630. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1631. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1632. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1633. grub-install: info: no LDM signature found.
  1634. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1635. grub-install: info: no LVM signature found.
  1636. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1637. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1638. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1639. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1640. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1641. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1642. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1643. grub-install: info: no LDM signature found.
  1644. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1645. grub-install: info: no LVM signature found.
  1646. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1647. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1648. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1649. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1650. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1651. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1652. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1653. grub-install: info: no LDM signature found.
  1654. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1655. grub-install: info: no LVM signature found.
  1656. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1657. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1658. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1659. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1660. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1661. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1662. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1663. grub-install: info: no LDM signature found.
  1664. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1665. grub-install: info: no LVM signature found.
  1666. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1667. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1668. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1669. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1670. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1671. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1672. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1673. grub-install: info: no LDM signature found.
  1674. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1675. grub-install: info: no LVM signature found.
  1676. grub-install: info: Partition 0 starts from 2048.
  1677. grub-install: info: Partition 1 starts from 999424.
  1678. grub-install: info: Partition 2 starts from 40060928.
  1679. grub-install: info: Partition 3 starts from 118185984.
  1680. grub-install: info: /dev/sda4 is present.
  1681. grub-install: info: Looking for /dev/sda4.
  1682. grub-install: info: /dev/sda is a parent of /dev/sda4.
  1683. grub-install: info: /dev/sda4 starts from 118185984.
  1684. grub-install: info: opening the device hostdisk//dev/sda.
  1685. grub-install: info: drive = 0.
  1686. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  1687. grub-install: info: drive = 0.
  1688. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  1689. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1690. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1691. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1692. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1693. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1694. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1695. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1696. grub-install: info: no LDM signature found.
  1697. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1698. grub-install: info: no LVM signature found.
  1699. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1700. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1701. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1702. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1703. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1704. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1705. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1706. grub-install: info: no LDM signature found.
  1707. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1708. grub-install: info: no LVM signature found.
  1709. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1710. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1711. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1712. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1713. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1714. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1715. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1716. grub-install: info: no LDM signature found.
  1717. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1718. grub-install: info: no LVM signature found.
  1719. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1720. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1721. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1722. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1723. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1724. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1725. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1726. grub-install: info: no LDM signature found.
  1727. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1728. grub-install: info: no LVM signature found.
  1729. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1730. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1731. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1732. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1733. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1734. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1735. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1736. grub-install: info: no LDM signature found.
  1737. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1738. grub-install: info: no LVM signature found.
  1739. grub-install: info: Partition 0 starts from 2048.
  1740. grub-install: info: Partition 1 starts from 999424.
  1741. grub-install: info: Partition 2 starts from 40060928.
  1742. grub-install: info: Partition 3 starts from 118185984.
  1743. grub-install: info: /dev/sda4 is present.
  1744. grub-install: info: Looking for /dev/sda4.
  1745. grub-install: info: /dev/sda is a parent of /dev/sda4.
  1746. grub-install: info: /dev/sda4 starts from 118185984.
  1747. grub-install: info: opening the device hostdisk//dev/sda.
  1748. grub-install: info: drive = 0.
  1749. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  1750. grub-install: info: drive = 0.
  1751. grub-install: info: the size of hostdisk//dev/sda is 1953525168.
  1752. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1753. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1754. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1755. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1756. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1757. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1758. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1759. grub-install: info: no LDM signature found.
  1760. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1761. grub-install: info: no LVM signature found.
  1762. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1763. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1764. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1765. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1766. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1767. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1768. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1769. grub-install: info: no LDM signature found.
  1770. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1771. grub-install: info: no LVM signature found.
  1772. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1773. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1774. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1775. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1776. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1777. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1778. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1779. grub-install: info: no LDM signature found.
  1780. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1781. grub-install: info: no LVM signature found.
  1782. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1783. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1784. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1785. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1786. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1787. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1788. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1789. grub-install: info: no LDM signature found.
  1790. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1791. grub-install: info: no LVM signature found.
  1792. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1793. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1794. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1795. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1796. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1797. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
  1798. grub-install: info: scanning hostdisk//dev/sda for LDM.
  1799. grub-install: info: no LDM signature found.
  1800. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
  1801. grub-install: info: no LVM signature found.
  1802. grub-install: info: Partition 0 starts from 2048.
  1803. grub-install: info: Partition 1 starts from 999424.
  1804. grub-install: info: Partition 2 starts from 40060928.
  1805. grub-install: info: Partition 3 starts from 118185984.
  1806. grub-install: info: grub-mkimage --directory '/usr/lib/grub/x86_64-efi' --prefix '/boot/grub' --output '/boot/grub/x86_64-efi/core.efi' --format 'x86_64-efi' --compression 'auto' --config '/boot/grub/x86_64-efi/load.cfg' 'ext2' 'part_gpt' 'search_fs_uuid'
  1807. .
  1808. grub-install: info: the size of config file is 0x68.
  1809. grub-install: info: the total module size is 0x51c8.
  1810. grub-install: info: reading /usr/lib/grub/x86_64-efi/kernel.img.
  1811. grub-install: info: locating the section .text at 0x0.
  1812. grub-install: info: locating the section .rodata at 0x9600.
  1813. grub-install: info: locating the section .rodata.str1.1 at 0x9798.
  1814. grub-install: info: locating the section .data at 0xb0e0.
  1815. grub-install: info: locating the section .module_license at 0xc278.
  1816. grub-install: info: locating the section .bss at 0xc290.
  1817. grub-install: info: locating at 0x400 (0x400).
  1818. grub-install: info: locating at 0x9a00 (0x9a00).
  1819. grub-install: info: locating at 0x9b98 (0x9b98).
  1820. grub-install: info: locating at 0xb4e0 (0xb4e0).
  1821. grub-install: info: locating at 0xc690 (0xc690).
  1822. grub-install: info: locating at 0xc678 (0xc678).
  1823. grub-install: info: locating at 0x400 (0x400).
  1824. grub-install: info: locating grub_strlen at 0x7c25 (0x400).
  1825. grub-install: info: locating grub_net_poll_cards_idle at 0xe3d0 (0xc690).
  1826. grub-install: info: locating grub_efi_finish_boot_services at 0x2f18 (0x400).
  1827. grub-install: info: locating grub_disk_get_size at 0x55c0 (0x400).
  1828. grub-install: info: locating grub_file_progress_hook at 0x184e0 (0xc690).
  1829. grub-install: info: locating grub_efidisk_fini at 0xe51 (0x400).
  1830. grub-install: info: locating grub_puts_ at 0x79d3 (0x400).
  1831. grub-install: info: locating grub_millisleep at 0x4195 (0x400).
  1832. grub-install: info: locating grub_fs_autoload_hook at 0xe1b0 (0xc690).
  1833. grub-install: info: locating efi_wrap_10 at 0x4cc (0x400).
  1834. grub-install: info: locating grub_efi_allocate_pages_max at 0x2d32 (0x400).
  1835. grub-install: info: locating grub_fs_blocklist at 0xb640 (0xb4e0).
  1836. grub-install: info: locating grub_errmsg at 0x183d0 (0xc690).
  1837. grub-install: info: locating efi_wrap_5 at 0x463 (0x400).
  1838. grub-install: info: locating grub_strncmp at 0x7a4d (0x400).
  1839. grub-install: info: locating grub_strtoull at 0x7d3d (0x400).
  1840. grub-install: info: locating grub_dma_get_virt at 0x5a5 (0x400).
  1841. grub-install: info: locating grub_efi_system_table at 0xe3e0 (0xc690).
  1842. grub-install: info: locating memmove at 0x797a (0x400).
  1843. grub-install: info: locating efi_wrap_4 at 0x44f (0x400).
  1844. grub-install: info: locating grub_disk_open at 0x4f8a (0x400).
  1845. grub-install: info: locating grub_efi_locate_protocol at 0x1c16 (0x400).
  1846. grub-install: info: locating grub_env_update_get_sorted at 0x669c (0x400).
  1847. grub-install: info: locating grub_strcpy at 0x79c0 (0x400).
  1848. grub-install: info: locating grub_partition_probe at 0x8fd0 (0x400).
  1849. grub-install: info: locating grub_strrchr at 0x7a99 (0x400).
  1850. grub-install: info: locating grub_partition_get_name at 0x91d0 (0x400).
  1851. grub-install: info: locating grub_dl_load at 0x631d (0x400).
  1852. grub-install: info: locating grub_efi_stall at 0x1e3f (0x400).
  1853. grub-install: info: locating grub_efi_get_filename at 0x2289 (0x400).
  1854. grub-install: info: locating grub_env_export at 0x6788 (0x400).
  1855. grub-install: info: locating grub_xvasprintf at 0x89b2 (0x400).
  1856. grub-install: info: locating grub_error_push at 0x684a (0x400).
  1857. grub-install: info: locating grub_rescue_run at 0x9750 (0x400).
  1858. grub-install: info: locating grub_xasprintf at 0x8a4d (0x400).
  1859. grub-install: info: locating grub_realloc at 0x40bf (0x400).
  1860. grub-install: info: locating grub_exit at 0x1e7e (0x400).
  1861. grub-install: info: locating memcpy at 0x797a (0x400).
  1862. grub-install: info: locating grub_memmove at 0x797a (0x400).
  1863. grub-install: info: locating grub_device_open at 0x47bb (0x400).
  1864. grub-install: info: locating grub_register_exported_symbols at 0x993e (0x400).
  1865. grub-install: info: locating grub_strdup at 0x7c8f (0x400).
  1866. grub-install: info: locating grub_disk_firmware_is_tainted at 0xe420 (0xc690).
  1867. grub-install: info: locating grub_divmod64 at 0x7cd7 (0x400).
  1868. grub-install: info: locating grub_file_get_device_name at 0x69dd (0x400).
  1869. grub-install: info: locating grub_efi_print_device_path at 0x2370 (0x400).
  1870. grub-install: info: locating grub_partition_iterate at 0x9164 (0x400).
  1871. grub-install: info: locating grub_dma_free at 0x599 (0x400).
  1872. grub-install: info: locating grub_vsnprintf at 0x88fd (0x400).
  1873. grub-install: info: locating grub_partition_map_list at 0x18530 (0xc690).
  1874. grub-install: info: locating efi_wrap_1 at 0x422 (0x400).
  1875. grub-install: info: locating grub_command_list at 0xe410 (0xc690).
  1876. grub-install: info: locating grub_machine_fini at 0x534 (0x400).
  1877. grub-install: info: locating grub_tsc_rate at 0xe400 (0xc690).
  1878. grub-install: info: locating grub_rescue_parse_line at 0x94ce (0x400).
  1879. grub-install: info: locating grub_efi_get_variable at 0x1ff7 (0x400).
  1880. grub-install: info: locating grub_snprintf at 0x896d (0x400).
  1881. grub-install: info: locating grub_register_core_commands at 0x4632 (0x400).
  1882. grub-install: info: locating grub_disk_dev_register at 0x4ea0 (0x400).
  1883. grub-install: info: locating grub_console_init at 0x3927 (0x400).
  1884. grub-install: info: locating grub_disk_write_weak at 0xe428 (0xc690).
  1885. grub-install: info: locating grub_dl_add at 0x5696 (0x400).
  1886. grub-install: info: locating grub_disk_read at 0x5270 (0x400).
  1887. grub-install: info: locating grub_term_highlight_color at 0xb7e8 (0xb4e0).
  1888. grub-install: info: locating grub_parser_execute at 0x8f62 (0x400).
  1889. grub-install: info: locating grub_xputs at 0xb7e0 (0xb4e0).
  1890. grub-install: info: locating grub_console_fini at 0x3a28 (0x400).
  1891. grub-install: info: locating grub_fatal at 0x8a9c (0x400).
  1892. grub-install: info: locating grub_dl_ref at 0x5792 (0x400).
  1893. grub-install: info: locating grub_file_seek at 0x6d22 (0x400).
  1894. grub-install: info: locating grub_pci_find_capability at 0x6a2 (0x400).
  1895. grub-install: info: locating grub_efi_get_loaded_image at 0x1e63 (0x400).
  1896. grub-install: info: locating grub_errno at 0x184d0 (0xc690).
  1897. grub-install: info: locating grub_parser_cmdline_state at 0x8c1a (0x400).
  1898. grub-install: info: locating grub_memset at 0x7baf (0x400).
  1899. grub-install: info: locating grub_getkey at 0x991f (0x400).
  1900. grub-install: info: locating grub_term_outputs_disabled at 0x18538 (0xc690).
  1901. grub-install: info: locating grub_grubnet_fini at 0x184e8 (0xc690).
  1902. grub-install: info: locating grub_register_variable_hook at 0x6728 (0x400).
  1903. grub-install: info: locating grub_efi_image_handle at 0xe3e8 (0xc690).
  1904. grub-install: info: locating grub_vprintf at 0x8666 (0x400).
  1905. grub-install: info: locating grub_net_open at 0xc6e8 (0xc690).
  1906. grub-install: info: locating grub_register_command_prio at 0x41be (0x400).
  1907. grub-install: info: locating grub_efi_compare_device_paths at 0x29f5 (0x400).
  1908. grub-install: info: locating grub_file_filters_all at 0x184f0 (0xc690).
  1909. grub-install: info: locating grub_install_get_time_ms at 0x4187 (0x400).
  1910. grub-install: info: locating _start at 0x400 (0x400).
  1911. grub-install: info: locating grub_term_inputs at 0x18540 (0xc690).
  1912. grub-install: info: locating grub_parser_split_cmdline at 0x8cd3 (0x400).
  1913. grub-install: info: locating grub_disk_firmware_fini at 0xe430 (0xc690).
  1914. grub-install: info: locating grub_disk_close at 0x4ee6 (0x400).
  1915. grub-install: info: locating grub_dl_unload at 0x580c (0x400).
  1916. grub-install: info: locating grub_efi_set_variable at 0x1f1d (0x400).
  1917. grub-install: info: locating grub_printf at 0x87d3 (0x400).
  1918. grub-install: info: locating grub_efi_secure_boot at 0x2117 (0x400).
  1919. grub-install: info: locating grub_unregister_command at 0x42af (0x400).
  1920. grub-install: info: locating grub_fs_list at 0xe1b8 (0xc690).
  1921. grub-install: info: locating grub_efidisk_get_device_handle at 0x1581 (0x400).
  1922. grub-install: info: locating grub_main at 0x731f (0x400).
  1923. grub-install: info: locating grub_file_read at 0x6a68 (0x400).
  1924. grub-install: info: locating grub_dl_unload_unneeded at 0x641a (0x400).
  1925. grub-install: info: locating grub_pci_make_address at 0x5ac (0x400).
  1926. grub-install: info: locating memcmp at 0x7a0c (0x400).
  1927. grub-install: info: locating grub_term_normal_color at 0xb7e9 (0xb4e0).
  1928. grub-install: info: locating grub_disk_dev_list at 0xe438 (0xc690).
  1929. grub-install: info: locating grub_machine_init at 0x51a (0x400).
  1930. grub-install: info: locating efi_wrap_0 at 0x417 (0x400).
  1931. grub-install: info: locating grub_efi_locate_handle at 0x1c5f (0x400).
  1932. grub-install: info: locating grub_term_outputs at 0x18548 (0xc690).
  1933. grub-install: info: locating grub_modbase at 0xe3f0 (0xc690).
  1934. grub-install: info: locating grub_term_inputs_disabled at 0x18550 (0xc690).
  1935. grub-install: info: locating grub_efi_net_config at 0xe3f8 (0xc690).
  1936. grub-install: info: locating grub_efi_set_virtual_address_map at 0x1ec2 (0x400).
  1937. grub-install: info: locating grub_print_error at 0x6944 (0x400).
  1938. grub-install: info: locating grub_efi_mm_init at 0x31e7 (0x400).
  1939. grub-install: info: locating memset at 0x7baf (0x400).
  1940. grub-install: info: locating grub_zalloc at 0x3e36 (0x400).
  1941. grub-install: info: locating grub_strcmp at 0x7a2e (0x400).
  1942. grub-install: info: locating grub_tsc_init at 0x3aa7 (0x400).
  1943. grub-install: info: locating grub_efi_allocate_pages at 0x2c6e (0x400).
  1944. grub-install: info: locating grub_strchr at 0x7a83 (0x400).
  1945. grub-install: info: locating grub_refresh at 0x98f7 (0x400).
  1946. grub-install: info: locating grub_malloc at 0x3e25 (0x400).
  1947. grub-install: info: locating grub_efi_get_memory_map at 0x2de4 (0x400).
  1948. grub-install: info: locating grub_efidisk_get_device_name at 0x16cc (0x400).
  1949. grub-install: info: locating grub_get_time_ms at 0x417b (0x400).
  1950. grub-install: info: locating grub_file_close at 0x6b05 (0x400).
  1951. grub-install: info: locating grub_file_open at 0x6b50 (0x400).
  1952. grub-install: info: locating grub_isspace at 0x7aae (0x400).
  1953. grub-install: info: locating grub_efi_open_protocol at 0x1d5a (0x400).
  1954. grub-install: info: locating grub_real_dprintf at 0x8822 (0x400).
  1955. grub-install: info: locating efi_wrap_3 at 0x43e (0x400).
  1956. grub-install: info: locating grub_dl_load_core_noinit at 0x5926 (0x400).
  1957. grub-install: info: locating grub_dl_load_file at 0x621a (0x400).
  1958. grub-install: info: locating grub_env_unset at 0x6618 (0x400).
  1959. grub-install: info: locating grub_device_close at 0x4899 (0x400).
  1960. grub-install: info: locating efi_wrap_6 at 0x47c (0x400).
  1961. grub-install: info: locating grub_dl_head at 0xc700 (0xc690).
  1962. grub-install: info: locating grub_fs_probe at 0x7033 (0x400).
  1963. grub-install: info: locating grub_mm_base at 0xe408 (0xc690).
  1964. grub-install: info: locating grub_term_poll_usb at 0xe3d8 (0xc690).
  1965. grub-install: info: locating grub_file_filters_enabled at 0x18510 (0xc690).
  1966. grub-install: info: locating grub_strword at 0x7b0e (0x400).
  1967. grub-install: info: locating grub_machine_get_bootlocation at 0x2aeb (0x400).
  1968. grub-install: info: locating grub_efi_fini at 0x2b82 (0x400).
  1969. grub-install: info: locating grub_err_printed_errors at 0x184d4 (0xc690).
  1970. grub-install: info: locating grub_error at 0x67ce (0x400).
  1971. grub-install: info: locating grub_current_context at 0xb630 (0xb4e0).
  1972. grub-install: info: locating efi_codes at 0x9ae0 (0x9a00).
  1973. grub-install: info: locating grub_dl_register_symbol at 0x56d3 (0x400).
  1974. grub-install: info: locating grub_efi_is_finished at 0xc6a8 (0xc690).
  1975. grub-install: info: locating grub_list_remove at 0x7290 (0x400).
  1976. grub-install: info: locating grub_pci_iterate at 0x5d3 (0x400).
  1977. grub-install: info: locating grub_modules_get_end at 0x7303 (0x400).
  1978. grub-install: info: locating grub_free at 0x3e70 (0x400).
  1979. grub-install: info: locating grub_strndup at 0x7c36 (0x400).
  1980. grub-install: info: locating efi_wrap_7 at 0x49f (0x400).
  1981. grub-install: info: locating grub_named_list_find at 0x7242 (0x400).
  1982. grub-install: info: locating grub_dl_unref at 0x57cf (0x400).
  1983. grub-install: info: locating grub_efidisk_init at 0x134a (0x400).
  1984. grub-install: info: locating grub_disk_dev_unregister at 0x4eb5 (0x400).
  1985. grub-install: info: locating grub_efi_init at 0x2a85 (0x400).
  1986. grub-install: info: locating grub_arch_dl_check_header at 0x744 (0x400).
  1987. grub-install: info: locating grub_arch_dl_relocate_symbols at 0x773 (0x400).
  1988. grub-install: info: locating grub_efi_free_pages at 0x2c44 (0x400).
  1989. grub-install: info: locating grub_printf_ at 0x8775 (0x400).
  1990. grub-install: info: locating grub_efi_get_device_path at 0x2355 (0x400).
  1991. grub-install: info: locating start at 0x400 (0x400).
  1992. grub-install: info: locating grub_efi_modules_addr at 0x21ea (0x400).
  1993. grub-install: info: locating grub_error_pop at 0x68d6 (0x400).
  1994. grub-install: info: locating grub_device_iterate at 0x49da (0x400).
  1995. grub-install: info: locating grub_getkey_noblock at 0x98ad (0x400).
  1996. grub-install: info: locating grub_memalign_dma32 at 0x547 (0x400).
  1997. grub-install: info: locating grub_list_push at 0x7276 (0x400).
  1998. grub-install: info: locating grub_efi_set_text_mode at 0x1db8 (0x400).
  1999. grub-install: info: locating grub_err_printf at 0x87d3 (0x400).
  2000. grub-install: info: locating grub_disk_cache_invalidate_all at 0x4e56 (0x400).
  2001. grub-install: info: locating grub_env_set at 0x64bc (0x400).
  2002. grub-install: info: locating grub_dl_load_core at 0x61d4 (0x400).
  2003. grub-install: info: locating grub_gettext at 0xb690 (0xb4e0).
  2004. grub-install: info: locating grub_memcmp at 0x7a0c (0x400).
  2005. grub-install: info: locating grub_env_get at 0x65ea (0x400).
  2006. grub-install: info: locating efi_wrap_2 at 0x430 (0x400).
  2007. grub-install: info: locating grub_strtoul at 0x81c5 (0x400).
  2008. grub-install: info: locating grub_dma_get_phys at 0x5a9 (0x400).
  2009. grub-install: info: locating grub_mm_init_region at 0x3f86 (0x400).
  2010. grub-install: info: locating grub_disk_cache_table at 0xe440 (0xc690).
  2011. grub-install: info: locating grub_memalign at 0x3c27 (0x400).
  2012. grub-install: info: dealing with the relocation section .rela.text for .text.
  2013. grub-install: info: relocating an R_X86_64_PC32 entry to 0xdfe1 at the offset 0x3.
  2014. grub-install: info: relocating an R_X86_64_PC32 entry to 0xdfd2 at the offset 0xa.
  2015. grub-install: info: relocating an R_X86_64_PC32 entry to 0x6f08 at the offset 0x13.
  2016. grub-install: info: relocating an R_X86_64_64 entry to 0x2a85 at the offset 0x11d.
  2017. grub-install: info: relocating an R_X86_64_64 entry to 0x3aa7 at the offset 0x12a.
  2018. grub-install: info: relocating an R_X86_64_64 entry to 0x2b82 at the offset 0x13c.
  2019. grub-install: info: relocating an R_X86_64_64 entry to 0x3c27 at the offset 0x165.
  2020. grub-install: info: relocating an R_X86_64_64 entry to 0x9b98 at the offset 0x17a.
  2021. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x18b.
  2022. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x19b.
  2023. grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x1e0.
  2024. grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x2af.
  2025. grub-install: info: relocating an R_X86_64_64 entry to 0x9bb8 at the offset 0x355.
  2026. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x366.
  2027. grub-install: info: relocating an R_X86_64_64 entry to 0x9bd9 at the offset 0x38f.
  2028. grub-install: info: relocating an R_X86_64_64 entry to 0x9bfc at the offset 0x410.
  2029. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x422.
  2030. grub-install: info: relocating an R_X86_64_64 entry to 0x9c14 at the offset 0x474.
  2031. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x485.
  2032. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4fd.
  2033. grub-install: info: relocating an R_X86_64_64 entry to 0x8a0 at the offset 0x527.
  2034. grub-install: info: relocating an R_X86_64_64 entry to 0x29f5 at the offset 0x545.
  2035. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x57a.
  2036. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x5ac.
  2037. grub-install: info: relocating an R_X86_64_64 entry to 0x29f5 at the offset 0x5cd.
  2038. grub-install: info: relocating an R_X86_64_64 entry to 0x9c3b at the offset 0x5fa.
  2039. grub-install: info: relocating an R_X86_64_64 entry to 0x896d at the offset 0x60c.
  2040. grub-install: info: relocating an R_X86_64_64 entry to 0xc698 at the offset 0x638.
  2041. grub-install: info: relocating an R_X86_64_64 entry to 0x9c9 at the offset 0x642.
  2042. grub-install: info: relocating an R_X86_64_64 entry to 0xc690 at the offset 0x66d.
  2043. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a0 at the offset 0x694.
  2044. grub-install: info: relocating an R_X86_64_64 entry to 0xb520 at the offset 0x6c0.
  2045. grub-install: info: relocating an R_X86_64_64 entry to 0x1c5f at the offset 0x6cf.
  2046. grub-install: info: relocating an R_X86_64_64 entry to 0x2355 at the offset 0x6fd.
  2047. grub-install: info: relocating an R_X86_64_64 entry to 0x8a0 at the offset 0x722.
  2048. grub-install: info: relocating an R_X86_64_64 entry to 0xb520 at the offset 0x73b.
  2049. grub-install: info: relocating an R_X86_64_64 entry to 0x1d5a at the offset 0x749.
  2050. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x767.
  2051. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x780.
  2052. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x7c6.
  2053. grub-install: info: relocating an R_X86_64_64 entry to 0x9c3f at the offset 0x7eb.
  2054. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0x7f5.
  2055. grub-install: info: relocating an R_X86_64_64 entry to 0x9c53 at the offset 0x804.
  2056. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x810.
  2057. grub-install: info: relocating an R_X86_64_64 entry to 0x9c66 at the offset 0x824.
  2058. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0x82e.
  2059. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x838.
  2060. grub-install: info: relocating an R_X86_64_64 entry to 0x9c53 at the offset 0x84a.
  2061. grub-install: info: relocating an R_X86_64_64 entry to 0x81c5 at the offset 0x880.
  2062. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x88f.
  2063. grub-install: info: relocating an R_X86_64_64 entry to 0x9c72 at the offset 0x8a5.
  2064. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x8b6.
  2065. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x8c1.
  2066. grub-install: info: relocating an R_X86_64_64 entry to 0xc690 at the offset 0x8ec.
  2067. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a0 at the offset 0x8fb.
  2068. grub-install: info: relocating an R_X86_64_64 entry to 0xc698 at the offset 0x90a.
  2069. grub-install: info: relocating an R_X86_64_64 entry to 0x8da at the offset 0x917.
  2070. grub-install: info: relocating an R_X86_64_64 entry to 0x9c80 at the offset 0x933.
  2071. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x944.
  2072. grub-install: info: relocating an R_X86_64_64 entry to 0x9c8f at the offset 0x958.
  2073. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0x965.
  2074. grub-install: info: relocating an R_X86_64_64 entry to 0x9c53 at the offset 0x977.
  2075. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x981.
  2076. grub-install: info: relocating an R_X86_64_64 entry to 0x9cbb at the offset 0x9d4.
  2077. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x9e5.
  2078. grub-install: info: relocating an R_X86_64_64 entry to 0x9cd2 at the offset 0xa18.
  2079. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0xa22.
  2080. grub-install: info: relocating an R_X86_64_64 entry to 0x9c53 at the offset 0xa31.
  2081. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0xa3b.
  2082. grub-install: info: relocating an R_X86_64_64 entry to 0xc690 at the offset 0xa55.
  2083. grub-install: info: relocating an R_X86_64_64 entry to 0xc698 at the offset 0xa61.
  2084. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a0 at the offset 0xa6c.
  2085. grub-install: info: relocating an R_X86_64_64 entry to 0x8fa at the offset 0xa77.
  2086. grub-install: info: relocating an R_X86_64_64 entry to 0xb4e0 at the offset 0xaa4.
  2087. grub-install: info: relocating an R_X86_64_64 entry to 0x4eb5 at the offset 0xab6.
  2088. grub-install: info: relocating an R_X86_64_64 entry to 0xc698 at the offset 0xaea.
  2089. grub-install: info: relocating an R_X86_64_64 entry to 0x9ce8 at the offset 0xaff.
  2090. grub-install: info: relocating an R_X86_64_64 entry to 0x896d at the offset 0xb13.
  2091. grub-install: info: relocating an R_X86_64_64 entry to 0x9ced at the offset 0xb25.
  2092. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0xb2f.
  2093. grub-install: info: relocating an R_X86_64_64 entry to 0x9c53 at the offset 0xb3e.
  2094. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0xb48.
  2095. grub-install: info: relocating an R_X86_64_64 entry to 0xc690 at the offset 0xb77.
  2096. grub-install: info: relocating an R_X86_64_64 entry to 0x9cfb at the offset 0xb8c.
  2097. grub-install: info: relocating an R_X86_64_64 entry to 0x896d at the offset 0xba0.
  2098. grub-install: info: relocating an R_X86_64_64 entry to 0x9ced at the offset 0xbb2.
  2099. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0xbbc.
  2100. grub-install: info: relocating an R_X86_64_64 entry to 0x9c53 at the offset 0xbcb.
  2101. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0xbd5.
  2102. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a0 at the offset 0xc00.
  2103. grub-install: info: relocating an R_X86_64_64 entry to 0x9d00 at the offset 0xc15.
  2104. grub-install: info: relocating an R_X86_64_64 entry to 0x896d at the offset 0xc29.
  2105. grub-install: info: relocating an R_X86_64_64 entry to 0x9ced at the offset 0xc3b.
  2106. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0xc45.
  2107. grub-install: info: relocating an R_X86_64_64 entry to 0x9c53 at the offset 0xc54.
  2108. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0xc5e.
  2109. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0xca5.
  2110. grub-install: info: relocating an R_X86_64_64 entry to 0x9d05 at the offset 0xcb1.
  2111. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0xcbe.
  2112. grub-install: info: relocating an R_X86_64_64 entry to 0x9c53 at the offset 0xcdb.
  2113. grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0xd09.
  2114. grub-install: info: relocating an R_X86_64_64 entry to 0x9d39 at the offset 0xd24.
  2115. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0xd3d.
  2116. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0xd7f.
  2117. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0xd9c.
  2118. grub-install: info: relocating an R_X86_64_64 entry to 0x1152 at the offset 0xdb2.
  2119. grub-install: info: relocating an R_X86_64_64 entry to 0x29f5 at the offset 0xdd8.
  2120. grub-install: info: relocating an R_X86_64_64 entry to 0x8a0 at the offset 0xde2.
  2121. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0xe20.
  2122. grub-install: info: relocating an R_X86_64_64 entry to 0x91d0 at the offset 0xe7a.
  2123. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0xe9d.
  2124. grub-install: info: relocating an R_X86_64_64 entry to 0x9d61 at the offset 0xea9.
  2125. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0xeb6.
  2126. grub-install: info: relocating an R_X86_64_64 entry to 0x9c53 at the offset 0xed3.
  2127. grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0xf01.
  2128. grub-install: info: relocating an R_X86_64_64 entry to 0x9d93 at the offset 0xf1c.
  2129. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0xf35.
  2130. grub-install: info: relocating an R_X86_64_64 entry to 0xe51 at the offset 0xf4e.
  2131. grub-install: info: relocating an R_X86_64_64 entry to 0xe430 at the offset 0xf62.
  2132. grub-install: info: relocating an R_X86_64_64 entry to 0xaba at the offset 0xf6c.
  2133. grub-install: info: relocating an R_X86_64_64 entry to 0x11ae at the offset 0xf87.
  2134. grub-install: info: relocating an R_X86_64_64 entry to 0xc698 at the offset 0xfee.
  2135. grub-install: info: relocating an R_X86_64_64 entry to 0x91b at the offset 0xff8.
  2136. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a0 at the offset 0x1004.
  2137. grub-install: info: relocating an R_X86_64_64 entry to 0x7a0c at the offset 0x109d.
  2138. grub-install: info: relocating an R_X86_64_64 entry to 0x11ae at the offset 0x10b3.
  2139. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a0 at the offset 0x1106.
  2140. grub-install: info: relocating an R_X86_64_64 entry to 0xc698 at the offset 0x1115.
  2141. grub-install: info: relocating an R_X86_64_64 entry to 0x91b at the offset 0x111f.
  2142. grub-install: info: relocating an R_X86_64_64 entry to 0x8fa at the offset 0x113b.
  2143. grub-install: info: relocating an R_X86_64_64 entry to 0xb4e0 at the offset 0x1147.
  2144. grub-install: info: relocating an R_X86_64_64 entry to 0x4ea0 at the offset 0x1151.
  2145. grub-install: info: relocating an R_X86_64_64 entry to 0xc690 at the offset 0x116a.
  2146. grub-install: info: relocating an R_X86_64_64 entry to 0xaba at the offset 0x11cd.
  2147. grub-install: info: relocating an R_X86_64_64 entry to 0x1152 at the offset 0x11d7.
  2148. grub-install: info: relocating an R_X86_64_64 entry to 0x8a0 at the offset 0x1204.
  2149. grub-install: info: relocating an R_X86_64_64 entry to 0x29f5 at the offset 0x1225.
  2150. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x1238.
  2151. grub-install: info: relocating an R_X86_64_64 entry to 0x8fa at the offset 0x12ac.
  2152. grub-install: info: relocating an R_X86_64_64 entry to 0x2355 at the offset 0x12d0.
  2153. grub-install: info: relocating an R_X86_64_64 entry to 0x8a0 at the offset 0x12f6.
  2154. grub-install: info: relocating an R_X86_64_64 entry to 0x1152 at the offset 0x132c.
  2155. grub-install: info: relocating an R_X86_64_64 entry to 0xa34 at the offset 0x1383.
  2156. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x1396.
  2157. grub-install: info: relocating an R_X86_64_64 entry to 0x4f8a at the offset 0x13ae.
  2158. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x13c0.
  2159. grub-install: info: relocating an R_X86_64_64 entry to 0x55c0 at the offset 0x13f0.
  2160. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x140a.
  2161. grub-install: info: relocating an R_X86_64_64 entry to 0x1239 at the offset 0x141d.
  2162. grub-install: info: relocating an R_X86_64_64 entry to 0x9164 at the offset 0x142a.
  2163. grub-install: info: relocating an R_X86_64_64 entry to 0x4ee6 at the offset 0x1443.
  2164. grub-install: info: relocating an R_X86_64_64 entry to 0x9db9 at the offset 0x1457.
  2165. grub-install: info: relocating an R_X86_64_64 entry to 0x8a4d at the offset 0x1461.
  2166. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x1479.
  2167. grub-install: info: relocating an R_X86_64_64 entry to 0x4ee6 at the offset 0x1492.
  2168. grub-install: info: relocating an R_X86_64_64 entry to 0xa34 at the offset 0x14ad.
  2169. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x14c6.
  2170. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x15ec.
  2171. grub-install: info: relocating an R_X86_64_64 entry to 0x9dbf at the offset 0x1645.
  2172. grub-install: info: relocating an R_X86_64_64 entry to 0x9e00 at the offset 0x1664.
  2173. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x1670.
  2174. grub-install: info: relocating an R_X86_64_64 entry to 0x9e02 at the offset 0x1684.
  2175. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x181f.
  2176. grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x1832.
  2177. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x1868.
  2178. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x18a5.
  2179. grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x18c3.
  2180. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x18ec.
  2181. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x192d.
  2182. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x1963.
  2183. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e8 at the offset 0x1981.
  2184. grub-install: info: relocating an R_X86_64_64 entry to 0x47c at the offset 0x1999.
  2185. grub-install: info: relocating an R_X86_64_64 entry to 0x1c16 at the offset 0x19bf.
  2186. grub-install: info: relocating an R_X86_64_64 entry to 0xb530 at the offset 0x19c9.
  2187. grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x19f9.
  2188. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x1a24.
  2189. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x1a41.
  2190. grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x1a59.
  2191. grub-install: info: relocating an R_X86_64_64 entry to 0xb540 at the offset 0x1a6a.
  2192. grub-install: info: relocating an R_X86_64_64 entry to 0x1d5a at the offset 0x1a74.
  2193. grub-install: info: relocating an R_X86_64_64 entry to 0x2b82 at the offset 0x1a81.
  2194. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x1a8d.
  2195. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e8 at the offset 0x1aa9.
  2196. grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x1ab6.
  2197. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x1ac7.
  2198. grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x1aec.
  2199. grub-install: info: relocating an R_X86_64_64 entry to 0x9e08 at the offset 0x1afe.
  2200. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x1b0f.
  2201. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x1b24.
  2202. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x1b4b.
  2203. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x1b59.
  2204. grub-install: info: relocating an R_X86_64_64 entry to 0x1a98 at the offset 0x1b78.
  2205. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x1b8a.
  2206. grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1bad.
  2207. grub-install: info: relocating an R_X86_64_64 entry to 0x9e27 at the offset 0x1bc9.
  2208. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x1be1.
  2209. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x1bfb.
  2210. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x1c05.
  2211. grub-install: info: relocating an R_X86_64_64 entry to 0x1a98 at the offset 0x1c5c.
  2212. grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1c66.
  2213. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x1c78.
  2214. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x1cb7.
  2215. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x1ce4.
  2216. grub-install: info: relocating an R_X86_64_64 entry to 0x9e47 at the offset 0x1d1b.
  2217. grub-install: info: relocating an R_X86_64_64 entry to 0x1ff7 at the offset 0x1d27.
  2218. grub-install: info: relocating an R_X86_64_64 entry to 0x9e52 at the offset 0x1da0.
  2219. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x1dcf.
  2220. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e8 at the offset 0x1dee.
  2221. grub-install: info: relocating an R_X86_64_64 entry to 0x1e63 at the offset 0x1e01.
  2222. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x1e1f.
  2223. grub-install: info: relocating an R_X86_64_64 entry to 0x9e5c at the offset 0x1e3c.
  2224. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x1ed3.
  2225. grub-install: info: relocating an R_X86_64_64 entry to 0x18dd at the offset 0x1eea.
  2226. grub-install: info: relocating an R_X86_64_64 entry to 0xb550 at the offset 0x1f5c.
  2227. grub-install: info: relocating an R_X86_64_64 entry to 0x1d5a at the offset 0x1f66.
  2228. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x1f7b.
  2229. grub-install: info: relocating an R_X86_64_64 entry to 0x9e61 at the offset 0x1fd4.
  2230. grub-install: info: relocating an R_X86_64_64 entry to 0x9e6d at the offset 0x1fe2.
  2231. grub-install: info: relocating an R_X86_64_64 entry to 0x9e77 at the offset 0x1ff5.
  2232. grub-install: info: relocating an R_X86_64_64 entry to 0x9a00 at the offset 0x200e.
  2233. grub-install: info: relocating an R_X86_64_64 entry to 0x9e88 at the offset 0x2023.
  2234. grub-install: info: relocating an R_X86_64_64 entry to 0x9e94 at the offset 0x2036.
  2235. grub-install: info: relocating an R_X86_64_64 entry to 0x9ea0 at the offset 0x204d.
  2236. grub-install: info: relocating an R_X86_64_64 entry to 0x9eb4 at the offset 0x2062.
  2237. grub-install: info: relocating an R_X86_64_64 entry to 0x9ebd at the offset 0x2074.
  2238. grub-install: info: relocating an R_X86_64_64 entry to 0x9ec7 at the offset 0x2083.
  2239. grub-install: info: relocating an R_X86_64_64 entry to 0x9efa at the offset 0x209c.
  2240. grub-install: info: relocating an R_X86_64_64 entry to 0x9ed6 at the offset 0x20b4.
  2241. grub-install: info: relocating an R_X86_64_64 entry to 0x9ee3 at the offset 0x20c9.
  2242. grub-install: info: relocating an R_X86_64_64 entry to 0x9eea at the offset 0x20de.
  2243. grub-install: info: relocating an R_X86_64_64 entry to 0x9eee at the offset 0x20f2.
  2244. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x2104.
  2245. grub-install: info: relocating an R_X86_64_64 entry to 0x9eea at the offset 0x211e.
  2246. grub-install: info: relocating an R_X86_64_64 entry to 0x9eee at the offset 0x2134.
  2247. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x2147.
  2248. grub-install: info: relocating an R_X86_64_64 entry to 0x9ef2 at the offset 0x2176.
  2249. grub-install: info: relocating an R_X86_64_64 entry to 0x9ef6 at the offset 0x21a1.
  2250. grub-install: info: relocating an R_X86_64_64 entry to 0x9a28 at the offset 0x21be.
  2251. grub-install: info: relocating an R_X86_64_64 entry to 0x9f0b at the offset 0x21d3.
  2252. grub-install: info: relocating an R_X86_64_64 entry to 0x9f1c at the offset 0x21ee.
  2253. grub-install: info: relocating an R_X86_64_64 entry to 0x9f29 at the offset 0x2205.
  2254. grub-install: info: relocating an R_X86_64_64 entry to 0x9f42 at the offset 0x221c.
  2255. grub-install: info: relocating an R_X86_64_64 entry to 0x9f4e at the offset 0x2237.
  2256. grub-install: info: relocating an R_X86_64_64 entry to 0x9f5a at the offset 0x224e.
  2257. grub-install: info: relocating an R_X86_64_64 entry to 0x9f74 at the offset 0x2272.
  2258. grub-install: info: relocating an R_X86_64_64 entry to 0x9f7d at the offset 0x2289.
  2259. grub-install: info: relocating an R_X86_64_64 entry to 0x9fa8 at the offset 0x22be.
  2260. grub-install: info: relocating an R_X86_64_64 entry to 0x9fd3 at the offset 0x230c.
  2261. grub-install: info: relocating an R_X86_64_64 entry to 0xa016 at the offset 0x2388.
  2262. grub-install: info: relocating an R_X86_64_64 entry to 0xa035 at the offset 0x23ab.
  2263. grub-install: info: relocating an R_X86_64_64 entry to 0xa04a at the offset 0x23cf.
  2264. grub-install: info: relocating an R_X86_64_64 entry to 0xa05a at the offset 0x23e9.
  2265. grub-install: info: relocating an R_X86_64_64 entry to 0xa064 at the offset 0x23f8.
  2266. grub-install: info: relocating an R_X86_64_64 entry to 0x9ab8 at the offset 0x2415.
  2267. grub-install: info: relocating an R_X86_64_64 entry to 0xa07a at the offset 0x242b.
  2268. grub-install: info: relocating an R_X86_64_64 entry to 0xa0b3 at the offset 0x247e.
  2269. grub-install: info: relocating an R_X86_64_64 entry to 0xa0c5 at the offset 0x2497.
  2270. grub-install: info: relocating an R_X86_64_64 entry to 0x19e8 at the offset 0x24a1.
  2271. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x24b6.
  2272. grub-install: info: relocating an R_X86_64_64 entry to 0x18dd at the offset 0x24e3.
  2273. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x24f5.
  2274. grub-install: info: relocating an R_X86_64_64 entry to 0xa0cb at the offset 0x2502.
  2275. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x2513.
  2276. grub-install: info: relocating an R_X86_64_64 entry to 0xa0d5 at the offset 0x252c.
  2277. grub-install: info: relocating an R_X86_64_64 entry to 0xa111 at the offset 0x256b.
  2278. grub-install: info: relocating an R_X86_64_64 entry to 0xa133 at the offset 0x257b.
  2279. grub-install: info: relocating an R_X86_64_64 entry to 0xa123 at the offset 0x2593.
  2280. grub-install: info: relocating an R_X86_64_64 entry to 0xa144 at the offset 0x25b9.
  2281. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x25c6.
  2282. grub-install: info: relocating an R_X86_64_64 entry to 0x7a0c at the offset 0x260e.
  2283. grub-install: info: relocating an R_X86_64_64 entry to 0x21ea at the offset 0x2688.
  2284. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f0 at the offset 0x2694.
  2285. grub-install: info: relocating an R_X86_64_64 entry to 0x3927 at the offset 0x269e.
  2286. grub-install: info: relocating an R_X86_64_64 entry to 0x31e7 at the offset 0x26aa.
  2287. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x26b6.
  2288. grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x26d4.
  2289. grub-install: info: relocating an R_X86_64_64 entry to 0x134a at the offset 0x26e1.
  2290. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e8 at the offset 0x26ef.
  2291. grub-install: info: relocating an R_X86_64_64 entry to 0x1e63 at the offset 0x2704.
  2292. grub-install: info: relocating an R_X86_64_64 entry to 0x16cc at the offset 0x271c.
  2293. grub-install: info: relocating an R_X86_64_64 entry to 0x2289 at the offset 0x272c.
  2294. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f8 at the offset 0x2747.
  2295. grub-install: info: relocating an R_X86_64_64 entry to 0x7a99 at the offset 0x276b.
  2296. grub-install: info: relocating an R_X86_64_64 entry to 0xe51 at the offset 0x2785.
  2297. grub-install: info: relocating an R_X86_64_64 entry to 0x3a28 at the offset 0x2792.
  2298. grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x27bb.
  2299. grub-install: info: relocating an R_X86_64_64 entry to 0x6a2 at the offset 0x27e5.
  2300. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x2849.
  2301. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x285c.
  2302. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x28a6.
  2303. grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x28c3.
  2304. grub-install: info: relocating an R_X86_64_64 entry to 0x2c44 at the offset 0x2913.
  2305. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x2957.
  2306. grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x2976.
  2307. grub-install: info: relocating an R_X86_64_64 entry to 0x2c44 at the offset 0x29c5.
  2308. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x29e8.
  2309. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b8 at the offset 0x2a16.
  2310. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b0 at the offset 0x2a25.
  2311. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x2a32.
  2312. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b0 at the offset 0x2a45.
  2313. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x2a52.
  2314. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b8 at the offset 0x2a63.
  2315. grub-install: info: relocating an R_X86_64_64 entry to 0xc6c0 at the offset 0x2a76.
  2316. grub-install: info: relocating an R_X86_64_64 entry to 0xc6c8 at the offset 0x2a88.
  2317. grub-install: info: relocating an R_X86_64_64 entry to 0xc6d0 at the offset 0x2a9a.
  2318. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x2ac0.
  2319. grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x2ae2.
  2320. grub-install: info: relocating an R_X86_64_64 entry to 0x2de4 at the offset 0x2b1c.
  2321. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x2b46.
  2322. grub-install: info: relocating an R_X86_64_64 entry to 0x7a0c at the offset 0x2b7c.
  2323. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b0 at the offset 0x2b8c.
  2324. grub-install: info: relocating an R_X86_64_64 entry to 0xc6d0 at the offset 0x2b96.
  2325. grub-install: info: relocating an R_X86_64_64 entry to 0xc6c8 at the offset 0x2ba0.
  2326. grub-install: info: relocating an R_X86_64_64 entry to 0xc6c0 at the offset 0x2baa.
  2327. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b8 at the offset 0x2bb7.
  2328. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b8 at the offset 0x2bd2.
  2329. grub-install: info: relocating an R_X86_64_64 entry to 0xa176 at the offset 0x2be5.
  2330. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x2bf6.
  2331. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b8 at the offset 0x2c07.
  2332. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x2c14.
  2333. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b0 at the offset 0x2c23.
  2334. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x2c2e.
  2335. grub-install: info: relocating an R_X86_64_64 entry to 0xc6d0 at the offset 0x2c3d.
  2336. grub-install: info: relocating an R_X86_64_64 entry to 0xc6c8 at the offset 0x2c47.
  2337. grub-install: info: relocating an R_X86_64_64 entry to 0xc6c0 at the offset 0x2c51.
  2338. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b8 at the offset 0x2c5e.
  2339. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b0 at the offset 0x2c6f.
  2340. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x2c79.
  2341. grub-install: info: relocating an R_X86_64_64 entry to 0xa159 at the offset 0x2c88.
  2342. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x2c97.
  2343. grub-install: info: relocating an R_X86_64_64 entry to 0xc6c0 at the offset 0x2cac.
  2344. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e8 at the offset 0x2cb9.
  2345. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x2cc6.
  2346. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b0 at the offset 0x2ce4.
  2347. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x2cee.
  2348. grub-install: info: relocating an R_X86_64_64 entry to 0xa195 at the offset 0x2cff.
  2349. grub-install: info: relocating an R_X86_64_64 entry to 0xa1b5 at the offset 0x2d10.
  2350. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x2d1c.
  2351. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x2d34.
  2352. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b8 at the offset 0x2d40.
  2353. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b8 at the offset 0x2d53.
  2354. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b0 at the offset 0x2d63.
  2355. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x2d70.
  2356. grub-install: info: relocating an R_X86_64_64 entry to 0xc6c0 at the offset 0x2d81.
  2357. grub-install: info: relocating an R_X86_64_64 entry to 0xc6c8 at the offset 0x2d93.
  2358. grub-install: info: relocating an R_X86_64_64 entry to 0xc6d0 at the offset 0x2da5.
  2359. grub-install: info: relocating an R_X86_64_64 entry to 0x2b9c at the offset 0x2dc1.
  2360. grub-install: info: relocating an R_X86_64_64 entry to 0x5d3 at the offset 0x2dcb.
  2361. grub-install: info: relocating an R_X86_64_64 entry to 0x2c6e at the offset 0x2df9.
  2362. grub-install: info: relocating an R_X86_64_64 entry to 0xa1dd at the offset 0x2e12.
  2363. grub-install: info: relocating an R_X86_64_64 entry to 0x2de4 at the offset 0x2e3c.
  2364. grub-install: info: relocating an R_X86_64_64 entry to 0x2c44 at the offset 0x2e54.
  2365. grub-install: info: relocating an R_X86_64_64 entry to 0xa1f4 at the offset 0x2ea5.
  2366. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x2eb1.
  2367. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x2f17.
  2368. grub-install: info: relocating an R_X86_64_64 entry to 0x2c6e at the offset 0x3052.
  2369. grub-install: info: relocating an R_X86_64_64 entry to 0xa20a at the offset 0x306e.
  2370. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x3078.
  2371. grub-install: info: relocating an R_X86_64_64 entry to 0x3f86 at the offset 0x308a.
  2372. grub-install: info: relocating an R_X86_64_64 entry to 0xa23f at the offset 0x30aa.
  2373. grub-install: info: relocating an R_X86_64_64 entry to 0x2c44 at the offset 0x30c2.
  2374. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x30dd.
  2375. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x30f8.
  2376. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x323a.
  2377. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3252.
  2378. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x3269.
  2379. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x3278.
  2380. grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x3298.
  2381. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x32a9.
  2382. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x32b7.
  2383. grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x32ed.
  2384. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x3311.
  2385. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x3323.
  2386. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x3343.
  2387. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x3352.
  2388. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x336a.
  2389. grub-install: info: relocating an R_X86_64_64 entry to 0x3741 at the offset 0x337a.
  2390. grub-install: info: relocating an R_X86_64_64 entry to 0x1db8 at the offset 0x3388.
  2391. grub-install: info: relocating an R_X86_64_64 entry to 0x1db8 at the offset 0x339c.
  2392. grub-install: info: relocating an R_X86_64_64 entry to 0x3741 at the offset 0x33b0.
  2393. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x33c5.
  2394. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x33d6.
  2395. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e9 at the offset 0x33ff.
  2396. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e8 at the offset 0x340a.
  2397. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x341e.
  2398. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x342c.
  2399. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x3441.
  2400. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3454.
  2401. grub-install: info: relocating an R_X86_64_64 entry to 0x9ae0 at the offset 0x34af.
  2402. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x34c4.
  2403. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x34d5.
  2404. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x34e2.
  2405. grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x3509.
  2406. grub-install: info: relocating an R_X86_64_64 entry to 0x1db8 at the offset 0x352f.
  2407. grub-install: info: relocating an R_X86_64_64 entry to 0xa251 at the offset 0x3540.
  2408. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x354f.
  2409. grub-install: info: relocating an R_X86_64_64 entry to 0x18540 at the offset 0x355b.
  2410. grub-install: info: relocating an R_X86_64_64 entry to 0xb560 at the offset 0x356b.
  2411. grub-install: info: relocating an R_X86_64_64 entry to 0x18550 at the offset 0x3575.
  2412. grub-install: info: relocating an R_X86_64_64 entry to 0xb578 at the offset 0x3581.
  2413. grub-install: info: relocating an R_X86_64_64 entry to 0xb560 at the offset 0x3590.
  2414. grub-install: info: relocating an R_X86_64_64 entry to 0x18540 at the offset 0x359a.
  2415. grub-install: info: relocating an R_X86_64_64 entry to 0x7276 at the offset 0x35a4.
  2416. grub-install: info: relocating an R_X86_64_64 entry to 0xb560 at the offset 0x35b2.
  2417. grub-install: info: relocating an R_X86_64_64 entry to 0x18548 at the offset 0x35c2.
  2418. grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x35d2.
  2419. grub-install: info: relocating an R_X86_64_64 entry to 0x18538 at the offset 0x35dc.
  2420. grub-install: info: relocating an R_X86_64_64 entry to 0xb5b8 at the offset 0x35e8.
  2421. grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x35f7.
  2422. grub-install: info: relocating an R_X86_64_64 entry to 0x18548 at the offset 0x3601.
  2423. grub-install: info: relocating an R_X86_64_64 entry to 0x7276 at the offset 0x360c.
  2424. grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x3618.
  2425. grub-install: info: relocating an R_X86_64_64 entry to 0x7290 at the offset 0x362b.
  2426. grub-install: info: relocating an R_X86_64_64 entry to 0xb560 at the offset 0x3635.
  2427. grub-install: info: relocating an R_X86_64_64 entry to 0xb560 at the offset 0x3641.
  2428. grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x364d.
  2429. grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x365c.
  2430. grub-install: info: relocating an R_X86_64_64 entry to 0xc6d8 at the offset 0x3679.
  2431. grub-install: info: relocating an R_X86_64_64 entry to 0xe400 at the offset 0x3686.
  2432. grub-install: info: relocating an R_X86_64_64 entry to 0xc6d8 at the offset 0x36ea.
  2433. grub-install: info: relocating an R_X86_64_64 entry to 0x7cd7 at the offset 0x3730.
  2434. grub-install: info: relocating an R_X86_64_64 entry to 0xe400 at the offset 0x3749.
  2435. grub-install: info: relocating an R_X86_64_64 entry to 0x3a67 at the offset 0x3753.
  2436. grub-install: info: relocating an R_X86_64_64 entry to 0x4187 at the offset 0x375d.
  2437. grub-install: info: relocating an R_X86_64_64 entry to 0xa26e at the offset 0x3769.
  2438. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x3775.
  2439. grub-install: info: relocating an R_X86_64_64 entry to 0xa27b at the offset 0x378b.
  2440. grub-install: info: relocating an R_X86_64_64 entry to 0xe408 at the offset 0x379a.
  2441. grub-install: info: relocating an R_X86_64_64 entry to 0xa290 at the offset 0x37c9.
  2442. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x37d5.
  2443. grub-install: info: relocating an R_X86_64_64 entry to 0xa2a2 at the offset 0x37ea.
  2444. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x37f6.
  2445. grub-install: info: relocating an R_X86_64_64 entry to 0xa2c3 at the offset 0x3805.
  2446. grub-install: info: relocating an R_X86_64_64 entry to 0xe408 at the offset 0x382b.
  2447. grub-install: info: relocating an R_X86_64_64 entry to 0xe408 at the offset 0x3870.
  2448. grub-install: info: relocating an R_X86_64_64 entry to 0xa2db at the offset 0x38b9.
  2449. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x38c5.
  2450. grub-install: info: relocating an R_X86_64_64 entry to 0xa2ec at the offset 0x38de.
  2451. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x38ea.
  2452. grub-install: info: relocating an R_X86_64_64 entry to 0x4e56 at the offset 0x39e9.
  2453. grub-install: info: relocating an R_X86_64_64 entry to 0xa30d at the offset 0x3a00.
  2454. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x3a11.
  2455. grub-install: info: relocating an R_X86_64_64 entry to 0x3c27 at the offset 0x3a2a.
  2456. grub-install: info: relocating an R_X86_64_64 entry to 0x3c27 at the offset 0x3a3f.
  2457. grub-install: info: relocating an R_X86_64_64 entry to 0x7baf at the offset 0x3a5f.
  2458. grub-install: info: relocating an R_X86_64_64 entry to 0x3b7f at the offset 0x3a7f.
  2459. grub-install: info: relocating an R_X86_64_64 entry to 0xa2ec at the offset 0x3ace.
  2460. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x3ada.
  2461. grub-install: info: relocating an R_X86_64_64 entry to 0xe408 at the offset 0x3bb4.
  2462. grub-install: info: relocating an R_X86_64_64 entry to 0xe408 at the offset 0x3bc1.
  2463. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x3c22.
  2464. grub-install: info: relocating an R_X86_64_64 entry to 0xe408 at the offset 0x3c8b.
  2465. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x3cd7.
  2466. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x3cf0.
  2467. grub-install: info: relocating an R_X86_64_64 entry to 0x3b7f at the offset 0x3d05.
  2468. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x3d30.
  2469. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x3d52.
  2470. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x3d65.
  2471. grub-install: info: relocating an R_X86_64_64 entry to 0xc6e0 at the offset 0x3d7d.
  2472. grub-install: info: relocating an R_X86_64_64 entry to 0xc6e0 at the offset 0x3d8c.
  2473. grub-install: info: relocating an R_X86_64_64 entry to 0x417b at the offset 0x3d9d.
  2474. grub-install: info: relocating an R_X86_64_64 entry to 0x3e36 at the offset 0x3dc2.
  2475. grub-install: info: relocating an R_X86_64_64 entry to 0xa31b at the offset 0x3e0a.
  2476. grub-install: info: relocating an R_X86_64_64 entry to 0xe410 at the offset 0x3e23.
  2477. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x3e3e.
  2478. grub-install: info: relocating an R_X86_64_64 entry to 0x7290 at the offset 0x3ecd.
  2479. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x3edc.
  2480. grub-install: info: relocating an R_X86_64_64 entry to 0xa31e at the offset 0x3eed.
  2481. grub-install: info: relocating an R_X86_64_64 entry to 0xa31c at the offset 0x3ef7.
  2482. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x3f04.
  2483. grub-install: info: relocating an R_X86_64_64 entry to 0xa31f at the offset 0x3f0e.
  2484. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x3f28.
  2485. grub-install: info: relocating an R_X86_64_64 entry to 0xa325 at the offset 0x3f32.
  2486. grub-install: info: relocating an R_X86_64_64 entry to 0x4322 at the offset 0x3f51.
  2487. grub-install: info: relocating an R_X86_64_64 entry to 0x49da at the offset 0x3f5b.
  2488. grub-install: info: relocating an R_X86_64_64 entry to 0xa333 at the offset 0x3f67.
  2489. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e0 at the offset 0x3f71.
  2490. grub-install: info: relocating an R_X86_64_64 entry to 0x98f7 at the offset 0x3f7d.
  2491. grub-install: info: relocating an R_X86_64_64 entry to 0x69dd at the offset 0x3f94.
  2492. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x3fa3.
  2493. grub-install: info: relocating an R_X86_64_64 entry to 0x47bb at the offset 0x3fb9.
  2494. grub-install: info: relocating an R_X86_64_64 entry to 0x7033 at the offset 0x3fd4.
  2495. grub-install: info: relocating an R_X86_64_64 entry to 0x7a83 at the offset 0x3fec.
  2496. grub-install: info: relocating an R_X86_64_64 entry to 0xa335 at the offset 0x400f.
  2497. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4020.
  2498. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x4031.
  2499. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x4041.
  2500. grub-install: info: relocating an R_X86_64_64 entry to 0xa32b at the offset 0x4057.
  2501. grub-install: info: relocating an R_X86_64_64 entry to 0xa346 at the offset 0x4064.
  2502. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x4070.
  2503. grub-install: info: relocating an R_X86_64_64 entry to 0x42e7 at the offset 0x4085.
  2504. grub-install: info: relocating an R_X86_64_64 entry to 0xa333 at the offset 0x4097.
  2505. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e0 at the offset 0x40a1.
  2506. grub-install: info: relocating an R_X86_64_64 entry to 0x98f7 at the offset 0x40ad.
  2507. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x40be.
  2508. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x40c9.
  2509. grub-install: info: relocating an R_X86_64_64 entry to 0x4899 at the offset 0x40d8.
  2510. grub-install: info: relocating an R_X86_64_64 entry to 0xa35f at the offset 0x40f2.
  2511. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4103.
  2512. grub-install: info: relocating an R_X86_64_64 entry to 0x621a at the offset 0x4121.
  2513. grub-install: info: relocating an R_X86_64_64 entry to 0x631d at the offset 0x412d.
  2514. grub-install: info: relocating an R_X86_64_64 entry to 0x5792 at the offset 0x4141.
  2515. grub-install: info: relocating an R_X86_64_64 entry to 0xa35f at the offset 0x4155.
  2516. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4166.
  2517. grub-install: info: relocating an R_X86_64_64 entry to 0x6618 at the offset 0x4173.
  2518. grub-install: info: relocating an R_X86_64_64 entry to 0x669c at the offset 0x418d.
  2519. grub-install: info: relocating an R_X86_64_64 entry to 0x65ea at the offset 0x4197.
  2520. grub-install: info: relocating an R_X86_64_64 entry to 0xa375 at the offset 0x41b3.
  2521. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x41bf.
  2522. grub-install: info: relocating an R_X86_64_64 entry to 0x7a83 at the offset 0x41de.
  2523. grub-install: info: relocating an R_X86_64_64 entry to 0xa37c at the offset 0x41f8.
  2524. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4209.
  2525. grub-install: info: relocating an R_X86_64_64 entry to 0x64bc at the offset 0x421f.
  2526. grub-install: info: relocating an R_X86_64_64 entry to 0xa38e at the offset 0x4238.
  2527. grub-install: info: relocating an R_X86_64_64 entry to 0xa3ab at the offset 0x4242.
  2528. grub-install: info: relocating an R_X86_64_64 entry to 0x4584 at the offset 0x424c.
  2529. grub-install: info: relocating an R_X86_64_64 entry to 0xa3ba at the offset 0x4256.
  2530. grub-install: info: relocating an R_X86_64_64 entry to 0x41be at the offset 0x4260.
  2531. grub-install: info: relocating an R_X86_64_64 entry to 0x41be at the offset 0x4278.
  2532. grub-install: info: relocating an R_X86_64_64 entry to 0xa3be at the offset 0x4285.
  2533. grub-install: info: relocating an R_X86_64_64 entry to 0xa3de at the offset 0x428f.
  2534. grub-install: info: relocating an R_X86_64_64 entry to 0x454f at the offset 0x4299.
  2535. grub-install: info: relocating an R_X86_64_64 entry to 0xa3e5 at the offset 0x42a3.
  2536. grub-install: info: relocating an R_X86_64_64 entry to 0xa3eb at the offset 0x42b2.
  2537. grub-install: info: relocating an R_X86_64_64 entry to 0xa402 at the offset 0x42bc.
  2538. grub-install: info: relocating an R_X86_64_64 entry to 0x4342 at the offset 0x42c6.
  2539. grub-install: info: relocating an R_X86_64_64 entry to 0xa408 at the offset 0x42d0.
  2540. grub-install: info: relocating an R_X86_64_64 entry to 0xa40b at the offset 0x42e2.
  2541. grub-install: info: relocating an R_X86_64_64 entry to 0xa41c at the offset 0x42ed.
  2542. grub-install: info: relocating an R_X86_64_64 entry to 0x44ec at the offset 0x42f7.
  2543. grub-install: info: relocating an R_X86_64_64 entry to 0xa423 at the offset 0x4301.
  2544. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x4313.
  2545. grub-install: info: relocating an R_X86_64_64 entry to 0x91d0 at the offset 0x433a.
  2546. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4351.
  2547. grub-install: info: relocating an R_X86_64_64 entry to 0xa42a at the offset 0x4366.
  2548. grub-install: info: relocating an R_X86_64_64 entry to 0x8a4d at the offset 0x4372.
  2549. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4385.
  2550. grub-install: info: relocating an R_X86_64_64 entry to 0xa430 at the offset 0x43c8.
  2551. grub-install: info: relocating an R_X86_64_64 entry to 0x65ea at the offset 0x43d2.
  2552. grub-install: info: relocating an R_X86_64_64 entry to 0xa430 at the offset 0x43eb.
  2553. grub-install: info: relocating an R_X86_64_64 entry to 0xa435 at the offset 0x43f5.
  2554. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4406.
  2555. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x441b.
  2556. grub-install: info: relocating an R_X86_64_64 entry to 0x4f8a at the offset 0x443a.
  2557. grub-install: info: relocating an R_X86_64_64 entry to 0xc6e8 at the offset 0x444e.
  2558. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x4460.
  2559. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4488.
  2560. grub-install: info: relocating an R_X86_64_64 entry to 0x4ee6 at the offset 0x44a9.
  2561. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x44c1.
  2562. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x44d6.
  2563. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x44e1.
  2564. grub-install: info: relocating an R_X86_64_64 entry to 0x47bb at the offset 0x4514.
  2565. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x452c.
  2566. grub-install: info: relocating an R_X86_64_64 entry to 0x470c at the offset 0x4546.
  2567. grub-install: info: relocating an R_X86_64_64 entry to 0x9164 at the offset 0x4558.
  2568. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4565.
  2569. grub-install: info: relocating an R_X86_64_64 entry to 0x4899 at the offset 0x4574.
  2570. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x4585.
  2571. grub-install: info: relocating an R_X86_64_64 entry to 0x4899 at the offset 0x45c4.
  2572. grub-install: info: relocating an R_X86_64_64 entry to 0xe438 at the offset 0x45f7.
  2573. grub-install: info: relocating an R_X86_64_64 entry to 0x48ed at the offset 0x461c.
  2574. grub-install: info: relocating an R_X86_64_64 entry to 0xe440 at the offset 0x4675.
  2575. grub-install: info: relocating an R_X86_64_64 entry to 0xe440 at the offset 0x46d3.
  2576. grub-install: info: relocating an R_X86_64_64 entry to 0xe440 at the offset 0x4704.
  2577. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4744.
  2578. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x4776.
  2579. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x478a.
  2580. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x47a1.
  2581. grub-install: info: relocating an R_X86_64_64 entry to 0x4a48 at the offset 0x47f0.
  2582. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x480d.
  2583. grub-install: info: relocating an R_X86_64_64 entry to 0x4aa6 at the offset 0x4827.
  2584. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x483d.
  2585. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x48a9.
  2586. grub-install: info: relocating an R_X86_64_64 entry to 0x4afd at the offset 0x48c6.
  2587. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x48d5.
  2588. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x48e9.
  2589. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x4903.
  2590. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x4951.
  2591. grub-install: info: relocating an R_X86_64_64 entry to 0x684a at the offset 0x499d.
  2592. grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x49a9.
  2593. grub-install: info: relocating an R_X86_64_64 entry to 0xa44d at the offset 0x49b6.
  2594. grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x49c0.
  2595. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x49d1.
  2596. grub-install: info: relocating an R_X86_64_64 entry to 0x68d6 at the offset 0x49de.
  2597. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x49ef.
  2598. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x4a08.
  2599. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4a5a.
  2600. grub-install: info: relocating an R_X86_64_64 entry to 0x183c8 at the offset 0x4a65.
  2601. grub-install: info: relocating an R_X86_64_64 entry to 0xe440 at the offset 0x4a70.
  2602. grub-install: info: relocating an R_X86_64_64 entry to 0xe438 at the offset 0x4aa2.
  2603. grub-install: info: relocating an R_X86_64_64 entry to 0xe438 at the offset 0x4ab7.
  2604. grub-install: info: relocating an R_X86_64_64 entry to 0xe438 at the offset 0x4ac1.
  2605. grub-install: info: relocating an R_X86_64_64 entry to 0xa46e at the offset 0x4aec.
  2606. grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4af6.
  2607. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x4b05.
  2608. grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4b17.
  2609. grub-install: info: relocating an R_X86_64_64 entry to 0x417b at the offset 0x4b3b.
  2610. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4b45.
  2611. grub-install: info: relocating an R_X86_64_64 entry to 0xc6f0 at the offset 0x4b51.
  2612. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4b6c.
  2613. grub-install: info: relocating an R_X86_64_64 entry to 0xa47d at the offset 0x4b93.
  2614. grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4b9d.
  2615. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x4bae.
  2616. grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4bbf.
  2617. grub-install: info: relocating an R_X86_64_64 entry to 0x3e36 at the offset 0x4bd7.
  2618. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x4c2d.
  2619. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x4c55.
  2620. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x4c6a.
  2621. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x4c7e.
  2622. grub-install: info: relocating an R_X86_64_64 entry to 0xe438 at the offset 0x4c9d.
  2623. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x4ca7.
  2624. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x4cd7.
  2625. grub-install: info: relocating an R_X86_64_64 entry to 0xa48e at the offset 0x4cf0.
  2626. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4d03.
  2627. grub-install: info: relocating an R_X86_64_64 entry to 0x8fd0 at the offset 0x4d24.
  2628. grub-install: info: relocating an R_X86_64_64 entry to 0xa4bc at the offset 0x4d39.
  2629. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4d48.
  2630. grub-install: info: relocating an R_X86_64_64 entry to 0x417b at the offset 0x4d56.
  2631. grub-install: info: relocating an R_X86_64_64 entry to 0xc6f0 at the offset 0x4d62.
  2632. grub-install: info: relocating an R_X86_64_64 entry to 0x4e56 at the offset 0x4d80.
  2633. grub-install: info: relocating an R_X86_64_64 entry to 0xc6f0 at the offset 0x4d91.
  2634. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4da8.
  2635. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x4db4.
  2636. grub-install: info: relocating an R_X86_64_64 entry to 0x684a at the offset 0x4dc7.
  2637. grub-install: info: relocating an R_X86_64_64 entry to 0xa4ce at the offset 0x4dd6.
  2638. grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4de0.
  2639. grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4def.
  2640. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x4df9.
  2641. grub-install: info: relocating an R_X86_64_64 entry to 0x68d6 at the offset 0x4e08.
  2642. grub-install: info: relocating an R_X86_64_64 entry to 0x4ee6 at the offset 0x4e17.
  2643. grub-install: info: relocating an R_X86_64_64 entry to 0xa4e4 at the offset 0x4e2a.
  2644. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4e3b.
  2645. grub-install: info: relocating an R_X86_64_64 entry to 0xa4f8 at the offset 0x4ebc.
  2646. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4ecd.
  2647. grub-install: info: relocating an R_X86_64_64 entry to 0xa526 at the offset 0x4f1b.
  2648. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4f2c.
  2649. grub-install: info: relocating an R_X86_64_64 entry to 0x684a at the offset 0x4f3c.
  2650. grub-install: info: relocating an R_X86_64_64 entry to 0x183d0 at the offset 0x4f4a.
  2651. grub-install: info: relocating an R_X86_64_64 entry to 0xa554 at the offset 0x4f57.
  2652. grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4f61.
  2653. grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4f70.
  2654. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x4f7a.
  2655. grub-install: info: relocating an R_X86_64_64 entry to 0x68d6 at the offset 0x4f87.
  2656. grub-install: info: relocating an R_X86_64_64 entry to 0x4bc1 at the offset 0x4fc8.
  2657. grub-install: info: relocating an R_X86_64_64 entry to 0x4a48 at the offset 0x5008.
  2658. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x505d.
  2659. grub-install: info: relocating an R_X86_64_64 entry to 0x4aa6 at the offset 0x507c.
  2660. grub-install: info: relocating an R_X86_64_64 entry to 0x4afd at the offset 0x50c4.
  2661. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x5189.
  2662. grub-install: info: relocating an R_X86_64_64 entry to 0x4bc1 at the offset 0x51a3.
  2663. grub-install: info: relocating an R_X86_64_64 entry to 0xc700 at the offset 0x51ec.
  2664. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x51f6.
  2665. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x522a.
  2666. grub-install: info: relocating an R_X86_64_64 entry to 0x55e8 at the offset 0x5299.
  2667. grub-install: info: relocating an R_X86_64_64 entry to 0xa57c at the offset 0x52b3.
  2668. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x52c5.
  2669. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x52d7.
  2670. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x530c.
  2671. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x5324.
  2672. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x532f.
  2673. grub-install: info: relocating an R_X86_64_64 entry to 0xc710 at the offset 0x5372.
  2674. grub-install: info: relocating an R_X86_64_64 entry to 0x5792 at the offset 0x53a4.
  2675. grub-install: info: relocating an R_X86_64_64 entry to 0x57cf at the offset 0x53e1.
  2676. grub-install: info: relocating an R_X86_64_64 entry to 0xc700 at the offset 0x5436.
  2677. grub-install: info: relocating an R_X86_64_64 entry to 0xc700 at the offset 0x5440.
  2678. grub-install: info: relocating an R_X86_64_64 entry to 0xc710 at the offset 0x546a.
  2679. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x547b.
  2680. grub-install: info: relocating an R_X86_64_64 entry to 0x580c at the offset 0x54cc.
  2681. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x54e6.
  2682. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x54fa.
  2683. grub-install: info: relocating an R_X86_64_64 entry to 0xa593 at the offset 0x5532.
  2684. grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x553c.
  2685. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x5548.
  2686. grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5563.
  2687. grub-install: info: relocating an R_X86_64_64 entry to 0xa5bf at the offset 0x5578.
  2688. grub-install: info: relocating an R_X86_64_64 entry to 0xa5e0 at the offset 0x55a6.
  2689. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x55b7.
  2690. grub-install: info: relocating an R_X86_64_64 entry to 0x744 at the offset 0x55c8.
  2691. grub-install: info: relocating an R_X86_64_64 entry to 0xa603 at the offset 0x55e1.
  2692. grub-install: info: relocating an R_X86_64_64 entry to 0xa62a at the offset 0x5608.
  2693. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x5619.
  2694. grub-install: info: relocating an R_X86_64_64 entry to 0x3e36 at the offset 0x562f.
  2695. grub-install: info: relocating an R_X86_64_64 entry to 0xa644 at the offset 0x5651.
  2696. grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x565d.
  2697. grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x566c.
  2698. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x5676.
  2699. grub-install: info: relocating an R_X86_64_64 entry to 0xa656 at the offset 0x5683.
  2700. grub-install: info: relocating an R_X86_64_64 entry to 0x5626 at the offset 0x5690.
  2701. grub-install: info: relocating an R_X86_64_64 entry to 0xa666 at the offset 0x56a6.
  2702. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x56b5.
  2703. grub-install: info: relocating an R_X86_64_64 entry to 0xa67b at the offset 0x56d1.
  2704. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x56db.
  2705. grub-install: info: relocating an R_X86_64_64 entry to 0xa689 at the offset 0x56f4.
  2706. grub-install: info: relocating an R_X86_64_64 entry to 0xa698 at the offset 0x570d.
  2707. grub-install: info: relocating an R_X86_64_64 entry to 0xa6a7 at the offset 0x571e.
  2708. grub-install: info: relocating an R_X86_64_64 entry to 0x5626 at the offset 0x572b.
  2709. grub-install: info: relocating an R_X86_64_64 entry to 0xa6b0 at the offset 0x573c.
  2710. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x574b.
  2711. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x5760.
  2712. grub-install: info: relocating an R_X86_64_64 entry to 0xa6c5 at the offset 0x5775.
  2713. grub-install: info: relocating an R_X86_64_64 entry to 0x5626 at the offset 0x5782.
  2714. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x579b.
  2715. grub-install: info: relocating an R_X86_64_64 entry to 0x631d at the offset 0x57ba.
  2716. grub-install: info: relocating an R_X86_64_64 entry to 0x5792 at the offset 0x57e1.
  2717. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x57f2.
  2718. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x5802.
  2719. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x5820.
  2720. grub-install: info: relocating an R_X86_64_64 entry to 0x3c27 at the offset 0x588d.
  2721. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x58d0.
  2722. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x58e3.
  2723. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x592d.
  2724. grub-install: info: relocating an R_X86_64_64 entry to 0x7baf at the offset 0x5940.
  2725. grub-install: info: relocating an R_X86_64_64 entry to 0xa6ce at the offset 0x59c4.
  2726. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x59d5.
  2727. grub-install: info: relocating an R_X86_64_64 entry to 0x9b40 at the offset 0x5a4b.
  2728. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x5a8f.
  2729. grub-install: info: relocating an R_X86_64_64 entry to 0xc710 at the offset 0x5aa2.
  2730. grub-install: info: relocating an R_X86_64_64 entry to 0x56d3 at the offset 0x5b37.
  2731. grub-install: info: relocating an R_X86_64_64 entry to 0x56d3 at the offset 0x5b85.
  2732. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x5b94.
  2733. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x5ba3.
  2734. grub-install: info: relocating an R_X86_64_64 entry to 0xa6de at the offset 0x5bad.
  2735. grub-install: info: relocating an R_X86_64_64 entry to 0xa6ec at the offset 0x5bd4.
  2736. grub-install: info: relocating an R_X86_64_64 entry to 0xa6fa at the offset 0x5c22.
  2737. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x5c33.
  2738. grub-install: info: relocating an R_X86_64_64 entry to 0x773 at the offset 0x5c5f.
  2739. grub-install: info: relocating an R_X86_64_64 entry to 0x580c at the offset 0x5cbc.
  2740. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x5ce7.
  2741. grub-install: info: relocating an R_X86_64_64 entry to 0xa713 at the offset 0x5cf5.
  2742. grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5cff.
  2743. grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5d0e.
  2744. grub-install: info: relocating an R_X86_64_64 entry to 0xa72f at the offset 0x5d20.
  2745. grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5d2a.
  2746. grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5d39.
  2747. grub-install: info: relocating an R_X86_64_64 entry to 0xa740 at the offset 0x5d4b.
  2748. grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5d55.
  2749. grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5d64.
  2750. grub-install: info: relocating an R_X86_64_64 entry to 0x5696 at the offset 0x5d73.
  2751. grub-install: info: relocating an R_X86_64_64 entry to 0xa753 at the offset 0x5d8b.
  2752. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x5d9c.
  2753. grub-install: info: relocating an R_X86_64_64 entry to 0x5926 at the offset 0x5dda.
  2754. grub-install: info: relocating an R_X86_64_64 entry to 0xc700 at the offset 0x5e03.
  2755. grub-install: info: relocating an R_X86_64_64 entry to 0x2117 at the offset 0x5e1e.
  2756. grub-install: info: relocating an R_X86_64_64 entry to 0xa769 at the offset 0x5e41.
  2757. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x5e52.
  2758. grub-install: info: relocating an R_X86_64_64 entry to 0x6b50 at the offset 0x5e60.
  2759. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x5e7a.
  2760. grub-install: info: relocating an R_X86_64_64 entry to 0x6b05 at the offset 0x5e94.
  2761. grub-install: info: relocating an R_X86_64_64 entry to 0x6a68 at the offset 0x5eab.
  2762. grub-install: info: relocating an R_X86_64_64 entry to 0x6b05 at the offset 0x5ec0.
  2763. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x5ed1.
  2764. grub-install: info: relocating an R_X86_64_64 entry to 0x61d4 at the offset 0x5ee9.
  2765. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x5efd.
  2766. grub-install: info: relocating an R_X86_64_64 entry to 0x65ea at the offset 0x5f21.
  2767. grub-install: info: relocating an R_X86_64_64 entry to 0xa794 at the offset 0x5f30.
  2768. grub-install: info: relocating an R_X86_64_64 entry to 0x55e8 at the offset 0x5f45.
  2769. grub-install: info: relocating an R_X86_64_64 entry to 0xa794 at the offset 0x5f62.
  2770. grub-install: info: relocating an R_X86_64_64 entry to 0xa79b at the offset 0x5f6c.
  2771. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x5f7d.
  2772. grub-install: info: relocating an R_X86_64_64 entry to 0xa7b3 at the offset 0x5f96.
  2773. grub-install: info: relocating an R_X86_64_64 entry to 0x8a4d at the offset 0x5fa0.
  2774. grub-install: info: relocating an R_X86_64_64 entry to 0x621a at the offset 0x5fb7.
  2775. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x5fc9.
  2776. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x5fe1.
  2777. grub-install: info: relocating an R_X86_64_64 entry to 0xa7c8 at the offset 0x5ff4.
  2778. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x6005.
  2779. grub-install: info: relocating an R_X86_64_64 entry to 0xc700 at the offset 0x601d.
  2780. grub-install: info: relocating an R_X86_64_64 entry to 0x580c at the offset 0x6027.
  2781. grub-install: info: relocating an R_X86_64_64 entry to 0xc700 at the offset 0x6041.
  2782. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x6081.
  2783. grub-install: info: relocating an R_X86_64_64 entry to 0xb630 at the offset 0x608d.
  2784. grub-install: info: relocating an R_X86_64_64 entry to 0x645b at the offset 0x60c0.
  2785. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x60f6.
  2786. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x6119.
  2787. grub-install: info: relocating an R_X86_64_64 entry to 0x3e36 at the offset 0x612f.
  2788. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x614b.
  2789. grub-install: info: relocating an R_X86_64_64 entry to 0xb630 at the offset 0x616f.
  2790. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x61c7.
  2791. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x61dd.
  2792. grub-install: info: relocating an R_X86_64_64 entry to 0x645b at the offset 0x61ec.
  2793. grub-install: info: relocating an R_X86_64_64 entry to 0x645b at the offset 0x621e.
  2794. grub-install: info: relocating an R_X86_64_64 entry to 0xa7d9 at the offset 0x6247.
  2795. grub-install: info: relocating an R_X86_64_64 entry to 0x64bc at the offset 0x6251.
  2796. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x627a.
  2797. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x62a0.
  2798. grub-install: info: relocating an R_X86_64_64 entry to 0xb630 at the offset 0x62bd.
  2799. grub-install: info: relocating an R_X86_64_64 entry to 0x645b at the offset 0x6335.
  2800. grub-install: info: relocating an R_X86_64_64 entry to 0xa7d9 at the offset 0x634b.
  2801. grub-install: info: relocating an R_X86_64_64 entry to 0x64bc at the offset 0x6358.
  2802. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6367.
  2803. grub-install: info: relocating an R_X86_64_64 entry to 0x645b at the offset 0x638b.
  2804. grub-install: info: relocating an R_X86_64_64 entry to 0xa7d9 at the offset 0x63a1.
  2805. grub-install: info: relocating an R_X86_64_64 entry to 0x64bc at the offset 0x63ae.
  2806. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x63db.
  2807. grub-install: info: relocating an R_X86_64_64 entry to 0xb690 at the offset 0x6415.
  2808. grub-install: info: relocating an R_X86_64_64 entry to 0x183d0 at the offset 0x642e.
  2809. grub-install: info: relocating an R_X86_64_64 entry to 0x88fd at the offset 0x6438.
  2810. grub-install: info: relocating an R_X86_64_64 entry to 0xd770 at the offset 0x644b.
  2811. grub-install: info: relocating an R_X86_64_64 entry to 0xd780 at the offset 0x645c.
  2812. grub-install: info: relocating an R_X86_64_64 entry to 0x183d0 at the offset 0x6473.
  2813. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x647f.
  2814. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x648f.
  2815. grub-install: info: relocating an R_X86_64_64 entry to 0xd770 at the offset 0x649a.
  2816. grub-install: info: relocating an R_X86_64_64 entry to 0xd770 at the offset 0x64a5.
  2817. grub-install: info: relocating an R_X86_64_64 entry to 0xe1a8 at the offset 0x64b5.
  2818. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x64c0.
  2819. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x64cc.
  2820. grub-install: info: relocating an R_X86_64_64 entry to 0xd770 at the offset 0x64d7.
  2821. grub-install: info: relocating an R_X86_64_64 entry to 0xd780 at the offset 0x64e8.
  2822. grub-install: info: relocating an R_X86_64_64 entry to 0xd770 at the offset 0x64f1.
  2823. grub-install: info: relocating an R_X86_64_64 entry to 0x183d0 at the offset 0x6509.
  2824. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x651b.
  2825. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x6525.
  2826. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6539.
  2827. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6547.
  2828. grub-install: info: relocating an R_X86_64_64 entry to 0xa7da at the offset 0x6556.
  2829. grub-install: info: relocating an R_X86_64_64 entry to 0xb690 at the offset 0x6560.
  2830. grub-install: info: relocating an R_X86_64_64 entry to 0x183d0 at the offset 0x656c.
  2831. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x6579.
  2832. grub-install: info: relocating an R_X86_64_64 entry to 0x184d4 at the offset 0x6586.
  2833. grub-install: info: relocating an R_X86_64_64 entry to 0x184d4 at the offset 0x6591.
  2834. grub-install: info: relocating an R_X86_64_64 entry to 0x68d6 at the offset 0x659b.
  2835. grub-install: info: relocating an R_X86_64_64 entry to 0xe1a8 at the offset 0x65ab.
  2836. grub-install: info: relocating an R_X86_64_64 entry to 0xa7e6 at the offset 0x65ba.
  2837. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x65c6.
  2838. grub-install: info: relocating an R_X86_64_64 entry to 0xe1a8 at the offset 0x65d3.
  2839. grub-install: info: relocating an R_X86_64_64 entry to 0x7a83 at the offset 0x65f2.
  2840. grub-install: info: relocating an R_X86_64_64 entry to 0xa80e at the offset 0x6608.
  2841. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x6617.
  2842. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x662a.
  2843. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x6650.
  2844. grub-install: info: relocating an R_X86_64_64 entry to 0xa822 at the offset 0x667e.
  2845. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x668f.
  2846. grub-install: info: relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x66d1.
  2847. grub-install: info: relocating an R_X86_64_64 entry to 0x4899 at the offset 0x6725.
  2848. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x6734.
  2849. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6744.
  2850. grub-install: info: relocating an R_X86_64_64 entry to 0x69dd at the offset 0x6754.
  2851. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x676b.
  2852. grub-install: info: relocating an R_X86_64_64 entry to 0x7a83 at the offset 0x6791.
  2853. grub-install: info: relocating an R_X86_64_64 entry to 0x47bb at the offset 0x67a9.
  2854. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x67bb.
  2855. grub-install: info: relocating an R_X86_64_64 entry to 0x3e36 at the offset 0x67d5.
  2856. grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x67ff.
  2857. grub-install: info: relocating an R_X86_64_64 entry to 0x7033 at the offset 0x6812.
  2858. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x6843.
  2859. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6858.
  2860. grub-install: info: relocating an R_X86_64_64 entry to 0x18510 at the offset 0x6862.
  2861. grub-install: info: relocating an R_X86_64_64 entry to 0x6b05 at the offset 0x6899.
  2862. grub-install: info: relocating an R_X86_64_64 entry to 0x184f0 at the offset 0x68aa.
  2863. grub-install: info: relocating an R_X86_64_64 entry to 0x18510 at the offset 0x68b4.
  2864. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x68be.
  2865. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x68cf.
  2866. grub-install: info: relocating an R_X86_64_64 entry to 0x184f0 at the offset 0x68e2.
  2867. grub-install: info: relocating an R_X86_64_64 entry to 0x18510 at the offset 0x68ec.
  2868. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x68f6.
  2869. grub-install: info: relocating an R_X86_64_64 entry to 0x4899 at the offset 0x6907.
  2870. grub-install: info: relocating an R_X86_64_64 entry to 0xa847 at the offset 0x692a.
  2871. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x693c.
  2872. grub-install: info: relocating an R_X86_64_64 entry to 0x5270 at the offset 0x6964.
  2873. grub-install: info: relocating an R_X86_64_64 entry to 0x7a83 at the offset 0x6a5c.
  2874. grub-install: info: relocating an R_X86_64_64 entry to 0x3e36 at the offset 0x6aba.
  2875. grub-install: info: relocating an R_X86_64_64 entry to 0x7d3d at the offset 0x6aff.
  2876. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6b0e.
  2877. grub-install: info: relocating an R_X86_64_64 entry to 0xa86b at the offset 0x6b20.
  2878. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x6b31.
  2879. grub-install: info: relocating an R_X86_64_64 entry to 0x81c5 at the offset 0x6b58.
  2880. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6b6c.
  2881. grub-install: info: relocating an R_X86_64_64 entry to 0x7aae at the offset 0x6b9a.
  2882. grub-install: info: relocating an R_X86_64_64 entry to 0xa882 at the offset 0x6bca.
  2883. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x6bdb.
  2884. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x6c0a.
  2885. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6c18.
  2886. grub-install: info: relocating an R_X86_64_64 entry to 0xe1b8 at the offset 0x6c46.
  2887. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x6c50.
  2888. grub-install: info: relocating an R_X86_64_64 entry to 0xa89b at the offset 0x6c68.
  2889. grub-install: info: relocating an R_X86_64_64 entry to 0xa8ac at the offset 0x6c72.
  2890. grub-install: info: relocating an R_X86_64_64 entry to 0xa8af at the offset 0x6c81.
  2891. grub-install: info: relocating an R_X86_64_64 entry to 0x6d57 at the offset 0x6c90.
  2892. grub-install: info: relocating an R_X86_64_64 entry to 0xa8b9 at the offset 0x6c9a.
  2893. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6caa.
  2894. grub-install: info: relocating an R_X86_64_64 entry to 0x684a at the offset 0x6cbd.
  2895. grub-install: info: relocating an R_X86_64_64 entry to 0xa8bb at the offset 0x6ccf.
  2896. grub-install: info: relocating an R_X86_64_64 entry to 0xa8ac at the offset 0x6cd9.
  2897. grub-install: info: relocating an R_X86_64_64 entry to 0xa8af at the offset 0x6ce8.
  2898. grub-install: info: relocating an R_X86_64_64 entry to 0x68d6 at the offset 0x6cf5.
  2899. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6d00.
  2900. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6d1a.
  2901. grub-install: info: relocating an R_X86_64_64 entry to 0xe1b0 at the offset 0x6d2d.
  2902. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c0 at the offset 0x6d41.
  2903. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c0 at the offset 0x6d58.
  2904. grub-install: info: relocating an R_X86_64_64 entry to 0xe1b8 at the offset 0x6d64.
  2905. grub-install: info: relocating an R_X86_64_64 entry to 0x6d57 at the offset 0x6d73.
  2906. grub-install: info: relocating an R_X86_64_64 entry to 0xa8b9 at the offset 0x6d7d.
  2907. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6d8e.
  2908. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c0 at the offset 0x6d9b.
  2909. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c0 at the offset 0x6da9.
  2910. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c0 at the offset 0x6dbf.
  2911. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c0 at the offset 0x6dca.
  2912. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6dd7.
  2913. grub-install: info: relocating an R_X86_64_64 entry to 0xe1b0 at the offset 0x6de1.
  2914. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c0 at the offset 0x6df4.
  2915. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c0 at the offset 0x6dff.
  2916. grub-install: info: relocating an R_X86_64_64 entry to 0xa8d1 at the offset 0x6e1d.
  2917. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x6e2e.
  2918. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x6e46.
  2919. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x6ec8.
  2920. grub-install: info: relocating an R_X86_64_64 entry to 0x7c36 at the offset 0x6ee8.
  2921. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x6ef8.
  2922. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f0 at the offset 0x6f05.
  2923. grub-install: info: relocating an R_X86_64_64 entry to 0x51a at the offset 0x6f23.
  2924. grub-install: info: relocating an R_X86_64_64 entry to 0x18548 at the offset 0x6f37.
  2925. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f0 at the offset 0x6f5e.
  2926. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x6f9f.
  2927. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c8 at the offset 0x6fb2.
  2928. grub-install: info: relocating an R_X86_64_64 entry to 0x6944 at the offset 0x6fbe.
  2929. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x6fd6.
  2930. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c8 at the offset 0x6fe9.
  2931. grub-install: info: relocating an R_X86_64_64 entry to 0x993e at the offset 0x7012.
  2932. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f0 at the offset 0x7020.
  2933. grub-install: info: relocating an R_X86_64_64 entry to 0x183d0 at the offset 0x7057.
  2934. grub-install: info: relocating an R_X86_64_64 entry to 0xa8ef at the offset 0x7061.
  2935. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x706b.
  2936. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x7077.
  2937. grub-install: info: relocating an R_X86_64_64 entry to 0x6944 at the offset 0x7086.
  2938. grub-install: info: relocating an R_X86_64_64 entry to 0x61d4 at the offset 0x70a3.
  2939. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f0 at the offset 0x70b2.
  2940. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f0 at the offset 0x70c9.
  2941. grub-install: info: relocating an R_X86_64_64 entry to 0x72bf at the offset 0x7122.
  2942. grub-install: info: relocating an R_X86_64_64 entry to 0xa8f2 at the offset 0x712c.
  2943. grub-install: info: relocating an R_X86_64_64 entry to 0x6728 at the offset 0x7136.
  2944. grub-install: info: relocating an R_X86_64_64 entry to 0x2aeb at the offset 0x714a.
  2945. grub-install: info: relocating an R_X86_64_64 entry to 0xa8ee at the offset 0x7177.
  2946. grub-install: info: relocating an R_X86_64_64 entry to 0xa8f7 at the offset 0x7181.
  2947. grub-install: info: relocating an R_X86_64_64 entry to 0x8a4d at the offset 0x718b.
  2948. grub-install: info: relocating an R_X86_64_64 entry to 0xa8fe at the offset 0x71ab.
  2949. grub-install: info: relocating an R_X86_64_64 entry to 0x64bc at the offset 0x71b5.
  2950. grub-install: info: relocating an R_X86_64_64 entry to 0xa8fe at the offset 0x71c1.
  2951. grub-install: info: relocating an R_X86_64_64 entry to 0x6788 at the offset 0x71cb.
  2952. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x71da.
  2953. grub-install: info: relocating an R_X86_64_64 entry to 0x7a99 at the offset 0x71fd.
  2954. grub-install: info: relocating an R_X86_64_64 entry to 0x7c36 at the offset 0x721c.
  2955. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x7244.
  2956. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x72aa.
  2957. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x72c2.
  2958. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x72dd.
  2959. grub-install: info: relocating an R_X86_64_64 entry to 0xa906 at the offset 0x7317.
  2960. grub-install: info: relocating an R_X86_64_64 entry to 0x7a0c at the offset 0x7321.
  2961. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x7342.
  2962. grub-install: info: relocating an R_X86_64_64 entry to 0xa8ee at the offset 0x7356.
  2963. grub-install: info: relocating an R_X86_64_64 entry to 0xa8f7 at the offset 0x7367.
  2964. grub-install: info: relocating an R_X86_64_64 entry to 0x8a4d at the offset 0x7373.
  2965. grub-install: info: relocating an R_X86_64_64 entry to 0xa911 at the offset 0x738a.
  2966. grub-install: info: relocating an R_X86_64_64 entry to 0x64bc at the offset 0x7394.
  2967. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x73a3.
  2968. grub-install: info: relocating an R_X86_64_64 entry to 0xa8f2 at the offset 0x73b2.
  2969. grub-install: info: relocating an R_X86_64_64 entry to 0x64bc at the offset 0x73bc.
  2970. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x73cb.
  2971. grub-install: info: relocating an R_X86_64_64 entry to 0x6944 at the offset 0x73dc.
  2972. grub-install: info: relocating an R_X86_64_64 entry to 0x6788 at the offset 0x73e6.
  2973. grub-install: info: relocating an R_X86_64_64 entry to 0xa8f2 at the offset 0x73f2.
  2974. grub-install: info: relocating an R_X86_64_64 entry to 0xa911 at the offset 0x73fe.
  2975. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f0 at the offset 0x740a.
  2976. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f0 at the offset 0x741c.
  2977. grub-install: info: relocating an R_X86_64_64 entry to 0x4632 at the offset 0x7426.
  2978. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c8 at the offset 0x7432.
  2979. grub-install: info: relocating an R_X86_64_64 entry to 0x8f62 at the offset 0x7444.
  2980. grub-install: info: relocating an R_X86_64_64 entry to 0xa918 at the offset 0x7450.
  2981. grub-install: info: relocating an R_X86_64_64 entry to 0x631d at the offset 0x745a.
  2982. grub-install: info: relocating an R_X86_64_64 entry to 0x6944 at the offset 0x7466.
  2983. grub-install: info: relocating an R_X86_64_64 entry to 0xe410 at the offset 0x7474.
  2984. grub-install: info: relocating an R_X86_64_64 entry to 0xa918 at the offset 0x747e.
  2985. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x7487.
  2986. grub-install: info: relocating an R_X86_64_64 entry to 0x7242 at the offset 0x7494.
  2987. grub-install: info: relocating an R_X86_64_64 entry to 0x18548 at the offset 0x74af.
  2988. grub-install: info: relocating an R_X86_64_64 entry to 0x9750 at the offset 0x74d9.
  2989. grub-install: info: relocating an R_X86_64_64 entry to 0x7c36 at the offset 0x74ef.
  2990. grub-install: info: relocating an R_X86_64_64 entry to 0xa91f at the offset 0x7507.
  2991. grub-install: info: relocating an R_X86_64_64 entry to 0x8a4d at the offset 0x7513.
  2992. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x7525.
  2993. grub-install: info: relocating an R_X86_64_64 entry to 0xa91f at the offset 0x753c.
  2994. grub-install: info: relocating an R_X86_64_64 entry to 0x8a4d at the offset 0x7548.
  2995. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x756f.
  2996. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e0 at the offset 0x75d6.
  2997. grub-install: info: relocating an R_X86_64_64 entry to 0xb690 at the offset 0x75e4.
  2998. grub-install: info: relocating an R_X86_64_64 entry to 0x7aae at the offset 0x76d3.
  2999. grub-install: info: relocating an R_X86_64_64 entry to 0x7ad0 at the offset 0x771a.
  3000. grub-install: info: relocating an R_X86_64_64 entry to 0x7ad0 at the offset 0x778b.
  3001. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x783a.
  3002. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x7858.
  3003. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x7879.
  3004. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x7895.
  3005. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x78a7.
  3006. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x78c7.
  3007. grub-install: info: relocating an R_X86_64_64 entry to 0x7aae at the offset 0x7946.
  3008. grub-install: info: relocating an R_X86_64_64 entry to 0x7cd7 at the offset 0x79f2.
  3009. grub-install: info: relocating an R_X86_64_64 entry to 0xa924 at the offset 0x7a03.
  3010. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x7a14.
  3011. grub-install: info: relocating an R_X86_64_64 entry to 0xa939 at the offset 0x7a45.
  3012. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x7a56.
  3013. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x7b84.
  3014. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x7b9c.
  3015. grub-install: info: relocating an R_X86_64_64 entry to 0x7baf at the offset 0x7bcc.
  3016. grub-install: info: relocating an R_X86_64_64 entry to 0x7d3d at the offset 0x7bd6.
  3017. grub-install: info: relocating an R_X86_64_64 entry to 0x9b68 at the offset 0x7d20.
  3018. grub-install: info: relocating an R_X86_64_64 entry to 0x7d3d at the offset 0x7dc7.
  3019. grub-install: info: relocating an R_X86_64_64 entry to 0x7d3d at the offset 0x7e6d.
  3020. grub-install: info: relocating an R_X86_64_64 entry to 0x7d3d at the offset 0x7eb7.
  3021. grub-install: info: relocating an R_X86_64_64 entry to 0x7cd7 at the offset 0x8010.
  3022. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x804d.
  3023. grub-install: info: relocating an R_X86_64_64 entry to 0xa94d at the offset 0x8190.
  3024. grub-install: info: relocating an R_X86_64_64 entry to 0x7e79 at the offset 0x826d.
  3025. grub-install: info: relocating an R_X86_64_64 entry to 0x81d1 at the offset 0x8277.
  3026. grub-install: info: relocating an R_X86_64_64 entry to 0xe1d0 at the offset 0x8288.
  3027. grub-install: info: relocating an R_X86_64_64 entry to 0xe1d0 at the offset 0x82a9.
  3028. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x82c6.
  3029. grub-install: info: relocating an R_X86_64_64 entry to 0xe1d0 at the offset 0x82dc.
  3030. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x82e5.
  3031. grub-install: info: relocating an R_X86_64_64 entry to 0xe2cc at the offset 0x82f0.
  3032. grub-install: info: relocating an R_X86_64_64 entry to 0xe2cd at the offset 0x82f9.
  3033. grub-install: info: relocating an R_X86_64_64 entry to 0xe2ce at the offset 0x8302.
  3034. grub-install: info: relocating an R_X86_64_64 entry to 0xe2cf at the offset 0x830d.
  3035. grub-install: info: relocating an R_X86_64_64 entry to 0x795e at the offset 0x832e.
  3036. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e0 at the offset 0x833a.
  3037. grub-install: info: relocating an R_X86_64_64 entry to 0xe1d0 at the offset 0x8349.
  3038. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x835b.
  3039. grub-install: info: relocating an R_X86_64_64 entry to 0xb690 at the offset 0x83b0.
  3040. grub-install: info: relocating an R_X86_64_64 entry to 0x8666 at the offset 0x83c4.
  3041. grub-install: info: relocating an R_X86_64_64 entry to 0x8666 at the offset 0x8413.
  3042. grub-install: info: relocating an R_X86_64_64 entry to 0x65ea at the offset 0x8426.
  3043. grub-install: info: relocating an R_X86_64_64 entry to 0xa954 at the offset 0x843d.
  3044. grub-install: info: relocating an R_X86_64_64 entry to 0xa95a at the offset 0x846a.
  3045. grub-install: info: relocating an R_X86_64_64 entry to 0x7b0e at the offset 0x8477.
  3046. grub-install: info: relocating an R_X86_64_64 entry to 0xa95e at the offset 0x8499.
  3047. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x84a3.
  3048. grub-install: info: relocating an R_X86_64_64 entry to 0x8666 at the offset 0x84d8.
  3049. grub-install: info: relocating an R_X86_64_64 entry to 0x98f7 at the offset 0x84e4.
  3050. grub-install: info: relocating an R_X86_64_64 entry to 0x7e79 at the offset 0x850b.
  3051. grub-install: info: relocating an R_X86_64_64 entry to 0x81d1 at the offset 0x853c.
  3052. grub-install: info: relocating an R_X86_64_64 entry to 0x795e at the offset 0x854d.
  3053. grub-install: info: relocating an R_X86_64_64 entry to 0x88fd at the offset 0x85a3.
  3054. grub-install: info: relocating an R_X86_64_64 entry to 0x7e79 at the offset 0x85b9.
  3055. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x85e1.
  3056. grub-install: info: relocating an R_X86_64_64 entry to 0x81d1 at the offset 0x8603.
  3057. grub-install: info: relocating an R_X86_64_64 entry to 0x795e at the offset 0x861a.
  3058. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x862b.
  3059. grub-install: info: relocating an R_X86_64_64 entry to 0x89b2 at the offset 0x868d.
  3060. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x869f.
  3061. grub-install: info: relocating an R_X86_64_64 entry to 0xb690 at the offset 0x86e2.
  3062. grub-install: info: relocating an R_X86_64_64 entry to 0x8666 at the offset 0x86f6.
  3063. grub-install: info: relocating an R_X86_64_64 entry to 0xa966 at the offset 0x8704.
  3064. grub-install: info: relocating an R_X86_64_64 entry to 0x18540 at the offset 0x8710.
  3065. grub-install: info: relocating an R_X86_64_64 entry to 0xa970 at the offset 0x8720.
  3066. grub-install: info: relocating an R_X86_64_64 entry to 0x991f at the offset 0x872e.
  3067. grub-install: info: relocating an R_X86_64_64 entry to 0x1e7e at the offset 0x873a.
  3068. grub-install: info: relocating an R_X86_64_64 entry to 0x7a83 at the offset 0x8783.
  3069. grub-install: info: relocating an R_X86_64_64 entry to 0x7c36 at the offset 0x87a0.
  3070. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x87b5.
  3071. grub-install: info: relocating an R_X86_64_64 entry to 0x65ea at the offset 0x87eb.
  3072. grub-install: info: relocating an R_X86_64_64 entry to 0xb6a0 at the offset 0x8841.
  3073. grub-install: info: relocating an R_X86_64_64 entry to 0x7aae at the offset 0x8876.
  3074. grub-install: info: relocating an R_X86_64_64 entry to 0x8c1a at the offset 0x895d.
  3075. grub-install: info: relocating an R_X86_64_64 entry to 0x8b44 at the offset 0x8967.
  3076. grub-install: info: relocating an R_X86_64_64 entry to 0x8bd0 at the offset 0x8998.
  3077. grub-install: info: relocating an R_X86_64_64 entry to 0x8b44 at the offset 0x89a7.
  3078. grub-install: info: relocating an R_X86_64_64 entry to 0x7aae at the offset 0x89e0.
  3079. grub-install: info: relocating an R_X86_64_64 entry to 0x8b44 at the offset 0x8a4e.
  3080. grub-install: info: relocating an R_X86_64_64 entry to 0x8b44 at the offset 0x8a64.
  3081. grub-install: info: relocating an R_X86_64_64 entry to 0x8bd0 at the offset 0x8a83.
  3082. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x8ab9.
  3083. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x8ade.
  3084. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x8b07.
  3085. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x8b12.
  3086. grub-install: info: relocating an R_X86_64_64 entry to 0x8b60 at the offset 0x8b65.
  3087. grub-install: info: relocating an R_X86_64_64 entry to 0x94ce at the offset 0x8b70.
  3088. grub-install: info: relocating an R_X86_64_64 entry to 0x8b60 at the offset 0x8b9d.
  3089. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x8bae.
  3090. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x8bc1.
  3091. grub-install: info: relocating an R_X86_64_64 entry to 0x81c5 at the offset 0x8c12.
  3092. grub-install: info: relocating an R_X86_64_64 entry to 0x18530 at the offset 0x8c24.
  3093. grub-install: info: relocating an R_X86_64_64 entry to 0x9471 at the offset 0x8c65.
  3094. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x8c75.
  3095. grub-install: info: relocating an R_X86_64_64 entry to 0x7a4d at the offset 0x8c98.
  3096. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x8cc0.
  3097. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x8cd8.
  3098. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x8ce8.
  3099. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x8d48.
  3100. grub-install: info: relocating an R_X86_64_64 entry to 0x18530 at the offset 0x8d67.
  3101. grub-install: info: relocating an R_X86_64_64 entry to 0x939d at the offset 0x8d95.
  3102. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x8daa.
  3103. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x8dd8.
  3104. grub-install: info: relocating an R_X86_64_64 entry to 0xa988 at the offset 0x8df8.
  3105. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x8e02.
  3106. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x8e34.
  3107. grub-install: info: relocating an R_X86_64_64 entry to 0x896d at the offset 0x8e59.
  3108. grub-install: info: relocating an R_X86_64_64 entry to 0xa989 at the offset 0x8e63.
  3109. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x8e72.
  3110. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x8e83.
  3111. grub-install: info: relocating an R_X86_64_64 entry to 0x91d0 at the offset 0x8f2c.
  3112. grub-install: info: relocating an R_X86_64_64 entry to 0xa98c at the offset 0x8f41.
  3113. grub-install: info: relocating an R_X86_64_64 entry to 0xa9c8 at the offset 0x8f55.
  3114. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x8f5f.
  3115. grub-install: info: relocating an R_X86_64_64 entry to 0xa9be at the offset 0x8f71.
  3116. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x8f80.
  3117. grub-install: info: relocating an R_X86_64_64 entry to 0x9304 at the offset 0x8fc0.
  3118. grub-install: info: relocating an R_X86_64_64 entry to 0x18530 at the offset 0x9024.
  3119. grub-install: info: relocating an R_X86_64_64 entry to 0x939d at the offset 0x9036.
  3120. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x904d.
  3121. grub-install: info: relocating an R_X86_64_64 entry to 0x9304 at the offset 0x9086.
  3122. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x909b.
  3123. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x90bb.
  3124. grub-install: info: relocating an R_X86_64_64 entry to 0x8cd3 at the offset 0x90d1.
  3125. grub-install: info: relocating an R_X86_64_64 entry to 0x7a83 at the offset 0x911c.
  3126. grub-install: info: relocating an R_X86_64_64 entry to 0x64bc at the offset 0x914e.
  3127. grub-install: info: relocating an R_X86_64_64 entry to 0xe410 at the offset 0x9173.
  3128. grub-install: info: relocating an R_X86_64_64 entry to 0x7242 at the offset 0x9183.
  3129. grub-install: info: relocating an R_X86_64_64 entry to 0xa9d9 at the offset 0x91ae.
  3130. grub-install: info: relocating an R_X86_64_64 entry to 0x8775 at the offset 0x91ba.
  3131. grub-install: info: relocating an R_X86_64_64 entry to 0xe410 at the offset 0x91c6.
  3132. grub-install: info: relocating an R_X86_64_64 entry to 0xa9f0 at the offset 0x91d0.
  3133. grub-install: info: relocating an R_X86_64_64 entry to 0xa9f5 at the offset 0x91e4.
  3134. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x91f0.
  3135. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x9201.
  3136. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x9216.
  3137. grub-install: info: relocating an R_X86_64_64 entry to 0xaa0e at the offset 0x9228.
  3138. grub-install: info: relocating an R_X86_64_64 entry to 0xaa0b at the offset 0x9235.
  3139. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x924a.
  3140. grub-install: info: relocating an R_X86_64_64 entry to 0xe2d0 at the offset 0x9261.
  3141. grub-install: info: relocating an R_X86_64_64 entry to 0x7baf at the offset 0x926b.
  3142. grub-install: info: relocating an R_X86_64_64 entry to 0xe2d0 at the offset 0x928c.
  3143. grub-install: info: relocating an R_X86_64_64 entry to 0xe2d0 at the offset 0x92b1.
  3144. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e0 at the offset 0x92db.
  3145. grub-install: info: relocating an R_X86_64_64 entry to 0x98f7 at the offset 0x92e7.
  3146. grub-install: info: relocating an R_X86_64_64 entry to 0x991f at the offset 0x92f3.
  3147. grub-install: info: relocating an R_X86_64_64 entry to 0xaa1c at the offset 0x930d.
  3148. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e0 at the offset 0x9317.
  3149. grub-install: info: relocating an R_X86_64_64 entry to 0x98f7 at the offset 0x9323.
  3150. grub-install: info: relocating an R_X86_64_64 entry to 0xe2d0 at the offset 0x932f.
  3151. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x9339.
  3152. grub-install: info: relocating an R_X86_64_64 entry to 0xaa1e at the offset 0x9353.
  3153. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x935f.
  3154. grub-install: info: relocating an R_X86_64_64 entry to 0x6944 at the offset 0x936f.
  3155. grub-install: info: relocating an R_X86_64_64 entry to 0x9625 at the offset 0x9379.
  3156. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x938f.
  3157. grub-install: info: relocating an R_X86_64_64 entry to 0x94ce at the offset 0x93af.
  3158. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x93c0.
  3159. grub-install: info: relocating an R_X86_64_64 entry to 0x97cc at the offset 0x940a.
  3160. grub-install: info: relocating an R_X86_64_64 entry to 0x97cc at the offset 0x9442.
  3161. grub-install: info: relocating an R_X86_64_64 entry to 0x97cc at the offset 0x9459.
  3162. grub-install: info: relocating an R_X86_64_64 entry to 0x18548 at the offset 0x947b.
  3163. grub-install: info: relocating an R_X86_64_64 entry to 0xe3d8 at the offset 0x94af.
  3164. grub-install: info: relocating an R_X86_64_64 entry to 0xe3d0 at the offset 0x94c3.
  3165. grub-install: info: relocating an R_X86_64_64 entry to 0x18540 at the offset 0x94d4.
  3166. grub-install: info: relocating an R_X86_64_64 entry to 0x18548 at the offset 0x94fa.
  3167. grub-install: info: relocating an R_X86_64_64 entry to 0x98ad at the offset 0x9522.
  3168. grub-install: info: relocating an R_X86_64_64 entry to 0x98f7 at the offset 0x952c.
  3169. grub-install: info: relocating an R_X86_64_64 entry to 0x56d3 at the offset 0x9541.
  3170. grub-install: info: relocating an R_X86_64_64 entry to 0xb7f0 at the offset 0x954c.
  3171. grub-install: info: dealing with the relocation section .rela.rodata for .rodata.
  3172. grub-install: info: relocating an R_X86_64_64 entry to 0x2419 at the offset 0x0.
  3173. grub-install: info: relocating an R_X86_64_64 entry to 0x2430 at the offset 0x8.
  3174. grub-install: info: relocating an R_X86_64_64 entry to 0x2443 at the offset 0x10.
  3175. grub-install: info: relocating an R_X86_64_64 entry to 0x245d at the offset 0x18.
  3176. grub-install: info: relocating an R_X86_64_64 entry to 0x246f at the offset 0x20.
  3177. grub-install: info: relocating an R_X86_64_64 entry to 0x25c9 at the offset 0x28.
  3178. grub-install: info: relocating an R_X86_64_64 entry to 0x25e4 at the offset 0x30.
  3179. grub-install: info: relocating an R_X86_64_64 entry to 0x25fb at the offset 0x38.
  3180. grub-install: info: relocating an R_X86_64_64 entry to 0x2616 at the offset 0x40.
  3181. grub-install: info: relocating an R_X86_64_64 entry to 0x262d at the offset 0x48.
  3182. grub-install: info: relocating an R_X86_64_64 entry to 0x266d at the offset 0x50.
  3183. grub-install: info: relocating an R_X86_64_64 entry to 0x27f6 at the offset 0x58.
  3184. grub-install: info: relocating an R_X86_64_64 entry to 0x27f6 at the offset 0x60.
  3185. grub-install: info: relocating an R_X86_64_64 entry to 0x277e at the offset 0x68.
  3186. grub-install: info: relocating an R_X86_64_64 entry to 0x27e4 at the offset 0x70.
  3187. grub-install: info: relocating an R_X86_64_64 entry to 0x267f at the offset 0x78.
  3188. grub-install: info: relocating an R_X86_64_64 entry to 0x26b6 at the offset 0x80.
  3189. grub-install: info: relocating an R_X86_64_64 entry to 0x2704 at the offset 0x88.
  3190. grub-install: info: relocating an R_X86_64_64 entry to 0x27a1 at the offset 0x90.
  3191. grub-install: info: relocating an R_X86_64_64 entry to 0x2644 at the offset 0x98.
  3192. grub-install: info: relocating an R_X86_64_64 entry to 0x27f6 at the offset 0xa0.
  3193. grub-install: info: relocating an R_X86_64_64 entry to 0x27f6 at the offset 0xa8.
  3194. grub-install: info: relocating an R_X86_64_64 entry to 0x27c5 at the offset 0xb0.
  3195. grub-install: info: relocating an R_X86_64_64 entry to 0x2820 at the offset 0xb8.
  3196. grub-install: info: relocating an R_X86_64_64 entry to 0x2874 at the offset 0xc0.
  3197. grub-install: info: relocating an R_X86_64_64 entry to 0x2892 at the offset 0xc8.
  3198. grub-install: info: relocating an R_X86_64_64 entry to 0x28b0 at the offset 0xd0.
  3199. grub-install: info: relocating an R_X86_64_64 entry to 0x2922 at the offset 0xd8.
  3200. grub-install: info: relocating an R_X86_64_64 entry to 0x5e56 at the offset 0x140.
  3201. grub-install: info: relocating an R_X86_64_64 entry to 0x5e56 at the offset 0x148.
  3202. grub-install: info: relocating an R_X86_64_64 entry to 0x5f4b at the offset 0x150.
  3203. grub-install: info: relocating an R_X86_64_64 entry to 0x5fef at the offset 0x158.
  3204. grub-install: info: relocating an R_X86_64_64 entry to 0x6013 at the offset 0x160.
  3205. grub-install: info: relocating an R_X86_64_64 entry to 0x8148 at the offset 0x168.
  3206. grub-install: info: relocating an R_X86_64_64 entry to 0x818a at the offset 0x170.
  3207. grub-install: info: relocating an R_X86_64_64 entry to 0x818a at the offset 0x178.
  3208. grub-install: info: relocating an R_X86_64_64 entry to 0x8168 at the offset 0x180.
  3209. grub-install: info: relocating an R_X86_64_64 entry to 0x818a at the offset 0x188.
  3210. grub-install: info: relocating an R_X86_64_64 entry to 0x818a at the offset 0x190.
  3211. grub-install: info: dealing with the relocation section .rela.data for .data.
  3212. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0x0.
  3213. grub-install: info: relocating an R_X86_64_64 entry to 0xec7 at the offset 0x10.
  3214. grub-install: info: relocating an R_X86_64_64 entry to 0xc1b at the offset 0x18.
  3215. grub-install: info: relocating an R_X86_64_64 entry to 0xbe6 at the offset 0x20.
  3216. grub-install: info: relocating an R_X86_64_64 entry to 0x1096 at the offset 0x28.
  3217. grub-install: info: relocating an R_X86_64_64 entry to 0x128e at the offset 0x30.
  3218. grub-install: info: relocating an R_X86_64_64 entry to 0xa266 at the offset 0x90.
  3219. grub-install: info: relocating an R_X86_64_64 entry to 0x3829 at the offset 0xa8.
  3220. grub-install: info: relocating an R_X86_64_64 entry to 0xa266 at the offset 0xd0.
  3221. grub-install: info: relocating an R_X86_64_64 entry to 0x3796 at the offset 0xd8.
  3222. grub-install: info: relocating an R_X86_64_64 entry to 0x3775 at the offset 0xe0.
  3223. grub-install: info: relocating an R_X86_64_64 entry to 0x34db at the offset 0xe8.
  3224. grub-install: info: relocating an R_X86_64_64 entry to 0x36a3 at the offset 0xf8.
  3225. grub-install: info: relocating an R_X86_64_64 entry to 0x370f at the offset 0x100.
  3226. grub-install: info: relocating an R_X86_64_64 entry to 0x3667 at the offset 0x108.
  3227. grub-install: info: relocating an R_X86_64_64 entry to 0x38c2 at the offset 0x110.
  3228. grub-install: info: relocating an R_X86_64_64 entry to 0x37c3 at the offset 0x118.
  3229. grub-install: info: relocating an R_X86_64_64 entry to 0x3741 at the offset 0x120.
  3230. grub-install: info: relocating an R_X86_64_64 entry to 0xd700 at the offset 0x150.
  3231. grub-install: info: relocating an R_X86_64_64 entry to 0xa8e4 at the offset 0x170.
  3232. grub-install: info: relocating an R_X86_64_64 entry to 0x6e4f at the offset 0x180.
  3233. grub-install: info: relocating an R_X86_64_64 entry to 0x6d5d at the offset 0x188.
  3234. grub-install: info: relocating an R_X86_64_64 entry to 0x795a at the offset 0x1b0.
  3235. grub-install: info: relocating an R_X86_64_64 entry to 0x9855 at the offset 0x300.
  3236. grub-install: info: relocating an R_X86_64_64 entry to 0xaa37 at the offset 0x310.
  3237. grub-install: info: relocating an R_X86_64_64 entry to 0x417 at the offset 0x318.
  3238. grub-install: info: relocating an R_X86_64_64 entry to 0xaa42 at the offset 0x328.
  3239. grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x330.
  3240. grub-install: info: relocating an R_X86_64_64 entry to 0xaa4d at the offset 0x340.
  3241. grub-install: info: relocating an R_X86_64_64 entry to 0x4cc at the offset 0x348.
  3242. grub-install: info: relocating an R_X86_64_64 entry to 0xaa59 at the offset 0x358.
  3243. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x360.
  3244. grub-install: info: relocating an R_X86_64_64 entry to 0xaa64 at the offset 0x370.
  3245. grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x378.
  3246. grub-install: info: relocating an R_X86_64_64 entry to 0xaa6f at the offset 0x388.
  3247. grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x390.
  3248. grub-install: info: relocating an R_X86_64_64 entry to 0xaa7a at the offset 0x3a0.
  3249. grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x3a8.
  3250. grub-install: info: relocating an R_X86_64_64 entry to 0xaa85 at the offset 0x3b8.
  3251. grub-install: info: relocating an R_X86_64_64 entry to 0x47c at the offset 0x3c0.
  3252. grub-install: info: relocating an R_X86_64_64 entry to 0xaa90 at the offset 0x3d0.
  3253. grub-install: info: relocating an R_X86_64_64 entry to 0x49f at the offset 0x3d8.
  3254. grub-install: info: relocating an R_X86_64_64 entry to 0xaa9b at the offset 0x3e8.
  3255. grub-install: info: relocating an R_X86_64_64 entry to 0xe410 at the offset 0x3f0.
  3256. grub-install: info: relocating an R_X86_64_64 entry to 0xaaad at the offset 0x400.
  3257. grub-install: info: relocating an R_X86_64_64 entry to 0xb630 at the offset 0x408.
  3258. grub-install: info: relocating an R_X86_64_64 entry to 0xaac2 at the offset 0x418.
  3259. grub-install: info: relocating an R_X86_64_64 entry to 0x4899 at the offset 0x420.
  3260. grub-install: info: relocating an R_X86_64_64 entry to 0xaad4 at the offset 0x430.
  3261. grub-install: info: relocating an R_X86_64_64 entry to 0x49da at the offset 0x438.
  3262. grub-install: info: relocating an R_X86_64_64 entry to 0xaae8 at the offset 0x448.
  3263. grub-install: info: relocating an R_X86_64_64 entry to 0x47bb at the offset 0x450.
  3264. grub-install: info: relocating an R_X86_64_64 entry to 0xaaf9 at the offset 0x460.
  3265. grub-install: info: relocating an R_X86_64_64 entry to 0xe440 at the offset 0x468.
  3266. grub-install: info: relocating an R_X86_64_64 entry to 0xab0f at the offset 0x478.
  3267. grub-install: info: relocating an R_X86_64_64 entry to 0x4ee6 at the offset 0x480.
  3268. grub-install: info: relocating an R_X86_64_64 entry to 0xab1f at the offset 0x490.
  3269. grub-install: info: relocating an R_X86_64_64 entry to 0xe438 at the offset 0x498.
  3270. grub-install: info: relocating an R_X86_64_64 entry to 0xab32 at the offset 0x4a8.
  3271. grub-install: info: relocating an R_X86_64_64 entry to 0x4ea0 at the offset 0x4b0.
  3272. grub-install: info: relocating an R_X86_64_64 entry to 0xab49 at the offset 0x4c0.
  3273. grub-install: info: relocating an R_X86_64_64 entry to 0x4eb5 at the offset 0x4c8.
  3274. grub-install: info: relocating an R_X86_64_64 entry to 0xab62 at the offset 0x4d8.
  3275. grub-install: info: relocating an R_X86_64_64 entry to 0xe430 at the offset 0x4e0.
  3276. grub-install: info: relocating an R_X86_64_64 entry to 0xab7a at the offset 0x4f0.
  3277. grub-install: info: relocating an R_X86_64_64 entry to 0xe420 at the offset 0x4f8.
  3278. grub-install: info: relocating an R_X86_64_64 entry to 0xab98 at the offset 0x508.
  3279. grub-install: info: relocating an R_X86_64_64 entry to 0x55c0 at the offset 0x510.
  3280. grub-install: info: relocating an R_X86_64_64 entry to 0xabab at the offset 0x520.
  3281. grub-install: info: relocating an R_X86_64_64 entry to 0x4f8a at the offset 0x528.
  3282. grub-install: info: relocating an R_X86_64_64 entry to 0xabba at the offset 0x538.
  3283. grub-install: info: relocating an R_X86_64_64 entry to 0x5270 at the offset 0x540.
  3284. grub-install: info: relocating an R_X86_64_64 entry to 0xabc9 at the offset 0x550.
  3285. grub-install: info: relocating an R_X86_64_64 entry to 0xe428 at the offset 0x558.
  3286. grub-install: info: relocating an R_X86_64_64 entry to 0xabde at the offset 0x568.
  3287. grub-install: info: relocating an R_X86_64_64 entry to 0x7cd7 at the offset 0x570.
  3288. grub-install: info: relocating an R_X86_64_64 entry to 0xabec at the offset 0x580.
  3289. grub-install: info: relocating an R_X86_64_64 entry to 0xc700 at the offset 0x588.
  3290. grub-install: info: relocating an R_X86_64_64 entry to 0xabf9 at the offset 0x598.
  3291. grub-install: info: relocating an R_X86_64_64 entry to 0x631d at the offset 0x5a0.
  3292. grub-install: info: relocating an R_X86_64_64 entry to 0xac06 at the offset 0x5b0.
  3293. grub-install: info: relocating an R_X86_64_64 entry to 0x5926 at the offset 0x5b8.
  3294. grub-install: info: relocating an R_X86_64_64 entry to 0xac1f at the offset 0x5c8.
  3295. grub-install: info: relocating an R_X86_64_64 entry to 0x5792 at the offset 0x5d0.
  3296. grub-install: info: relocating an R_X86_64_64 entry to 0xac2b at the offset 0x5e0.
  3297. grub-install: info: relocating an R_X86_64_64 entry to 0x580c at the offset 0x5e8.
  3298. grub-install: info: relocating an R_X86_64_64 entry to 0xac3a at the offset 0x5f8.
  3299. grub-install: info: relocating an R_X86_64_64 entry to 0x57cf at the offset 0x600.
  3300. grub-install: info: relocating an R_X86_64_64 entry to 0xac48 at the offset 0x610.
  3301. grub-install: info: relocating an R_X86_64_64 entry to 0x599 at the offset 0x618.
  3302. grub-install: info: relocating an R_X86_64_64 entry to 0xac56 at the offset 0x628.
  3303. grub-install: info: relocating an R_X86_64_64 entry to 0x5a9 at the offset 0x630.
  3304. grub-install: info: relocating an R_X86_64_64 entry to 0xac68 at the offset 0x640.
  3305. grub-install: info: relocating an R_X86_64_64 entry to 0x5a5 at the offset 0x648.
  3306. grub-install: info: relocating an R_X86_64_64 entry to 0xac7a at the offset 0x658.
  3307. grub-install: info: relocating an R_X86_64_64 entry to 0x2c6e at the offset 0x660.
  3308. grub-install: info: relocating an R_X86_64_64 entry to 0xac92 at the offset 0x670.
  3309. grub-install: info: relocating an R_X86_64_64 entry to 0x2d32 at the offset 0x678.
  3310. grub-install: info: relocating an R_X86_64_64 entry to 0xacae at the offset 0x688.
  3311. grub-install: info: relocating an R_X86_64_64 entry to 0x29f5 at the offset 0x690.
  3312. grub-install: info: relocating an R_X86_64_64 entry to 0xaccc at the offset 0x6a0.
  3313. grub-install: info: relocating an R_X86_64_64 entry to 0x2f18 at the offset 0x6a8.
  3314. grub-install: info: relocating an R_X86_64_64 entry to 0xacea at the offset 0x6b8.
  3315. grub-install: info: relocating an R_X86_64_64 entry to 0x2c44 at the offset 0x6c0.
  3316. grub-install: info: relocating an R_X86_64_64 entry to 0xacfe at the offset 0x6d0.
  3317. grub-install: info: relocating an R_X86_64_64 entry to 0x2355 at the offset 0x6d8.
  3318. grub-install: info: relocating an R_X86_64_64 entry to 0xad17 at the offset 0x6e8.
  3319. grub-install: info: relocating an R_X86_64_64 entry to 0x2289 at the offset 0x6f0.
  3320. grub-install: info: relocating an R_X86_64_64 entry to 0xad2d at the offset 0x700.
  3321. grub-install: info: relocating an R_X86_64_64 entry to 0x1e63 at the offset 0x708.
  3322. grub-install: info: relocating an R_X86_64_64 entry to 0xad47 at the offset 0x718.
  3323. grub-install: info: relocating an R_X86_64_64 entry to 0x2de4 at the offset 0x720.
  3324. grub-install: info: relocating an R_X86_64_64 entry to 0xad5f at the offset 0x730.
  3325. grub-install: info: relocating an R_X86_64_64 entry to 0x1ff7 at the offset 0x738.
  3326. grub-install: info: relocating an R_X86_64_64 entry to 0xad75 at the offset 0x748.
  3327. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e8 at the offset 0x750.
  3328. grub-install: info: relocating an R_X86_64_64 entry to 0xad8b at the offset 0x760.
  3329. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x768.
  3330. grub-install: info: relocating an R_X86_64_64 entry to 0xada0 at the offset 0x778.
  3331. grub-install: info: relocating an R_X86_64_64 entry to 0x1c5f at the offset 0x780.
  3332. grub-install: info: relocating an R_X86_64_64 entry to 0xadb7 at the offset 0x790.
  3333. grub-install: info: relocating an R_X86_64_64 entry to 0x1c16 at the offset 0x798.
  3334. grub-install: info: relocating an R_X86_64_64 entry to 0xadd0 at the offset 0x7a8.
  3335. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f8 at the offset 0x7b0.
  3336. grub-install: info: relocating an R_X86_64_64 entry to 0xade4 at the offset 0x7c0.
  3337. grub-install: info: relocating an R_X86_64_64 entry to 0x1d5a at the offset 0x7c8.
  3338. grub-install: info: relocating an R_X86_64_64 entry to 0xadfb at the offset 0x7d8.
  3339. grub-install: info: relocating an R_X86_64_64 entry to 0x2370 at the offset 0x7e0.
  3340. grub-install: info: relocating an R_X86_64_64 entry to 0xae16 at the offset 0x7f0.
  3341. grub-install: info: relocating an R_X86_64_64 entry to 0x2117 at the offset 0x7f8.
  3342. grub-install: info: relocating an R_X86_64_64 entry to 0xae2b at the offset 0x808.
  3343. grub-install: info: relocating an R_X86_64_64 entry to 0x1db8 at the offset 0x810.
  3344. grub-install: info: relocating an R_X86_64_64 entry to 0xae42 at the offset 0x820.
  3345. grub-install: info: relocating an R_X86_64_64 entry to 0x1f1d at the offset 0x828.
  3346. grub-install: info: relocating an R_X86_64_64 entry to 0xae58 at the offset 0x838.
  3347. grub-install: info: relocating an R_X86_64_64 entry to 0x1ec2 at the offset 0x840.
  3348. grub-install: info: relocating an R_X86_64_64 entry to 0xae79 at the offset 0x850.
  3349. grub-install: info: relocating an R_X86_64_64 entry to 0x1e3f at the offset 0x858.
  3350. grub-install: info: relocating an R_X86_64_64 entry to 0xae88 at the offset 0x868.
  3351. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x870.
  3352. grub-install: info: relocating an R_X86_64_64 entry to 0xae9e at the offset 0x880.
  3353. grub-install: info: relocating an R_X86_64_64 entry to 0x1581 at the offset 0x888.
  3354. grub-install: info: relocating an R_X86_64_64 entry to 0xaebd at the offset 0x898.
  3355. grub-install: info: relocating an R_X86_64_64 entry to 0x16cc at the offset 0x8a0.
  3356. grub-install: info: relocating an R_X86_64_64 entry to 0xaeda at the offset 0x8b0.
  3357. grub-install: info: relocating an R_X86_64_64 entry to 0x6788 at the offset 0x8b8.
  3358. grub-install: info: relocating an R_X86_64_64 entry to 0xaeea at the offset 0x8c8.
  3359. grub-install: info: relocating an R_X86_64_64 entry to 0x65ea at the offset 0x8d0.
  3360. grub-install: info: relocating an R_X86_64_64 entry to 0xaef7 at the offset 0x8e0.
  3361. grub-install: info: relocating an R_X86_64_64 entry to 0x64bc at the offset 0x8e8.
  3362. grub-install: info: relocating an R_X86_64_64 entry to 0xaf04 at the offset 0x8f8.
  3363. grub-install: info: relocating an R_X86_64_64 entry to 0x6618 at the offset 0x900.
  3364. grub-install: info: relocating an R_X86_64_64 entry to 0xaf13 at the offset 0x910.
  3365. grub-install: info: relocating an R_X86_64_64 entry to 0x669c at the offset 0x918.
  3366. grub-install: info: relocating an R_X86_64_64 entry to 0xaf2e at the offset 0x928.
  3367. grub-install: info: relocating an R_X86_64_64 entry to 0x184d4 at the offset 0x930.
  3368. grub-install: info: relocating an R_X86_64_64 entry to 0xaf46 at the offset 0x940.
  3369. grub-install: info: relocating an R_X86_64_64 entry to 0x183d0 at the offset 0x948.
  3370. grub-install: info: relocating an R_X86_64_64 entry to 0xaf52 at the offset 0x958.
  3371. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x960.
  3372. grub-install: info: relocating an R_X86_64_64 entry to 0xaf5d at the offset 0x970.
  3373. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x978.
  3374. grub-install: info: relocating an R_X86_64_64 entry to 0xaf68 at the offset 0x988.
  3375. grub-install: info: relocating an R_X86_64_64 entry to 0x68d6 at the offset 0x990.
  3376. grub-install: info: relocating an R_X86_64_64 entry to 0xaf77 at the offset 0x9a0.
  3377. grub-install: info: relocating an R_X86_64_64 entry to 0x684a at the offset 0x9a8.
  3378. grub-install: info: relocating an R_X86_64_64 entry to 0xaf87 at the offset 0x9b8.
  3379. grub-install: info: relocating an R_X86_64_64 entry to 0x1e7e at the offset 0x9c0.
  3380. grub-install: info: relocating an R_X86_64_64 entry to 0xaf91 at the offset 0x9d0.
  3381. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x9d8.
  3382. grub-install: info: relocating an R_X86_64_64 entry to 0xaf9c at the offset 0x9e8.
  3383. grub-install: info: relocating an R_X86_64_64 entry to 0x6b05 at the offset 0x9f0.
  3384. grub-install: info: relocating an R_X86_64_64 entry to 0xafac at the offset 0xa00.
  3385. grub-install: info: relocating an R_X86_64_64 entry to 0x184f0 at the offset 0xa08.
  3386. grub-install: info: relocating an R_X86_64_64 entry to 0xafc2 at the offset 0xa18.
  3387. grub-install: info: relocating an R_X86_64_64 entry to 0x18510 at the offset 0xa20.
  3388. grub-install: info: relocating an R_X86_64_64 entry to 0xafdc at the offset 0xa30.
  3389. grub-install: info: relocating an R_X86_64_64 entry to 0x69dd at the offset 0xa38.
  3390. grub-install: info: relocating an R_X86_64_64 entry to 0xaff6 at the offset 0xa48.
  3391. grub-install: info: relocating an R_X86_64_64 entry to 0x6b50 at the offset 0xa50.
  3392. grub-install: info: relocating an R_X86_64_64 entry to 0xb005 at the offset 0xa60.
  3393. grub-install: info: relocating an R_X86_64_64 entry to 0x184e0 at the offset 0xa68.
  3394. grub-install: info: relocating an R_X86_64_64 entry to 0xb01d at the offset 0xa78.
  3395. grub-install: info: relocating an R_X86_64_64 entry to 0x6a68 at the offset 0xa80.
  3396. grub-install: info: relocating an R_X86_64_64 entry to 0xb02c at the offset 0xa90.
  3397. grub-install: info: relocating an R_X86_64_64 entry to 0x6d22 at the offset 0xa98.
  3398. grub-install: info: relocating an R_X86_64_64 entry to 0xb03b at the offset 0xaa8.
  3399. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0xab0.
  3400. grub-install: info: relocating an R_X86_64_64 entry to 0xb045 at the offset 0xac0.
  3401. grub-install: info: relocating an R_X86_64_64 entry to 0xe1b0 at the offset 0xac8.
  3402. grub-install: info: relocating an R_X86_64_64 entry to 0xb05b at the offset 0xad8.
  3403. grub-install: info: relocating an R_X86_64_64 entry to 0xe1b8 at the offset 0xae0.
  3404. grub-install: info: relocating an R_X86_64_64 entry to 0xb068 at the offset 0xaf0.
  3405. grub-install: info: relocating an R_X86_64_64 entry to 0x7033 at the offset 0xaf8.
  3406. grub-install: info: relocating an R_X86_64_64 entry to 0xb076 at the offset 0xb08.
  3407. grub-install: info: relocating an R_X86_64_64 entry to 0x417b at the offset 0xb10.
  3408. grub-install: info: relocating an R_X86_64_64 entry to 0xb087 at the offset 0xb20.
  3409. grub-install: info: relocating an R_X86_64_64 entry to 0x991f at the offset 0xb28.
  3410. grub-install: info: relocating an R_X86_64_64 entry to 0xb093 at the offset 0xb38.
  3411. grub-install: info: relocating an R_X86_64_64 entry to 0x98ad at the offset 0xb40.
  3412. grub-install: info: relocating an R_X86_64_64 entry to 0xb0a7 at the offset 0xb50.
  3413. grub-install: info: relocating an R_X86_64_64 entry to 0xb690 at the offset 0xb58.
  3414. grub-install: info: relocating an R_X86_64_64 entry to 0xb0b4 at the offset 0xb68.
  3415. grub-install: info: relocating an R_X86_64_64 entry to 0x7aae at the offset 0xb70.
  3416. grub-install: info: relocating an R_X86_64_64 entry to 0xb0c1 at the offset 0xb80.
  3417. grub-install: info: relocating an R_X86_64_64 entry to 0x7276 at the offset 0xb88.
  3418. grub-install: info: relocating an R_X86_64_64 entry to 0xb0d0 at the offset 0xb98.
  3419. grub-install: info: relocating an R_X86_64_64 entry to 0x7290 at the offset 0xba0.
  3420. grub-install: info: relocating an R_X86_64_64 entry to 0xb0e1 at the offset 0xbb0.
  3421. grub-install: info: relocating an R_X86_64_64 entry to 0x534 at the offset 0xbb8.
  3422. grub-install: info: relocating an R_X86_64_64 entry to 0xb0f3 at the offset 0xbc8.
  3423. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0xbd0.
  3424. grub-install: info: relocating an R_X86_64_64 entry to 0xb0ff at the offset 0xbe0.
  3425. grub-install: info: relocating an R_X86_64_64 entry to 0x3c27 at the offset 0xbe8.
  3426. grub-install: info: relocating an R_X86_64_64 entry to 0xb10d at the offset 0xbf8.
  3427. grub-install: info: relocating an R_X86_64_64 entry to 0x547 at the offset 0xc00.
  3428. grub-install: info: relocating an R_X86_64_64 entry to 0xb121 at the offset 0xc10.
  3429. grub-install: info: relocating an R_X86_64_64 entry to 0x7a0c at the offset 0xc18.
  3430. grub-install: info: relocating an R_X86_64_64 entry to 0xb12d at the offset 0xc28.
  3431. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0xc30.
  3432. grub-install: info: relocating an R_X86_64_64 entry to 0xb13a at the offset 0xc40.
  3433. grub-install: info: relocating an R_X86_64_64 entry to 0x7baf at the offset 0xc48.
  3434. grub-install: info: relocating an R_X86_64_64 entry to 0xb146 at the offset 0xc58.
  3435. grub-install: info: relocating an R_X86_64_64 entry to 0x4195 at the offset 0xc60.
  3436. grub-install: info: relocating an R_X86_64_64 entry to 0xb156 at the offset 0xc70.
  3437. grub-install: info: relocating an R_X86_64_64 entry to 0xe408 at the offset 0xc78.
  3438. grub-install: info: relocating an R_X86_64_64 entry to 0xb163 at the offset 0xc88.
  3439. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f0 at the offset 0xc90.
  3440. grub-install: info: relocating an R_X86_64_64 entry to 0xb170 at the offset 0xca0.
  3441. grub-install: info: relocating an R_X86_64_64 entry to 0x7242 at the offset 0xca8.
  3442. grub-install: info: relocating an R_X86_64_64 entry to 0xb185 at the offset 0xcb8.
  3443. grub-install: info: relocating an R_X86_64_64 entry to 0xc6e8 at the offset 0xcc0.
  3444. grub-install: info: relocating an R_X86_64_64 entry to 0xb193 at the offset 0xcd0.
  3445. grub-install: info: relocating an R_X86_64_64 entry to 0xe3d0 at the offset 0xcd8.
  3446. grub-install: info: relocating an R_X86_64_64 entry to 0xb1ac at the offset 0xce8.
  3447. grub-install: info: relocating an R_X86_64_64 entry to 0x8c1a at the offset 0xcf0.
  3448. grub-install: info: relocating an R_X86_64_64 entry to 0xb1c6 at the offset 0xd00.
  3449. grub-install: info: relocating an R_X86_64_64 entry to 0x8cd3 at the offset 0xd08.
  3450. grub-install: info: relocating an R_X86_64_64 entry to 0xb1e0 at the offset 0xd18.
  3451. grub-install: info: relocating an R_X86_64_64 entry to 0x91d0 at the offset 0xd20.
  3452. grub-install: info: relocating an R_X86_64_64 entry to 0xb1f8 at the offset 0xd30.
  3453. grub-install: info: relocating an R_X86_64_64 entry to 0x9164 at the offset 0xd38.
  3454. grub-install: info: relocating an R_X86_64_64 entry to 0xb20f at the offset 0xd48.
  3455. grub-install: info: relocating an R_X86_64_64 entry to 0x18530 at the offset 0xd50.
  3456. grub-install: info: relocating an R_X86_64_64 entry to 0xb227 at the offset 0xd60.
  3457. grub-install: info: relocating an R_X86_64_64 entry to 0x8fd0 at the offset 0xd68.
  3458. grub-install: info: relocating an R_X86_64_64 entry to 0xb23c at the offset 0xd78.
  3459. grub-install: info: relocating an R_X86_64_64 entry to 0x6a2 at the offset 0xd80.
  3460. grub-install: info: relocating an R_X86_64_64 entry to 0xb255 at the offset 0xd90.
  3461. grub-install: info: relocating an R_X86_64_64 entry to 0x5d3 at the offset 0xd98.
  3462. grub-install: info: relocating an R_X86_64_64 entry to 0xb266 at the offset 0xda8.
  3463. grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0xdb0.
  3464. grub-install: info: relocating an R_X86_64_64 entry to 0xb27c at the offset 0xdc0.
  3465. grub-install: info: relocating an R_X86_64_64 entry to 0x6944 at the offset 0xdc8.
  3466. grub-install: info: relocating an R_X86_64_64 entry to 0xb28d at the offset 0xdd8.
  3467. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0xde0.
  3468. grub-install: info: relocating an R_X86_64_64 entry to 0xb299 at the offset 0xdf0.
  3469. grub-install: info: relocating an R_X86_64_64 entry to 0x8775 at the offset 0xdf8.
  3470. grub-install: info: relocating an R_X86_64_64 entry to 0xb2a6 at the offset 0xe08.
  3471. grub-install: info: relocating an R_X86_64_64 entry to 0x79d3 at the offset 0xe10.
  3472. grub-install: info: relocating an R_X86_64_64 entry to 0xb2b1 at the offset 0xe20.
  3473. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0xe28.
  3474. grub-install: info: relocating an R_X86_64_64 entry to 0xb2c3 at the offset 0xe38.
  3475. grub-install: info: relocating an R_X86_64_64 entry to 0x40bf at the offset 0xe40.
  3476. grub-install: info: relocating an R_X86_64_64 entry to 0xb2d0 at the offset 0xe50.
  3477. grub-install: info: relocating an R_X86_64_64 entry to 0x98f7 at the offset 0xe58.
  3478. grub-install: info: relocating an R_X86_64_64 entry to 0xb2dd at the offset 0xe68.
  3479. grub-install: info: relocating an R_X86_64_64 entry to 0x41be at the offset 0xe70.
  3480. grub-install: info: relocating an R_X86_64_64 entry to 0xb2f8 at the offset 0xe80.
  3481. grub-install: info: relocating an R_X86_64_64 entry to 0x6728 at the offset 0xe88.
  3482. grub-install: info: relocating an R_X86_64_64 entry to 0xb314 at the offset 0xe98.
  3483. grub-install: info: relocating an R_X86_64_64 entry to 0x896d at the offset 0xea0.
  3484. grub-install: info: relocating an R_X86_64_64 entry to 0xb322 at the offset 0xeb0.
  3485. grub-install: info: relocating an R_X86_64_64 entry to 0x7a83 at the offset 0xeb8.
  3486. grub-install: info: relocating an R_X86_64_64 entry to 0xb32e at the offset 0xec8.
  3487. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0xed0.
  3488. grub-install: info: relocating an R_X86_64_64 entry to 0xb33a at the offset 0xee0.
  3489. grub-install: info: relocating an R_X86_64_64 entry to 0x79c0 at the offset 0xee8.
  3490. grub-install: info: relocating an R_X86_64_64 entry to 0xb346 at the offset 0xef8.
  3491. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0xf00.
  3492. grub-install: info: relocating an R_X86_64_64 entry to 0xb352 at the offset 0xf10.
  3493. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0xf18.
  3494. grub-install: info: relocating an R_X86_64_64 entry to 0xb35e at the offset 0xf28.
  3495. grub-install: info: relocating an R_X86_64_64 entry to 0x7a4d at the offset 0xf30.
  3496. grub-install: info: relocating an R_X86_64_64 entry to 0xb36b at the offset 0xf40.
  3497. grub-install: info: relocating an R_X86_64_64 entry to 0x7c36 at the offset 0xf48.
  3498. grub-install: info: relocating an R_X86_64_64 entry to 0xb378 at the offset 0xf58.
  3499. grub-install: info: relocating an R_X86_64_64 entry to 0x7a99 at the offset 0xf60.
  3500. grub-install: info: relocating an R_X86_64_64 entry to 0xb385 at the offset 0xf70.
  3501. grub-install: info: relocating an R_X86_64_64 entry to 0x81c5 at the offset 0xf78.
  3502. grub-install: info: relocating an R_X86_64_64 entry to 0xb392 at the offset 0xf88.
  3503. grub-install: info: relocating an R_X86_64_64 entry to 0x7d3d at the offset 0xf90.
  3504. grub-install: info: relocating an R_X86_64_64 entry to 0xb3a0 at the offset 0xfa0.
  3505. grub-install: info: relocating an R_X86_64_64 entry to 0x7b0e at the offset 0xfa8.
  3506. grub-install: info: relocating an R_X86_64_64 entry to 0xb3ad at the offset 0xfb8.
  3507. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e8 at the offset 0xfc0.
  3508. grub-install: info: relocating an R_X86_64_64 entry to 0xb3c7 at the offset 0xfd0.
  3509. grub-install: info: relocating an R_X86_64_64 entry to 0x18540 at the offset 0xfd8.
  3510. grub-install: info: relocating an R_X86_64_64 entry to 0xb3d8 at the offset 0xfe8.
  3511. grub-install: info: relocating an R_X86_64_64 entry to 0x18550 at the offset 0xff0.
  3512. grub-install: info: relocating an R_X86_64_64 entry to 0xb3f2 at the offset 0x1000.
  3513. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e9 at the offset 0x1008.
  3514. grub-install: info: relocating an R_X86_64_64 entry to 0xb409 at the offset 0x1018.
  3515. grub-install: info: relocating an R_X86_64_64 entry to 0x18548 at the offset 0x1020.
  3516. grub-install: info: relocating an R_X86_64_64 entry to 0xb41b at the offset 0x1030.
  3517. grub-install: info: relocating an R_X86_64_64 entry to 0x18538 at the offset 0x1038.
  3518. grub-install: info: relocating an R_X86_64_64 entry to 0xb436 at the offset 0x1048.
  3519. grub-install: info: relocating an R_X86_64_64 entry to 0xe3d8 at the offset 0x1050.
  3520. grub-install: info: relocating an R_X86_64_64 entry to 0xb449 at the offset 0x1060.
  3521. grub-install: info: relocating an R_X86_64_64 entry to 0xe400 at the offset 0x1068.
  3522. grub-install: info: relocating an R_X86_64_64 entry to 0xb457 at the offset 0x1078.
  3523. grub-install: info: relocating an R_X86_64_64 entry to 0x42af at the offset 0x1080.
  3524. grub-install: info: relocating an R_X86_64_64 entry to 0xb46f at the offset 0x1090.
  3525. grub-install: info: relocating an R_X86_64_64 entry to 0x8666 at the offset 0x1098.
  3526. grub-install: info: relocating an R_X86_64_64 entry to 0xb47c at the offset 0x10a8.
  3527. grub-install: info: relocating an R_X86_64_64 entry to 0x88fd at the offset 0x10b0.
  3528. grub-install: info: relocating an R_X86_64_64 entry to 0xb48b at the offset 0x10c0.
  3529. grub-install: info: relocating an R_X86_64_64 entry to 0x8a4d at the offset 0x10c8.
  3530. grub-install: info: relocating an R_X86_64_64 entry to 0xb49a at the offset 0x10d8.
  3531. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e0 at the offset 0x10e0.
  3532. grub-install: info: relocating an R_X86_64_64 entry to 0xb4a5 at the offset 0x10f0.
  3533. grub-install: info: relocating an R_X86_64_64 entry to 0x89b2 at the offset 0x10f8.
  3534. grub-install: info: relocating an R_X86_64_64 entry to 0xb4b5 at the offset 0x1108.
  3535. grub-install: info: relocating an R_X86_64_64 entry to 0x3e36 at the offset 0x1110.
  3536. grub-install: info: relocating an R_X86_64_64 entry to 0xb4c1 at the offset 0x1120.
  3537. grub-install: info: relocating an R_X86_64_64 entry to 0x7a0c at the offset 0x1128.
  3538. grub-install: info: relocating an R_X86_64_64 entry to 0xb4c8 at the offset 0x1138.
  3539. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x1140.
  3540. grub-install: info: relocating an R_X86_64_64 entry to 0xb4cf at the offset 0x1150.
  3541. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x1158.
  3542. grub-install: info: relocating an R_X86_64_64 entry to 0xb4d7 at the offset 0x1168.
  3543. grub-install: info: relocating an R_X86_64_64 entry to 0x7baf at the offset 0x1170.
  3544. grub-install: info: translating the relocation section .rela.text.
  3545. grub-install: info: adding a relocation entry for 0x51d.
  3546. grub-install: info: adding a relocation entry for 0x52a.
  3547. grub-install: info: adding a relocation entry for 0x53c.
  3548. grub-install: info: adding a relocation entry for 0x565.
  3549. grub-install: info: adding a relocation entry for 0x57a.
  3550. grub-install: info: adding a relocation entry for 0x58b.
  3551. grub-install: info: adding a relocation entry for 0x59b.
  3552. grub-install: info: adding a relocation entry for 0x5e0.
  3553. grub-install: info: adding a relocation entry for 0x6af.
  3554. grub-install: info: adding a relocation entry for 0x755.
  3555. grub-install: info: adding a relocation entry for 0x766.
  3556. grub-install: info: adding a relocation entry for 0x78f.
  3557. grub-install: info: adding a relocation entry for 0x810.
  3558. grub-install: info: adding a relocation entry for 0x822.
  3559. grub-install: info: adding a relocation entry for 0x874.
  3560. grub-install: info: adding a relocation entry for 0x885.
  3561. grub-install: info: adding a relocation entry for 0x8fd.
  3562. grub-install: info: adding a relocation entry for 0x927.
  3563. grub-install: info: adding a relocation entry for 0x945.
  3564. grub-install: info: adding a relocation entry for 0x97a.
  3565. grub-install: info: adding a relocation entry for 0x9ac.
  3566. grub-install: info: adding a relocation entry for 0x9cd.
  3567. grub-install: info: adding a relocation entry for 0x9fa.
  3568. grub-install: info: adding a relocation entry for 0xa0c.
  3569. grub-install: info: adding a relocation entry for 0xa38.
  3570. grub-install: info: adding a relocation entry for 0xa42.
  3571. grub-install: info: adding a relocation entry for 0xa6d.
  3572. grub-install: info: adding a relocation entry for 0xa94.
  3573. grub-install: info: adding a relocation entry for 0xac0.
  3574. grub-install: info: adding a relocation entry for 0xacf.
  3575. grub-install: info: adding a relocation entry for 0xafd.
  3576. grub-install: info: adding a relocation entry for 0xb22.
  3577. grub-install: info: adding a relocation entry for 0xb3b.
  3578. grub-install: info: adding a relocation entry for 0xb49.
  3579. grub-install: info: adding a relocation entry for 0xb67.
  3580. grub-install: info: adding a relocation entry for 0xb80.
  3581. grub-install: info: adding a relocation entry for 0xbc6.
  3582. grub-install: info: adding a relocation entry for 0xbeb.
  3583. grub-install: info: adding a relocation entry for 0xbf5.
  3584. grub-install: info: adding a relocation entry for 0xc04.
  3585. grub-install: info: adding a relocation entry for 0xc10.
  3586. grub-install: info: adding a relocation entry for 0xc24.
  3587. grub-install: info: adding a relocation entry for 0xc2e.
  3588. grub-install: info: adding a relocation entry for 0xc38.
  3589. grub-install: info: adding a relocation entry for 0xc4a.
  3590. grub-install: info: adding a relocation entry for 0xc80.
  3591. grub-install: info: adding a relocation entry for 0xc8f.
  3592. grub-install: info: adding a relocation entry for 0xca5.
  3593. grub-install: info: adding a relocation entry for 0xcb6.
  3594. grub-install: info: adding a relocation entry for 0xcc1.
  3595. grub-install: info: adding a relocation entry for 0xcec.
  3596. grub-install: info: adding a relocation entry for 0xcfb.
  3597. grub-install: info: adding a relocation entry for 0xd0a.
  3598. grub-install: info: adding a relocation entry for 0xd17.
  3599. grub-install: info: adding a relocation entry for 0xd33.
  3600. grub-install: info: adding a relocation entry for 0xd44.
  3601. grub-install: info: adding a relocation entry for 0xd58.
  3602. grub-install: info: adding a relocation entry for 0xd65.
  3603. grub-install: info: adding a relocation entry for 0xd77.
  3604. grub-install: info: adding a relocation entry for 0xd81.
  3605. grub-install: info: adding a relocation entry for 0xdd4.
  3606. grub-install: info: adding a relocation entry for 0xde5.
  3607. grub-install: info: adding a relocation entry for 0xe18.
  3608. grub-install: info: adding a relocation entry for 0xe22.
  3609. grub-install: info: adding a relocation entry for 0xe31.
  3610. grub-install: info: adding a relocation entry for 0xe3b.
  3611. grub-install: info: adding a relocation entry for 0xe55.
  3612. grub-install: info: adding a relocation entry for 0xe61.
  3613. grub-install: info: adding a relocation entry for 0xe6c.
  3614. grub-install: info: adding a relocation entry for 0xe77.
  3615. grub-install: info: adding a relocation entry for 0xea4.
  3616. grub-install: info: adding a relocation entry for 0xeb6.
  3617. grub-install: info: adding a relocation entry for 0xeea.
  3618. grub-install: info: adding a relocation entry for 0xeff.
  3619. grub-install: info: adding a relocation entry for 0xf13.
  3620. grub-install: info: adding a relocation entry for 0xf25.
  3621. grub-install: info: adding a relocation entry for 0xf2f.
  3622. grub-install: info: adding a relocation entry for 0xf3e.
  3623. grub-install: info: adding a relocation entry for 0xf48.
  3624. grub-install: info: adding a relocation entry for 0xf77.
  3625. grub-install: info: adding a relocation entry for 0xf8c.
  3626. grub-install: info: adding a relocation entry for 0xfa0.
  3627. grub-install: info: adding a relocation entry for 0xfb2.
  3628. grub-install: info: adding a relocation entry for 0xfbc.
  3629. grub-install: info: adding a relocation entry for 0xfcb.
  3630. grub-install: info: adding a relocation entry for 0xfd5.
  3631. grub-install: info: adding a relocation entry for 0x1000.
  3632. grub-install: info: adding a padding fixup entry.
  3633. grub-install: info: adding a padding fixup entry.
  3634. grub-install: info: writing 184 bytes of a fixup block starting at 0x0.
  3635. grub-install: info: adding a relocation entry for 0x1015.
  3636. grub-install: info: adding a relocation entry for 0x1029.
  3637. grub-install: info: adding a relocation entry for 0x103b.
  3638. grub-install: info: adding a relocation entry for 0x1045.
  3639. grub-install: info: adding a relocation entry for 0x1054.
  3640. grub-install: info: adding a relocation entry for 0x105e.
  3641. grub-install: info: adding a relocation entry for 0x10a5.
  3642. grub-install: info: adding a relocation entry for 0x10b1.
  3643. grub-install: info: adding a relocation entry for 0x10be.
  3644. grub-install: info: adding a relocation entry for 0x10db.
  3645. grub-install: info: adding a relocation entry for 0x1109.
  3646. grub-install: info: adding a relocation entry for 0x1124.
  3647. grub-install: info: adding a relocation entry for 0x113d.
  3648. grub-install: info: adding a relocation entry for 0x117f.
  3649. grub-install: info: adding a relocation entry for 0x119c.
  3650. grub-install: info: adding a relocation entry for 0x11b2.
  3651. grub-install: info: adding a relocation entry for 0x11d8.
  3652. grub-install: info: adding a relocation entry for 0x11e2.
  3653. grub-install: info: adding a relocation entry for 0x1220.
  3654. grub-install: info: adding a relocation entry for 0x127a.
  3655. grub-install: info: adding a relocation entry for 0x129d.
  3656. grub-install: info: adding a relocation entry for 0x12a9.
  3657. grub-install: info: adding a relocation entry for 0x12b6.
  3658. grub-install: info: adding a relocation entry for 0x12d3.
  3659. grub-install: info: adding a relocation entry for 0x1301.
  3660. grub-install: info: adding a relocation entry for 0x131c.
  3661. grub-install: info: adding a relocation entry for 0x1335.
  3662. grub-install: info: adding a relocation entry for 0x134e.
  3663. grub-install: info: adding a relocation entry for 0x1362.
  3664. grub-install: info: adding a relocation entry for 0x136c.
  3665. grub-install: info: adding a relocation entry for 0x1387.
  3666. grub-install: info: adding a relocation entry for 0x13ee.
  3667. grub-install: info: adding a relocation entry for 0x13f8.
  3668. grub-install: info: adding a relocation entry for 0x1404.
  3669. grub-install: info: adding a relocation entry for 0x149d.
  3670. grub-install: info: adding a relocation entry for 0x14b3.
  3671. grub-install: info: adding a relocation entry for 0x1506.
  3672. grub-install: info: adding a relocation entry for 0x1515.
  3673. grub-install: info: adding a relocation entry for 0x151f.
  3674. grub-install: info: adding a relocation entry for 0x153b.
  3675. grub-install: info: adding a relocation entry for 0x1547.
  3676. grub-install: info: adding a relocation entry for 0x1551.
  3677. grub-install: info: adding a relocation entry for 0x156a.
  3678. grub-install: info: adding a relocation entry for 0x15cd.
  3679. grub-install: info: adding a relocation entry for 0x15d7.
  3680. grub-install: info: adding a relocation entry for 0x1604.
  3681. grub-install: info: adding a relocation entry for 0x1625.
  3682. grub-install: info: adding a relocation entry for 0x1638.
  3683. grub-install: info: adding a relocation entry for 0x16ac.
  3684. grub-install: info: adding a relocation entry for 0x16d0.
  3685. grub-install: info: adding a relocation entry for 0x16f6.
  3686. grub-install: info: adding a relocation entry for 0x172c.
  3687. grub-install: info: adding a relocation entry for 0x1783.
  3688. grub-install: info: adding a relocation entry for 0x1796.
  3689. grub-install: info: adding a relocation entry for 0x17ae.
  3690. grub-install: info: adding a relocation entry for 0x17c0.
  3691. grub-install: info: adding a relocation entry for 0x17f0.
  3692. grub-install: info: adding a relocation entry for 0x180a.
  3693. grub-install: info: adding a relocation entry for 0x181d.
  3694. grub-install: info: adding a relocation entry for 0x182a.
  3695. grub-install: info: adding a relocation entry for 0x1843.
  3696. grub-install: info: adding a relocation entry for 0x1857.
  3697. grub-install: info: adding a relocation entry for 0x1861.
  3698. grub-install: info: adding a relocation entry for 0x1879.
  3699. grub-install: info: adding a relocation entry for 0x1892.
  3700. grub-install: info: adding a relocation entry for 0x18ad.
  3701. grub-install: info: adding a relocation entry for 0x18c6.
  3702. grub-install: info: adding a relocation entry for 0x19ec.
  3703. grub-install: info: adding a relocation entry for 0x1a45.
  3704. grub-install: info: adding a relocation entry for 0x1a64.
  3705. grub-install: info: adding a relocation entry for 0x1a70.
  3706. grub-install: info: adding a relocation entry for 0x1a84.
  3707. grub-install: info: adding a relocation entry for 0x1c1f.
  3708. grub-install: info: adding a relocation entry for 0x1c32.
  3709. grub-install: info: adding a relocation entry for 0x1c68.
  3710. grub-install: info: adding a relocation entry for 0x1ca5.
  3711. grub-install: info: adding a relocation entry for 0x1cc3.
  3712. grub-install: info: adding a relocation entry for 0x1cec.
  3713. grub-install: info: adding a relocation entry for 0x1d2d.
  3714. grub-install: info: adding a relocation entry for 0x1d63.
  3715. grub-install: info: adding a relocation entry for 0x1d81.
  3716. grub-install: info: adding a relocation entry for 0x1d99.
  3717. grub-install: info: adding a relocation entry for 0x1dbf.
  3718. grub-install: info: adding a relocation entry for 0x1dc9.
  3719. grub-install: info: adding a relocation entry for 0x1df9.
  3720. grub-install: info: adding a relocation entry for 0x1e24.
  3721. grub-install: info: adding a relocation entry for 0x1e41.
  3722. grub-install: info: adding a relocation entry for 0x1e59.
  3723. grub-install: info: adding a relocation entry for 0x1e6a.
  3724. grub-install: info: adding a relocation entry for 0x1e74.
  3725. grub-install: info: adding a relocation entry for 0x1e81.
  3726. grub-install: info: adding a relocation entry for 0x1e8d.
  3727. grub-install: info: adding a relocation entry for 0x1ea9.
  3728. grub-install: info: adding a relocation entry for 0x1eb6.
  3729. grub-install: info: adding a relocation entry for 0x1ec7.
  3730. grub-install: info: adding a relocation entry for 0x1eec.
  3731. grub-install: info: adding a relocation entry for 0x1efe.
  3732. grub-install: info: adding a relocation entry for 0x1f0f.
  3733. grub-install: info: adding a relocation entry for 0x1f24.
  3734. grub-install: info: adding a relocation entry for 0x1f4b.
  3735. grub-install: info: adding a relocation entry for 0x1f59.
  3736. grub-install: info: adding a relocation entry for 0x1f78.
  3737. grub-install: info: adding a relocation entry for 0x1f8a.
  3738. grub-install: info: adding a relocation entry for 0x1fad.
  3739. grub-install: info: adding a relocation entry for 0x1fc9.
  3740. grub-install: info: adding a relocation entry for 0x1fe1.
  3741. grub-install: info: adding a relocation entry for 0x1ffb.
  3742. grub-install: info: adding a relocation entry for 0x2005.
  3743. grub-install: info: writing 224 bytes of a fixup block starting at 0x1000.
  3744. grub-install: info: adding a relocation entry for 0x205c.
  3745. grub-install: info: adding a relocation entry for 0x2066.
  3746. grub-install: info: adding a relocation entry for 0x2078.
  3747. grub-install: info: adding a relocation entry for 0x20b7.
  3748. grub-install: info: adding a relocation entry for 0x20e4.
  3749. grub-install: info: adding a relocation entry for 0x211b.
  3750. grub-install: info: adding a relocation entry for 0x2127.
  3751. grub-install: info: adding a relocation entry for 0x21a0.
  3752. grub-install: info: adding a relocation entry for 0x21cf.
  3753. grub-install: info: adding a relocation entry for 0x21ee.
  3754. grub-install: info: adding a relocation entry for 0x2201.
  3755. grub-install: info: adding a relocation entry for 0x221f.
  3756. grub-install: info: adding a relocation entry for 0x223c.
  3757. grub-install: info: adding a relocation entry for 0x22d3.
  3758. grub-install: info: adding a relocation entry for 0x22ea.
  3759. grub-install: info: adding a relocation entry for 0x235c.
  3760. grub-install: info: adding a relocation entry for 0x2366.
  3761. grub-install: info: adding a relocation entry for 0x237b.
  3762. grub-install: info: adding a relocation entry for 0x23d4.
  3763. grub-install: info: adding a relocation entry for 0x23e2.
  3764. grub-install: info: adding a relocation entry for 0x23f5.
  3765. grub-install: info: adding a relocation entry for 0x240e.
  3766. grub-install: info: adding a relocation entry for 0x2423.
  3767. grub-install: info: adding a relocation entry for 0x2436.
  3768. grub-install: info: adding a relocation entry for 0x244d.
  3769. grub-install: info: adding a relocation entry for 0x2462.
  3770. grub-install: info: adding a relocation entry for 0x2474.
  3771. grub-install: info: adding a relocation entry for 0x2483.
  3772. grub-install: info: adding a relocation entry for 0x249c.
  3773. grub-install: info: adding a relocation entry for 0x24b4.
  3774. grub-install: info: adding a relocation entry for 0x24c9.
  3775. grub-install: info: adding a relocation entry for 0x24de.
  3776. grub-install: info: adding a relocation entry for 0x24f2.
  3777. grub-install: info: adding a relocation entry for 0x2504.
  3778. grub-install: info: adding a relocation entry for 0x251e.
  3779. grub-install: info: adding a relocation entry for 0x2534.
  3780. grub-install: info: adding a relocation entry for 0x2547.
  3781. grub-install: info: adding a relocation entry for 0x2576.
  3782. grub-install: info: adding a relocation entry for 0x25a1.
  3783. grub-install: info: adding a relocation entry for 0x25be.
  3784. grub-install: info: adding a relocation entry for 0x25d3.
  3785. grub-install: info: adding a relocation entry for 0x25ee.
  3786. grub-install: info: adding a relocation entry for 0x2605.
  3787. grub-install: info: adding a relocation entry for 0x261c.
  3788. grub-install: info: adding a relocation entry for 0x2637.
  3789. grub-install: info: adding a relocation entry for 0x264e.
  3790. grub-install: info: adding a relocation entry for 0x2672.
  3791. grub-install: info: adding a relocation entry for 0x2689.
  3792. grub-install: info: adding a relocation entry for 0x26be.
  3793. grub-install: info: adding a relocation entry for 0x270c.
  3794. grub-install: info: adding a relocation entry for 0x2788.
  3795. grub-install: info: adding a relocation entry for 0x27ab.
  3796. grub-install: info: adding a relocation entry for 0x27cf.
  3797. grub-install: info: adding a relocation entry for 0x27e9.
  3798. grub-install: info: adding a relocation entry for 0x27f8.
  3799. grub-install: info: adding a relocation entry for 0x2815.
  3800. grub-install: info: adding a relocation entry for 0x282b.
  3801. grub-install: info: adding a relocation entry for 0x287e.
  3802. grub-install: info: adding a relocation entry for 0x2897.
  3803. grub-install: info: adding a relocation entry for 0x28a1.
  3804. grub-install: info: adding a relocation entry for 0x28b6.
  3805. grub-install: info: adding a relocation entry for 0x28e3.
  3806. grub-install: info: adding a relocation entry for 0x28f5.
  3807. grub-install: info: adding a relocation entry for 0x2902.
  3808. grub-install: info: adding a relocation entry for 0x2913.
  3809. grub-install: info: adding a relocation entry for 0x292c.
  3810. grub-install: info: adding a relocation entry for 0x296b.
  3811. grub-install: info: adding a relocation entry for 0x297b.
  3812. grub-install: info: adding a relocation entry for 0x2993.
  3813. grub-install: info: adding a relocation entry for 0x29b9.
  3814. grub-install: info: adding a relocation entry for 0x29c6.
  3815. grub-install: info: adding a relocation entry for 0x2a0e.
  3816. grub-install: info: adding a relocation entry for 0x2a88.
  3817. grub-install: info: adding a relocation entry for 0x2a94.
  3818. grub-install: info: adding a relocation entry for 0x2a9e.
  3819. grub-install: info: adding a relocation entry for 0x2aaa.
  3820. grub-install: info: adding a relocation entry for 0x2ab6.
  3821. grub-install: info: adding a relocation entry for 0x2ad4.
  3822. grub-install: info: adding a relocation entry for 0x2ae1.
  3823. grub-install: info: adding a relocation entry for 0x2aef.
  3824. grub-install: info: adding a relocation entry for 0x2b04.
  3825. grub-install: info: adding a relocation entry for 0x2b1c.
  3826. grub-install: info: adding a relocation entry for 0x2b2c.
  3827. grub-install: info: adding a relocation entry for 0x2b47.
  3828. grub-install: info: adding a relocation entry for 0x2b6b.
  3829. grub-install: info: adding a relocation entry for 0x2b85.
  3830. grub-install: info: adding a relocation entry for 0x2b92.
  3831. grub-install: info: adding a relocation entry for 0x2bbb.
  3832. grub-install: info: adding a relocation entry for 0x2be5.
  3833. grub-install: info: adding a relocation entry for 0x2c49.
  3834. grub-install: info: adding a relocation entry for 0x2c5c.
  3835. grub-install: info: adding a relocation entry for 0x2ca6.
  3836. grub-install: info: adding a relocation entry for 0x2cc3.
  3837. grub-install: info: adding a relocation entry for 0x2d13.
  3838. grub-install: info: adding a relocation entry for 0x2d57.
  3839. grub-install: info: adding a relocation entry for 0x2d76.
  3840. grub-install: info: adding a relocation entry for 0x2dc5.
  3841. grub-install: info: adding a relocation entry for 0x2de8.
  3842. grub-install: info: adding a relocation entry for 0x2e16.
  3843. grub-install: info: adding a relocation entry for 0x2e25.
  3844. grub-install: info: adding a relocation entry for 0x2e32.
  3845. grub-install: info: adding a relocation entry for 0x2e45.
  3846. grub-install: info: adding a relocation entry for 0x2e52.
  3847. grub-install: info: adding a relocation entry for 0x2e63.
  3848. grub-install: info: adding a relocation entry for 0x2e76.
  3849. grub-install: info: adding a relocation entry for 0x2e88.
  3850. grub-install: info: adding a relocation entry for 0x2e9a.
  3851. grub-install: info: adding a relocation entry for 0x2ec0.
  3852. grub-install: info: adding a relocation entry for 0x2ee2.
  3853. grub-install: info: adding a relocation entry for 0x2f1c.
  3854. grub-install: info: adding a relocation entry for 0x2f46.
  3855. grub-install: info: adding a relocation entry for 0x2f7c.
  3856. grub-install: info: adding a relocation entry for 0x2f8c.
  3857. grub-install: info: adding a relocation entry for 0x2f96.
  3858. grub-install: info: adding a relocation entry for 0x2fa0.
  3859. grub-install: info: adding a relocation entry for 0x2faa.
  3860. grub-install: info: adding a relocation entry for 0x2fb7.
  3861. grub-install: info: adding a relocation entry for 0x2fd2.
  3862. grub-install: info: adding a relocation entry for 0x2fe5.
  3863. grub-install: info: adding a relocation entry for 0x2ff6.
  3864. grub-install: info: adding a relocation entry for 0x3007.
  3865. grub-install: info: adding a padding fixup entry.
  3866. grub-install: info: adding a padding fixup entry.
  3867. grub-install: info: adding a padding fixup entry.
  3868. grub-install: info: writing 256 bytes of a fixup block starting at 0x2000.
  3869. grub-install: info: adding a relocation entry for 0x3014.
  3870. grub-install: info: adding a relocation entry for 0x3023.
  3871. grub-install: info: adding a relocation entry for 0x302e.
  3872. grub-install: info: adding a relocation entry for 0x303d.
  3873. grub-install: info: adding a relocation entry for 0x3047.
  3874. grub-install: info: adding a relocation entry for 0x3051.
  3875. grub-install: info: adding a relocation entry for 0x305e.
  3876. grub-install: info: adding a relocation entry for 0x306f.
  3877. grub-install: info: adding a relocation entry for 0x3079.
  3878. grub-install: info: adding a relocation entry for 0x3088.
  3879. grub-install: info: adding a relocation entry for 0x3097.
  3880. grub-install: info: adding a relocation entry for 0x30ac.
  3881. grub-install: info: adding a relocation entry for 0x30b9.
  3882. grub-install: info: adding a relocation entry for 0x30c6.
  3883. grub-install: info: adding a relocation entry for 0x30e4.
  3884. grub-install: info: adding a relocation entry for 0x30ee.
  3885. grub-install: info: adding a relocation entry for 0x30ff.
  3886. grub-install: info: adding a relocation entry for 0x3110.
  3887. grub-install: info: adding a relocation entry for 0x311c.
  3888. grub-install: info: adding a relocation entry for 0x3134.
  3889. grub-install: info: adding a relocation entry for 0x3140.
  3890. grub-install: info: adding a relocation entry for 0x3153.
  3891. grub-install: info: adding a relocation entry for 0x3163.
  3892. grub-install: info: adding a relocation entry for 0x3170.
  3893. grub-install: info: adding a relocation entry for 0x3181.
  3894. grub-install: info: adding a relocation entry for 0x3193.
  3895. grub-install: info: adding a relocation entry for 0x31a5.
  3896. grub-install: info: adding a relocation entry for 0x31c1.
  3897. grub-install: info: adding a relocation entry for 0x31cb.
  3898. grub-install: info: adding a relocation entry for 0x31f9.
  3899. grub-install: info: adding a relocation entry for 0x3212.
  3900. grub-install: info: adding a relocation entry for 0x323c.
  3901. grub-install: info: adding a relocation entry for 0x3254.
  3902. grub-install: info: adding a relocation entry for 0x32a5.
  3903. grub-install: info: adding a relocation entry for 0x32b1.
  3904. grub-install: info: adding a relocation entry for 0x3317.
  3905. grub-install: info: adding a relocation entry for 0x3452.
  3906. grub-install: info: adding a relocation entry for 0x346e.
  3907. grub-install: info: adding a relocation entry for 0x3478.
  3908. grub-install: info: adding a relocation entry for 0x348a.
  3909. grub-install: info: adding a relocation entry for 0x34aa.
  3910. grub-install: info: adding a relocation entry for 0x34c2.
  3911. grub-install: info: adding a relocation entry for 0x34dd.
  3912. grub-install: info: adding a relocation entry for 0x34f8.
  3913. grub-install: info: adding a relocation entry for 0x363a.
  3914. grub-install: info: adding a relocation entry for 0x3652.
  3915. grub-install: info: adding a relocation entry for 0x3669.
  3916. grub-install: info: adding a relocation entry for 0x3678.
  3917. grub-install: info: adding a relocation entry for 0x3698.
  3918. grub-install: info: adding a relocation entry for 0x36a9.
  3919. grub-install: info: adding a relocation entry for 0x36b7.
  3920. grub-install: info: adding a relocation entry for 0x36ed.
  3921. grub-install: info: adding a relocation entry for 0x3711.
  3922. grub-install: info: adding a relocation entry for 0x3723.
  3923. grub-install: info: adding a relocation entry for 0x3743.
  3924. grub-install: info: adding a relocation entry for 0x3752.
  3925. grub-install: info: adding a relocation entry for 0x376a.
  3926. grub-install: info: adding a relocation entry for 0x377a.
  3927. grub-install: info: adding a relocation entry for 0x3788.
  3928. grub-install: info: adding a relocation entry for 0x379c.
  3929. grub-install: info: adding a relocation entry for 0x37b0.
  3930. grub-install: info: adding a relocation entry for 0x37c5.
  3931. grub-install: info: adding a relocation entry for 0x37d6.
  3932. grub-install: info: adding a relocation entry for 0x37ff.
  3933. grub-install: info: adding a relocation entry for 0x380a.
  3934. grub-install: info: adding a relocation entry for 0x381e.
  3935. grub-install: info: adding a relocation entry for 0x382c.
  3936. grub-install: info: adding a relocation entry for 0x3841.
  3937. grub-install: info: adding a relocation entry for 0x3854.
  3938. grub-install: info: adding a relocation entry for 0x38af.
  3939. grub-install: info: adding a relocation entry for 0x38c4.
  3940. grub-install: info: adding a relocation entry for 0x38d5.
  3941. grub-install: info: adding a relocation entry for 0x38e2.
  3942. grub-install: info: adding a relocation entry for 0x3909.
  3943. grub-install: info: adding a relocation entry for 0x392f.
  3944. grub-install: info: adding a relocation entry for 0x3940.
  3945. grub-install: info: adding a relocation entry for 0x394f.
  3946. grub-install: info: adding a relocation entry for 0x395b.
  3947. grub-install: info: adding a relocation entry for 0x396b.
  3948. grub-install: info: adding a relocation entry for 0x3975.
  3949. grub-install: info: adding a relocation entry for 0x3981.
  3950. grub-install: info: adding a relocation entry for 0x3990.
  3951. grub-install: info: adding a relocation entry for 0x399a.
  3952. grub-install: info: adding a relocation entry for 0x39a4.
  3953. grub-install: info: adding a relocation entry for 0x39b2.
  3954. grub-install: info: adding a relocation entry for 0x39c2.
  3955. grub-install: info: adding a relocation entry for 0x39d2.
  3956. grub-install: info: adding a relocation entry for 0x39dc.
  3957. grub-install: info: adding a relocation entry for 0x39e8.
  3958. grub-install: info: adding a relocation entry for 0x39f7.
  3959. grub-install: info: adding a relocation entry for 0x3a01.
  3960. grub-install: info: adding a relocation entry for 0x3a0c.
  3961. grub-install: info: adding a relocation entry for 0x3a18.
  3962. grub-install: info: adding a relocation entry for 0x3a2b.
  3963. grub-install: info: adding a relocation entry for 0x3a35.
  3964. grub-install: info: adding a relocation entry for 0x3a41.
  3965. grub-install: info: adding a relocation entry for 0x3a4d.
  3966. grub-install: info: adding a relocation entry for 0x3a5c.
  3967. grub-install: info: adding a relocation entry for 0x3a79.
  3968. grub-install: info: adding a relocation entry for 0x3a86.
  3969. grub-install: info: adding a relocation entry for 0x3aea.
  3970. grub-install: info: adding a relocation entry for 0x3b30.
  3971. grub-install: info: adding a relocation entry for 0x3b49.
  3972. grub-install: info: adding a relocation entry for 0x3b53.
  3973. grub-install: info: adding a relocation entry for 0x3b5d.
  3974. grub-install: info: adding a relocation entry for 0x3b69.
  3975. grub-install: info: adding a relocation entry for 0x3b75.
  3976. grub-install: info: adding a relocation entry for 0x3b8b.
  3977. grub-install: info: adding a relocation entry for 0x3b9a.
  3978. grub-install: info: adding a relocation entry for 0x3bc9.
  3979. grub-install: info: adding a relocation entry for 0x3bd5.
  3980. grub-install: info: adding a relocation entry for 0x3bea.
  3981. grub-install: info: adding a relocation entry for 0x3bf6.
  3982. grub-install: info: adding a relocation entry for 0x3c05.
  3983. grub-install: info: adding a relocation entry for 0x3c2b.
  3984. grub-install: info: adding a relocation entry for 0x3c70.
  3985. grub-install: info: adding a relocation entry for 0x3cb9.
  3986. grub-install: info: adding a relocation entry for 0x3cc5.
  3987. grub-install: info: adding a relocation entry for 0x3cde.
  3988. grub-install: info: adding a relocation entry for 0x3cea.
  3989. grub-install: info: adding a relocation entry for 0x3de9.
  3990. grub-install: info: adding a relocation entry for 0x3e00.
  3991. grub-install: info: adding a relocation entry for 0x3e11.
  3992. grub-install: info: adding a relocation entry for 0x3e2a.
  3993. grub-install: info: adding a relocation entry for 0x3e3f.
  3994. grub-install: info: adding a relocation entry for 0x3e5f.
  3995. grub-install: info: adding a relocation entry for 0x3e7f.
  3996. grub-install: info: adding a relocation entry for 0x3ece.
  3997. grub-install: info: adding a relocation entry for 0x3eda.
  3998. grub-install: info: adding a relocation entry for 0x3fb4.
  3999. grub-install: info: adding a relocation entry for 0x3fc1.
  4000. grub-install: info: adding a relocation entry for 0x4022.
  4001. grub-install: info: writing 272 bytes of a fixup block starting at 0x3000.
  4002. grub-install: info: adding a relocation entry for 0x408b.
  4003. grub-install: info: adding a relocation entry for 0x40d7.
  4004. grub-install: info: adding a relocation entry for 0x40f0.
  4005. grub-install: info: adding a relocation entry for 0x4105.
  4006. grub-install: info: adding a relocation entry for 0x4130.
  4007. grub-install: info: adding a relocation entry for 0x4152.
  4008. grub-install: info: adding a relocation entry for 0x4165.
  4009. grub-install: info: adding a relocation entry for 0x417d.
  4010. grub-install: info: adding a relocation entry for 0x418c.
  4011. grub-install: info: adding a relocation entry for 0x419d.
  4012. grub-install: info: adding a relocation entry for 0x41c2.
  4013. grub-install: info: adding a relocation entry for 0x420a.
  4014. grub-install: info: adding a relocation entry for 0x4223.
  4015. grub-install: info: adding a relocation entry for 0x423e.
  4016. grub-install: info: adding a relocation entry for 0x42cd.
  4017. grub-install: info: adding a relocation entry for 0x42dc.
  4018. grub-install: info: adding a relocation entry for 0x42ed.
  4019. grub-install: info: adding a relocation entry for 0x42f7.
  4020. grub-install: info: adding a relocation entry for 0x4304.
  4021. grub-install: info: adding a relocation entry for 0x430e.
  4022. grub-install: info: adding a relocation entry for 0x4328.
  4023. grub-install: info: adding a relocation entry for 0x4332.
  4024. grub-install: info: adding a relocation entry for 0x4351.
  4025. grub-install: info: adding a relocation entry for 0x435b.
  4026. grub-install: info: adding a relocation entry for 0x4367.
  4027. grub-install: info: adding a relocation entry for 0x4371.
  4028. grub-install: info: adding a relocation entry for 0x437d.
  4029. grub-install: info: adding a relocation entry for 0x4394.
  4030. grub-install: info: adding a relocation entry for 0x43a3.
  4031. grub-install: info: adding a relocation entry for 0x43b9.
  4032. grub-install: info: adding a relocation entry for 0x43d4.
  4033. grub-install: info: adding a relocation entry for 0x43ec.
  4034. grub-install: info: adding a relocation entry for 0x440f.
  4035. grub-install: info: adding a relocation entry for 0x4420.
  4036. grub-install: info: adding a relocation entry for 0x4431.
  4037. grub-install: info: adding a relocation entry for 0x4441.
  4038. grub-install: info: adding a relocation entry for 0x4457.
  4039. grub-install: info: adding a relocation entry for 0x4464.
  4040. grub-install: info: adding a relocation entry for 0x4470.
  4041. grub-install: info: adding a relocation entry for 0x4485.
  4042. grub-install: info: adding a relocation entry for 0x4497.
  4043. grub-install: info: adding a relocation entry for 0x44a1.
  4044. grub-install: info: adding a relocation entry for 0x44ad.
  4045. grub-install: info: adding a relocation entry for 0x44be.
  4046. grub-install: info: adding a relocation entry for 0x44c9.
  4047. grub-install: info: adding a relocation entry for 0x44d8.
  4048. grub-install: info: adding a relocation entry for 0x44f2.
  4049. grub-install: info: adding a relocation entry for 0x4503.
  4050. grub-install: info: adding a relocation entry for 0x4521.
  4051. grub-install: info: adding a relocation entry for 0x452d.
  4052. grub-install: info: adding a relocation entry for 0x4541.
  4053. grub-install: info: adding a relocation entry for 0x4555.
  4054. grub-install: info: adding a relocation entry for 0x4566.
  4055. grub-install: info: adding a relocation entry for 0x4573.
  4056. grub-install: info: adding a relocation entry for 0x458d.
  4057. grub-install: info: adding a relocation entry for 0x4597.
  4058. grub-install: info: adding a relocation entry for 0x45b3.
  4059. grub-install: info: adding a relocation entry for 0x45bf.
  4060. grub-install: info: adding a relocation entry for 0x45de.
  4061. grub-install: info: adding a relocation entry for 0x45f8.
  4062. grub-install: info: adding a relocation entry for 0x4609.
  4063. grub-install: info: adding a relocation entry for 0x461f.
  4064. grub-install: info: adding a relocation entry for 0x4638.
  4065. grub-install: info: adding a relocation entry for 0x4642.
  4066. grub-install: info: adding a relocation entry for 0x464c.
  4067. grub-install: info: adding a relocation entry for 0x4656.
  4068. grub-install: info: adding a relocation entry for 0x4660.
  4069. grub-install: info: adding a relocation entry for 0x4678.
  4070. grub-install: info: adding a relocation entry for 0x4685.
  4071. grub-install: info: adding a relocation entry for 0x468f.
  4072. grub-install: info: adding a relocation entry for 0x4699.
  4073. grub-install: info: adding a relocation entry for 0x46a3.
  4074. grub-install: info: adding a relocation entry for 0x46b2.
  4075. grub-install: info: adding a relocation entry for 0x46bc.
  4076. grub-install: info: adding a relocation entry for 0x46c6.
  4077. grub-install: info: adding a relocation entry for 0x46d0.
  4078. grub-install: info: adding a relocation entry for 0x46e2.
  4079. grub-install: info: adding a relocation entry for 0x46ed.
  4080. grub-install: info: adding a relocation entry for 0x46f7.
  4081. grub-install: info: adding a relocation entry for 0x4701.
  4082. grub-install: info: adding a relocation entry for 0x4713.
  4083. grub-install: info: adding a relocation entry for 0x473a.
  4084. grub-install: info: adding a relocation entry for 0x4751.
  4085. grub-install: info: adding a relocation entry for 0x4766.
  4086. grub-install: info: adding a relocation entry for 0x4772.
  4087. grub-install: info: adding a relocation entry for 0x4785.
  4088. grub-install: info: adding a relocation entry for 0x47c8.
  4089. grub-install: info: adding a relocation entry for 0x47d2.
  4090. grub-install: info: adding a relocation entry for 0x47eb.
  4091. grub-install: info: adding a relocation entry for 0x47f5.
  4092. grub-install: info: adding a relocation entry for 0x4806.
  4093. grub-install: info: adding a relocation entry for 0x481b.
  4094. grub-install: info: adding a relocation entry for 0x483a.
  4095. grub-install: info: adding a relocation entry for 0x484e.
  4096. grub-install: info: adding a relocation entry for 0x4860.
  4097. grub-install: info: adding a relocation entry for 0x4888.
  4098. grub-install: info: adding a relocation entry for 0x48a9.
  4099. grub-install: info: adding a relocation entry for 0x48c1.
  4100. grub-install: info: adding a relocation entry for 0x48d6.
  4101. grub-install: info: adding a relocation entry for 0x48e1.
  4102. grub-install: info: adding a relocation entry for 0x4914.
  4103. grub-install: info: adding a relocation entry for 0x492c.
  4104. grub-install: info: adding a relocation entry for 0x4946.
  4105. grub-install: info: adding a relocation entry for 0x4958.
  4106. grub-install: info: adding a relocation entry for 0x4965.
  4107. grub-install: info: adding a relocation entry for 0x4974.
  4108. grub-install: info: adding a relocation entry for 0x4985.
  4109. grub-install: info: adding a relocation entry for 0x49c4.
  4110. grub-install: info: adding a relocation entry for 0x49f7.
  4111. grub-install: info: adding a relocation entry for 0x4a1c.
  4112. grub-install: info: adding a relocation entry for 0x4a75.
  4113. grub-install: info: adding a relocation entry for 0x4ad3.
  4114. grub-install: info: adding a relocation entry for 0x4b04.
  4115. grub-install: info: adding a relocation entry for 0x4b44.
  4116. grub-install: info: adding a relocation entry for 0x4b76.
  4117. grub-install: info: adding a relocation entry for 0x4b8a.
  4118. grub-install: info: adding a relocation entry for 0x4ba1.
  4119. grub-install: info: adding a relocation entry for 0x4bf0.
  4120. grub-install: info: adding a relocation entry for 0x4c0d.
  4121. grub-install: info: adding a relocation entry for 0x4c27.
  4122. grub-install: info: adding a relocation entry for 0x4c3d.
  4123. grub-install: info: adding a relocation entry for 0x4ca9.
  4124. grub-install: info: adding a relocation entry for 0x4cc6.
  4125. grub-install: info: adding a relocation entry for 0x4cd5.
  4126. grub-install: info: adding a relocation entry for 0x4ce9.
  4127. grub-install: info: adding a relocation entry for 0x4d03.
  4128. grub-install: info: adding a relocation entry for 0x4d51.
  4129. grub-install: info: adding a relocation entry for 0x4d9d.
  4130. grub-install: info: adding a relocation entry for 0x4da9.
  4131. grub-install: info: adding a relocation entry for 0x4db6.
  4132. grub-install: info: adding a relocation entry for 0x4dc0.
  4133. grub-install: info: adding a relocation entry for 0x4dd1.
  4134. grub-install: info: adding a relocation entry for 0x4dde.
  4135. grub-install: info: adding a relocation entry for 0x4def.
  4136. grub-install: info: adding a relocation entry for 0x4e08.
  4137. grub-install: info: adding a relocation entry for 0x4e5a.
  4138. grub-install: info: adding a relocation entry for 0x4e65.
  4139. grub-install: info: adding a relocation entry for 0x4e70.
  4140. grub-install: info: adding a relocation entry for 0x4ea2.
  4141. grub-install: info: adding a relocation entry for 0x4eb7.
  4142. grub-install: info: adding a relocation entry for 0x4ec1.
  4143. grub-install: info: adding a relocation entry for 0x4eec.
  4144. grub-install: info: adding a relocation entry for 0x4ef6.
  4145. grub-install: info: adding a relocation entry for 0x4f05.
  4146. grub-install: info: adding a relocation entry for 0x4f17.
  4147. grub-install: info: adding a relocation entry for 0x4f3b.
  4148. grub-install: info: adding a relocation entry for 0x4f45.
  4149. grub-install: info: adding a relocation entry for 0x4f51.
  4150. grub-install: info: adding a relocation entry for 0x4f6c.
  4151. grub-install: info: adding a relocation entry for 0x4f93.
  4152. grub-install: info: adding a relocation entry for 0x4f9d.
  4153. grub-install: info: adding a relocation entry for 0x4fae.
  4154. grub-install: info: adding a relocation entry for 0x4fbf.
  4155. grub-install: info: adding a relocation entry for 0x4fd7.
  4156. grub-install: info: adding a relocation entry for 0x502d.
  4157. grub-install: info: adding a padding fixup entry.
  4158. grub-install: info: writing 320 bytes of a fixup block starting at 0x4000.
  4159. grub-install: info: adding a relocation entry for 0x5055.
  4160. grub-install: info: adding a relocation entry for 0x506a.
  4161. grub-install: info: adding a relocation entry for 0x507e.
  4162. grub-install: info: adding a relocation entry for 0x509d.
  4163. grub-install: info: adding a relocation entry for 0x50a7.
  4164. grub-install: info: adding a relocation entry for 0x50d7.
  4165. grub-install: info: adding a relocation entry for 0x50f0.
  4166. grub-install: info: adding a relocation entry for 0x5103.
  4167. grub-install: info: adding a relocation entry for 0x5124.
  4168. grub-install: info: adding a relocation entry for 0x5139.
  4169. grub-install: info: adding a relocation entry for 0x5148.
  4170. grub-install: info: adding a relocation entry for 0x5156.
  4171. grub-install: info: adding a relocation entry for 0x5162.
  4172. grub-install: info: adding a relocation entry for 0x5180.
  4173. grub-install: info: adding a relocation entry for 0x5191.
  4174. grub-install: info: adding a relocation entry for 0x51a8.
  4175. grub-install: info: adding a relocation entry for 0x51b4.
  4176. grub-install: info: adding a relocation entry for 0x51c7.
  4177. grub-install: info: adding a relocation entry for 0x51d6.
  4178. grub-install: info: adding a relocation entry for 0x51e0.
  4179. grub-install: info: adding a relocation entry for 0x51ef.
  4180. grub-install: info: adding a relocation entry for 0x51f9.
  4181. grub-install: info: adding a relocation entry for 0x5208.
  4182. grub-install: info: adding a relocation entry for 0x5217.
  4183. grub-install: info: adding a relocation entry for 0x522a.
  4184. grub-install: info: adding a relocation entry for 0x523b.
  4185. grub-install: info: adding a relocation entry for 0x52bc.
  4186. grub-install: info: adding a relocation entry for 0x52cd.
  4187. grub-install: info: adding a relocation entry for 0x531b.
  4188. grub-install: info: adding a relocation entry for 0x532c.
  4189. grub-install: info: adding a relocation entry for 0x533c.
  4190. grub-install: info: adding a relocation entry for 0x534a.
  4191. grub-install: info: adding a relocation entry for 0x5357.
  4192. grub-install: info: adding a relocation entry for 0x5361.
  4193. grub-install: info: adding a relocation entry for 0x5370.
  4194. grub-install: info: adding a relocation entry for 0x537a.
  4195. grub-install: info: adding a relocation entry for 0x5387.
  4196. grub-install: info: adding a relocation entry for 0x53c8.
  4197. grub-install: info: adding a relocation entry for 0x5408.
  4198. grub-install: info: adding a relocation entry for 0x545d.
  4199. grub-install: info: adding a relocation entry for 0x547c.
  4200. grub-install: info: adding a relocation entry for 0x54c4.
  4201. grub-install: info: adding a relocation entry for 0x5589.
  4202. grub-install: info: adding a relocation entry for 0x55a3.
  4203. grub-install: info: adding a relocation entry for 0x55ec.
  4204. grub-install: info: adding a relocation entry for 0x55f6.
  4205. grub-install: info: adding a relocation entry for 0x562a.
  4206. grub-install: info: adding a relocation entry for 0x5699.
  4207. grub-install: info: adding a relocation entry for 0x56b3.
  4208. grub-install: info: adding a relocation entry for 0x56c5.
  4209. grub-install: info: adding a relocation entry for 0x56d7.
  4210. grub-install: info: adding a relocation entry for 0x570c.
  4211. grub-install: info: adding a relocation entry for 0x5724.
  4212. grub-install: info: adding a relocation entry for 0x572f.
  4213. grub-install: info: adding a relocation entry for 0x5772.
  4214. grub-install: info: adding a relocation entry for 0x57a4.
  4215. grub-install: info: adding a relocation entry for 0x57e1.
  4216. grub-install: info: adding a relocation entry for 0x5836.
  4217. grub-install: info: adding a relocation entry for 0x5840.
  4218. grub-install: info: adding a relocation entry for 0x586a.
  4219. grub-install: info: adding a relocation entry for 0x587b.
  4220. grub-install: info: adding a relocation entry for 0x58cc.
  4221. grub-install: info: adding a relocation entry for 0x58e6.
  4222. grub-install: info: adding a relocation entry for 0x58fa.
  4223. grub-install: info: adding a relocation entry for 0x5932.
  4224. grub-install: info: adding a relocation entry for 0x593c.
  4225. grub-install: info: adding a relocation entry for 0x5948.
  4226. grub-install: info: adding a relocation entry for 0x5963.
  4227. grub-install: info: adding a relocation entry for 0x5978.
  4228. grub-install: info: adding a relocation entry for 0x59a6.
  4229. grub-install: info: adding a relocation entry for 0x59b7.
  4230. grub-install: info: adding a relocation entry for 0x59c8.
  4231. grub-install: info: adding a relocation entry for 0x59e1.
  4232. grub-install: info: adding a relocation entry for 0x5a08.
  4233. grub-install: info: adding a relocation entry for 0x5a19.
  4234. grub-install: info: adding a relocation entry for 0x5a2f.
  4235. grub-install: info: adding a relocation entry for 0x5a51.
  4236. grub-install: info: adding a relocation entry for 0x5a5d.
  4237. grub-install: info: adding a relocation entry for 0x5a6c.
  4238. grub-install: info: adding a relocation entry for 0x5a76.
  4239. grub-install: info: adding a relocation entry for 0x5a83.
  4240. grub-install: info: adding a relocation entry for 0x5a90.
  4241. grub-install: info: adding a relocation entry for 0x5aa6.
  4242. grub-install: info: adding a relocation entry for 0x5ab5.
  4243. grub-install: info: adding a relocation entry for 0x5ad1.
  4244. grub-install: info: adding a relocation entry for 0x5adb.
  4245. grub-install: info: adding a relocation entry for 0x5af4.
  4246. grub-install: info: adding a relocation entry for 0x5b0d.
  4247. grub-install: info: adding a relocation entry for 0x5b1e.
  4248. grub-install: info: adding a relocation entry for 0x5b2b.
  4249. grub-install: info: adding a relocation entry for 0x5b3c.
  4250. grub-install: info: adding a relocation entry for 0x5b4b.
  4251. grub-install: info: adding a relocation entry for 0x5b60.
  4252. grub-install: info: adding a relocation entry for 0x5b75.
  4253. grub-install: info: adding a relocation entry for 0x5b82.
  4254. grub-install: info: adding a relocation entry for 0x5b9b.
  4255. grub-install: info: adding a relocation entry for 0x5bba.
  4256. grub-install: info: adding a relocation entry for 0x5be1.
  4257. grub-install: info: adding a relocation entry for 0x5bf2.
  4258. grub-install: info: adding a relocation entry for 0x5c02.
  4259. grub-install: info: adding a relocation entry for 0x5c20.
  4260. grub-install: info: adding a relocation entry for 0x5c8d.
  4261. grub-install: info: adding a relocation entry for 0x5cd0.
  4262. grub-install: info: adding a relocation entry for 0x5ce3.
  4263. grub-install: info: adding a relocation entry for 0x5d2d.
  4264. grub-install: info: adding a relocation entry for 0x5d40.
  4265. grub-install: info: adding a relocation entry for 0x5dc4.
  4266. grub-install: info: adding a relocation entry for 0x5dd5.
  4267. grub-install: info: adding a relocation entry for 0x5e4b.
  4268. grub-install: info: adding a relocation entry for 0x5e8f.
  4269. grub-install: info: adding a relocation entry for 0x5ea2.
  4270. grub-install: info: adding a relocation entry for 0x5f37.
  4271. grub-install: info: adding a relocation entry for 0x5f85.
  4272. grub-install: info: adding a relocation entry for 0x5f94.
  4273. grub-install: info: adding a relocation entry for 0x5fa3.
  4274. grub-install: info: adding a relocation entry for 0x5fad.
  4275. grub-install: info: adding a relocation entry for 0x5fd4.
  4276. grub-install: info: adding a relocation entry for 0x6022.
  4277. grub-install: info: adding a padding fixup entry.
  4278. grub-install: info: adding a padding fixup entry.
  4279. grub-install: info: writing 248 bytes of a fixup block starting at 0x5000.
  4280. grub-install: info: adding a relocation entry for 0x6033.
  4281. grub-install: info: adding a relocation entry for 0x605f.
  4282. grub-install: info: adding a relocation entry for 0x60bc.
  4283. grub-install: info: adding a relocation entry for 0x60e7.
  4284. grub-install: info: adding a relocation entry for 0x60f5.
  4285. grub-install: info: adding a relocation entry for 0x60ff.
  4286. grub-install: info: adding a relocation entry for 0x610e.
  4287. grub-install: info: adding a relocation entry for 0x6120.
  4288. grub-install: info: adding a relocation entry for 0x612a.
  4289. grub-install: info: adding a relocation entry for 0x6139.
  4290. grub-install: info: adding a relocation entry for 0x614b.
  4291. grub-install: info: adding a relocation entry for 0x6155.
  4292. grub-install: info: adding a relocation entry for 0x6164.
  4293. grub-install: info: adding a relocation entry for 0x6173.
  4294. grub-install: info: adding a relocation entry for 0x618b.
  4295. grub-install: info: adding a relocation entry for 0x619c.
  4296. grub-install: info: adding a relocation entry for 0x61da.
  4297. grub-install: info: adding a relocation entry for 0x6203.
  4298. grub-install: info: adding a relocation entry for 0x621e.
  4299. grub-install: info: adding a relocation entry for 0x6241.
  4300. grub-install: info: adding a relocation entry for 0x6252.
  4301. grub-install: info: adding a relocation entry for 0x6260.
  4302. grub-install: info: adding a relocation entry for 0x627a.
  4303. grub-install: info: adding a relocation entry for 0x6294.
  4304. grub-install: info: adding a relocation entry for 0x62ab.
  4305. grub-install: info: adding a relocation entry for 0x62c0.
  4306. grub-install: info: adding a relocation entry for 0x62d1.
  4307. grub-install: info: adding a relocation entry for 0x62e9.
  4308. grub-install: info: adding a relocation entry for 0x62fd.
  4309. grub-install: info: adding a relocation entry for 0x6321.
  4310. grub-install: info: adding a relocation entry for 0x6330.
  4311. grub-install: info: adding a relocation entry for 0x6345.
  4312. grub-install: info: adding a relocation entry for 0x6362.
  4313. grub-install: info: adding a relocation entry for 0x636c.
  4314. grub-install: info: adding a relocation entry for 0x637d.
  4315. grub-install: info: adding a relocation entry for 0x6396.
  4316. grub-install: info: adding a relocation entry for 0x63a0.
  4317. grub-install: info: adding a relocation entry for 0x63b7.
  4318. grub-install: info: adding a relocation entry for 0x63c9.
  4319. grub-install: info: adding a relocation entry for 0x63e1.
  4320. grub-install: info: adding a relocation entry for 0x63f4.
  4321. grub-install: info: adding a relocation entry for 0x6405.
  4322. grub-install: info: adding a relocation entry for 0x641d.
  4323. grub-install: info: adding a relocation entry for 0x6427.
  4324. grub-install: info: adding a relocation entry for 0x6441.
  4325. grub-install: info: adding a relocation entry for 0x6481.
  4326. grub-install: info: adding a relocation entry for 0x648d.
  4327. grub-install: info: adding a relocation entry for 0x64c0.
  4328. grub-install: info: adding a relocation entry for 0x64f6.
  4329. grub-install: info: adding a relocation entry for 0x6519.
  4330. grub-install: info: adding a relocation entry for 0x652f.
  4331. grub-install: info: adding a relocation entry for 0x654b.
  4332. grub-install: info: adding a relocation entry for 0x656f.
  4333. grub-install: info: adding a relocation entry for 0x65c7.
  4334. grub-install: info: adding a relocation entry for 0x65dd.
  4335. grub-install: info: adding a relocation entry for 0x65ec.
  4336. grub-install: info: adding a relocation entry for 0x661e.
  4337. grub-install: info: adding a relocation entry for 0x6647.
  4338. grub-install: info: adding a relocation entry for 0x6651.
  4339. grub-install: info: adding a relocation entry for 0x667a.
  4340. grub-install: info: adding a relocation entry for 0x66a0.
  4341. grub-install: info: adding a relocation entry for 0x66bd.
  4342. grub-install: info: adding a relocation entry for 0x6735.
  4343. grub-install: info: adding a relocation entry for 0x674b.
  4344. grub-install: info: adding a relocation entry for 0x6758.
  4345. grub-install: info: adding a relocation entry for 0x6767.
  4346. grub-install: info: adding a relocation entry for 0x678b.
  4347. grub-install: info: adding a relocation entry for 0x67a1.
  4348. grub-install: info: adding a relocation entry for 0x67ae.
  4349. grub-install: info: adding a relocation entry for 0x67db.
  4350. grub-install: info: adding a relocation entry for 0x6815.
  4351. grub-install: info: adding a relocation entry for 0x682e.
  4352. grub-install: info: adding a relocation entry for 0x6838.
  4353. grub-install: info: adding a relocation entry for 0x684b.
  4354. grub-install: info: adding a relocation entry for 0x685c.
  4355. grub-install: info: adding a relocation entry for 0x6873.
  4356. grub-install: info: adding a relocation entry for 0x687f.
  4357. grub-install: info: adding a relocation entry for 0x688f.
  4358. grub-install: info: adding a relocation entry for 0x689a.
  4359. grub-install: info: adding a relocation entry for 0x68a5.
  4360. grub-install: info: adding a relocation entry for 0x68b5.
  4361. grub-install: info: adding a relocation entry for 0x68c0.
  4362. grub-install: info: adding a relocation entry for 0x68cc.
  4363. grub-install: info: adding a relocation entry for 0x68d7.
  4364. grub-install: info: adding a relocation entry for 0x68e8.
  4365. grub-install: info: adding a relocation entry for 0x68f1.
  4366. grub-install: info: adding a relocation entry for 0x6909.
  4367. grub-install: info: adding a relocation entry for 0x691b.
  4368. grub-install: info: adding a relocation entry for 0x6925.
  4369. grub-install: info: adding a relocation entry for 0x6939.
  4370. grub-install: info: adding a relocation entry for 0x6947.
  4371. grub-install: info: adding a relocation entry for 0x6956.
  4372. grub-install: info: adding a relocation entry for 0x6960.
  4373. grub-install: info: adding a relocation entry for 0x696c.
  4374. grub-install: info: adding a relocation entry for 0x6979.
  4375. grub-install: info: adding a relocation entry for 0x6986.
  4376. grub-install: info: adding a relocation entry for 0x6991.
  4377. grub-install: info: adding a relocation entry for 0x699b.
  4378. grub-install: info: adding a relocation entry for 0x69ab.
  4379. grub-install: info: adding a relocation entry for 0x69ba.
  4380. grub-install: info: adding a relocation entry for 0x69c6.
  4381. grub-install: info: adding a relocation entry for 0x69d3.
  4382. grub-install: info: adding a relocation entry for 0x69f2.
  4383. grub-install: info: adding a relocation entry for 0x6a08.
  4384. grub-install: info: adding a relocation entry for 0x6a17.
  4385. grub-install: info: adding a relocation entry for 0x6a2a.
  4386. grub-install: info: adding a relocation entry for 0x6a50.
  4387. grub-install: info: adding a relocation entry for 0x6a7e.
  4388. grub-install: info: adding a relocation entry for 0x6a8f.
  4389. grub-install: info: adding a relocation entry for 0x6ad1.
  4390. grub-install: info: adding a relocation entry for 0x6b25.
  4391. grub-install: info: adding a relocation entry for 0x6b34.
  4392. grub-install: info: adding a relocation entry for 0x6b44.
  4393. grub-install: info: adding a relocation entry for 0x6b54.
  4394. grub-install: info: adding a relocation entry for 0x6b6b.
  4395. grub-install: info: adding a relocation entry for 0x6b91.
  4396. grub-install: info: adding a relocation entry for 0x6ba9.
  4397. grub-install: info: adding a relocation entry for 0x6bbb.
  4398. grub-install: info: adding a relocation entry for 0x6bd5.
  4399. grub-install: info: adding a relocation entry for 0x6bff.
  4400. grub-install: info: adding a relocation entry for 0x6c12.
  4401. grub-install: info: adding a relocation entry for 0x6c43.
  4402. grub-install: info: adding a relocation entry for 0x6c58.
  4403. grub-install: info: adding a relocation entry for 0x6c62.
  4404. grub-install: info: adding a relocation entry for 0x6c99.
  4405. grub-install: info: adding a relocation entry for 0x6caa.
  4406. grub-install: info: adding a relocation entry for 0x6cb4.
  4407. grub-install: info: adding a relocation entry for 0x6cbe.
  4408. grub-install: info: adding a relocation entry for 0x6ccf.
  4409. grub-install: info: adding a relocation entry for 0x6ce2.
  4410. grub-install: info: adding a relocation entry for 0x6cec.
  4411. grub-install: info: adding a relocation entry for 0x6cf6.
  4412. grub-install: info: adding a relocation entry for 0x6d07.
  4413. grub-install: info: adding a relocation entry for 0x6d2a.
  4414. grub-install: info: adding a relocation entry for 0x6d3c.
  4415. grub-install: info: adding a relocation entry for 0x6d64.
  4416. grub-install: info: adding a relocation entry for 0x6e5c.
  4417. grub-install: info: adding a relocation entry for 0x6eba.
  4418. grub-install: info: adding a relocation entry for 0x6eff.
  4419. grub-install: info: adding a relocation entry for 0x6f0e.
  4420. grub-install: info: adding a relocation entry for 0x6f20.
  4421. grub-install: info: adding a relocation entry for 0x6f31.
  4422. grub-install: info: adding a relocation entry for 0x6f58.
  4423. grub-install: info: adding a relocation entry for 0x6f6c.
  4424. grub-install: info: adding a relocation entry for 0x6f9a.
  4425. grub-install: info: adding a relocation entry for 0x6fca.
  4426. grub-install: info: adding a relocation entry for 0x6fdb.
  4427. grub-install: info: adding a relocation entry for 0x700a.
  4428. grub-install: info: writing 304 bytes of a fixup block starting at 0x6000.
  4429. grub-install: info: adding a relocation entry for 0x7018.
  4430. grub-install: info: adding a relocation entry for 0x7046.
  4431. grub-install: info: adding a relocation entry for 0x7050.
  4432. grub-install: info: adding a relocation entry for 0x7068.
  4433. grub-install: info: adding a relocation entry for 0x7072.
  4434. grub-install: info: adding a relocation entry for 0x7081.
  4435. grub-install: info: adding a relocation entry for 0x7090.
  4436. grub-install: info: adding a relocation entry for 0x709a.
  4437. grub-install: info: adding a relocation entry for 0x70aa.
  4438. grub-install: info: adding a relocation entry for 0x70bd.
  4439. grub-install: info: adding a relocation entry for 0x70cf.
  4440. grub-install: info: adding a relocation entry for 0x70d9.
  4441. grub-install: info: adding a relocation entry for 0x70e8.
  4442. grub-install: info: adding a relocation entry for 0x70f5.
  4443. grub-install: info: adding a relocation entry for 0x7100.
  4444. grub-install: info: adding a relocation entry for 0x711a.
  4445. grub-install: info: adding a relocation entry for 0x712d.
  4446. grub-install: info: adding a relocation entry for 0x7141.
  4447. grub-install: info: adding a relocation entry for 0x7158.
  4448. grub-install: info: adding a relocation entry for 0x7164.
  4449. grub-install: info: adding a relocation entry for 0x7173.
  4450. grub-install: info: adding a relocation entry for 0x717d.
  4451. grub-install: info: adding a relocation entry for 0x718e.
  4452. grub-install: info: adding a relocation entry for 0x719b.
  4453. grub-install: info: adding a relocation entry for 0x71a9.
  4454. grub-install: info: adding a relocation entry for 0x71bf.
  4455. grub-install: info: adding a relocation entry for 0x71ca.
  4456. grub-install: info: adding a relocation entry for 0x71d7.
  4457. grub-install: info: adding a relocation entry for 0x71e1.
  4458. grub-install: info: adding a relocation entry for 0x71f4.
  4459. grub-install: info: adding a relocation entry for 0x71ff.
  4460. grub-install: info: adding a relocation entry for 0x721d.
  4461. grub-install: info: adding a relocation entry for 0x722e.
  4462. grub-install: info: adding a relocation entry for 0x7246.
  4463. grub-install: info: adding a relocation entry for 0x72c8.
  4464. grub-install: info: adding a relocation entry for 0x72e8.
  4465. grub-install: info: adding a relocation entry for 0x72f8.
  4466. grub-install: info: adding a relocation entry for 0x7305.
  4467. grub-install: info: adding a relocation entry for 0x7323.
  4468. grub-install: info: adding a relocation entry for 0x7337.
  4469. grub-install: info: adding a relocation entry for 0x735e.
  4470. grub-install: info: adding a relocation entry for 0x739f.
  4471. grub-install: info: adding a relocation entry for 0x73b2.
  4472. grub-install: info: adding a relocation entry for 0x73be.
  4473. grub-install: info: adding a relocation entry for 0x73d6.
  4474. grub-install: info: adding a relocation entry for 0x73e9.
  4475. grub-install: info: adding a relocation entry for 0x7412.
  4476. grub-install: info: adding a relocation entry for 0x7420.
  4477. grub-install: info: adding a relocation entry for 0x7457.
  4478. grub-install: info: adding a relocation entry for 0x7461.
  4479. grub-install: info: adding a relocation entry for 0x746b.
  4480. grub-install: info: adding a relocation entry for 0x7477.
  4481. grub-install: info: adding a relocation entry for 0x7486.
  4482. grub-install: info: adding a relocation entry for 0x74a3.
  4483. grub-install: info: adding a relocation entry for 0x74b2.
  4484. grub-install: info: adding a relocation entry for 0x74c9.
  4485. grub-install: info: adding a relocation entry for 0x7522.
  4486. grub-install: info: adding a relocation entry for 0x752c.
  4487. grub-install: info: adding a relocation entry for 0x7536.
  4488. grub-install: info: adding a relocation entry for 0x754a.
  4489. grub-install: info: adding a relocation entry for 0x7577.
  4490. grub-install: info: adding a relocation entry for 0x7581.
  4491. grub-install: info: adding a relocation entry for 0x758b.
  4492. grub-install: info: adding a relocation entry for 0x75ab.
  4493. grub-install: info: adding a relocation entry for 0x75b5.
  4494. grub-install: info: adding a relocation entry for 0x75c1.
  4495. grub-install: info: adding a relocation entry for 0x75cb.
  4496. grub-install: info: adding a relocation entry for 0x75da.
  4497. grub-install: info: adding a relocation entry for 0x75fd.
  4498. grub-install: info: adding a relocation entry for 0x761c.
  4499. grub-install: info: adding a relocation entry for 0x7644.
  4500. grub-install: info: adding a relocation entry for 0x76aa.
  4501. grub-install: info: adding a relocation entry for 0x76c2.
  4502. grub-install: info: adding a relocation entry for 0x76dd.
  4503. grub-install: info: adding a relocation entry for 0x7717.
  4504. grub-install: info: adding a relocation entry for 0x7721.
  4505. grub-install: info: adding a relocation entry for 0x7742.
  4506. grub-install: info: adding a relocation entry for 0x7756.
  4507. grub-install: info: adding a relocation entry for 0x7767.
  4508. grub-install: info: adding a relocation entry for 0x7773.
  4509. grub-install: info: adding a relocation entry for 0x778a.
  4510. grub-install: info: adding a relocation entry for 0x7794.
  4511. grub-install: info: adding a relocation entry for 0x77a3.
  4512. grub-install: info: adding a relocation entry for 0x77b2.
  4513. grub-install: info: adding a relocation entry for 0x77bc.
  4514. grub-install: info: adding a relocation entry for 0x77cb.
  4515. grub-install: info: adding a relocation entry for 0x77dc.
  4516. grub-install: info: adding a relocation entry for 0x77e6.
  4517. grub-install: info: adding a relocation entry for 0x77f2.
  4518. grub-install: info: adding a relocation entry for 0x77fe.
  4519. grub-install: info: adding a relocation entry for 0x780a.
  4520. grub-install: info: adding a relocation entry for 0x781c.
  4521. grub-install: info: adding a relocation entry for 0x7826.
  4522. grub-install: info: adding a relocation entry for 0x7832.
  4523. grub-install: info: adding a relocation entry for 0x7844.
  4524. grub-install: info: adding a relocation entry for 0x7850.
  4525. grub-install: info: adding a relocation entry for 0x785a.
  4526. grub-install: info: adding a relocation entry for 0x7866.
  4527. grub-install: info: adding a relocation entry for 0x7874.
  4528. grub-install: info: adding a relocation entry for 0x787e.
  4529. grub-install: info: adding a relocation entry for 0x7887.
  4530. grub-install: info: adding a relocation entry for 0x7894.
  4531. grub-install: info: adding a relocation entry for 0x78af.
  4532. grub-install: info: adding a relocation entry for 0x78d9.
  4533. grub-install: info: adding a relocation entry for 0x78ef.
  4534. grub-install: info: adding a relocation entry for 0x7907.
  4535. grub-install: info: adding a relocation entry for 0x7913.
  4536. grub-install: info: adding a relocation entry for 0x7925.
  4537. grub-install: info: adding a relocation entry for 0x793c.
  4538. grub-install: info: adding a relocation entry for 0x7948.
  4539. grub-install: info: adding a relocation entry for 0x796f.
  4540. grub-install: info: adding a relocation entry for 0x79d6.
  4541. grub-install: info: adding a relocation entry for 0x79e4.
  4542. grub-install: info: adding a relocation entry for 0x7ad3.
  4543. grub-install: info: adding a relocation entry for 0x7b1a.
  4544. grub-install: info: adding a relocation entry for 0x7b8b.
  4545. grub-install: info: adding a relocation entry for 0x7c3a.
  4546. grub-install: info: adding a relocation entry for 0x7c58.
  4547. grub-install: info: adding a relocation entry for 0x7c79.
  4548. grub-install: info: adding a relocation entry for 0x7c95.
  4549. grub-install: info: adding a relocation entry for 0x7ca7.
  4550. grub-install: info: adding a relocation entry for 0x7cc7.
  4551. grub-install: info: adding a relocation entry for 0x7d46.
  4552. grub-install: info: adding a relocation entry for 0x7df2.
  4553. grub-install: info: adding a relocation entry for 0x7e03.
  4554. grub-install: info: adding a relocation entry for 0x7e14.
  4555. grub-install: info: adding a relocation entry for 0x7e45.
  4556. grub-install: info: adding a relocation entry for 0x7e56.
  4557. grub-install: info: adding a relocation entry for 0x7f84.
  4558. grub-install: info: adding a relocation entry for 0x7f9c.
  4559. grub-install: info: adding a relocation entry for 0x7fcc.
  4560. grub-install: info: adding a relocation entry for 0x7fd6.
  4561. grub-install: info: adding a relocation entry for 0x8120.
  4562. grub-install: info: adding a padding fixup entry.
  4563. grub-install: info: adding a padding fixup entry.
  4564. grub-install: info: adding a padding fixup entry.
  4565. grub-install: info: writing 280 bytes of a fixup block starting at 0x7000.
  4566. grub-install: info: adding a relocation entry for 0x81c7.
  4567. grub-install: info: adding a relocation entry for 0x826d.
  4568. grub-install: info: adding a relocation entry for 0x82b7.
  4569. grub-install: info: adding a relocation entry for 0x8410.
  4570. grub-install: info: adding a relocation entry for 0x844d.
  4571. grub-install: info: adding a relocation entry for 0x8590.
  4572. grub-install: info: adding a relocation entry for 0x866d.
  4573. grub-install: info: adding a relocation entry for 0x8677.
  4574. grub-install: info: adding a relocation entry for 0x8688.
  4575. grub-install: info: adding a relocation entry for 0x86a9.
  4576. grub-install: info: adding a relocation entry for 0x86c6.
  4577. grub-install: info: adding a relocation entry for 0x86dc.
  4578. grub-install: info: adding a relocation entry for 0x86e5.
  4579. grub-install: info: adding a relocation entry for 0x86f0.
  4580. grub-install: info: adding a relocation entry for 0x86f9.
  4581. grub-install: info: adding a relocation entry for 0x8702.
  4582. grub-install: info: adding a relocation entry for 0x870d.
  4583. grub-install: info: adding a relocation entry for 0x872e.
  4584. grub-install: info: adding a relocation entry for 0x873a.
  4585. grub-install: info: adding a relocation entry for 0x8749.
  4586. grub-install: info: adding a relocation entry for 0x875b.
  4587. grub-install: info: adding a relocation entry for 0x87b0.
  4588. grub-install: info: adding a relocation entry for 0x87c4.
  4589. grub-install: info: adding a relocation entry for 0x8813.
  4590. grub-install: info: adding a relocation entry for 0x8826.
  4591. grub-install: info: adding a relocation entry for 0x883d.
  4592. grub-install: info: adding a relocation entry for 0x886a.
  4593. grub-install: info: adding a relocation entry for 0x8877.
  4594. grub-install: info: adding a relocation entry for 0x8899.
  4595. grub-install: info: adding a relocation entry for 0x88a3.
  4596. grub-install: info: adding a relocation entry for 0x88d8.
  4597. grub-install: info: adding a relocation entry for 0x88e4.
  4598. grub-install: info: adding a relocation entry for 0x890b.
  4599. grub-install: info: adding a relocation entry for 0x893c.
  4600. grub-install: info: adding a relocation entry for 0x894d.
  4601. grub-install: info: adding a relocation entry for 0x89a3.
  4602. grub-install: info: adding a relocation entry for 0x89b9.
  4603. grub-install: info: adding a relocation entry for 0x89e1.
  4604. grub-install: info: adding a relocation entry for 0x8a03.
  4605. grub-install: info: adding a relocation entry for 0x8a1a.
  4606. grub-install: info: adding a relocation entry for 0x8a2b.
  4607. grub-install: info: adding a relocation entry for 0x8a8d.
  4608. grub-install: info: adding a relocation entry for 0x8a9f.
  4609. grub-install: info: adding a relocation entry for 0x8ae2.
  4610. grub-install: info: adding a relocation entry for 0x8af6.
  4611. grub-install: info: adding a relocation entry for 0x8b04.
  4612. grub-install: info: adding a relocation entry for 0x8b10.
  4613. grub-install: info: adding a relocation entry for 0x8b20.
  4614. grub-install: info: adding a relocation entry for 0x8b2e.
  4615. grub-install: info: adding a relocation entry for 0x8b3a.
  4616. grub-install: info: adding a relocation entry for 0x8b83.
  4617. grub-install: info: adding a relocation entry for 0x8ba0.
  4618. grub-install: info: adding a relocation entry for 0x8bb5.
  4619. grub-install: info: adding a relocation entry for 0x8beb.
  4620. grub-install: info: adding a relocation entry for 0x8c41.
  4621. grub-install: info: adding a relocation entry for 0x8c76.
  4622. grub-install: info: adding a relocation entry for 0x8d5d.
  4623. grub-install: info: adding a relocation entry for 0x8d67.
  4624. grub-install: info: adding a relocation entry for 0x8d98.
  4625. grub-install: info: adding a relocation entry for 0x8da7.
  4626. grub-install: info: adding a relocation entry for 0x8de0.
  4627. grub-install: info: adding a relocation entry for 0x8e4e.
  4628. grub-install: info: adding a relocation entry for 0x8e64.
  4629. grub-install: info: adding a relocation entry for 0x8e83.
  4630. grub-install: info: adding a relocation entry for 0x8eb9.
  4631. grub-install: info: adding a relocation entry for 0x8ede.
  4632. grub-install: info: adding a relocation entry for 0x8f07.
  4633. grub-install: info: adding a relocation entry for 0x8f12.
  4634. grub-install: info: adding a relocation entry for 0x8f65.
  4635. grub-install: info: adding a relocation entry for 0x8f70.
  4636. grub-install: info: adding a relocation entry for 0x8f9d.
  4637. grub-install: info: adding a relocation entry for 0x8fae.
  4638. grub-install: info: adding a relocation entry for 0x8fc1.
  4639. grub-install: info: adding a relocation entry for 0x9012.
  4640. grub-install: info: adding a padding fixup entry.
  4641. grub-install: info: adding a padding fixup entry.
  4642. grub-install: info: writing 160 bytes of a fixup block starting at 0x8000.
  4643. grub-install: info: adding a relocation entry for 0x9024.
  4644. grub-install: info: adding a relocation entry for 0x9065.
  4645. grub-install: info: adding a relocation entry for 0x9075.
  4646. grub-install: info: adding a relocation entry for 0x9098.
  4647. grub-install: info: adding a relocation entry for 0x90c0.
  4648. grub-install: info: adding a relocation entry for 0x90d8.
  4649. grub-install: info: adding a relocation entry for 0x90e8.
  4650. grub-install: info: adding a relocation entry for 0x9148.
  4651. grub-install: info: adding a relocation entry for 0x9167.
  4652. grub-install: info: adding a relocation entry for 0x9195.
  4653. grub-install: info: adding a relocation entry for 0x91aa.
  4654. grub-install: info: adding a relocation entry for 0x91d8.
  4655. grub-install: info: adding a relocation entry for 0x91f8.
  4656. grub-install: info: adding a relocation entry for 0x9202.
  4657. grub-install: info: adding a relocation entry for 0x9234.
  4658. grub-install: info: adding a relocation entry for 0x9259.
  4659. grub-install: info: adding a relocation entry for 0x9263.
  4660. grub-install: info: adding a relocation entry for 0x9272.
  4661. grub-install: info: adding a relocation entry for 0x9283.
  4662. grub-install: info: adding a relocation entry for 0x932c.
  4663. grub-install: info: adding a relocation entry for 0x9341.
  4664. grub-install: info: adding a relocation entry for 0x9355.
  4665. grub-install: info: adding a relocation entry for 0x935f.
  4666. grub-install: info: adding a relocation entry for 0x9371.
  4667. grub-install: info: adding a relocation entry for 0x9380.
  4668. grub-install: info: adding a relocation entry for 0x93c0.
  4669. grub-install: info: adding a relocation entry for 0x9424.
  4670. grub-install: info: adding a relocation entry for 0x9436.
  4671. grub-install: info: adding a relocation entry for 0x944d.
  4672. grub-install: info: adding a relocation entry for 0x9486.
  4673. grub-install: info: adding a relocation entry for 0x949b.
  4674. grub-install: info: adding a relocation entry for 0x94bb.
  4675. grub-install: info: adding a relocation entry for 0x94d1.
  4676. grub-install: info: adding a relocation entry for 0x951c.
  4677. grub-install: info: adding a relocation entry for 0x954e.
  4678. grub-install: info: adding a relocation entry for 0x9573.
  4679. grub-install: info: adding a relocation entry for 0x9583.
  4680. grub-install: info: adding a relocation entry for 0x95ae.
  4681. grub-install: info: adding a relocation entry for 0x95ba.
  4682. grub-install: info: adding a relocation entry for 0x95c6.
  4683. grub-install: info: adding a relocation entry for 0x95d0.
  4684. grub-install: info: adding a relocation entry for 0x95e4.
  4685. grub-install: info: adding a relocation entry for 0x95f0.
  4686. grub-install: info: adding a relocation entry for 0x9601.
  4687. grub-install: info: adding a relocation entry for 0x9616.
  4688. grub-install: info: adding a relocation entry for 0x9628.
  4689. grub-install: info: adding a relocation entry for 0x9635.
  4690. grub-install: info: adding a relocation entry for 0x964a.
  4691. grub-install: info: adding a relocation entry for 0x9661.
  4692. grub-install: info: adding a relocation entry for 0x966b.
  4693. grub-install: info: adding a relocation entry for 0x968c.
  4694. grub-install: info: adding a relocation entry for 0x96b1.
  4695. grub-install: info: adding a relocation entry for 0x96db.
  4696. grub-install: info: adding a relocation entry for 0x96e7.
  4697. grub-install: info: adding a relocation entry for 0x96f3.
  4698. grub-install: info: adding a relocation entry for 0x970d.
  4699. grub-install: info: adding a relocation entry for 0x9717.
  4700. grub-install: info: adding a relocation entry for 0x9723.
  4701. grub-install: info: adding a relocation entry for 0x972f.
  4702. grub-install: info: adding a relocation entry for 0x9739.
  4703. grub-install: info: adding a relocation entry for 0x9753.
  4704. grub-install: info: adding a relocation entry for 0x975f.
  4705. grub-install: info: adding a relocation entry for 0x976f.
  4706. grub-install: info: adding a relocation entry for 0x9779.
  4707. grub-install: info: adding a relocation entry for 0x978f.
  4708. grub-install: info: adding a relocation entry for 0x97af.
  4709. grub-install: info: adding a relocation entry for 0x97c0.
  4710. grub-install: info: adding a relocation entry for 0x980a.
  4711. grub-install: info: adding a relocation entry for 0x9842.
  4712. grub-install: info: adding a relocation entry for 0x9859.
  4713. grub-install: info: adding a relocation entry for 0x987b.
  4714. grub-install: info: adding a relocation entry for 0x98af.
  4715. grub-install: info: adding a relocation entry for 0x98c3.
  4716. grub-install: info: adding a relocation entry for 0x98d4.
  4717. grub-install: info: adding a relocation entry for 0x98fa.
  4718. grub-install: info: adding a relocation entry for 0x9922.
  4719. grub-install: info: adding a relocation entry for 0x992c.
  4720. grub-install: info: adding a relocation entry for 0x9941.
  4721. grub-install: info: adding a relocation entry for 0x994c.
  4722. grub-install: info: translating the relocation section .rela.rodata.
  4723. grub-install: info: adding a relocation entry for 0x9a00.
  4724. grub-install: info: adding a relocation entry for 0x9a08.
  4725. grub-install: info: adding a relocation entry for 0x9a10.
  4726. grub-install: info: adding a relocation entry for 0x9a18.
  4727. grub-install: info: adding a relocation entry for 0x9a20.
  4728. grub-install: info: adding a relocation entry for 0x9a28.
  4729. grub-install: info: adding a relocation entry for 0x9a30.
  4730. grub-install: info: adding a relocation entry for 0x9a38.
  4731. grub-install: info: adding a relocation entry for 0x9a40.
  4732. grub-install: info: adding a relocation entry for 0x9a48.
  4733. grub-install: info: adding a relocation entry for 0x9a50.
  4734. grub-install: info: adding a relocation entry for 0x9a58.
  4735. grub-install: info: adding a relocation entry for 0x9a60.
  4736. grub-install: info: adding a relocation entry for 0x9a68.
  4737. grub-install: info: adding a relocation entry for 0x9a70.
  4738. grub-install: info: adding a relocation entry for 0x9a78.
  4739. grub-install: info: adding a relocation entry for 0x9a80.
  4740. grub-install: info: adding a relocation entry for 0x9a88.
  4741. grub-install: info: adding a relocation entry for 0x9a90.
  4742. grub-install: info: adding a relocation entry for 0x9a98.
  4743. grub-install: info: adding a relocation entry for 0x9aa0.
  4744. grub-install: info: adding a relocation entry for 0x9aa8.
  4745. grub-install: info: adding a relocation entry for 0x9ab0.
  4746. grub-install: info: adding a relocation entry for 0x9ab8.
  4747. grub-install: info: adding a relocation entry for 0x9ac0.
  4748. grub-install: info: adding a relocation entry for 0x9ac8.
  4749. grub-install: info: adding a relocation entry for 0x9ad0.
  4750. grub-install: info: adding a relocation entry for 0x9ad8.
  4751. grub-install: info: adding a relocation entry for 0x9b40.
  4752. grub-install: info: adding a relocation entry for 0x9b48.
  4753. grub-install: info: adding a relocation entry for 0x9b50.
  4754. grub-install: info: adding a relocation entry for 0x9b58.
  4755. grub-install: info: adding a relocation entry for 0x9b60.
  4756. grub-install: info: adding a relocation entry for 0x9b68.
  4757. grub-install: info: adding a relocation entry for 0x9b70.
  4758. grub-install: info: adding a relocation entry for 0x9b78.
  4759. grub-install: info: adding a relocation entry for 0x9b80.
  4760. grub-install: info: adding a relocation entry for 0x9b88.
  4761. grub-install: info: adding a relocation entry for 0x9b90.
  4762. grub-install: info: translating the relocation section .rela.data.
  4763. grub-install: info: adding a relocation entry for 0xb4e0.
  4764. grub-install: info: adding a padding fixup entry.
  4765. grub-install: info: writing 248 bytes of a fixup block starting at 0x9000.
  4766. grub-install: info: adding a relocation entry for 0xb4f0.
  4767. grub-install: info: adding a relocation entry for 0xb4f8.
  4768. grub-install: info: adding a relocation entry for 0xb500.
  4769. grub-install: info: adding a relocation entry for 0xb508.
  4770. grub-install: info: adding a relocation entry for 0xb510.
  4771. grub-install: info: adding a relocation entry for 0xb570.
  4772. grub-install: info: adding a relocation entry for 0xb588.
  4773. grub-install: info: adding a relocation entry for 0xb5b0.
  4774. grub-install: info: adding a relocation entry for 0xb5b8.
  4775. grub-install: info: adding a relocation entry for 0xb5c0.
  4776. grub-install: info: adding a relocation entry for 0xb5c8.
  4777. grub-install: info: adding a relocation entry for 0xb5d8.
  4778. grub-install: info: adding a relocation entry for 0xb5e0.
  4779. grub-install: info: adding a relocation entry for 0xb5e8.
  4780. grub-install: info: adding a relocation entry for 0xb5f0.
  4781. grub-install: info: adding a relocation entry for 0xb5f8.
  4782. grub-install: info: adding a relocation entry for 0xb600.
  4783. grub-install: info: adding a relocation entry for 0xb630.
  4784. grub-install: info: adding a relocation entry for 0xb650.
  4785. grub-install: info: adding a relocation entry for 0xb660.
  4786. grub-install: info: adding a relocation entry for 0xb668.
  4787. grub-install: info: adding a relocation entry for 0xb690.
  4788. grub-install: info: adding a relocation entry for 0xb7e0.
  4789. grub-install: info: adding a relocation entry for 0xb7f0.
  4790. grub-install: info: adding a relocation entry for 0xb7f8.
  4791. grub-install: info: adding a relocation entry for 0xb808.
  4792. grub-install: info: adding a relocation entry for 0xb810.
  4793. grub-install: info: adding a relocation entry for 0xb820.
  4794. grub-install: info: adding a relocation entry for 0xb828.
  4795. grub-install: info: adding a relocation entry for 0xb838.
  4796. grub-install: info: adding a relocation entry for 0xb840.
  4797. grub-install: info: adding a relocation entry for 0xb850.
  4798. grub-install: info: adding a relocation entry for 0xb858.
  4799. grub-install: info: adding a relocation entry for 0xb868.
  4800. grub-install: info: adding a relocation entry for 0xb870.
  4801. grub-install: info: adding a relocation entry for 0xb880.
  4802. grub-install: info: adding a relocation entry for 0xb888.
  4803. grub-install: info: adding a relocation entry for 0xb898.
  4804. grub-install: info: adding a relocation entry for 0xb8a0.
  4805. grub-install: info: adding a relocation entry for 0xb8b0.
  4806. grub-install: info: adding a relocation entry for 0xb8b8.
  4807. grub-install: info: adding a relocation entry for 0xb8c8.
  4808. grub-install: info: adding a relocation entry for 0xb8d0.
  4809. grub-install: info: adding a relocation entry for 0xb8e0.
  4810. grub-install: info: adding a relocation entry for 0xb8e8.
  4811. grub-install: info: adding a relocation entry for 0xb8f8.
  4812. grub-install: info: adding a relocation entry for 0xb900.
  4813. grub-install: info: adding a relocation entry for 0xb910.
  4814. grub-install: info: adding a relocation entry for 0xb918.
  4815. grub-install: info: adding a relocation entry for 0xb928.
  4816. grub-install: info: adding a relocation entry for 0xb930.
  4817. grub-install: info: adding a relocation entry for 0xb940.
  4818. grub-install: info: adding a relocation entry for 0xb948.
  4819. grub-install: info: adding a relocation entry for 0xb958.
  4820. grub-install: info: adding a relocation entry for 0xb960.
  4821. grub-install: info: adding a relocation entry for 0xb970.
  4822. grub-install: info: adding a relocation entry for 0xb978.
  4823. grub-install: info: adding a relocation entry for 0xb988.
  4824. grub-install: info: adding a relocation entry for 0xb990.
  4825. grub-install: info: adding a relocation entry for 0xb9a0.
  4826. grub-install: info: adding a relocation entry for 0xb9a8.
  4827. grub-install: info: adding a relocation entry for 0xb9b8.
  4828. grub-install: info: adding a relocation entry for 0xb9c0.
  4829. grub-install: info: adding a relocation entry for 0xb9d0.
  4830. grub-install: info: adding a relocation entry for 0xb9d8.
  4831. grub-install: info: adding a relocation entry for 0xb9e8.
  4832. grub-install: info: adding a relocation entry for 0xb9f0.
  4833. grub-install: info: adding a relocation entry for 0xba00.
  4834. grub-install: info: adding a relocation entry for 0xba08.
  4835. grub-install: info: adding a relocation entry for 0xba18.
  4836. grub-install: info: adding a relocation entry for 0xba20.
  4837. grub-install: info: adding a relocation entry for 0xba30.
  4838. grub-install: info: adding a relocation entry for 0xba38.
  4839. grub-install: info: adding a relocation entry for 0xba48.
  4840. grub-install: info: adding a relocation entry for 0xba50.
  4841. grub-install: info: adding a relocation entry for 0xba60.
  4842. grub-install: info: adding a relocation entry for 0xba68.
  4843. grub-install: info: adding a relocation entry for 0xba78.
  4844. grub-install: info: adding a relocation entry for 0xba80.
  4845. grub-install: info: adding a relocation entry for 0xba90.
  4846. grub-install: info: adding a relocation entry for 0xba98.
  4847. grub-install: info: adding a relocation entry for 0xbaa8.
  4848. grub-install: info: adding a relocation entry for 0xbab0.
  4849. grub-install: info: adding a relocation entry for 0xbac0.
  4850. grub-install: info: adding a relocation entry for 0xbac8.
  4851. grub-install: info: adding a relocation entry for 0xbad8.
  4852. grub-install: info: adding a relocation entry for 0xbae0.
  4853. grub-install: info: adding a relocation entry for 0xbaf0.
  4854. grub-install: info: adding a relocation entry for 0xbaf8.
  4855. grub-install: info: adding a relocation entry for 0xbb08.
  4856. grub-install: info: adding a relocation entry for 0xbb10.
  4857. grub-install: info: adding a relocation entry for 0xbb20.
  4858. grub-install: info: adding a relocation entry for 0xbb28.
  4859. grub-install: info: adding a relocation entry for 0xbb38.
  4860. grub-install: info: adding a relocation entry for 0xbb40.
  4861. grub-install: info: adding a relocation entry for 0xbb50.
  4862. grub-install: info: adding a relocation entry for 0xbb58.
  4863. grub-install: info: adding a relocation entry for 0xbb68.
  4864. grub-install: info: adding a relocation entry for 0xbb70.
  4865. grub-install: info: adding a relocation entry for 0xbb80.
  4866. grub-install: info: adding a relocation entry for 0xbb88.
  4867. grub-install: info: adding a relocation entry for 0xbb98.
  4868. grub-install: info: adding a relocation entry for 0xbba0.
  4869. grub-install: info: adding a relocation entry for 0xbbb0.
  4870. grub-install: info: adding a relocation entry for 0xbbb8.
  4871. grub-install: info: adding a relocation entry for 0xbbc8.
  4872. grub-install: info: adding a relocation entry for 0xbbd0.
  4873. grub-install: info: adding a relocation entry for 0xbbe0.
  4874. grub-install: info: adding a relocation entry for 0xbbe8.
  4875. grub-install: info: adding a relocation entry for 0xbbf8.
  4876. grub-install: info: adding a relocation entry for 0xbc00.
  4877. grub-install: info: adding a relocation entry for 0xbc10.
  4878. grub-install: info: adding a relocation entry for 0xbc18.
  4879. grub-install: info: adding a relocation entry for 0xbc28.
  4880. grub-install: info: adding a relocation entry for 0xbc30.
  4881. grub-install: info: adding a relocation entry for 0xbc40.
  4882. grub-install: info: adding a relocation entry for 0xbc48.
  4883. grub-install: info: adding a relocation entry for 0xbc58.
  4884. grub-install: info: adding a relocation entry for 0xbc60.
  4885. grub-install: info: adding a relocation entry for 0xbc70.
  4886. grub-install: info: adding a relocation entry for 0xbc78.
  4887. grub-install: info: adding a relocation entry for 0xbc88.
  4888. grub-install: info: adding a relocation entry for 0xbc90.
  4889. grub-install: info: adding a relocation entry for 0xbca0.
  4890. grub-install: info: adding a relocation entry for 0xbca8.
  4891. grub-install: info: adding a relocation entry for 0xbcb8.
  4892. grub-install: info: adding a relocation entry for 0xbcc0.
  4893. grub-install: info: adding a relocation entry for 0xbcd0.
  4894. grub-install: info: adding a relocation entry for 0xbcd8.
  4895. grub-install: info: adding a relocation entry for 0xbce8.
  4896. grub-install: info: adding a relocation entry for 0xbcf0.
  4897. grub-install: info: adding a relocation entry for 0xbd00.
  4898. grub-install: info: adding a relocation entry for 0xbd08.
  4899. grub-install: info: adding a relocation entry for 0xbd18.
  4900. grub-install: info: adding a relocation entry for 0xbd20.
  4901. grub-install: info: adding a relocation entry for 0xbd30.
  4902. grub-install: info: adding a relocation entry for 0xbd38.
  4903. grub-install: info: adding a relocation entry for 0xbd48.
  4904. grub-install: info: adding a relocation entry for 0xbd50.
  4905. grub-install: info: adding a relocation entry for 0xbd60.
  4906. grub-install: info: adding a relocation entry for 0xbd68.
  4907. grub-install: info: adding a relocation entry for 0xbd78.
  4908. grub-install: info: adding a relocation entry for 0xbd80.
  4909. grub-install: info: adding a relocation entry for 0xbd90.
  4910. grub-install: info: adding a relocation entry for 0xbd98.
  4911. grub-install: info: adding a relocation entry for 0xbda8.
  4912. grub-install: info: adding a relocation entry for 0xbdb0.
  4913. grub-install: info: adding a relocation entry for 0xbdc0.
  4914. grub-install: info: adding a relocation entry for 0xbdc8.
  4915. grub-install: info: adding a relocation entry for 0xbdd8.
  4916. grub-install: info: adding a relocation entry for 0xbde0.
  4917. grub-install: info: adding a relocation entry for 0xbdf0.
  4918. grub-install: info: adding a relocation entry for 0xbdf8.
  4919. grub-install: info: adding a relocation entry for 0xbe08.
  4920. grub-install: info: adding a relocation entry for 0xbe10.
  4921. grub-install: info: adding a relocation entry for 0xbe20.
  4922. grub-install: info: adding a relocation entry for 0xbe28.
  4923. grub-install: info: adding a relocation entry for 0xbe38.
  4924. grub-install: info: adding a relocation entry for 0xbe40.
  4925. grub-install: info: adding a relocation entry for 0xbe50.
  4926. grub-install: info: adding a relocation entry for 0xbe58.
  4927. grub-install: info: adding a relocation entry for 0xbe68.
  4928. grub-install: info: adding a relocation entry for 0xbe70.
  4929. grub-install: info: adding a relocation entry for 0xbe80.
  4930. grub-install: info: adding a relocation entry for 0xbe88.
  4931. grub-install: info: adding a relocation entry for 0xbe98.
  4932. grub-install: info: adding a relocation entry for 0xbea0.
  4933. grub-install: info: adding a relocation entry for 0xbeb0.
  4934. grub-install: info: adding a relocation entry for 0xbeb8.
  4935. grub-install: info: adding a relocation entry for 0xbec8.
  4936. grub-install: info: adding a relocation entry for 0xbed0.
  4937. grub-install: info: adding a relocation entry for 0xbee0.
  4938. grub-install: info: adding a relocation entry for 0xbee8.
  4939. grub-install: info: adding a relocation entry for 0xbef8.
  4940. grub-install: info: adding a relocation entry for 0xbf00.
  4941. grub-install: info: adding a relocation entry for 0xbf10.
  4942. grub-install: info: adding a relocation entry for 0xbf18.
  4943. grub-install: info: adding a relocation entry for 0xbf28.
  4944. grub-install: info: adding a relocation entry for 0xbf30.
  4945. grub-install: info: adding a relocation entry for 0xbf40.
  4946. grub-install: info: adding a relocation entry for 0xbf48.
  4947. grub-install: info: adding a relocation entry for 0xbf58.
  4948. grub-install: info: adding a relocation entry for 0xbf60.
  4949. grub-install: info: adding a relocation entry for 0xbf70.
  4950. grub-install: info: adding a relocation entry for 0xbf78.
  4951. grub-install: info: adding a relocation entry for 0xbf88.
  4952. grub-install: info: adding a relocation entry for 0xbf90.
  4953. grub-install: info: adding a relocation entry for 0xbfa0.
  4954. grub-install: info: adding a relocation entry for 0xbfa8.
  4955. grub-install: info: adding a relocation entry for 0xbfb8.
  4956. grub-install: info: adding a relocation entry for 0xbfc0.
  4957. grub-install: info: adding a relocation entry for 0xbfd0.
  4958. grub-install: info: adding a relocation entry for 0xbfd8.
  4959. grub-install: info: adding a relocation entry for 0xbfe8.
  4960. grub-install: info: adding a relocation entry for 0xbff0.
  4961. grub-install: info: adding a relocation entry for 0xc000.
  4962. grub-install: info: writing 400 bytes of a fixup block starting at 0xb000.
  4963. grub-install: info: adding a relocation entry for 0xc008.
  4964. grub-install: info: adding a relocation entry for 0xc018.
  4965. grub-install: info: adding a relocation entry for 0xc020.
  4966. grub-install: info: adding a relocation entry for 0xc030.
  4967. grub-install: info: adding a relocation entry for 0xc038.
  4968. grub-install: info: adding a relocation entry for 0xc048.
  4969. grub-install: info: adding a relocation entry for 0xc050.
  4970. grub-install: info: adding a relocation entry for 0xc060.
  4971. grub-install: info: adding a relocation entry for 0xc068.
  4972. grub-install: info: adding a relocation entry for 0xc078.
  4973. grub-install: info: adding a relocation entry for 0xc080.
  4974. grub-install: info: adding a relocation entry for 0xc090.
  4975. grub-install: info: adding a relocation entry for 0xc098.
  4976. grub-install: info: adding a relocation entry for 0xc0a8.
  4977. grub-install: info: adding a relocation entry for 0xc0b0.
  4978. grub-install: info: adding a relocation entry for 0xc0c0.
  4979. grub-install: info: adding a relocation entry for 0xc0c8.
  4980. grub-install: info: adding a relocation entry for 0xc0d8.
  4981. grub-install: info: adding a relocation entry for 0xc0e0.
  4982. grub-install: info: adding a relocation entry for 0xc0f0.
  4983. grub-install: info: adding a relocation entry for 0xc0f8.
  4984. grub-install: info: adding a relocation entry for 0xc108.
  4985. grub-install: info: adding a relocation entry for 0xc110.
  4986. grub-install: info: adding a relocation entry for 0xc120.
  4987. grub-install: info: adding a relocation entry for 0xc128.
  4988. grub-install: info: adding a relocation entry for 0xc138.
  4989. grub-install: info: adding a relocation entry for 0xc140.
  4990. grub-install: info: adding a relocation entry for 0xc150.
  4991. grub-install: info: adding a relocation entry for 0xc158.
  4992. grub-install: info: adding a relocation entry for 0xc168.
  4993. grub-install: info: adding a relocation entry for 0xc170.
  4994. grub-install: info: adding a relocation entry for 0xc180.
  4995. grub-install: info: adding a relocation entry for 0xc188.
  4996. grub-install: info: adding a relocation entry for 0xc198.
  4997. grub-install: info: adding a relocation entry for 0xc1a0.
  4998. grub-install: info: adding a relocation entry for 0xc1b0.
  4999. grub-install: info: adding a relocation entry for 0xc1b8.
  5000. grub-install: info: adding a relocation entry for 0xc1c8.
  5001. grub-install: info: adding a relocation entry for 0xc1d0.
  5002. grub-install: info: adding a relocation entry for 0xc1e0.
  5003. grub-install: info: adding a relocation entry for 0xc1e8.
  5004. grub-install: info: adding a relocation entry for 0xc1f8.
  5005. grub-install: info: adding a relocation entry for 0xc200.
  5006. grub-install: info: adding a relocation entry for 0xc210.
  5007. grub-install: info: adding a relocation entry for 0xc218.
  5008. grub-install: info: adding a relocation entry for 0xc228.
  5009. grub-install: info: adding a relocation entry for 0xc230.
  5010. grub-install: info: adding a relocation entry for 0xc240.
  5011. grub-install: info: adding a relocation entry for 0xc248.
  5012. grub-install: info: adding a relocation entry for 0xc258.
  5013. grub-install: info: adding a relocation entry for 0xc260.
  5014. grub-install: info: adding a relocation entry for 0xc270.
  5015. grub-install: info: adding a relocation entry for 0xc278.
  5016. grub-install: info: adding a relocation entry for 0xc288.
  5017. grub-install: info: adding a relocation entry for 0xc290.
  5018. grub-install: info: adding a relocation entry for 0xc2a0.
  5019. grub-install: info: adding a relocation entry for 0xc2a8.
  5020. grub-install: info: adding a relocation entry for 0xc2b8.
  5021. grub-install: info: adding a relocation entry for 0xc2c0.
  5022. grub-install: info: adding a relocation entry for 0xc2d0.
  5023. grub-install: info: adding a relocation entry for 0xc2d8.
  5024. grub-install: info: adding a relocation entry for 0xc2e8.
  5025. grub-install: info: adding a relocation entry for 0xc2f0.
  5026. grub-install: info: adding a relocation entry for 0xc300.
  5027. grub-install: info: adding a relocation entry for 0xc308.
  5028. grub-install: info: adding a relocation entry for 0xc318.
  5029. grub-install: info: adding a relocation entry for 0xc320.
  5030. grub-install: info: adding a relocation entry for 0xc330.
  5031. grub-install: info: adding a relocation entry for 0xc338.
  5032. grub-install: info: adding a relocation entry for 0xc348.
  5033. grub-install: info: adding a relocation entry for 0xc350.
  5034. grub-install: info: adding a relocation entry for 0xc360.
  5035. grub-install: info: adding a relocation entry for 0xc368.
  5036. grub-install: info: adding a relocation entry for 0xc378.
  5037. grub-install: info: adding a relocation entry for 0xc380.
  5038. grub-install: info: adding a relocation entry for 0xc390.
  5039. grub-install: info: adding a relocation entry for 0xc398.
  5040. grub-install: info: adding a relocation entry for 0xc3a8.
  5041. grub-install: info: adding a relocation entry for 0xc3b0.
  5042. grub-install: info: adding a relocation entry for 0xc3c0.
  5043. grub-install: info: adding a relocation entry for 0xc3c8.
  5044. grub-install: info: adding a relocation entry for 0xc3d8.
  5045. grub-install: info: adding a relocation entry for 0xc3e0.
  5046. grub-install: info: adding a relocation entry for 0xc3f0.
  5047. grub-install: info: adding a relocation entry for 0xc3f8.
  5048. grub-install: info: adding a relocation entry for 0xc408.
  5049. grub-install: info: adding a relocation entry for 0xc410.
  5050. grub-install: info: adding a relocation entry for 0xc420.
  5051. grub-install: info: adding a relocation entry for 0xc428.
  5052. grub-install: info: adding a relocation entry for 0xc438.
  5053. grub-install: info: adding a relocation entry for 0xc440.
  5054. grub-install: info: adding a relocation entry for 0xc450.
  5055. grub-install: info: adding a relocation entry for 0xc458.
  5056. grub-install: info: adding a relocation entry for 0xc468.
  5057. grub-install: info: adding a relocation entry for 0xc470.
  5058. grub-install: info: adding a relocation entry for 0xc480.
  5059. grub-install: info: adding a relocation entry for 0xc488.
  5060. grub-install: info: adding a relocation entry for 0xc498.
  5061. grub-install: info: adding a relocation entry for 0xc4a0.
  5062. grub-install: info: adding a relocation entry for 0xc4b0.
  5063. grub-install: info: adding a relocation entry for 0xc4b8.
  5064. grub-install: info: adding a relocation entry for 0xc4c8.
  5065. grub-install: info: adding a relocation entry for 0xc4d0.
  5066. grub-install: info: adding a relocation entry for 0xc4e0.
  5067. grub-install: info: adding a relocation entry for 0xc4e8.
  5068. grub-install: info: adding a relocation entry for 0xc4f8.
  5069. grub-install: info: adding a relocation entry for 0xc500.
  5070. grub-install: info: adding a relocation entry for 0xc510.
  5071. grub-install: info: adding a relocation entry for 0xc518.
  5072. grub-install: info: adding a relocation entry for 0xc528.
  5073. grub-install: info: adding a relocation entry for 0xc530.
  5074. grub-install: info: adding a relocation entry for 0xc540.
  5075. grub-install: info: adding a relocation entry for 0xc548.
  5076. grub-install: info: adding a relocation entry for 0xc558.
  5077. grub-install: info: adding a relocation entry for 0xc560.
  5078. grub-install: info: adding a relocation entry for 0xc570.
  5079. grub-install: info: adding a relocation entry for 0xc578.
  5080. grub-install: info: adding a relocation entry for 0xc588.
  5081. grub-install: info: adding a relocation entry for 0xc590.
  5082. grub-install: info: adding a relocation entry for 0xc5a0.
  5083. grub-install: info: adding a relocation entry for 0xc5a8.
  5084. grub-install: info: adding a relocation entry for 0xc5b8.
  5085. grub-install: info: adding a relocation entry for 0xc5c0.
  5086. grub-install: info: adding a relocation entry for 0xc5d0.
  5087. grub-install: info: adding a relocation entry for 0xc5d8.
  5088. grub-install: info: adding a relocation entry for 0xc5e8.
  5089. grub-install: info: adding a relocation entry for 0xc5f0.
  5090. grub-install: info: adding a relocation entry for 0xc600.
  5091. grub-install: info: adding a relocation entry for 0xc608.
  5092. grub-install: info: adding a relocation entry for 0xc618.
  5093. grub-install: info: adding a relocation entry for 0xc620.
  5094. grub-install: info: adding a relocation entry for 0xc630.
  5095. grub-install: info: adding a relocation entry for 0xc638.
  5096. grub-install: info: adding a relocation entry for 0xc648.
  5097. grub-install: info: adding a relocation entry for 0xc650.
  5098. grub-install: info: adding 204 padding fixup entries.
  5099. grub-install: info: writing 688 bytes of a fixup block starting at 0xc000.
  5100. grub-install: info: reading /usr/lib/grub/x86_64-efi/fshelp.mod.
  5101. grub-install: info: reading /usr/lib/grub/x86_64-efi/ext2.mod.
  5102. grub-install: info: reading /usr/lib/grub/x86_64-efi/part_gpt.mod.
  5103. grub-install: info: reading /usr/lib/grub/x86_64-efi/search_fs_uuid.mod.
  5104. grub-install: info: reading /boot/grub/x86_64-efi/load.cfg.
  5105. grub-install: info: kernel_img=0x22cb250, kernel_size=0x18200.
  5106. grub-install: info: the core size is 0x1d3c8.
  5107. grub-install: info: writing 0x1e600 bytes.
  5108. grub-install: info: grub-mkimage --directory '/usr/lib/grub/x86_64-efi' --prefix '' --output '/boot/grub/x86_64-efi/grub.efi' --format 'x86_64-efi' --compression 'auto' --config '/boot/grub/x86_64-efi/load.cfg' 'ext2' 'part_gpt' 'search_fs_uuid'
  5109. .
  5110. grub-install: info: the size of config file is 0x68.
  5111. grub-install: info: the total module size is 0x51c0.
  5112. grub-install: info: reading /usr/lib/grub/x86_64-efi/kernel.img.
  5113. grub-install: info: locating the section .text at 0x0.
  5114. grub-install: info: locating the section .rodata at 0x9600.
  5115. grub-install: info: locating the section .rodata.str1.1 at 0x9798.
  5116. grub-install: info: locating the section .data at 0xb0e0.
  5117. grub-install: info: locating the section .module_license at 0xc278.
  5118. grub-install: info: locating the section .bss at 0xc290.
  5119. grub-install: info: locating at 0x400 (0x400).
  5120. grub-install: info: locating at 0x9a00 (0x9a00).
  5121. grub-install: info: locating at 0x9b98 (0x9b98).
  5122. grub-install: info: locating at 0xb4e0 (0xb4e0).
  5123. grub-install: info: locating at 0xc690 (0xc690).
  5124. grub-install: info: locating at 0xc678 (0xc678).
  5125. grub-install: info: locating at 0x400 (0x400).
  5126. grub-install: info: locating grub_strlen at 0x7c25 (0x400).
  5127. grub-install: info: locating grub_net_poll_cards_idle at 0xe3d0 (0xc690).
  5128. grub-install: info: locating grub_efi_finish_boot_services at 0x2f18 (0x400).
  5129. grub-install: info: locating grub_disk_get_size at 0x55c0 (0x400).
  5130. grub-install: info: locating grub_file_progress_hook at 0x184e0 (0xc690).
  5131. grub-install: info: locating grub_efidisk_fini at 0xe51 (0x400).
  5132. grub-install: info: locating grub_puts_ at 0x79d3 (0x400).
  5133. grub-install: info: locating grub_millisleep at 0x4195 (0x400).
  5134. grub-install: info: locating grub_fs_autoload_hook at 0xe1b0 (0xc690).
  5135. grub-install: info: locating efi_wrap_10 at 0x4cc (0x400).
  5136. grub-install: info: locating grub_efi_allocate_pages_max at 0x2d32 (0x400).
  5137. grub-install: info: locating grub_fs_blocklist at 0xb640 (0xb4e0).
  5138. grub-install: info: locating grub_errmsg at 0x183d0 (0xc690).
  5139. grub-install: info: locating efi_wrap_5 at 0x463 (0x400).
  5140. grub-install: info: locating grub_strncmp at 0x7a4d (0x400).
  5141. grub-install: info: locating grub_strtoull at 0x7d3d (0x400).
  5142. grub-install: info: locating grub_dma_get_virt at 0x5a5 (0x400).
  5143. grub-install: info: locating grub_efi_system_table at 0xe3e0 (0xc690).
  5144. grub-install: info: locating memmove at 0x797a (0x400).
  5145. grub-install: info: locating efi_wrap_4 at 0x44f (0x400).
  5146. grub-install: info: locating grub_disk_open at 0x4f8a (0x400).
  5147. grub-install: info: locating grub_efi_locate_protocol at 0x1c16 (0x400).
  5148. grub-install: info: locating grub_env_update_get_sorted at 0x669c (0x400).
  5149. grub-install: info: locating grub_strcpy at 0x79c0 (0x400).
  5150. grub-install: info: locating grub_partition_probe at 0x8fd0 (0x400).
  5151. grub-install: info: locating grub_strrchr at 0x7a99 (0x400).
  5152. grub-install: info: locating grub_partition_get_name at 0x91d0 (0x400).
  5153. grub-install: info: locating grub_dl_load at 0x631d (0x400).
  5154. grub-install: info: locating grub_efi_stall at 0x1e3f (0x400).
  5155. grub-install: info: locating grub_efi_get_filename at 0x2289 (0x400).
  5156. grub-install: info: locating grub_env_export at 0x6788 (0x400).
  5157. grub-install: info: locating grub_xvasprintf at 0x89b2 (0x400).
  5158. grub-install: info: locating grub_error_push at 0x684a (0x400).
  5159. grub-install: info: locating grub_rescue_run at 0x9750 (0x400).
  5160. grub-install: info: locating grub_xasprintf at 0x8a4d (0x400).
  5161. grub-install: info: locating grub_realloc at 0x40bf (0x400).
  5162. grub-install: info: locating grub_exit at 0x1e7e (0x400).
  5163. grub-install: info: locating memcpy at 0x797a (0x400).
  5164. grub-install: info: locating grub_memmove at 0x797a (0x400).
  5165. grub-install: info: locating grub_device_open at 0x47bb (0x400).
  5166. grub-install: info: locating grub_register_exported_symbols at 0x993e (0x400).
  5167. grub-install: info: locating grub_strdup at 0x7c8f (0x400).
  5168. grub-install: info: locating grub_disk_firmware_is_tainted at 0xe420 (0xc690).
  5169. grub-install: info: locating grub_divmod64 at 0x7cd7 (0x400).
  5170. grub-install: info: locating grub_file_get_device_name at 0x69dd (0x400).
  5171. grub-install: info: locating grub_efi_print_device_path at 0x2370 (0x400).
  5172. grub-install: info: locating grub_partition_iterate at 0x9164 (0x400).
  5173. grub-install: info: locating grub_dma_free at 0x599 (0x400).
  5174. grub-install: info: locating grub_vsnprintf at 0x88fd (0x400).
  5175. grub-install: info: locating grub_partition_map_list at 0x18530 (0xc690).
  5176. grub-install: info: locating efi_wrap_1 at 0x422 (0x400).
  5177. grub-install: info: locating grub_command_list at 0xe410 (0xc690).
  5178. grub-install: info: locating grub_machine_fini at 0x534 (0x400).
  5179. grub-install: info: locating grub_tsc_rate at 0xe400 (0xc690).
  5180. grub-install: info: locating grub_rescue_parse_line at 0x94ce (0x400).
  5181. grub-install: info: locating grub_efi_get_variable at 0x1ff7 (0x400).
  5182. grub-install: info: locating grub_snprintf at 0x896d (0x400).
  5183. grub-install: info: locating grub_register_core_commands at 0x4632 (0x400).
  5184. grub-install: info: locating grub_disk_dev_register at 0x4ea0 (0x400).
  5185. grub-install: info: locating grub_console_init at 0x3927 (0x400).
  5186. grub-install: info: locating grub_disk_write_weak at 0xe428 (0xc690).
  5187. grub-install: info: locating grub_dl_add at 0x5696 (0x400).
  5188. grub-install: info: locating grub_disk_read at 0x5270 (0x400).
  5189. grub-install: info: locating grub_term_highlight_color at 0xb7e8 (0xb4e0).
  5190. grub-install: info: locating grub_parser_execute at 0x8f62 (0x400).
  5191. grub-install: info: locating grub_xputs at 0xb7e0 (0xb4e0).
  5192. grub-install: info: locating grub_console_fini at 0x3a28 (0x400).
  5193. grub-install: info: locating grub_fatal at 0x8a9c (0x400).
  5194. grub-install: info: locating grub_dl_ref at 0x5792 (0x400).
  5195. grub-install: info: locating grub_file_seek at 0x6d22 (0x400).
  5196. grub-install: info: locating grub_pci_find_capability at 0x6a2 (0x400).
  5197. grub-install: info: locating grub_efi_get_loaded_image at 0x1e63 (0x400).
  5198. grub-install: info: locating grub_errno at 0x184d0 (0xc690).
  5199. grub-install: info: locating grub_parser_cmdline_state at 0x8c1a (0x400).
  5200. grub-install: info: locating grub_memset at 0x7baf (0x400).
  5201. grub-install: info: locating grub_getkey at 0x991f (0x400).
  5202. grub-install: info: locating grub_term_outputs_disabled at 0x18538 (0xc690).
  5203. grub-install: info: locating grub_grubnet_fini at 0x184e8 (0xc690).
  5204. grub-install: info: locating grub_register_variable_hook at 0x6728 (0x400).
  5205. grub-install: info: locating grub_efi_image_handle at 0xe3e8 (0xc690).
  5206. grub-install: info: locating grub_vprintf at 0x8666 (0x400).
  5207. grub-install: info: locating grub_net_open at 0xc6e8 (0xc690).
  5208. grub-install: info: locating grub_register_command_prio at 0x41be (0x400).
  5209. grub-install: info: locating grub_efi_compare_device_paths at 0x29f5 (0x400).
  5210. grub-install: info: locating grub_file_filters_all at 0x184f0 (0xc690).
  5211. grub-install: info: locating grub_install_get_time_ms at 0x4187 (0x400).
  5212. grub-install: info: locating _start at 0x400 (0x400).
  5213. grub-install: info: locating grub_term_inputs at 0x18540 (0xc690).
  5214. grub-install: info: locating grub_parser_split_cmdline at 0x8cd3 (0x400).
  5215. grub-install: info: locating grub_disk_firmware_fini at 0xe430 (0xc690).
  5216. grub-install: info: locating grub_disk_close at 0x4ee6 (0x400).
  5217. grub-install: info: locating grub_dl_unload at 0x580c (0x400).
  5218. grub-install: info: locating grub_efi_set_variable at 0x1f1d (0x400).
  5219. grub-install: info: locating grub_printf at 0x87d3 (0x400).
  5220. grub-install: info: locating grub_efi_secure_boot at 0x2117 (0x400).
  5221. grub-install: info: locating grub_unregister_command at 0x42af (0x400).
  5222. grub-install: info: locating grub_fs_list at 0xe1b8 (0xc690).
  5223. grub-install: info: locating grub_efidisk_get_device_handle at 0x1581 (0x400).
  5224. grub-install: info: locating grub_main at 0x731f (0x400).
  5225. grub-install: info: locating grub_file_read at 0x6a68 (0x400).
  5226. grub-install: info: locating grub_dl_unload_unneeded at 0x641a (0x400).
  5227. grub-install: info: locating grub_pci_make_address at 0x5ac (0x400).
  5228. grub-install: info: locating memcmp at 0x7a0c (0x400).
  5229. grub-install: info: locating grub_term_normal_color at 0xb7e9 (0xb4e0).
  5230. grub-install: info: locating grub_disk_dev_list at 0xe438 (0xc690).
  5231. grub-install: info: locating grub_machine_init at 0x51a (0x400).
  5232. grub-install: info: locating efi_wrap_0 at 0x417 (0x400).
  5233. grub-install: info: locating grub_efi_locate_handle at 0x1c5f (0x400).
  5234. grub-install: info: locating grub_term_outputs at 0x18548 (0xc690).
  5235. grub-install: info: locating grub_modbase at 0xe3f0 (0xc690).
  5236. grub-install: info: locating grub_term_inputs_disabled at 0x18550 (0xc690).
  5237. grub-install: info: locating grub_efi_net_config at 0xe3f8 (0xc690).
  5238. grub-install: info: locating grub_efi_set_virtual_address_map at 0x1ec2 (0x400).
  5239. grub-install: info: locating grub_print_error at 0x6944 (0x400).
  5240. grub-install: info: locating grub_efi_mm_init at 0x31e7 (0x400).
  5241. grub-install: info: locating memset at 0x7baf (0x400).
  5242. grub-install: info: locating grub_zalloc at 0x3e36 (0x400).
  5243. grub-install: info: locating grub_strcmp at 0x7a2e (0x400).
  5244. grub-install: info: locating grub_tsc_init at 0x3aa7 (0x400).
  5245. grub-install: info: locating grub_efi_allocate_pages at 0x2c6e (0x400).
  5246. grub-install: info: locating grub_strchr at 0x7a83 (0x400).
  5247. grub-install: info: locating grub_refresh at 0x98f7 (0x400).
  5248. grub-install: info: locating grub_malloc at 0x3e25 (0x400).
  5249. grub-install: info: locating grub_efi_get_memory_map at 0x2de4 (0x400).
  5250. grub-install: info: locating grub_efidisk_get_device_name at 0x16cc (0x400).
  5251. grub-install: info: locating grub_get_time_ms at 0x417b (0x400).
  5252. grub-install: info: locating grub_file_close at 0x6b05 (0x400).
  5253. grub-install: info: locating grub_file_open at 0x6b50 (0x400).
  5254. grub-install: info: locating grub_isspace at 0x7aae (0x400).
  5255. grub-install: info: locating grub_efi_open_protocol at 0x1d5a (0x400).
  5256. grub-install: info: locating grub_real_dprintf at 0x8822 (0x400).
  5257. grub-install: info: locating efi_wrap_3 at 0x43e (0x400).
  5258. grub-install: info: locating grub_dl_load_core_noinit at 0x5926 (0x400).
  5259. grub-install: info: locating grub_dl_load_file at 0x621a (0x400).
  5260. grub-install: info: locating grub_env_unset at 0x6618 (0x400).
  5261. grub-install: info: locating grub_device_close at 0x4899 (0x400).
  5262. grub-install: info: locating efi_wrap_6 at 0x47c (0x400).
  5263. grub-install: info: locating grub_dl_head at 0xc700 (0xc690).
  5264. grub-install: info: locating grub_fs_probe at 0x7033 (0x400).
  5265. grub-install: info: locating grub_mm_base at 0xe408 (0xc690).
  5266. grub-install: info: locating grub_term_poll_usb at 0xe3d8 (0xc690).
  5267. grub-install: info: locating grub_file_filters_enabled at 0x18510 (0xc690).
  5268. grub-install: info: locating grub_strword at 0x7b0e (0x400).
  5269. grub-install: info: locating grub_machine_get_bootlocation at 0x2aeb (0x400).
  5270. grub-install: info: locating grub_efi_fini at 0x2b82 (0x400).
  5271. grub-install: info: locating grub_err_printed_errors at 0x184d4 (0xc690).
  5272. grub-install: info: locating grub_error at 0x67ce (0x400).
  5273. grub-install: info: locating grub_current_context at 0xb630 (0xb4e0).
  5274. grub-install: info: locating efi_codes at 0x9ae0 (0x9a00).
  5275. grub-install: info: locating grub_dl_register_symbol at 0x56d3 (0x400).
  5276. grub-install: info: locating grub_efi_is_finished at 0xc6a8 (0xc690).
  5277. grub-install: info: locating grub_list_remove at 0x7290 (0x400).
  5278. grub-install: info: locating grub_pci_iterate at 0x5d3 (0x400).
  5279. grub-install: info: locating grub_modules_get_end at 0x7303 (0x400).
  5280. grub-install: info: locating grub_free at 0x3e70 (0x400).
  5281. grub-install: info: locating grub_strndup at 0x7c36 (0x400).
  5282. grub-install: info: locating efi_wrap_7 at 0x49f (0x400).
  5283. grub-install: info: locating grub_named_list_find at 0x7242 (0x400).
  5284. grub-install: info: locating grub_dl_unref at 0x57cf (0x400).
  5285. grub-install: info: locating grub_efidisk_init at 0x134a (0x400).
  5286. grub-install: info: locating grub_disk_dev_unregister at 0x4eb5 (0x400).
  5287. grub-install: info: locating grub_efi_init at 0x2a85 (0x400).
  5288. grub-install: info: locating grub_arch_dl_check_header at 0x744 (0x400).
  5289. grub-install: info: locating grub_arch_dl_relocate_symbols at 0x773 (0x400).
  5290. grub-install: info: locating grub_efi_free_pages at 0x2c44 (0x400).
  5291. grub-install: info: locating grub_printf_ at 0x8775 (0x400).
  5292. grub-install: info: locating grub_efi_get_device_path at 0x2355 (0x400).
  5293. grub-install: info: locating start at 0x400 (0x400).
  5294. grub-install: info: locating grub_efi_modules_addr at 0x21ea (0x400).
  5295. grub-install: info: locating grub_error_pop at 0x68d6 (0x400).
  5296. grub-install: info: locating grub_device_iterate at 0x49da (0x400).
  5297. grub-install: info: locating grub_getkey_noblock at 0x98ad (0x400).
  5298. grub-install: info: locating grub_memalign_dma32 at 0x547 (0x400).
  5299. grub-install: info: locating grub_list_push at 0x7276 (0x400).
  5300. grub-install: info: locating grub_efi_set_text_mode at 0x1db8 (0x400).
  5301. grub-install: info: locating grub_err_printf at 0x87d3 (0x400).
  5302. grub-install: info: locating grub_disk_cache_invalidate_all at 0x4e56 (0x400).
  5303. grub-install: info: locating grub_env_set at 0x64bc (0x400).
  5304. grub-install: info: locating grub_dl_load_core at 0x61d4 (0x400).
  5305. grub-install: info: locating grub_gettext at 0xb690 (0xb4e0).
  5306. grub-install: info: locating grub_memcmp at 0x7a0c (0x400).
  5307. grub-install: info: locating grub_env_get at 0x65ea (0x400).
  5308. grub-install: info: locating efi_wrap_2 at 0x430 (0x400).
  5309. grub-install: info: locating grub_strtoul at 0x81c5 (0x400).
  5310. grub-install: info: locating grub_dma_get_phys at 0x5a9 (0x400).
  5311. grub-install: info: locating grub_mm_init_region at 0x3f86 (0x400).
  5312. grub-install: info: locating grub_disk_cache_table at 0xe440 (0xc690).
  5313. grub-install: info: locating grub_memalign at 0x3c27 (0x400).
  5314. grub-install: info: dealing with the relocation section .rela.text for .text.
  5315. grub-install: info: relocating an R_X86_64_PC32 entry to 0xdfe1 at the offset 0x3.
  5316. grub-install: info: relocating an R_X86_64_PC32 entry to 0xdfd2 at the offset 0xa.
  5317. grub-install: info: relocating an R_X86_64_PC32 entry to 0x6f08 at the offset 0x13.
  5318. grub-install: info: relocating an R_X86_64_64 entry to 0x2a85 at the offset 0x11d.
  5319. grub-install: info: relocating an R_X86_64_64 entry to 0x3aa7 at the offset 0x12a.
  5320. grub-install: info: relocating an R_X86_64_64 entry to 0x2b82 at the offset 0x13c.
  5321. grub-install: info: relocating an R_X86_64_64 entry to 0x3c27 at the offset 0x165.
  5322. grub-install: info: relocating an R_X86_64_64 entry to 0x9b98 at the offset 0x17a.
  5323. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x18b.
  5324. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x19b.
  5325. grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x1e0.
  5326. grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x2af.
  5327. grub-install: info: relocating an R_X86_64_64 entry to 0x9bb8 at the offset 0x355.
  5328. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x366.
  5329. grub-install: info: relocating an R_X86_64_64 entry to 0x9bd9 at the offset 0x38f.
  5330. grub-install: info: relocating an R_X86_64_64 entry to 0x9bfc at the offset 0x410.
  5331. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x422.
  5332. grub-install: info: relocating an R_X86_64_64 entry to 0x9c14 at the offset 0x474.
  5333. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x485.
  5334. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4fd.
  5335. grub-install: info: relocating an R_X86_64_64 entry to 0x8a0 at the offset 0x527.
  5336. grub-install: info: relocating an R_X86_64_64 entry to 0x29f5 at the offset 0x545.
  5337. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x57a.
  5338. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x5ac.
  5339. grub-install: info: relocating an R_X86_64_64 entry to 0x29f5 at the offset 0x5cd.
  5340. grub-install: info: relocating an R_X86_64_64 entry to 0x9c3b at the offset 0x5fa.
  5341. grub-install: info: relocating an R_X86_64_64 entry to 0x896d at the offset 0x60c.
  5342. grub-install: info: relocating an R_X86_64_64 entry to 0xc698 at the offset 0x638.
  5343. grub-install: info: relocating an R_X86_64_64 entry to 0x9c9 at the offset 0x642.
  5344. grub-install: info: relocating an R_X86_64_64 entry to 0xc690 at the offset 0x66d.
  5345. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a0 at the offset 0x694.
  5346. grub-install: info: relocating an R_X86_64_64 entry to 0xb520 at the offset 0x6c0.
  5347. grub-install: info: relocating an R_X86_64_64 entry to 0x1c5f at the offset 0x6cf.
  5348. grub-install: info: relocating an R_X86_64_64 entry to 0x2355 at the offset 0x6fd.
  5349. grub-install: info: relocating an R_X86_64_64 entry to 0x8a0 at the offset 0x722.
  5350. grub-install: info: relocating an R_X86_64_64 entry to 0xb520 at the offset 0x73b.
  5351. grub-install: info: relocating an R_X86_64_64 entry to 0x1d5a at the offset 0x749.
  5352. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x767.
  5353. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x780.
  5354. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x7c6.
  5355. grub-install: info: relocating an R_X86_64_64 entry to 0x9c3f at the offset 0x7eb.
  5356. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0x7f5.
  5357. grub-install: info: relocating an R_X86_64_64 entry to 0x9c53 at the offset 0x804.
  5358. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x810.
  5359. grub-install: info: relocating an R_X86_64_64 entry to 0x9c66 at the offset 0x824.
  5360. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0x82e.
  5361. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x838.
  5362. grub-install: info: relocating an R_X86_64_64 entry to 0x9c53 at the offset 0x84a.
  5363. grub-install: info: relocating an R_X86_64_64 entry to 0x81c5 at the offset 0x880.
  5364. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x88f.
  5365. grub-install: info: relocating an R_X86_64_64 entry to 0x9c72 at the offset 0x8a5.
  5366. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x8b6.
  5367. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x8c1.
  5368. grub-install: info: relocating an R_X86_64_64 entry to 0xc690 at the offset 0x8ec.
  5369. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a0 at the offset 0x8fb.
  5370. grub-install: info: relocating an R_X86_64_64 entry to 0xc698 at the offset 0x90a.
  5371. grub-install: info: relocating an R_X86_64_64 entry to 0x8da at the offset 0x917.
  5372. grub-install: info: relocating an R_X86_64_64 entry to 0x9c80 at the offset 0x933.
  5373. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x944.
  5374. grub-install: info: relocating an R_X86_64_64 entry to 0x9c8f at the offset 0x958.
  5375. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0x965.
  5376. grub-install: info: relocating an R_X86_64_64 entry to 0x9c53 at the offset 0x977.
  5377. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x981.
  5378. grub-install: info: relocating an R_X86_64_64 entry to 0x9cbb at the offset 0x9d4.
  5379. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x9e5.
  5380. grub-install: info: relocating an R_X86_64_64 entry to 0x9cd2 at the offset 0xa18.
  5381. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0xa22.
  5382. grub-install: info: relocating an R_X86_64_64 entry to 0x9c53 at the offset 0xa31.
  5383. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0xa3b.
  5384. grub-install: info: relocating an R_X86_64_64 entry to 0xc690 at the offset 0xa55.
  5385. grub-install: info: relocating an R_X86_64_64 entry to 0xc698 at the offset 0xa61.
  5386. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a0 at the offset 0xa6c.
  5387. grub-install: info: relocating an R_X86_64_64 entry to 0x8fa at the offset 0xa77.
  5388. grub-install: info: relocating an R_X86_64_64 entry to 0xb4e0 at the offset 0xaa4.
  5389. grub-install: info: relocating an R_X86_64_64 entry to 0x4eb5 at the offset 0xab6.
  5390. grub-install: info: relocating an R_X86_64_64 entry to 0xc698 at the offset 0xaea.
  5391. grub-install: info: relocating an R_X86_64_64 entry to 0x9ce8 at the offset 0xaff.
  5392. grub-install: info: relocating an R_X86_64_64 entry to 0x896d at the offset 0xb13.
  5393. grub-install: info: relocating an R_X86_64_64 entry to 0x9ced at the offset 0xb25.
  5394. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0xb2f.
  5395. grub-install: info: relocating an R_X86_64_64 entry to 0x9c53 at the offset 0xb3e.
  5396. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0xb48.
  5397. grub-install: info: relocating an R_X86_64_64 entry to 0xc690 at the offset 0xb77.
  5398. grub-install: info: relocating an R_X86_64_64 entry to 0x9cfb at the offset 0xb8c.
  5399. grub-install: info: relocating an R_X86_64_64 entry to 0x896d at the offset 0xba0.
  5400. grub-install: info: relocating an R_X86_64_64 entry to 0x9ced at the offset 0xbb2.
  5401. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0xbbc.
  5402. grub-install: info: relocating an R_X86_64_64 entry to 0x9c53 at the offset 0xbcb.
  5403. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0xbd5.
  5404. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a0 at the offset 0xc00.
  5405. grub-install: info: relocating an R_X86_64_64 entry to 0x9d00 at the offset 0xc15.
  5406. grub-install: info: relocating an R_X86_64_64 entry to 0x896d at the offset 0xc29.
  5407. grub-install: info: relocating an R_X86_64_64 entry to 0x9ced at the offset 0xc3b.
  5408. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0xc45.
  5409. grub-install: info: relocating an R_X86_64_64 entry to 0x9c53 at the offset 0xc54.
  5410. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0xc5e.
  5411. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0xca5.
  5412. grub-install: info: relocating an R_X86_64_64 entry to 0x9d05 at the offset 0xcb1.
  5413. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0xcbe.
  5414. grub-install: info: relocating an R_X86_64_64 entry to 0x9c53 at the offset 0xcdb.
  5415. grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0xd09.
  5416. grub-install: info: relocating an R_X86_64_64 entry to 0x9d39 at the offset 0xd24.
  5417. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0xd3d.
  5418. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0xd7f.
  5419. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0xd9c.
  5420. grub-install: info: relocating an R_X86_64_64 entry to 0x1152 at the offset 0xdb2.
  5421. grub-install: info: relocating an R_X86_64_64 entry to 0x29f5 at the offset 0xdd8.
  5422. grub-install: info: relocating an R_X86_64_64 entry to 0x8a0 at the offset 0xde2.
  5423. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0xe20.
  5424. grub-install: info: relocating an R_X86_64_64 entry to 0x91d0 at the offset 0xe7a.
  5425. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0xe9d.
  5426. grub-install: info: relocating an R_X86_64_64 entry to 0x9d61 at the offset 0xea9.
  5427. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0xeb6.
  5428. grub-install: info: relocating an R_X86_64_64 entry to 0x9c53 at the offset 0xed3.
  5429. grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0xf01.
  5430. grub-install: info: relocating an R_X86_64_64 entry to 0x9d93 at the offset 0xf1c.
  5431. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0xf35.
  5432. grub-install: info: relocating an R_X86_64_64 entry to 0xe51 at the offset 0xf4e.
  5433. grub-install: info: relocating an R_X86_64_64 entry to 0xe430 at the offset 0xf62.
  5434. grub-install: info: relocating an R_X86_64_64 entry to 0xaba at the offset 0xf6c.
  5435. grub-install: info: relocating an R_X86_64_64 entry to 0x11ae at the offset 0xf87.
  5436. grub-install: info: relocating an R_X86_64_64 entry to 0xc698 at the offset 0xfee.
  5437. grub-install: info: relocating an R_X86_64_64 entry to 0x91b at the offset 0xff8.
  5438. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a0 at the offset 0x1004.
  5439. grub-install: info: relocating an R_X86_64_64 entry to 0x7a0c at the offset 0x109d.
  5440. grub-install: info: relocating an R_X86_64_64 entry to 0x11ae at the offset 0x10b3.
  5441. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a0 at the offset 0x1106.
  5442. grub-install: info: relocating an R_X86_64_64 entry to 0xc698 at the offset 0x1115.
  5443. grub-install: info: relocating an R_X86_64_64 entry to 0x91b at the offset 0x111f.
  5444. grub-install: info: relocating an R_X86_64_64 entry to 0x8fa at the offset 0x113b.
  5445. grub-install: info: relocating an R_X86_64_64 entry to 0xb4e0 at the offset 0x1147.
  5446. grub-install: info: relocating an R_X86_64_64 entry to 0x4ea0 at the offset 0x1151.
  5447. grub-install: info: relocating an R_X86_64_64 entry to 0xc690 at the offset 0x116a.
  5448. grub-install: info: relocating an R_X86_64_64 entry to 0xaba at the offset 0x11cd.
  5449. grub-install: info: relocating an R_X86_64_64 entry to 0x1152 at the offset 0x11d7.
  5450. grub-install: info: relocating an R_X86_64_64 entry to 0x8a0 at the offset 0x1204.
  5451. grub-install: info: relocating an R_X86_64_64 entry to 0x29f5 at the offset 0x1225.
  5452. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x1238.
  5453. grub-install: info: relocating an R_X86_64_64 entry to 0x8fa at the offset 0x12ac.
  5454. grub-install: info: relocating an R_X86_64_64 entry to 0x2355 at the offset 0x12d0.
  5455. grub-install: info: relocating an R_X86_64_64 entry to 0x8a0 at the offset 0x12f6.
  5456. grub-install: info: relocating an R_X86_64_64 entry to 0x1152 at the offset 0x132c.
  5457. grub-install: info: relocating an R_X86_64_64 entry to 0xa34 at the offset 0x1383.
  5458. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x1396.
  5459. grub-install: info: relocating an R_X86_64_64 entry to 0x4f8a at the offset 0x13ae.
  5460. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x13c0.
  5461. grub-install: info: relocating an R_X86_64_64 entry to 0x55c0 at the offset 0x13f0.
  5462. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x140a.
  5463. grub-install: info: relocating an R_X86_64_64 entry to 0x1239 at the offset 0x141d.
  5464. grub-install: info: relocating an R_X86_64_64 entry to 0x9164 at the offset 0x142a.
  5465. grub-install: info: relocating an R_X86_64_64 entry to 0x4ee6 at the offset 0x1443.
  5466. grub-install: info: relocating an R_X86_64_64 entry to 0x9db9 at the offset 0x1457.
  5467. grub-install: info: relocating an R_X86_64_64 entry to 0x8a4d at the offset 0x1461.
  5468. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x1479.
  5469. grub-install: info: relocating an R_X86_64_64 entry to 0x4ee6 at the offset 0x1492.
  5470. grub-install: info: relocating an R_X86_64_64 entry to 0xa34 at the offset 0x14ad.
  5471. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x14c6.
  5472. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x15ec.
  5473. grub-install: info: relocating an R_X86_64_64 entry to 0x9dbf at the offset 0x1645.
  5474. grub-install: info: relocating an R_X86_64_64 entry to 0x9e00 at the offset 0x1664.
  5475. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x1670.
  5476. grub-install: info: relocating an R_X86_64_64 entry to 0x9e02 at the offset 0x1684.
  5477. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x181f.
  5478. grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x1832.
  5479. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x1868.
  5480. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x18a5.
  5481. grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x18c3.
  5482. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x18ec.
  5483. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x192d.
  5484. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x1963.
  5485. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e8 at the offset 0x1981.
  5486. grub-install: info: relocating an R_X86_64_64 entry to 0x47c at the offset 0x1999.
  5487. grub-install: info: relocating an R_X86_64_64 entry to 0x1c16 at the offset 0x19bf.
  5488. grub-install: info: relocating an R_X86_64_64 entry to 0xb530 at the offset 0x19c9.
  5489. grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x19f9.
  5490. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x1a24.
  5491. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x1a41.
  5492. grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x1a59.
  5493. grub-install: info: relocating an R_X86_64_64 entry to 0xb540 at the offset 0x1a6a.
  5494. grub-install: info: relocating an R_X86_64_64 entry to 0x1d5a at the offset 0x1a74.
  5495. grub-install: info: relocating an R_X86_64_64 entry to 0x2b82 at the offset 0x1a81.
  5496. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x1a8d.
  5497. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e8 at the offset 0x1aa9.
  5498. grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x1ab6.
  5499. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x1ac7.
  5500. grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x1aec.
  5501. grub-install: info: relocating an R_X86_64_64 entry to 0x9e08 at the offset 0x1afe.
  5502. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x1b0f.
  5503. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x1b24.
  5504. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x1b4b.
  5505. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x1b59.
  5506. grub-install: info: relocating an R_X86_64_64 entry to 0x1a98 at the offset 0x1b78.
  5507. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x1b8a.
  5508. grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1bad.
  5509. grub-install: info: relocating an R_X86_64_64 entry to 0x9e27 at the offset 0x1bc9.
  5510. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x1be1.
  5511. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x1bfb.
  5512. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x1c05.
  5513. grub-install: info: relocating an R_X86_64_64 entry to 0x1a98 at the offset 0x1c5c.
  5514. grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1c66.
  5515. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x1c78.
  5516. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x1cb7.
  5517. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x1ce4.
  5518. grub-install: info: relocating an R_X86_64_64 entry to 0x9e47 at the offset 0x1d1b.
  5519. grub-install: info: relocating an R_X86_64_64 entry to 0x1ff7 at the offset 0x1d27.
  5520. grub-install: info: relocating an R_X86_64_64 entry to 0x9e52 at the offset 0x1da0.
  5521. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x1dcf.
  5522. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e8 at the offset 0x1dee.
  5523. grub-install: info: relocating an R_X86_64_64 entry to 0x1e63 at the offset 0x1e01.
  5524. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x1e1f.
  5525. grub-install: info: relocating an R_X86_64_64 entry to 0x9e5c at the offset 0x1e3c.
  5526. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x1ed3.
  5527. grub-install: info: relocating an R_X86_64_64 entry to 0x18dd at the offset 0x1eea.
  5528. grub-install: info: relocating an R_X86_64_64 entry to 0xb550 at the offset 0x1f5c.
  5529. grub-install: info: relocating an R_X86_64_64 entry to 0x1d5a at the offset 0x1f66.
  5530. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x1f7b.
  5531. grub-install: info: relocating an R_X86_64_64 entry to 0x9e61 at the offset 0x1fd4.
  5532. grub-install: info: relocating an R_X86_64_64 entry to 0x9e6d at the offset 0x1fe2.
  5533. grub-install: info: relocating an R_X86_64_64 entry to 0x9e77 at the offset 0x1ff5.
  5534. grub-install: info: relocating an R_X86_64_64 entry to 0x9a00 at the offset 0x200e.
  5535. grub-install: info: relocating an R_X86_64_64 entry to 0x9e88 at the offset 0x2023.
  5536. grub-install: info: relocating an R_X86_64_64 entry to 0x9e94 at the offset 0x2036.
  5537. grub-install: info: relocating an R_X86_64_64 entry to 0x9ea0 at the offset 0x204d.
  5538. grub-install: info: relocating an R_X86_64_64 entry to 0x9eb4 at the offset 0x2062.
  5539. grub-install: info: relocating an R_X86_64_64 entry to 0x9ebd at the offset 0x2074.
  5540. grub-install: info: relocating an R_X86_64_64 entry to 0x9ec7 at the offset 0x2083.
  5541. grub-install: info: relocating an R_X86_64_64 entry to 0x9efa at the offset 0x209c.
  5542. grub-install: info: relocating an R_X86_64_64 entry to 0x9ed6 at the offset 0x20b4.
  5543. grub-install: info: relocating an R_X86_64_64 entry to 0x9ee3 at the offset 0x20c9.
  5544. grub-install: info: relocating an R_X86_64_64 entry to 0x9eea at the offset 0x20de.
  5545. grub-install: info: relocating an R_X86_64_64 entry to 0x9eee at the offset 0x20f2.
  5546. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x2104.
  5547. grub-install: info: relocating an R_X86_64_64 entry to 0x9eea at the offset 0x211e.
  5548. grub-install: info: relocating an R_X86_64_64 entry to 0x9eee at the offset 0x2134.
  5549. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x2147.
  5550. grub-install: info: relocating an R_X86_64_64 entry to 0x9ef2 at the offset 0x2176.
  5551. grub-install: info: relocating an R_X86_64_64 entry to 0x9ef6 at the offset 0x21a1.
  5552. grub-install: info: relocating an R_X86_64_64 entry to 0x9a28 at the offset 0x21be.
  5553. grub-install: info: relocating an R_X86_64_64 entry to 0x9f0b at the offset 0x21d3.
  5554. grub-install: info: relocating an R_X86_64_64 entry to 0x9f1c at the offset 0x21ee.
  5555. grub-install: info: relocating an R_X86_64_64 entry to 0x9f29 at the offset 0x2205.
  5556. grub-install: info: relocating an R_X86_64_64 entry to 0x9f42 at the offset 0x221c.
  5557. grub-install: info: relocating an R_X86_64_64 entry to 0x9f4e at the offset 0x2237.
  5558. grub-install: info: relocating an R_X86_64_64 entry to 0x9f5a at the offset 0x224e.
  5559. grub-install: info: relocating an R_X86_64_64 entry to 0x9f74 at the offset 0x2272.
  5560. grub-install: info: relocating an R_X86_64_64 entry to 0x9f7d at the offset 0x2289.
  5561. grub-install: info: relocating an R_X86_64_64 entry to 0x9fa8 at the offset 0x22be.
  5562. grub-install: info: relocating an R_X86_64_64 entry to 0x9fd3 at the offset 0x230c.
  5563. grub-install: info: relocating an R_X86_64_64 entry to 0xa016 at the offset 0x2388.
  5564. grub-install: info: relocating an R_X86_64_64 entry to 0xa035 at the offset 0x23ab.
  5565. grub-install: info: relocating an R_X86_64_64 entry to 0xa04a at the offset 0x23cf.
  5566. grub-install: info: relocating an R_X86_64_64 entry to 0xa05a at the offset 0x23e9.
  5567. grub-install: info: relocating an R_X86_64_64 entry to 0xa064 at the offset 0x23f8.
  5568. grub-install: info: relocating an R_X86_64_64 entry to 0x9ab8 at the offset 0x2415.
  5569. grub-install: info: relocating an R_X86_64_64 entry to 0xa07a at the offset 0x242b.
  5570. grub-install: info: relocating an R_X86_64_64 entry to 0xa0b3 at the offset 0x247e.
  5571. grub-install: info: relocating an R_X86_64_64 entry to 0xa0c5 at the offset 0x2497.
  5572. grub-install: info: relocating an R_X86_64_64 entry to 0x19e8 at the offset 0x24a1.
  5573. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x24b6.
  5574. grub-install: info: relocating an R_X86_64_64 entry to 0x18dd at the offset 0x24e3.
  5575. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x24f5.
  5576. grub-install: info: relocating an R_X86_64_64 entry to 0xa0cb at the offset 0x2502.
  5577. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x2513.
  5578. grub-install: info: relocating an R_X86_64_64 entry to 0xa0d5 at the offset 0x252c.
  5579. grub-install: info: relocating an R_X86_64_64 entry to 0xa111 at the offset 0x256b.
  5580. grub-install: info: relocating an R_X86_64_64 entry to 0xa133 at the offset 0x257b.
  5581. grub-install: info: relocating an R_X86_64_64 entry to 0xa123 at the offset 0x2593.
  5582. grub-install: info: relocating an R_X86_64_64 entry to 0xa144 at the offset 0x25b9.
  5583. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x25c6.
  5584. grub-install: info: relocating an R_X86_64_64 entry to 0x7a0c at the offset 0x260e.
  5585. grub-install: info: relocating an R_X86_64_64 entry to 0x21ea at the offset 0x2688.
  5586. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f0 at the offset 0x2694.
  5587. grub-install: info: relocating an R_X86_64_64 entry to 0x3927 at the offset 0x269e.
  5588. grub-install: info: relocating an R_X86_64_64 entry to 0x31e7 at the offset 0x26aa.
  5589. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x26b6.
  5590. grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x26d4.
  5591. grub-install: info: relocating an R_X86_64_64 entry to 0x134a at the offset 0x26e1.
  5592. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e8 at the offset 0x26ef.
  5593. grub-install: info: relocating an R_X86_64_64 entry to 0x1e63 at the offset 0x2704.
  5594. grub-install: info: relocating an R_X86_64_64 entry to 0x16cc at the offset 0x271c.
  5595. grub-install: info: relocating an R_X86_64_64 entry to 0x2289 at the offset 0x272c.
  5596. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f8 at the offset 0x2747.
  5597. grub-install: info: relocating an R_X86_64_64 entry to 0x7a99 at the offset 0x276b.
  5598. grub-install: info: relocating an R_X86_64_64 entry to 0xe51 at the offset 0x2785.
  5599. grub-install: info: relocating an R_X86_64_64 entry to 0x3a28 at the offset 0x2792.
  5600. grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x27bb.
  5601. grub-install: info: relocating an R_X86_64_64 entry to 0x6a2 at the offset 0x27e5.
  5602. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x2849.
  5603. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x285c.
  5604. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x28a6.
  5605. grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x28c3.
  5606. grub-install: info: relocating an R_X86_64_64 entry to 0x2c44 at the offset 0x2913.
  5607. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x2957.
  5608. grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x2976.
  5609. grub-install: info: relocating an R_X86_64_64 entry to 0x2c44 at the offset 0x29c5.
  5610. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x29e8.
  5611. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b8 at the offset 0x2a16.
  5612. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b0 at the offset 0x2a25.
  5613. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x2a32.
  5614. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b0 at the offset 0x2a45.
  5615. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x2a52.
  5616. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b8 at the offset 0x2a63.
  5617. grub-install: info: relocating an R_X86_64_64 entry to 0xc6c0 at the offset 0x2a76.
  5618. grub-install: info: relocating an R_X86_64_64 entry to 0xc6c8 at the offset 0x2a88.
  5619. grub-install: info: relocating an R_X86_64_64 entry to 0xc6d0 at the offset 0x2a9a.
  5620. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x2ac0.
  5621. grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x2ae2.
  5622. grub-install: info: relocating an R_X86_64_64 entry to 0x2de4 at the offset 0x2b1c.
  5623. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x2b46.
  5624. grub-install: info: relocating an R_X86_64_64 entry to 0x7a0c at the offset 0x2b7c.
  5625. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b0 at the offset 0x2b8c.
  5626. grub-install: info: relocating an R_X86_64_64 entry to 0xc6d0 at the offset 0x2b96.
  5627. grub-install: info: relocating an R_X86_64_64 entry to 0xc6c8 at the offset 0x2ba0.
  5628. grub-install: info: relocating an R_X86_64_64 entry to 0xc6c0 at the offset 0x2baa.
  5629. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b8 at the offset 0x2bb7.
  5630. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b8 at the offset 0x2bd2.
  5631. grub-install: info: relocating an R_X86_64_64 entry to 0xa176 at the offset 0x2be5.
  5632. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x2bf6.
  5633. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b8 at the offset 0x2c07.
  5634. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x2c14.
  5635. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b0 at the offset 0x2c23.
  5636. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x2c2e.
  5637. grub-install: info: relocating an R_X86_64_64 entry to 0xc6d0 at the offset 0x2c3d.
  5638. grub-install: info: relocating an R_X86_64_64 entry to 0xc6c8 at the offset 0x2c47.
  5639. grub-install: info: relocating an R_X86_64_64 entry to 0xc6c0 at the offset 0x2c51.
  5640. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b8 at the offset 0x2c5e.
  5641. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b0 at the offset 0x2c6f.
  5642. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x2c79.
  5643. grub-install: info: relocating an R_X86_64_64 entry to 0xa159 at the offset 0x2c88.
  5644. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x2c97.
  5645. grub-install: info: relocating an R_X86_64_64 entry to 0xc6c0 at the offset 0x2cac.
  5646. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e8 at the offset 0x2cb9.
  5647. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x2cc6.
  5648. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b0 at the offset 0x2ce4.
  5649. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x2cee.
  5650. grub-install: info: relocating an R_X86_64_64 entry to 0xa195 at the offset 0x2cff.
  5651. grub-install: info: relocating an R_X86_64_64 entry to 0xa1b5 at the offset 0x2d10.
  5652. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x2d1c.
  5653. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x2d34.
  5654. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b8 at the offset 0x2d40.
  5655. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b8 at the offset 0x2d53.
  5656. grub-install: info: relocating an R_X86_64_64 entry to 0xc6b0 at the offset 0x2d63.
  5657. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x2d70.
  5658. grub-install: info: relocating an R_X86_64_64 entry to 0xc6c0 at the offset 0x2d81.
  5659. grub-install: info: relocating an R_X86_64_64 entry to 0xc6c8 at the offset 0x2d93.
  5660. grub-install: info: relocating an R_X86_64_64 entry to 0xc6d0 at the offset 0x2da5.
  5661. grub-install: info: relocating an R_X86_64_64 entry to 0x2b9c at the offset 0x2dc1.
  5662. grub-install: info: relocating an R_X86_64_64 entry to 0x5d3 at the offset 0x2dcb.
  5663. grub-install: info: relocating an R_X86_64_64 entry to 0x2c6e at the offset 0x2df9.
  5664. grub-install: info: relocating an R_X86_64_64 entry to 0xa1dd at the offset 0x2e12.
  5665. grub-install: info: relocating an R_X86_64_64 entry to 0x2de4 at the offset 0x2e3c.
  5666. grub-install: info: relocating an R_X86_64_64 entry to 0x2c44 at the offset 0x2e54.
  5667. grub-install: info: relocating an R_X86_64_64 entry to 0xa1f4 at the offset 0x2ea5.
  5668. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x2eb1.
  5669. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x2f17.
  5670. grub-install: info: relocating an R_X86_64_64 entry to 0x2c6e at the offset 0x3052.
  5671. grub-install: info: relocating an R_X86_64_64 entry to 0xa20a at the offset 0x306e.
  5672. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x3078.
  5673. grub-install: info: relocating an R_X86_64_64 entry to 0x3f86 at the offset 0x308a.
  5674. grub-install: info: relocating an R_X86_64_64 entry to 0xa23f at the offset 0x30aa.
  5675. grub-install: info: relocating an R_X86_64_64 entry to 0x2c44 at the offset 0x30c2.
  5676. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x30dd.
  5677. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x30f8.
  5678. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x323a.
  5679. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3252.
  5680. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x3269.
  5681. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x3278.
  5682. grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x3298.
  5683. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x32a9.
  5684. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x32b7.
  5685. grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x32ed.
  5686. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x3311.
  5687. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x3323.
  5688. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x3343.
  5689. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x3352.
  5690. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x336a.
  5691. grub-install: info: relocating an R_X86_64_64 entry to 0x3741 at the offset 0x337a.
  5692. grub-install: info: relocating an R_X86_64_64 entry to 0x1db8 at the offset 0x3388.
  5693. grub-install: info: relocating an R_X86_64_64 entry to 0x1db8 at the offset 0x339c.
  5694. grub-install: info: relocating an R_X86_64_64 entry to 0x3741 at the offset 0x33b0.
  5695. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x33c5.
  5696. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x33d6.
  5697. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e9 at the offset 0x33ff.
  5698. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e8 at the offset 0x340a.
  5699. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x341e.
  5700. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x342c.
  5701. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x3441.
  5702. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3454.
  5703. grub-install: info: relocating an R_X86_64_64 entry to 0x9ae0 at the offset 0x34af.
  5704. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x34c4.
  5705. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x34d5.
  5706. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x34e2.
  5707. grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x3509.
  5708. grub-install: info: relocating an R_X86_64_64 entry to 0x1db8 at the offset 0x352f.
  5709. grub-install: info: relocating an R_X86_64_64 entry to 0xa251 at the offset 0x3540.
  5710. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x354f.
  5711. grub-install: info: relocating an R_X86_64_64 entry to 0x18540 at the offset 0x355b.
  5712. grub-install: info: relocating an R_X86_64_64 entry to 0xb560 at the offset 0x356b.
  5713. grub-install: info: relocating an R_X86_64_64 entry to 0x18550 at the offset 0x3575.
  5714. grub-install: info: relocating an R_X86_64_64 entry to 0xb578 at the offset 0x3581.
  5715. grub-install: info: relocating an R_X86_64_64 entry to 0xb560 at the offset 0x3590.
  5716. grub-install: info: relocating an R_X86_64_64 entry to 0x18540 at the offset 0x359a.
  5717. grub-install: info: relocating an R_X86_64_64 entry to 0x7276 at the offset 0x35a4.
  5718. grub-install: info: relocating an R_X86_64_64 entry to 0xb560 at the offset 0x35b2.
  5719. grub-install: info: relocating an R_X86_64_64 entry to 0x18548 at the offset 0x35c2.
  5720. grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x35d2.
  5721. grub-install: info: relocating an R_X86_64_64 entry to 0x18538 at the offset 0x35dc.
  5722. grub-install: info: relocating an R_X86_64_64 entry to 0xb5b8 at the offset 0x35e8.
  5723. grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x35f7.
  5724. grub-install: info: relocating an R_X86_64_64 entry to 0x18548 at the offset 0x3601.
  5725. grub-install: info: relocating an R_X86_64_64 entry to 0x7276 at the offset 0x360c.
  5726. grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x3618.
  5727. grub-install: info: relocating an R_X86_64_64 entry to 0x7290 at the offset 0x362b.
  5728. grub-install: info: relocating an R_X86_64_64 entry to 0xb560 at the offset 0x3635.
  5729. grub-install: info: relocating an R_X86_64_64 entry to 0xb560 at the offset 0x3641.
  5730. grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x364d.
  5731. grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x365c.
  5732. grub-install: info: relocating an R_X86_64_64 entry to 0xc6d8 at the offset 0x3679.
  5733. grub-install: info: relocating an R_X86_64_64 entry to 0xe400 at the offset 0x3686.
  5734. grub-install: info: relocating an R_X86_64_64 entry to 0xc6d8 at the offset 0x36ea.
  5735. grub-install: info: relocating an R_X86_64_64 entry to 0x7cd7 at the offset 0x3730.
  5736. grub-install: info: relocating an R_X86_64_64 entry to 0xe400 at the offset 0x3749.
  5737. grub-install: info: relocating an R_X86_64_64 entry to 0x3a67 at the offset 0x3753.
  5738. grub-install: info: relocating an R_X86_64_64 entry to 0x4187 at the offset 0x375d.
  5739. grub-install: info: relocating an R_X86_64_64 entry to 0xa26e at the offset 0x3769.
  5740. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x3775.
  5741. grub-install: info: relocating an R_X86_64_64 entry to 0xa27b at the offset 0x378b.
  5742. grub-install: info: relocating an R_X86_64_64 entry to 0xe408 at the offset 0x379a.
  5743. grub-install: info: relocating an R_X86_64_64 entry to 0xa290 at the offset 0x37c9.
  5744. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x37d5.
  5745. grub-install: info: relocating an R_X86_64_64 entry to 0xa2a2 at the offset 0x37ea.
  5746. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x37f6.
  5747. grub-install: info: relocating an R_X86_64_64 entry to 0xa2c3 at the offset 0x3805.
  5748. grub-install: info: relocating an R_X86_64_64 entry to 0xe408 at the offset 0x382b.
  5749. grub-install: info: relocating an R_X86_64_64 entry to 0xe408 at the offset 0x3870.
  5750. grub-install: info: relocating an R_X86_64_64 entry to 0xa2db at the offset 0x38b9.
  5751. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x38c5.
  5752. grub-install: info: relocating an R_X86_64_64 entry to 0xa2ec at the offset 0x38de.
  5753. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x38ea.
  5754. grub-install: info: relocating an R_X86_64_64 entry to 0x4e56 at the offset 0x39e9.
  5755. grub-install: info: relocating an R_X86_64_64 entry to 0xa30d at the offset 0x3a00.
  5756. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x3a11.
  5757. grub-install: info: relocating an R_X86_64_64 entry to 0x3c27 at the offset 0x3a2a.
  5758. grub-install: info: relocating an R_X86_64_64 entry to 0x3c27 at the offset 0x3a3f.
  5759. grub-install: info: relocating an R_X86_64_64 entry to 0x7baf at the offset 0x3a5f.
  5760. grub-install: info: relocating an R_X86_64_64 entry to 0x3b7f at the offset 0x3a7f.
  5761. grub-install: info: relocating an R_X86_64_64 entry to 0xa2ec at the offset 0x3ace.
  5762. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x3ada.
  5763. grub-install: info: relocating an R_X86_64_64 entry to 0xe408 at the offset 0x3bb4.
  5764. grub-install: info: relocating an R_X86_64_64 entry to 0xe408 at the offset 0x3bc1.
  5765. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x3c22.
  5766. grub-install: info: relocating an R_X86_64_64 entry to 0xe408 at the offset 0x3c8b.
  5767. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x3cd7.
  5768. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x3cf0.
  5769. grub-install: info: relocating an R_X86_64_64 entry to 0x3b7f at the offset 0x3d05.
  5770. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x3d30.
  5771. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x3d52.
  5772. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x3d65.
  5773. grub-install: info: relocating an R_X86_64_64 entry to 0xc6e0 at the offset 0x3d7d.
  5774. grub-install: info: relocating an R_X86_64_64 entry to 0xc6e0 at the offset 0x3d8c.
  5775. grub-install: info: relocating an R_X86_64_64 entry to 0x417b at the offset 0x3d9d.
  5776. grub-install: info: relocating an R_X86_64_64 entry to 0x3e36 at the offset 0x3dc2.
  5777. grub-install: info: relocating an R_X86_64_64 entry to 0xa31b at the offset 0x3e0a.
  5778. grub-install: info: relocating an R_X86_64_64 entry to 0xe410 at the offset 0x3e23.
  5779. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x3e3e.
  5780. grub-install: info: relocating an R_X86_64_64 entry to 0x7290 at the offset 0x3ecd.
  5781. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x3edc.
  5782. grub-install: info: relocating an R_X86_64_64 entry to 0xa31e at the offset 0x3eed.
  5783. grub-install: info: relocating an R_X86_64_64 entry to 0xa31c at the offset 0x3ef7.
  5784. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x3f04.
  5785. grub-install: info: relocating an R_X86_64_64 entry to 0xa31f at the offset 0x3f0e.
  5786. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x3f28.
  5787. grub-install: info: relocating an R_X86_64_64 entry to 0xa325 at the offset 0x3f32.
  5788. grub-install: info: relocating an R_X86_64_64 entry to 0x4322 at the offset 0x3f51.
  5789. grub-install: info: relocating an R_X86_64_64 entry to 0x49da at the offset 0x3f5b.
  5790. grub-install: info: relocating an R_X86_64_64 entry to 0xa333 at the offset 0x3f67.
  5791. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e0 at the offset 0x3f71.
  5792. grub-install: info: relocating an R_X86_64_64 entry to 0x98f7 at the offset 0x3f7d.
  5793. grub-install: info: relocating an R_X86_64_64 entry to 0x69dd at the offset 0x3f94.
  5794. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x3fa3.
  5795. grub-install: info: relocating an R_X86_64_64 entry to 0x47bb at the offset 0x3fb9.
  5796. grub-install: info: relocating an R_X86_64_64 entry to 0x7033 at the offset 0x3fd4.
  5797. grub-install: info: relocating an R_X86_64_64 entry to 0x7a83 at the offset 0x3fec.
  5798. grub-install: info: relocating an R_X86_64_64 entry to 0xa335 at the offset 0x400f.
  5799. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4020.
  5800. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x4031.
  5801. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x4041.
  5802. grub-install: info: relocating an R_X86_64_64 entry to 0xa32b at the offset 0x4057.
  5803. grub-install: info: relocating an R_X86_64_64 entry to 0xa346 at the offset 0x4064.
  5804. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x4070.
  5805. grub-install: info: relocating an R_X86_64_64 entry to 0x42e7 at the offset 0x4085.
  5806. grub-install: info: relocating an R_X86_64_64 entry to 0xa333 at the offset 0x4097.
  5807. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e0 at the offset 0x40a1.
  5808. grub-install: info: relocating an R_X86_64_64 entry to 0x98f7 at the offset 0x40ad.
  5809. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x40be.
  5810. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x40c9.
  5811. grub-install: info: relocating an R_X86_64_64 entry to 0x4899 at the offset 0x40d8.
  5812. grub-install: info: relocating an R_X86_64_64 entry to 0xa35f at the offset 0x40f2.
  5813. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4103.
  5814. grub-install: info: relocating an R_X86_64_64 entry to 0x621a at the offset 0x4121.
  5815. grub-install: info: relocating an R_X86_64_64 entry to 0x631d at the offset 0x412d.
  5816. grub-install: info: relocating an R_X86_64_64 entry to 0x5792 at the offset 0x4141.
  5817. grub-install: info: relocating an R_X86_64_64 entry to 0xa35f at the offset 0x4155.
  5818. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4166.
  5819. grub-install: info: relocating an R_X86_64_64 entry to 0x6618 at the offset 0x4173.
  5820. grub-install: info: relocating an R_X86_64_64 entry to 0x669c at the offset 0x418d.
  5821. grub-install: info: relocating an R_X86_64_64 entry to 0x65ea at the offset 0x4197.
  5822. grub-install: info: relocating an R_X86_64_64 entry to 0xa375 at the offset 0x41b3.
  5823. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x41bf.
  5824. grub-install: info: relocating an R_X86_64_64 entry to 0x7a83 at the offset 0x41de.
  5825. grub-install: info: relocating an R_X86_64_64 entry to 0xa37c at the offset 0x41f8.
  5826. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4209.
  5827. grub-install: info: relocating an R_X86_64_64 entry to 0x64bc at the offset 0x421f.
  5828. grub-install: info: relocating an R_X86_64_64 entry to 0xa38e at the offset 0x4238.
  5829. grub-install: info: relocating an R_X86_64_64 entry to 0xa3ab at the offset 0x4242.
  5830. grub-install: info: relocating an R_X86_64_64 entry to 0x4584 at the offset 0x424c.
  5831. grub-install: info: relocating an R_X86_64_64 entry to 0xa3ba at the offset 0x4256.
  5832. grub-install: info: relocating an R_X86_64_64 entry to 0x41be at the offset 0x4260.
  5833. grub-install: info: relocating an R_X86_64_64 entry to 0x41be at the offset 0x4278.
  5834. grub-install: info: relocating an R_X86_64_64 entry to 0xa3be at the offset 0x4285.
  5835. grub-install: info: relocating an R_X86_64_64 entry to 0xa3de at the offset 0x428f.
  5836. grub-install: info: relocating an R_X86_64_64 entry to 0x454f at the offset 0x4299.
  5837. grub-install: info: relocating an R_X86_64_64 entry to 0xa3e5 at the offset 0x42a3.
  5838. grub-install: info: relocating an R_X86_64_64 entry to 0xa3eb at the offset 0x42b2.
  5839. grub-install: info: relocating an R_X86_64_64 entry to 0xa402 at the offset 0x42bc.
  5840. grub-install: info: relocating an R_X86_64_64 entry to 0x4342 at the offset 0x42c6.
  5841. grub-install: info: relocating an R_X86_64_64 entry to 0xa408 at the offset 0x42d0.
  5842. grub-install: info: relocating an R_X86_64_64 entry to 0xa40b at the offset 0x42e2.
  5843. grub-install: info: relocating an R_X86_64_64 entry to 0xa41c at the offset 0x42ed.
  5844. grub-install: info: relocating an R_X86_64_64 entry to 0x44ec at the offset 0x42f7.
  5845. grub-install: info: relocating an R_X86_64_64 entry to 0xa423 at the offset 0x4301.
  5846. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x4313.
  5847. grub-install: info: relocating an R_X86_64_64 entry to 0x91d0 at the offset 0x433a.
  5848. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4351.
  5849. grub-install: info: relocating an R_X86_64_64 entry to 0xa42a at the offset 0x4366.
  5850. grub-install: info: relocating an R_X86_64_64 entry to 0x8a4d at the offset 0x4372.
  5851. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4385.
  5852. grub-install: info: relocating an R_X86_64_64 entry to 0xa430 at the offset 0x43c8.
  5853. grub-install: info: relocating an R_X86_64_64 entry to 0x65ea at the offset 0x43d2.
  5854. grub-install: info: relocating an R_X86_64_64 entry to 0xa430 at the offset 0x43eb.
  5855. grub-install: info: relocating an R_X86_64_64 entry to 0xa435 at the offset 0x43f5.
  5856. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4406.
  5857. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x441b.
  5858. grub-install: info: relocating an R_X86_64_64 entry to 0x4f8a at the offset 0x443a.
  5859. grub-install: info: relocating an R_X86_64_64 entry to 0xc6e8 at the offset 0x444e.
  5860. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x4460.
  5861. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4488.
  5862. grub-install: info: relocating an R_X86_64_64 entry to 0x4ee6 at the offset 0x44a9.
  5863. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x44c1.
  5864. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x44d6.
  5865. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x44e1.
  5866. grub-install: info: relocating an R_X86_64_64 entry to 0x47bb at the offset 0x4514.
  5867. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x452c.
  5868. grub-install: info: relocating an R_X86_64_64 entry to 0x470c at the offset 0x4546.
  5869. grub-install: info: relocating an R_X86_64_64 entry to 0x9164 at the offset 0x4558.
  5870. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4565.
  5871. grub-install: info: relocating an R_X86_64_64 entry to 0x4899 at the offset 0x4574.
  5872. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x4585.
  5873. grub-install: info: relocating an R_X86_64_64 entry to 0x4899 at the offset 0x45c4.
  5874. grub-install: info: relocating an R_X86_64_64 entry to 0xe438 at the offset 0x45f7.
  5875. grub-install: info: relocating an R_X86_64_64 entry to 0x48ed at the offset 0x461c.
  5876. grub-install: info: relocating an R_X86_64_64 entry to 0xe440 at the offset 0x4675.
  5877. grub-install: info: relocating an R_X86_64_64 entry to 0xe440 at the offset 0x46d3.
  5878. grub-install: info: relocating an R_X86_64_64 entry to 0xe440 at the offset 0x4704.
  5879. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4744.
  5880. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x4776.
  5881. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x478a.
  5882. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x47a1.
  5883. grub-install: info: relocating an R_X86_64_64 entry to 0x4a48 at the offset 0x47f0.
  5884. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x480d.
  5885. grub-install: info: relocating an R_X86_64_64 entry to 0x4aa6 at the offset 0x4827.
  5886. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x483d.
  5887. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x48a9.
  5888. grub-install: info: relocating an R_X86_64_64 entry to 0x4afd at the offset 0x48c6.
  5889. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x48d5.
  5890. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x48e9.
  5891. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x4903.
  5892. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x4951.
  5893. grub-install: info: relocating an R_X86_64_64 entry to 0x684a at the offset 0x499d.
  5894. grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x49a9.
  5895. grub-install: info: relocating an R_X86_64_64 entry to 0xa44d at the offset 0x49b6.
  5896. grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x49c0.
  5897. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x49d1.
  5898. grub-install: info: relocating an R_X86_64_64 entry to 0x68d6 at the offset 0x49de.
  5899. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x49ef.
  5900. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x4a08.
  5901. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4a5a.
  5902. grub-install: info: relocating an R_X86_64_64 entry to 0x183c8 at the offset 0x4a65.
  5903. grub-install: info: relocating an R_X86_64_64 entry to 0xe440 at the offset 0x4a70.
  5904. grub-install: info: relocating an R_X86_64_64 entry to 0xe438 at the offset 0x4aa2.
  5905. grub-install: info: relocating an R_X86_64_64 entry to 0xe438 at the offset 0x4ab7.
  5906. grub-install: info: relocating an R_X86_64_64 entry to 0xe438 at the offset 0x4ac1.
  5907. grub-install: info: relocating an R_X86_64_64 entry to 0xa46e at the offset 0x4aec.
  5908. grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4af6.
  5909. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x4b05.
  5910. grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4b17.
  5911. grub-install: info: relocating an R_X86_64_64 entry to 0x417b at the offset 0x4b3b.
  5912. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4b45.
  5913. grub-install: info: relocating an R_X86_64_64 entry to 0xc6f0 at the offset 0x4b51.
  5914. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4b6c.
  5915. grub-install: info: relocating an R_X86_64_64 entry to 0xa47d at the offset 0x4b93.
  5916. grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4b9d.
  5917. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x4bae.
  5918. grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4bbf.
  5919. grub-install: info: relocating an R_X86_64_64 entry to 0x3e36 at the offset 0x4bd7.
  5920. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x4c2d.
  5921. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x4c55.
  5922. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x4c6a.
  5923. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x4c7e.
  5924. grub-install: info: relocating an R_X86_64_64 entry to 0xe438 at the offset 0x4c9d.
  5925. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x4ca7.
  5926. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x4cd7.
  5927. grub-install: info: relocating an R_X86_64_64 entry to 0xa48e at the offset 0x4cf0.
  5928. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4d03.
  5929. grub-install: info: relocating an R_X86_64_64 entry to 0x8fd0 at the offset 0x4d24.
  5930. grub-install: info: relocating an R_X86_64_64 entry to 0xa4bc at the offset 0x4d39.
  5931. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4d48.
  5932. grub-install: info: relocating an R_X86_64_64 entry to 0x417b at the offset 0x4d56.
  5933. grub-install: info: relocating an R_X86_64_64 entry to 0xc6f0 at the offset 0x4d62.
  5934. grub-install: info: relocating an R_X86_64_64 entry to 0x4e56 at the offset 0x4d80.
  5935. grub-install: info: relocating an R_X86_64_64 entry to 0xc6f0 at the offset 0x4d91.
  5936. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x4da8.
  5937. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x4db4.
  5938. grub-install: info: relocating an R_X86_64_64 entry to 0x684a at the offset 0x4dc7.
  5939. grub-install: info: relocating an R_X86_64_64 entry to 0xa4ce at the offset 0x4dd6.
  5940. grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4de0.
  5941. grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4def.
  5942. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x4df9.
  5943. grub-install: info: relocating an R_X86_64_64 entry to 0x68d6 at the offset 0x4e08.
  5944. grub-install: info: relocating an R_X86_64_64 entry to 0x4ee6 at the offset 0x4e17.
  5945. grub-install: info: relocating an R_X86_64_64 entry to 0xa4e4 at the offset 0x4e2a.
  5946. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4e3b.
  5947. grub-install: info: relocating an R_X86_64_64 entry to 0xa4f8 at the offset 0x4ebc.
  5948. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4ecd.
  5949. grub-install: info: relocating an R_X86_64_64 entry to 0xa526 at the offset 0x4f1b.
  5950. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x4f2c.
  5951. grub-install: info: relocating an R_X86_64_64 entry to 0x684a at the offset 0x4f3c.
  5952. grub-install: info: relocating an R_X86_64_64 entry to 0x183d0 at the offset 0x4f4a.
  5953. grub-install: info: relocating an R_X86_64_64 entry to 0xa554 at the offset 0x4f57.
  5954. grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4f61.
  5955. grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4f70.
  5956. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x4f7a.
  5957. grub-install: info: relocating an R_X86_64_64 entry to 0x68d6 at the offset 0x4f87.
  5958. grub-install: info: relocating an R_X86_64_64 entry to 0x4bc1 at the offset 0x4fc8.
  5959. grub-install: info: relocating an R_X86_64_64 entry to 0x4a48 at the offset 0x5008.
  5960. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x505d.
  5961. grub-install: info: relocating an R_X86_64_64 entry to 0x4aa6 at the offset 0x507c.
  5962. grub-install: info: relocating an R_X86_64_64 entry to 0x4afd at the offset 0x50c4.
  5963. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x5189.
  5964. grub-install: info: relocating an R_X86_64_64 entry to 0x4bc1 at the offset 0x51a3.
  5965. grub-install: info: relocating an R_X86_64_64 entry to 0xc700 at the offset 0x51ec.
  5966. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x51f6.
  5967. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x522a.
  5968. grub-install: info: relocating an R_X86_64_64 entry to 0x55e8 at the offset 0x5299.
  5969. grub-install: info: relocating an R_X86_64_64 entry to 0xa57c at the offset 0x52b3.
  5970. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x52c5.
  5971. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x52d7.
  5972. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x530c.
  5973. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x5324.
  5974. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x532f.
  5975. grub-install: info: relocating an R_X86_64_64 entry to 0xc710 at the offset 0x5372.
  5976. grub-install: info: relocating an R_X86_64_64 entry to 0x5792 at the offset 0x53a4.
  5977. grub-install: info: relocating an R_X86_64_64 entry to 0x57cf at the offset 0x53e1.
  5978. grub-install: info: relocating an R_X86_64_64 entry to 0xc700 at the offset 0x5436.
  5979. grub-install: info: relocating an R_X86_64_64 entry to 0xc700 at the offset 0x5440.
  5980. grub-install: info: relocating an R_X86_64_64 entry to 0xc710 at the offset 0x546a.
  5981. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x547b.
  5982. grub-install: info: relocating an R_X86_64_64 entry to 0x580c at the offset 0x54cc.
  5983. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x54e6.
  5984. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x54fa.
  5985. grub-install: info: relocating an R_X86_64_64 entry to 0xa593 at the offset 0x5532.
  5986. grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x553c.
  5987. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x5548.
  5988. grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5563.
  5989. grub-install: info: relocating an R_X86_64_64 entry to 0xa5bf at the offset 0x5578.
  5990. grub-install: info: relocating an R_X86_64_64 entry to 0xa5e0 at the offset 0x55a6.
  5991. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x55b7.
  5992. grub-install: info: relocating an R_X86_64_64 entry to 0x744 at the offset 0x55c8.
  5993. grub-install: info: relocating an R_X86_64_64 entry to 0xa603 at the offset 0x55e1.
  5994. grub-install: info: relocating an R_X86_64_64 entry to 0xa62a at the offset 0x5608.
  5995. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x5619.
  5996. grub-install: info: relocating an R_X86_64_64 entry to 0x3e36 at the offset 0x562f.
  5997. grub-install: info: relocating an R_X86_64_64 entry to 0xa644 at the offset 0x5651.
  5998. grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x565d.
  5999. grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x566c.
  6000. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x5676.
  6001. grub-install: info: relocating an R_X86_64_64 entry to 0xa656 at the offset 0x5683.
  6002. grub-install: info: relocating an R_X86_64_64 entry to 0x5626 at the offset 0x5690.
  6003. grub-install: info: relocating an R_X86_64_64 entry to 0xa666 at the offset 0x56a6.
  6004. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x56b5.
  6005. grub-install: info: relocating an R_X86_64_64 entry to 0xa67b at the offset 0x56d1.
  6006. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x56db.
  6007. grub-install: info: relocating an R_X86_64_64 entry to 0xa689 at the offset 0x56f4.
  6008. grub-install: info: relocating an R_X86_64_64 entry to 0xa698 at the offset 0x570d.
  6009. grub-install: info: relocating an R_X86_64_64 entry to 0xa6a7 at the offset 0x571e.
  6010. grub-install: info: relocating an R_X86_64_64 entry to 0x5626 at the offset 0x572b.
  6011. grub-install: info: relocating an R_X86_64_64 entry to 0xa6b0 at the offset 0x573c.
  6012. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x574b.
  6013. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x5760.
  6014. grub-install: info: relocating an R_X86_64_64 entry to 0xa6c5 at the offset 0x5775.
  6015. grub-install: info: relocating an R_X86_64_64 entry to 0x5626 at the offset 0x5782.
  6016. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x579b.
  6017. grub-install: info: relocating an R_X86_64_64 entry to 0x631d at the offset 0x57ba.
  6018. grub-install: info: relocating an R_X86_64_64 entry to 0x5792 at the offset 0x57e1.
  6019. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x57f2.
  6020. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x5802.
  6021. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x5820.
  6022. grub-install: info: relocating an R_X86_64_64 entry to 0x3c27 at the offset 0x588d.
  6023. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x58d0.
  6024. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x58e3.
  6025. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x592d.
  6026. grub-install: info: relocating an R_X86_64_64 entry to 0x7baf at the offset 0x5940.
  6027. grub-install: info: relocating an R_X86_64_64 entry to 0xa6ce at the offset 0x59c4.
  6028. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x59d5.
  6029. grub-install: info: relocating an R_X86_64_64 entry to 0x9b40 at the offset 0x5a4b.
  6030. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x5a8f.
  6031. grub-install: info: relocating an R_X86_64_64 entry to 0xc710 at the offset 0x5aa2.
  6032. grub-install: info: relocating an R_X86_64_64 entry to 0x56d3 at the offset 0x5b37.
  6033. grub-install: info: relocating an R_X86_64_64 entry to 0x56d3 at the offset 0x5b85.
  6034. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x5b94.
  6035. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x5ba3.
  6036. grub-install: info: relocating an R_X86_64_64 entry to 0xa6de at the offset 0x5bad.
  6037. grub-install: info: relocating an R_X86_64_64 entry to 0xa6ec at the offset 0x5bd4.
  6038. grub-install: info: relocating an R_X86_64_64 entry to 0xa6fa at the offset 0x5c22.
  6039. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x5c33.
  6040. grub-install: info: relocating an R_X86_64_64 entry to 0x773 at the offset 0x5c5f.
  6041. grub-install: info: relocating an R_X86_64_64 entry to 0x580c at the offset 0x5cbc.
  6042. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x5ce7.
  6043. grub-install: info: relocating an R_X86_64_64 entry to 0xa713 at the offset 0x5cf5.
  6044. grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5cff.
  6045. grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5d0e.
  6046. grub-install: info: relocating an R_X86_64_64 entry to 0xa72f at the offset 0x5d20.
  6047. grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5d2a.
  6048. grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5d39.
  6049. grub-install: info: relocating an R_X86_64_64 entry to 0xa740 at the offset 0x5d4b.
  6050. grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5d55.
  6051. grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5d64.
  6052. grub-install: info: relocating an R_X86_64_64 entry to 0x5696 at the offset 0x5d73.
  6053. grub-install: info: relocating an R_X86_64_64 entry to 0xa753 at the offset 0x5d8b.
  6054. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x5d9c.
  6055. grub-install: info: relocating an R_X86_64_64 entry to 0x5926 at the offset 0x5dda.
  6056. grub-install: info: relocating an R_X86_64_64 entry to 0xc700 at the offset 0x5e03.
  6057. grub-install: info: relocating an R_X86_64_64 entry to 0x2117 at the offset 0x5e1e.
  6058. grub-install: info: relocating an R_X86_64_64 entry to 0xa769 at the offset 0x5e41.
  6059. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x5e52.
  6060. grub-install: info: relocating an R_X86_64_64 entry to 0x6b50 at the offset 0x5e60.
  6061. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x5e7a.
  6062. grub-install: info: relocating an R_X86_64_64 entry to 0x6b05 at the offset 0x5e94.
  6063. grub-install: info: relocating an R_X86_64_64 entry to 0x6a68 at the offset 0x5eab.
  6064. grub-install: info: relocating an R_X86_64_64 entry to 0x6b05 at the offset 0x5ec0.
  6065. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x5ed1.
  6066. grub-install: info: relocating an R_X86_64_64 entry to 0x61d4 at the offset 0x5ee9.
  6067. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x5efd.
  6068. grub-install: info: relocating an R_X86_64_64 entry to 0x65ea at the offset 0x5f21.
  6069. grub-install: info: relocating an R_X86_64_64 entry to 0xa794 at the offset 0x5f30.
  6070. grub-install: info: relocating an R_X86_64_64 entry to 0x55e8 at the offset 0x5f45.
  6071. grub-install: info: relocating an R_X86_64_64 entry to 0xa794 at the offset 0x5f62.
  6072. grub-install: info: relocating an R_X86_64_64 entry to 0xa79b at the offset 0x5f6c.
  6073. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x5f7d.
  6074. grub-install: info: relocating an R_X86_64_64 entry to 0xa7b3 at the offset 0x5f96.
  6075. grub-install: info: relocating an R_X86_64_64 entry to 0x8a4d at the offset 0x5fa0.
  6076. grub-install: info: relocating an R_X86_64_64 entry to 0x621a at the offset 0x5fb7.
  6077. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x5fc9.
  6078. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x5fe1.
  6079. grub-install: info: relocating an R_X86_64_64 entry to 0xa7c8 at the offset 0x5ff4.
  6080. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x6005.
  6081. grub-install: info: relocating an R_X86_64_64 entry to 0xc700 at the offset 0x601d.
  6082. grub-install: info: relocating an R_X86_64_64 entry to 0x580c at the offset 0x6027.
  6083. grub-install: info: relocating an R_X86_64_64 entry to 0xc700 at the offset 0x6041.
  6084. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x6081.
  6085. grub-install: info: relocating an R_X86_64_64 entry to 0xb630 at the offset 0x608d.
  6086. grub-install: info: relocating an R_X86_64_64 entry to 0x645b at the offset 0x60c0.
  6087. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x60f6.
  6088. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x6119.
  6089. grub-install: info: relocating an R_X86_64_64 entry to 0x3e36 at the offset 0x612f.
  6090. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x614b.
  6091. grub-install: info: relocating an R_X86_64_64 entry to 0xb630 at the offset 0x616f.
  6092. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x61c7.
  6093. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x61dd.
  6094. grub-install: info: relocating an R_X86_64_64 entry to 0x645b at the offset 0x61ec.
  6095. grub-install: info: relocating an R_X86_64_64 entry to 0x645b at the offset 0x621e.
  6096. grub-install: info: relocating an R_X86_64_64 entry to 0xa7d9 at the offset 0x6247.
  6097. grub-install: info: relocating an R_X86_64_64 entry to 0x64bc at the offset 0x6251.
  6098. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x627a.
  6099. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x62a0.
  6100. grub-install: info: relocating an R_X86_64_64 entry to 0xb630 at the offset 0x62bd.
  6101. grub-install: info: relocating an R_X86_64_64 entry to 0x645b at the offset 0x6335.
  6102. grub-install: info: relocating an R_X86_64_64 entry to 0xa7d9 at the offset 0x634b.
  6103. grub-install: info: relocating an R_X86_64_64 entry to 0x64bc at the offset 0x6358.
  6104. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6367.
  6105. grub-install: info: relocating an R_X86_64_64 entry to 0x645b at the offset 0x638b.
  6106. grub-install: info: relocating an R_X86_64_64 entry to 0xa7d9 at the offset 0x63a1.
  6107. grub-install: info: relocating an R_X86_64_64 entry to 0x64bc at the offset 0x63ae.
  6108. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x63db.
  6109. grub-install: info: relocating an R_X86_64_64 entry to 0xb690 at the offset 0x6415.
  6110. grub-install: info: relocating an R_X86_64_64 entry to 0x183d0 at the offset 0x642e.
  6111. grub-install: info: relocating an R_X86_64_64 entry to 0x88fd at the offset 0x6438.
  6112. grub-install: info: relocating an R_X86_64_64 entry to 0xd770 at the offset 0x644b.
  6113. grub-install: info: relocating an R_X86_64_64 entry to 0xd780 at the offset 0x645c.
  6114. grub-install: info: relocating an R_X86_64_64 entry to 0x183d0 at the offset 0x6473.
  6115. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x647f.
  6116. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x648f.
  6117. grub-install: info: relocating an R_X86_64_64 entry to 0xd770 at the offset 0x649a.
  6118. grub-install: info: relocating an R_X86_64_64 entry to 0xd770 at the offset 0x64a5.
  6119. grub-install: info: relocating an R_X86_64_64 entry to 0xe1a8 at the offset 0x64b5.
  6120. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x64c0.
  6121. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x64cc.
  6122. grub-install: info: relocating an R_X86_64_64 entry to 0xd770 at the offset 0x64d7.
  6123. grub-install: info: relocating an R_X86_64_64 entry to 0xd780 at the offset 0x64e8.
  6124. grub-install: info: relocating an R_X86_64_64 entry to 0xd770 at the offset 0x64f1.
  6125. grub-install: info: relocating an R_X86_64_64 entry to 0x183d0 at the offset 0x6509.
  6126. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x651b.
  6127. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x6525.
  6128. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6539.
  6129. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6547.
  6130. grub-install: info: relocating an R_X86_64_64 entry to 0xa7da at the offset 0x6556.
  6131. grub-install: info: relocating an R_X86_64_64 entry to 0xb690 at the offset 0x6560.
  6132. grub-install: info: relocating an R_X86_64_64 entry to 0x183d0 at the offset 0x656c.
  6133. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x6579.
  6134. grub-install: info: relocating an R_X86_64_64 entry to 0x184d4 at the offset 0x6586.
  6135. grub-install: info: relocating an R_X86_64_64 entry to 0x184d4 at the offset 0x6591.
  6136. grub-install: info: relocating an R_X86_64_64 entry to 0x68d6 at the offset 0x659b.
  6137. grub-install: info: relocating an R_X86_64_64 entry to 0xe1a8 at the offset 0x65ab.
  6138. grub-install: info: relocating an R_X86_64_64 entry to 0xa7e6 at the offset 0x65ba.
  6139. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x65c6.
  6140. grub-install: info: relocating an R_X86_64_64 entry to 0xe1a8 at the offset 0x65d3.
  6141. grub-install: info: relocating an R_X86_64_64 entry to 0x7a83 at the offset 0x65f2.
  6142. grub-install: info: relocating an R_X86_64_64 entry to 0xa80e at the offset 0x6608.
  6143. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x6617.
  6144. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x662a.
  6145. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x6650.
  6146. grub-install: info: relocating an R_X86_64_64 entry to 0xa822 at the offset 0x667e.
  6147. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x668f.
  6148. grub-install: info: relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x66d1.
  6149. grub-install: info: relocating an R_X86_64_64 entry to 0x4899 at the offset 0x6725.
  6150. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x6734.
  6151. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6744.
  6152. grub-install: info: relocating an R_X86_64_64 entry to 0x69dd at the offset 0x6754.
  6153. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x676b.
  6154. grub-install: info: relocating an R_X86_64_64 entry to 0x7a83 at the offset 0x6791.
  6155. grub-install: info: relocating an R_X86_64_64 entry to 0x47bb at the offset 0x67a9.
  6156. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x67bb.
  6157. grub-install: info: relocating an R_X86_64_64 entry to 0x3e36 at the offset 0x67d5.
  6158. grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x67ff.
  6159. grub-install: info: relocating an R_X86_64_64 entry to 0x7033 at the offset 0x6812.
  6160. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x6843.
  6161. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6858.
  6162. grub-install: info: relocating an R_X86_64_64 entry to 0x18510 at the offset 0x6862.
  6163. grub-install: info: relocating an R_X86_64_64 entry to 0x6b05 at the offset 0x6899.
  6164. grub-install: info: relocating an R_X86_64_64 entry to 0x184f0 at the offset 0x68aa.
  6165. grub-install: info: relocating an R_X86_64_64 entry to 0x18510 at the offset 0x68b4.
  6166. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x68be.
  6167. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x68cf.
  6168. grub-install: info: relocating an R_X86_64_64 entry to 0x184f0 at the offset 0x68e2.
  6169. grub-install: info: relocating an R_X86_64_64 entry to 0x18510 at the offset 0x68ec.
  6170. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x68f6.
  6171. grub-install: info: relocating an R_X86_64_64 entry to 0x4899 at the offset 0x6907.
  6172. grub-install: info: relocating an R_X86_64_64 entry to 0xa847 at the offset 0x692a.
  6173. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x693c.
  6174. grub-install: info: relocating an R_X86_64_64 entry to 0x5270 at the offset 0x6964.
  6175. grub-install: info: relocating an R_X86_64_64 entry to 0x7a83 at the offset 0x6a5c.
  6176. grub-install: info: relocating an R_X86_64_64 entry to 0x3e36 at the offset 0x6aba.
  6177. grub-install: info: relocating an R_X86_64_64 entry to 0x7d3d at the offset 0x6aff.
  6178. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6b0e.
  6179. grub-install: info: relocating an R_X86_64_64 entry to 0xa86b at the offset 0x6b20.
  6180. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x6b31.
  6181. grub-install: info: relocating an R_X86_64_64 entry to 0x81c5 at the offset 0x6b58.
  6182. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6b6c.
  6183. grub-install: info: relocating an R_X86_64_64 entry to 0x7aae at the offset 0x6b9a.
  6184. grub-install: info: relocating an R_X86_64_64 entry to 0xa882 at the offset 0x6bca.
  6185. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x6bdb.
  6186. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x6c0a.
  6187. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6c18.
  6188. grub-install: info: relocating an R_X86_64_64 entry to 0xe1b8 at the offset 0x6c46.
  6189. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x6c50.
  6190. grub-install: info: relocating an R_X86_64_64 entry to 0xa89b at the offset 0x6c68.
  6191. grub-install: info: relocating an R_X86_64_64 entry to 0xa8ac at the offset 0x6c72.
  6192. grub-install: info: relocating an R_X86_64_64 entry to 0xa8af at the offset 0x6c81.
  6193. grub-install: info: relocating an R_X86_64_64 entry to 0x6d57 at the offset 0x6c90.
  6194. grub-install: info: relocating an R_X86_64_64 entry to 0xa8b9 at the offset 0x6c9a.
  6195. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6caa.
  6196. grub-install: info: relocating an R_X86_64_64 entry to 0x684a at the offset 0x6cbd.
  6197. grub-install: info: relocating an R_X86_64_64 entry to 0xa8bb at the offset 0x6ccf.
  6198. grub-install: info: relocating an R_X86_64_64 entry to 0xa8ac at the offset 0x6cd9.
  6199. grub-install: info: relocating an R_X86_64_64 entry to 0xa8af at the offset 0x6ce8.
  6200. grub-install: info: relocating an R_X86_64_64 entry to 0x68d6 at the offset 0x6cf5.
  6201. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6d00.
  6202. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6d1a.
  6203. grub-install: info: relocating an R_X86_64_64 entry to 0xe1b0 at the offset 0x6d2d.
  6204. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c0 at the offset 0x6d41.
  6205. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c0 at the offset 0x6d58.
  6206. grub-install: info: relocating an R_X86_64_64 entry to 0xe1b8 at the offset 0x6d64.
  6207. grub-install: info: relocating an R_X86_64_64 entry to 0x6d57 at the offset 0x6d73.
  6208. grub-install: info: relocating an R_X86_64_64 entry to 0xa8b9 at the offset 0x6d7d.
  6209. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6d8e.
  6210. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c0 at the offset 0x6d9b.
  6211. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c0 at the offset 0x6da9.
  6212. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c0 at the offset 0x6dbf.
  6213. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c0 at the offset 0x6dca.
  6214. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x6dd7.
  6215. grub-install: info: relocating an R_X86_64_64 entry to 0xe1b0 at the offset 0x6de1.
  6216. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c0 at the offset 0x6df4.
  6217. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c0 at the offset 0x6dff.
  6218. grub-install: info: relocating an R_X86_64_64 entry to 0xa8d1 at the offset 0x6e1d.
  6219. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x6e2e.
  6220. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0x6e46.
  6221. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x6ec8.
  6222. grub-install: info: relocating an R_X86_64_64 entry to 0x7c36 at the offset 0x6ee8.
  6223. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x6ef8.
  6224. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f0 at the offset 0x6f05.
  6225. grub-install: info: relocating an R_X86_64_64 entry to 0x51a at the offset 0x6f23.
  6226. grub-install: info: relocating an R_X86_64_64 entry to 0x18548 at the offset 0x6f37.
  6227. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f0 at the offset 0x6f5e.
  6228. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x6f9f.
  6229. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c8 at the offset 0x6fb2.
  6230. grub-install: info: relocating an R_X86_64_64 entry to 0x6944 at the offset 0x6fbe.
  6231. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x6fd6.
  6232. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c8 at the offset 0x6fe9.
  6233. grub-install: info: relocating an R_X86_64_64 entry to 0x993e at the offset 0x7012.
  6234. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f0 at the offset 0x7020.
  6235. grub-install: info: relocating an R_X86_64_64 entry to 0x183d0 at the offset 0x7057.
  6236. grub-install: info: relocating an R_X86_64_64 entry to 0xa8ef at the offset 0x7061.
  6237. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x706b.
  6238. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x7077.
  6239. grub-install: info: relocating an R_X86_64_64 entry to 0x6944 at the offset 0x7086.
  6240. grub-install: info: relocating an R_X86_64_64 entry to 0x61d4 at the offset 0x70a3.
  6241. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f0 at the offset 0x70b2.
  6242. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f0 at the offset 0x70c9.
  6243. grub-install: info: relocating an R_X86_64_64 entry to 0x72bf at the offset 0x7122.
  6244. grub-install: info: relocating an R_X86_64_64 entry to 0xa8f2 at the offset 0x712c.
  6245. grub-install: info: relocating an R_X86_64_64 entry to 0x6728 at the offset 0x7136.
  6246. grub-install: info: relocating an R_X86_64_64 entry to 0x2aeb at the offset 0x714a.
  6247. grub-install: info: relocating an R_X86_64_64 entry to 0xa8ee at the offset 0x7177.
  6248. grub-install: info: relocating an R_X86_64_64 entry to 0xa8f7 at the offset 0x7181.
  6249. grub-install: info: relocating an R_X86_64_64 entry to 0x8a4d at the offset 0x718b.
  6250. grub-install: info: relocating an R_X86_64_64 entry to 0xa8fe at the offset 0x71ab.
  6251. grub-install: info: relocating an R_X86_64_64 entry to 0x64bc at the offset 0x71b5.
  6252. grub-install: info: relocating an R_X86_64_64 entry to 0xa8fe at the offset 0x71c1.
  6253. grub-install: info: relocating an R_X86_64_64 entry to 0x6788 at the offset 0x71cb.
  6254. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x71da.
  6255. grub-install: info: relocating an R_X86_64_64 entry to 0x7a99 at the offset 0x71fd.
  6256. grub-install: info: relocating an R_X86_64_64 entry to 0x7c36 at the offset 0x721c.
  6257. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x7244.
  6258. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x72aa.
  6259. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x72c2.
  6260. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x72dd.
  6261. grub-install: info: relocating an R_X86_64_64 entry to 0xa906 at the offset 0x7317.
  6262. grub-install: info: relocating an R_X86_64_64 entry to 0x7a0c at the offset 0x7321.
  6263. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x7342.
  6264. grub-install: info: relocating an R_X86_64_64 entry to 0xa8ee at the offset 0x7356.
  6265. grub-install: info: relocating an R_X86_64_64 entry to 0xa8f7 at the offset 0x7367.
  6266. grub-install: info: relocating an R_X86_64_64 entry to 0x8a4d at the offset 0x7373.
  6267. grub-install: info: relocating an R_X86_64_64 entry to 0xa911 at the offset 0x738a.
  6268. grub-install: info: relocating an R_X86_64_64 entry to 0x64bc at the offset 0x7394.
  6269. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x73a3.
  6270. grub-install: info: relocating an R_X86_64_64 entry to 0xa8f2 at the offset 0x73b2.
  6271. grub-install: info: relocating an R_X86_64_64 entry to 0x64bc at the offset 0x73bc.
  6272. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x73cb.
  6273. grub-install: info: relocating an R_X86_64_64 entry to 0x6944 at the offset 0x73dc.
  6274. grub-install: info: relocating an R_X86_64_64 entry to 0x6788 at the offset 0x73e6.
  6275. grub-install: info: relocating an R_X86_64_64 entry to 0xa8f2 at the offset 0x73f2.
  6276. grub-install: info: relocating an R_X86_64_64 entry to 0xa911 at the offset 0x73fe.
  6277. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f0 at the offset 0x740a.
  6278. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f0 at the offset 0x741c.
  6279. grub-install: info: relocating an R_X86_64_64 entry to 0x4632 at the offset 0x7426.
  6280. grub-install: info: relocating an R_X86_64_64 entry to 0xe1c8 at the offset 0x7432.
  6281. grub-install: info: relocating an R_X86_64_64 entry to 0x8f62 at the offset 0x7444.
  6282. grub-install: info: relocating an R_X86_64_64 entry to 0xa918 at the offset 0x7450.
  6283. grub-install: info: relocating an R_X86_64_64 entry to 0x631d at the offset 0x745a.
  6284. grub-install: info: relocating an R_X86_64_64 entry to 0x6944 at the offset 0x7466.
  6285. grub-install: info: relocating an R_X86_64_64 entry to 0xe410 at the offset 0x7474.
  6286. grub-install: info: relocating an R_X86_64_64 entry to 0xa918 at the offset 0x747e.
  6287. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x7487.
  6288. grub-install: info: relocating an R_X86_64_64 entry to 0x7242 at the offset 0x7494.
  6289. grub-install: info: relocating an R_X86_64_64 entry to 0x18548 at the offset 0x74af.
  6290. grub-install: info: relocating an R_X86_64_64 entry to 0x9750 at the offset 0x74d9.
  6291. grub-install: info: relocating an R_X86_64_64 entry to 0x7c36 at the offset 0x74ef.
  6292. grub-install: info: relocating an R_X86_64_64 entry to 0xa91f at the offset 0x7507.
  6293. grub-install: info: relocating an R_X86_64_64 entry to 0x8a4d at the offset 0x7513.
  6294. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x7525.
  6295. grub-install: info: relocating an R_X86_64_64 entry to 0xa91f at the offset 0x753c.
  6296. grub-install: info: relocating an R_X86_64_64 entry to 0x8a4d at the offset 0x7548.
  6297. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x756f.
  6298. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e0 at the offset 0x75d6.
  6299. grub-install: info: relocating an R_X86_64_64 entry to 0xb690 at the offset 0x75e4.
  6300. grub-install: info: relocating an R_X86_64_64 entry to 0x7aae at the offset 0x76d3.
  6301. grub-install: info: relocating an R_X86_64_64 entry to 0x7ad0 at the offset 0x771a.
  6302. grub-install: info: relocating an R_X86_64_64 entry to 0x7ad0 at the offset 0x778b.
  6303. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x783a.
  6304. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x7858.
  6305. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x7879.
  6306. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x7895.
  6307. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x78a7.
  6308. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x78c7.
  6309. grub-install: info: relocating an R_X86_64_64 entry to 0x7aae at the offset 0x7946.
  6310. grub-install: info: relocating an R_X86_64_64 entry to 0x7cd7 at the offset 0x79f2.
  6311. grub-install: info: relocating an R_X86_64_64 entry to 0xa924 at the offset 0x7a03.
  6312. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x7a14.
  6313. grub-install: info: relocating an R_X86_64_64 entry to 0xa939 at the offset 0x7a45.
  6314. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x7a56.
  6315. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x7b84.
  6316. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x7b9c.
  6317. grub-install: info: relocating an R_X86_64_64 entry to 0x7baf at the offset 0x7bcc.
  6318. grub-install: info: relocating an R_X86_64_64 entry to 0x7d3d at the offset 0x7bd6.
  6319. grub-install: info: relocating an R_X86_64_64 entry to 0x9b68 at the offset 0x7d20.
  6320. grub-install: info: relocating an R_X86_64_64 entry to 0x7d3d at the offset 0x7dc7.
  6321. grub-install: info: relocating an R_X86_64_64 entry to 0x7d3d at the offset 0x7e6d.
  6322. grub-install: info: relocating an R_X86_64_64 entry to 0x7d3d at the offset 0x7eb7.
  6323. grub-install: info: relocating an R_X86_64_64 entry to 0x7cd7 at the offset 0x8010.
  6324. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x804d.
  6325. grub-install: info: relocating an R_X86_64_64 entry to 0xa94d at the offset 0x8190.
  6326. grub-install: info: relocating an R_X86_64_64 entry to 0x7e79 at the offset 0x826d.
  6327. grub-install: info: relocating an R_X86_64_64 entry to 0x81d1 at the offset 0x8277.
  6328. grub-install: info: relocating an R_X86_64_64 entry to 0xe1d0 at the offset 0x8288.
  6329. grub-install: info: relocating an R_X86_64_64 entry to 0xe1d0 at the offset 0x82a9.
  6330. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x82c6.
  6331. grub-install: info: relocating an R_X86_64_64 entry to 0xe1d0 at the offset 0x82dc.
  6332. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x82e5.
  6333. grub-install: info: relocating an R_X86_64_64 entry to 0xe2cc at the offset 0x82f0.
  6334. grub-install: info: relocating an R_X86_64_64 entry to 0xe2cd at the offset 0x82f9.
  6335. grub-install: info: relocating an R_X86_64_64 entry to 0xe2ce at the offset 0x8302.
  6336. grub-install: info: relocating an R_X86_64_64 entry to 0xe2cf at the offset 0x830d.
  6337. grub-install: info: relocating an R_X86_64_64 entry to 0x795e at the offset 0x832e.
  6338. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e0 at the offset 0x833a.
  6339. grub-install: info: relocating an R_X86_64_64 entry to 0xe1d0 at the offset 0x8349.
  6340. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x835b.
  6341. grub-install: info: relocating an R_X86_64_64 entry to 0xb690 at the offset 0x83b0.
  6342. grub-install: info: relocating an R_X86_64_64 entry to 0x8666 at the offset 0x83c4.
  6343. grub-install: info: relocating an R_X86_64_64 entry to 0x8666 at the offset 0x8413.
  6344. grub-install: info: relocating an R_X86_64_64 entry to 0x65ea at the offset 0x8426.
  6345. grub-install: info: relocating an R_X86_64_64 entry to 0xa954 at the offset 0x843d.
  6346. grub-install: info: relocating an R_X86_64_64 entry to 0xa95a at the offset 0x846a.
  6347. grub-install: info: relocating an R_X86_64_64 entry to 0x7b0e at the offset 0x8477.
  6348. grub-install: info: relocating an R_X86_64_64 entry to 0xa95e at the offset 0x8499.
  6349. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x84a3.
  6350. grub-install: info: relocating an R_X86_64_64 entry to 0x8666 at the offset 0x84d8.
  6351. grub-install: info: relocating an R_X86_64_64 entry to 0x98f7 at the offset 0x84e4.
  6352. grub-install: info: relocating an R_X86_64_64 entry to 0x7e79 at the offset 0x850b.
  6353. grub-install: info: relocating an R_X86_64_64 entry to 0x81d1 at the offset 0x853c.
  6354. grub-install: info: relocating an R_X86_64_64 entry to 0x795e at the offset 0x854d.
  6355. grub-install: info: relocating an R_X86_64_64 entry to 0x88fd at the offset 0x85a3.
  6356. grub-install: info: relocating an R_X86_64_64 entry to 0x7e79 at the offset 0x85b9.
  6357. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x85e1.
  6358. grub-install: info: relocating an R_X86_64_64 entry to 0x81d1 at the offset 0x8603.
  6359. grub-install: info: relocating an R_X86_64_64 entry to 0x795e at the offset 0x861a.
  6360. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x862b.
  6361. grub-install: info: relocating an R_X86_64_64 entry to 0x89b2 at the offset 0x868d.
  6362. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x869f.
  6363. grub-install: info: relocating an R_X86_64_64 entry to 0xb690 at the offset 0x86e2.
  6364. grub-install: info: relocating an R_X86_64_64 entry to 0x8666 at the offset 0x86f6.
  6365. grub-install: info: relocating an R_X86_64_64 entry to 0xa966 at the offset 0x8704.
  6366. grub-install: info: relocating an R_X86_64_64 entry to 0x18540 at the offset 0x8710.
  6367. grub-install: info: relocating an R_X86_64_64 entry to 0xa970 at the offset 0x8720.
  6368. grub-install: info: relocating an R_X86_64_64 entry to 0x991f at the offset 0x872e.
  6369. grub-install: info: relocating an R_X86_64_64 entry to 0x1e7e at the offset 0x873a.
  6370. grub-install: info: relocating an R_X86_64_64 entry to 0x7a83 at the offset 0x8783.
  6371. grub-install: info: relocating an R_X86_64_64 entry to 0x7c36 at the offset 0x87a0.
  6372. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x87b5.
  6373. grub-install: info: relocating an R_X86_64_64 entry to 0x65ea at the offset 0x87eb.
  6374. grub-install: info: relocating an R_X86_64_64 entry to 0xb6a0 at the offset 0x8841.
  6375. grub-install: info: relocating an R_X86_64_64 entry to 0x7aae at the offset 0x8876.
  6376. grub-install: info: relocating an R_X86_64_64 entry to 0x8c1a at the offset 0x895d.
  6377. grub-install: info: relocating an R_X86_64_64 entry to 0x8b44 at the offset 0x8967.
  6378. grub-install: info: relocating an R_X86_64_64 entry to 0x8bd0 at the offset 0x8998.
  6379. grub-install: info: relocating an R_X86_64_64 entry to 0x8b44 at the offset 0x89a7.
  6380. grub-install: info: relocating an R_X86_64_64 entry to 0x7aae at the offset 0x89e0.
  6381. grub-install: info: relocating an R_X86_64_64 entry to 0x8b44 at the offset 0x8a4e.
  6382. grub-install: info: relocating an R_X86_64_64 entry to 0x8b44 at the offset 0x8a64.
  6383. grub-install: info: relocating an R_X86_64_64 entry to 0x8bd0 at the offset 0x8a83.
  6384. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x8ab9.
  6385. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x8ade.
  6386. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x8b07.
  6387. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x8b12.
  6388. grub-install: info: relocating an R_X86_64_64 entry to 0x8b60 at the offset 0x8b65.
  6389. grub-install: info: relocating an R_X86_64_64 entry to 0x94ce at the offset 0x8b70.
  6390. grub-install: info: relocating an R_X86_64_64 entry to 0x8b60 at the offset 0x8b9d.
  6391. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x8bae.
  6392. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x8bc1.
  6393. grub-install: info: relocating an R_X86_64_64 entry to 0x81c5 at the offset 0x8c12.
  6394. grub-install: info: relocating an R_X86_64_64 entry to 0x18530 at the offset 0x8c24.
  6395. grub-install: info: relocating an R_X86_64_64 entry to 0x9471 at the offset 0x8c65.
  6396. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x8c75.
  6397. grub-install: info: relocating an R_X86_64_64 entry to 0x7a4d at the offset 0x8c98.
  6398. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x8cc0.
  6399. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x8cd8.
  6400. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x8ce8.
  6401. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x8d48.
  6402. grub-install: info: relocating an R_X86_64_64 entry to 0x18530 at the offset 0x8d67.
  6403. grub-install: info: relocating an R_X86_64_64 entry to 0x939d at the offset 0x8d95.
  6404. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x8daa.
  6405. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x8dd8.
  6406. grub-install: info: relocating an R_X86_64_64 entry to 0xa988 at the offset 0x8df8.
  6407. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x8e02.
  6408. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x8e34.
  6409. grub-install: info: relocating an R_X86_64_64 entry to 0x896d at the offset 0x8e59.
  6410. grub-install: info: relocating an R_X86_64_64 entry to 0xa989 at the offset 0x8e63.
  6411. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0x8e72.
  6412. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x8e83.
  6413. grub-install: info: relocating an R_X86_64_64 entry to 0x91d0 at the offset 0x8f2c.
  6414. grub-install: info: relocating an R_X86_64_64 entry to 0xa98c at the offset 0x8f41.
  6415. grub-install: info: relocating an R_X86_64_64 entry to 0xa9c8 at the offset 0x8f55.
  6416. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0x8f5f.
  6417. grub-install: info: relocating an R_X86_64_64 entry to 0xa9be at the offset 0x8f71.
  6418. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x8f80.
  6419. grub-install: info: relocating an R_X86_64_64 entry to 0x9304 at the offset 0x8fc0.
  6420. grub-install: info: relocating an R_X86_64_64 entry to 0x18530 at the offset 0x9024.
  6421. grub-install: info: relocating an R_X86_64_64 entry to 0x939d at the offset 0x9036.
  6422. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x904d.
  6423. grub-install: info: relocating an R_X86_64_64 entry to 0x9304 at the offset 0x9086.
  6424. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0x909b.
  6425. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x90bb.
  6426. grub-install: info: relocating an R_X86_64_64 entry to 0x8cd3 at the offset 0x90d1.
  6427. grub-install: info: relocating an R_X86_64_64 entry to 0x7a83 at the offset 0x911c.
  6428. grub-install: info: relocating an R_X86_64_64 entry to 0x64bc at the offset 0x914e.
  6429. grub-install: info: relocating an R_X86_64_64 entry to 0xe410 at the offset 0x9173.
  6430. grub-install: info: relocating an R_X86_64_64 entry to 0x7242 at the offset 0x9183.
  6431. grub-install: info: relocating an R_X86_64_64 entry to 0xa9d9 at the offset 0x91ae.
  6432. grub-install: info: relocating an R_X86_64_64 entry to 0x8775 at the offset 0x91ba.
  6433. grub-install: info: relocating an R_X86_64_64 entry to 0xe410 at the offset 0x91c6.
  6434. grub-install: info: relocating an R_X86_64_64 entry to 0xa9f0 at the offset 0x91d0.
  6435. grub-install: info: relocating an R_X86_64_64 entry to 0xa9f5 at the offset 0x91e4.
  6436. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x91f0.
  6437. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x9201.
  6438. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x9216.
  6439. grub-install: info: relocating an R_X86_64_64 entry to 0xaa0e at the offset 0x9228.
  6440. grub-install: info: relocating an R_X86_64_64 entry to 0xaa0b at the offset 0x9235.
  6441. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x924a.
  6442. grub-install: info: relocating an R_X86_64_64 entry to 0xe2d0 at the offset 0x9261.
  6443. grub-install: info: relocating an R_X86_64_64 entry to 0x7baf at the offset 0x926b.
  6444. grub-install: info: relocating an R_X86_64_64 entry to 0xe2d0 at the offset 0x928c.
  6445. grub-install: info: relocating an R_X86_64_64 entry to 0xe2d0 at the offset 0x92b1.
  6446. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e0 at the offset 0x92db.
  6447. grub-install: info: relocating an R_X86_64_64 entry to 0x98f7 at the offset 0x92e7.
  6448. grub-install: info: relocating an R_X86_64_64 entry to 0x991f at the offset 0x92f3.
  6449. grub-install: info: relocating an R_X86_64_64 entry to 0xaa1c at the offset 0x930d.
  6450. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e0 at the offset 0x9317.
  6451. grub-install: info: relocating an R_X86_64_64 entry to 0x98f7 at the offset 0x9323.
  6452. grub-install: info: relocating an R_X86_64_64 entry to 0xe2d0 at the offset 0x932f.
  6453. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0x9339.
  6454. grub-install: info: relocating an R_X86_64_64 entry to 0xaa1e at the offset 0x9353.
  6455. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0x935f.
  6456. grub-install: info: relocating an R_X86_64_64 entry to 0x6944 at the offset 0x936f.
  6457. grub-install: info: relocating an R_X86_64_64 entry to 0x9625 at the offset 0x9379.
  6458. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x938f.
  6459. grub-install: info: relocating an R_X86_64_64 entry to 0x94ce at the offset 0x93af.
  6460. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0x93c0.
  6461. grub-install: info: relocating an R_X86_64_64 entry to 0x97cc at the offset 0x940a.
  6462. grub-install: info: relocating an R_X86_64_64 entry to 0x97cc at the offset 0x9442.
  6463. grub-install: info: relocating an R_X86_64_64 entry to 0x97cc at the offset 0x9459.
  6464. grub-install: info: relocating an R_X86_64_64 entry to 0x18548 at the offset 0x947b.
  6465. grub-install: info: relocating an R_X86_64_64 entry to 0xe3d8 at the offset 0x94af.
  6466. grub-install: info: relocating an R_X86_64_64 entry to 0xe3d0 at the offset 0x94c3.
  6467. grub-install: info: relocating an R_X86_64_64 entry to 0x18540 at the offset 0x94d4.
  6468. grub-install: info: relocating an R_X86_64_64 entry to 0x18548 at the offset 0x94fa.
  6469. grub-install: info: relocating an R_X86_64_64 entry to 0x98ad at the offset 0x9522.
  6470. grub-install: info: relocating an R_X86_64_64 entry to 0x98f7 at the offset 0x952c.
  6471. grub-install: info: relocating an R_X86_64_64 entry to 0x56d3 at the offset 0x9541.
  6472. grub-install: info: relocating an R_X86_64_64 entry to 0xb7f0 at the offset 0x954c.
  6473. grub-install: info: dealing with the relocation section .rela.rodata for .rodata.
  6474. grub-install: info: relocating an R_X86_64_64 entry to 0x2419 at the offset 0x0.
  6475. grub-install: info: relocating an R_X86_64_64 entry to 0x2430 at the offset 0x8.
  6476. grub-install: info: relocating an R_X86_64_64 entry to 0x2443 at the offset 0x10.
  6477. grub-install: info: relocating an R_X86_64_64 entry to 0x245d at the offset 0x18.
  6478. grub-install: info: relocating an R_X86_64_64 entry to 0x246f at the offset 0x20.
  6479. grub-install: info: relocating an R_X86_64_64 entry to 0x25c9 at the offset 0x28.
  6480. grub-install: info: relocating an R_X86_64_64 entry to 0x25e4 at the offset 0x30.
  6481. grub-install: info: relocating an R_X86_64_64 entry to 0x25fb at the offset 0x38.
  6482. grub-install: info: relocating an R_X86_64_64 entry to 0x2616 at the offset 0x40.
  6483. grub-install: info: relocating an R_X86_64_64 entry to 0x262d at the offset 0x48.
  6484. grub-install: info: relocating an R_X86_64_64 entry to 0x266d at the offset 0x50.
  6485. grub-install: info: relocating an R_X86_64_64 entry to 0x27f6 at the offset 0x58.
  6486. grub-install: info: relocating an R_X86_64_64 entry to 0x27f6 at the offset 0x60.
  6487. grub-install: info: relocating an R_X86_64_64 entry to 0x277e at the offset 0x68.
  6488. grub-install: info: relocating an R_X86_64_64 entry to 0x27e4 at the offset 0x70.
  6489. grub-install: info: relocating an R_X86_64_64 entry to 0x267f at the offset 0x78.
  6490. grub-install: info: relocating an R_X86_64_64 entry to 0x26b6 at the offset 0x80.
  6491. grub-install: info: relocating an R_X86_64_64 entry to 0x2704 at the offset 0x88.
  6492. grub-install: info: relocating an R_X86_64_64 entry to 0x27a1 at the offset 0x90.
  6493. grub-install: info: relocating an R_X86_64_64 entry to 0x2644 at the offset 0x98.
  6494. grub-install: info: relocating an R_X86_64_64 entry to 0x27f6 at the offset 0xa0.
  6495. grub-install: info: relocating an R_X86_64_64 entry to 0x27f6 at the offset 0xa8.
  6496. grub-install: info: relocating an R_X86_64_64 entry to 0x27c5 at the offset 0xb0.
  6497. grub-install: info: relocating an R_X86_64_64 entry to 0x2820 at the offset 0xb8.
  6498. grub-install: info: relocating an R_X86_64_64 entry to 0x2874 at the offset 0xc0.
  6499. grub-install: info: relocating an R_X86_64_64 entry to 0x2892 at the offset 0xc8.
  6500. grub-install: info: relocating an R_X86_64_64 entry to 0x28b0 at the offset 0xd0.
  6501. grub-install: info: relocating an R_X86_64_64 entry to 0x2922 at the offset 0xd8.
  6502. grub-install: info: relocating an R_X86_64_64 entry to 0x5e56 at the offset 0x140.
  6503. grub-install: info: relocating an R_X86_64_64 entry to 0x5e56 at the offset 0x148.
  6504. grub-install: info: relocating an R_X86_64_64 entry to 0x5f4b at the offset 0x150.
  6505. grub-install: info: relocating an R_X86_64_64 entry to 0x5fef at the offset 0x158.
  6506. grub-install: info: relocating an R_X86_64_64 entry to 0x6013 at the offset 0x160.
  6507. grub-install: info: relocating an R_X86_64_64 entry to 0x8148 at the offset 0x168.
  6508. grub-install: info: relocating an R_X86_64_64 entry to 0x818a at the offset 0x170.
  6509. grub-install: info: relocating an R_X86_64_64 entry to 0x818a at the offset 0x178.
  6510. grub-install: info: relocating an R_X86_64_64 entry to 0x8168 at the offset 0x180.
  6511. grub-install: info: relocating an R_X86_64_64 entry to 0x818a at the offset 0x188.
  6512. grub-install: info: relocating an R_X86_64_64 entry to 0x818a at the offset 0x190.
  6513. grub-install: info: dealing with the relocation section .rela.data for .data.
  6514. grub-install: info: relocating an R_X86_64_64 entry to 0x9c4b at the offset 0x0.
  6515. grub-install: info: relocating an R_X86_64_64 entry to 0xec7 at the offset 0x10.
  6516. grub-install: info: relocating an R_X86_64_64 entry to 0xc1b at the offset 0x18.
  6517. grub-install: info: relocating an R_X86_64_64 entry to 0xbe6 at the offset 0x20.
  6518. grub-install: info: relocating an R_X86_64_64 entry to 0x1096 at the offset 0x28.
  6519. grub-install: info: relocating an R_X86_64_64 entry to 0x128e at the offset 0x30.
  6520. grub-install: info: relocating an R_X86_64_64 entry to 0xa266 at the offset 0x90.
  6521. grub-install: info: relocating an R_X86_64_64 entry to 0x3829 at the offset 0xa8.
  6522. grub-install: info: relocating an R_X86_64_64 entry to 0xa266 at the offset 0xd0.
  6523. grub-install: info: relocating an R_X86_64_64 entry to 0x3796 at the offset 0xd8.
  6524. grub-install: info: relocating an R_X86_64_64 entry to 0x3775 at the offset 0xe0.
  6525. grub-install: info: relocating an R_X86_64_64 entry to 0x34db at the offset 0xe8.
  6526. grub-install: info: relocating an R_X86_64_64 entry to 0x36a3 at the offset 0xf8.
  6527. grub-install: info: relocating an R_X86_64_64 entry to 0x370f at the offset 0x100.
  6528. grub-install: info: relocating an R_X86_64_64 entry to 0x3667 at the offset 0x108.
  6529. grub-install: info: relocating an R_X86_64_64 entry to 0x38c2 at the offset 0x110.
  6530. grub-install: info: relocating an R_X86_64_64 entry to 0x37c3 at the offset 0x118.
  6531. grub-install: info: relocating an R_X86_64_64 entry to 0x3741 at the offset 0x120.
  6532. grub-install: info: relocating an R_X86_64_64 entry to 0xd700 at the offset 0x150.
  6533. grub-install: info: relocating an R_X86_64_64 entry to 0xa8e4 at the offset 0x170.
  6534. grub-install: info: relocating an R_X86_64_64 entry to 0x6e4f at the offset 0x180.
  6535. grub-install: info: relocating an R_X86_64_64 entry to 0x6d5d at the offset 0x188.
  6536. grub-install: info: relocating an R_X86_64_64 entry to 0x795a at the offset 0x1b0.
  6537. grub-install: info: relocating an R_X86_64_64 entry to 0x9855 at the offset 0x300.
  6538. grub-install: info: relocating an R_X86_64_64 entry to 0xaa37 at the offset 0x310.
  6539. grub-install: info: relocating an R_X86_64_64 entry to 0x417 at the offset 0x318.
  6540. grub-install: info: relocating an R_X86_64_64 entry to 0xaa42 at the offset 0x328.
  6541. grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x330.
  6542. grub-install: info: relocating an R_X86_64_64 entry to 0xaa4d at the offset 0x340.
  6543. grub-install: info: relocating an R_X86_64_64 entry to 0x4cc at the offset 0x348.
  6544. grub-install: info: relocating an R_X86_64_64 entry to 0xaa59 at the offset 0x358.
  6545. grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x360.
  6546. grub-install: info: relocating an R_X86_64_64 entry to 0xaa64 at the offset 0x370.
  6547. grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x378.
  6548. grub-install: info: relocating an R_X86_64_64 entry to 0xaa6f at the offset 0x388.
  6549. grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x390.
  6550. grub-install: info: relocating an R_X86_64_64 entry to 0xaa7a at the offset 0x3a0.
  6551. grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x3a8.
  6552. grub-install: info: relocating an R_X86_64_64 entry to 0xaa85 at the offset 0x3b8.
  6553. grub-install: info: relocating an R_X86_64_64 entry to 0x47c at the offset 0x3c0.
  6554. grub-install: info: relocating an R_X86_64_64 entry to 0xaa90 at the offset 0x3d0.
  6555. grub-install: info: relocating an R_X86_64_64 entry to 0x49f at the offset 0x3d8.
  6556. grub-install: info: relocating an R_X86_64_64 entry to 0xaa9b at the offset 0x3e8.
  6557. grub-install: info: relocating an R_X86_64_64 entry to 0xe410 at the offset 0x3f0.
  6558. grub-install: info: relocating an R_X86_64_64 entry to 0xaaad at the offset 0x400.
  6559. grub-install: info: relocating an R_X86_64_64 entry to 0xb630 at the offset 0x408.
  6560. grub-install: info: relocating an R_X86_64_64 entry to 0xaac2 at the offset 0x418.
  6561. grub-install: info: relocating an R_X86_64_64 entry to 0x4899 at the offset 0x420.
  6562. grub-install: info: relocating an R_X86_64_64 entry to 0xaad4 at the offset 0x430.
  6563. grub-install: info: relocating an R_X86_64_64 entry to 0x49da at the offset 0x438.
  6564. grub-install: info: relocating an R_X86_64_64 entry to 0xaae8 at the offset 0x448.
  6565. grub-install: info: relocating an R_X86_64_64 entry to 0x47bb at the offset 0x450.
  6566. grub-install: info: relocating an R_X86_64_64 entry to 0xaaf9 at the offset 0x460.
  6567. grub-install: info: relocating an R_X86_64_64 entry to 0xe440 at the offset 0x468.
  6568. grub-install: info: relocating an R_X86_64_64 entry to 0xab0f at the offset 0x478.
  6569. grub-install: info: relocating an R_X86_64_64 entry to 0x4ee6 at the offset 0x480.
  6570. grub-install: info: relocating an R_X86_64_64 entry to 0xab1f at the offset 0x490.
  6571. grub-install: info: relocating an R_X86_64_64 entry to 0xe438 at the offset 0x498.
  6572. grub-install: info: relocating an R_X86_64_64 entry to 0xab32 at the offset 0x4a8.
  6573. grub-install: info: relocating an R_X86_64_64 entry to 0x4ea0 at the offset 0x4b0.
  6574. grub-install: info: relocating an R_X86_64_64 entry to 0xab49 at the offset 0x4c0.
  6575. grub-install: info: relocating an R_X86_64_64 entry to 0x4eb5 at the offset 0x4c8.
  6576. grub-install: info: relocating an R_X86_64_64 entry to 0xab62 at the offset 0x4d8.
  6577. grub-install: info: relocating an R_X86_64_64 entry to 0xe430 at the offset 0x4e0.
  6578. grub-install: info: relocating an R_X86_64_64 entry to 0xab7a at the offset 0x4f0.
  6579. grub-install: info: relocating an R_X86_64_64 entry to 0xe420 at the offset 0x4f8.
  6580. grub-install: info: relocating an R_X86_64_64 entry to 0xab98 at the offset 0x508.
  6581. grub-install: info: relocating an R_X86_64_64 entry to 0x55c0 at the offset 0x510.
  6582. grub-install: info: relocating an R_X86_64_64 entry to 0xabab at the offset 0x520.
  6583. grub-install: info: relocating an R_X86_64_64 entry to 0x4f8a at the offset 0x528.
  6584. grub-install: info: relocating an R_X86_64_64 entry to 0xabba at the offset 0x538.
  6585. grub-install: info: relocating an R_X86_64_64 entry to 0x5270 at the offset 0x540.
  6586. grub-install: info: relocating an R_X86_64_64 entry to 0xabc9 at the offset 0x550.
  6587. grub-install: info: relocating an R_X86_64_64 entry to 0xe428 at the offset 0x558.
  6588. grub-install: info: relocating an R_X86_64_64 entry to 0xabde at the offset 0x568.
  6589. grub-install: info: relocating an R_X86_64_64 entry to 0x7cd7 at the offset 0x570.
  6590. grub-install: info: relocating an R_X86_64_64 entry to 0xabec at the offset 0x580.
  6591. grub-install: info: relocating an R_X86_64_64 entry to 0xc700 at the offset 0x588.
  6592. grub-install: info: relocating an R_X86_64_64 entry to 0xabf9 at the offset 0x598.
  6593. grub-install: info: relocating an R_X86_64_64 entry to 0x631d at the offset 0x5a0.
  6594. grub-install: info: relocating an R_X86_64_64 entry to 0xac06 at the offset 0x5b0.
  6595. grub-install: info: relocating an R_X86_64_64 entry to 0x5926 at the offset 0x5b8.
  6596. grub-install: info: relocating an R_X86_64_64 entry to 0xac1f at the offset 0x5c8.
  6597. grub-install: info: relocating an R_X86_64_64 entry to 0x5792 at the offset 0x5d0.
  6598. grub-install: info: relocating an R_X86_64_64 entry to 0xac2b at the offset 0x5e0.
  6599. grub-install: info: relocating an R_X86_64_64 entry to 0x580c at the offset 0x5e8.
  6600. grub-install: info: relocating an R_X86_64_64 entry to 0xac3a at the offset 0x5f8.
  6601. grub-install: info: relocating an R_X86_64_64 entry to 0x57cf at the offset 0x600.
  6602. grub-install: info: relocating an R_X86_64_64 entry to 0xac48 at the offset 0x610.
  6603. grub-install: info: relocating an R_X86_64_64 entry to 0x599 at the offset 0x618.
  6604. grub-install: info: relocating an R_X86_64_64 entry to 0xac56 at the offset 0x628.
  6605. grub-install: info: relocating an R_X86_64_64 entry to 0x5a9 at the offset 0x630.
  6606. grub-install: info: relocating an R_X86_64_64 entry to 0xac68 at the offset 0x640.
  6607. grub-install: info: relocating an R_X86_64_64 entry to 0x5a5 at the offset 0x648.
  6608. grub-install: info: relocating an R_X86_64_64 entry to 0xac7a at the offset 0x658.
  6609. grub-install: info: relocating an R_X86_64_64 entry to 0x2c6e at the offset 0x660.
  6610. grub-install: info: relocating an R_X86_64_64 entry to 0xac92 at the offset 0x670.
  6611. grub-install: info: relocating an R_X86_64_64 entry to 0x2d32 at the offset 0x678.
  6612. grub-install: info: relocating an R_X86_64_64 entry to 0xacae at the offset 0x688.
  6613. grub-install: info: relocating an R_X86_64_64 entry to 0x29f5 at the offset 0x690.
  6614. grub-install: info: relocating an R_X86_64_64 entry to 0xaccc at the offset 0x6a0.
  6615. grub-install: info: relocating an R_X86_64_64 entry to 0x2f18 at the offset 0x6a8.
  6616. grub-install: info: relocating an R_X86_64_64 entry to 0xacea at the offset 0x6b8.
  6617. grub-install: info: relocating an R_X86_64_64 entry to 0x2c44 at the offset 0x6c0.
  6618. grub-install: info: relocating an R_X86_64_64 entry to 0xacfe at the offset 0x6d0.
  6619. grub-install: info: relocating an R_X86_64_64 entry to 0x2355 at the offset 0x6d8.
  6620. grub-install: info: relocating an R_X86_64_64 entry to 0xad17 at the offset 0x6e8.
  6621. grub-install: info: relocating an R_X86_64_64 entry to 0x2289 at the offset 0x6f0.
  6622. grub-install: info: relocating an R_X86_64_64 entry to 0xad2d at the offset 0x700.
  6623. grub-install: info: relocating an R_X86_64_64 entry to 0x1e63 at the offset 0x708.
  6624. grub-install: info: relocating an R_X86_64_64 entry to 0xad47 at the offset 0x718.
  6625. grub-install: info: relocating an R_X86_64_64 entry to 0x2de4 at the offset 0x720.
  6626. grub-install: info: relocating an R_X86_64_64 entry to 0xad5f at the offset 0x730.
  6627. grub-install: info: relocating an R_X86_64_64 entry to 0x1ff7 at the offset 0x738.
  6628. grub-install: info: relocating an R_X86_64_64 entry to 0xad75 at the offset 0x748.
  6629. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e8 at the offset 0x750.
  6630. grub-install: info: relocating an R_X86_64_64 entry to 0xad8b at the offset 0x760.
  6631. grub-install: info: relocating an R_X86_64_64 entry to 0xc6a8 at the offset 0x768.
  6632. grub-install: info: relocating an R_X86_64_64 entry to 0xada0 at the offset 0x778.
  6633. grub-install: info: relocating an R_X86_64_64 entry to 0x1c5f at the offset 0x780.
  6634. grub-install: info: relocating an R_X86_64_64 entry to 0xadb7 at the offset 0x790.
  6635. grub-install: info: relocating an R_X86_64_64 entry to 0x1c16 at the offset 0x798.
  6636. grub-install: info: relocating an R_X86_64_64 entry to 0xadd0 at the offset 0x7a8.
  6637. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f8 at the offset 0x7b0.
  6638. grub-install: info: relocating an R_X86_64_64 entry to 0xade4 at the offset 0x7c0.
  6639. grub-install: info: relocating an R_X86_64_64 entry to 0x1d5a at the offset 0x7c8.
  6640. grub-install: info: relocating an R_X86_64_64 entry to 0xadfb at the offset 0x7d8.
  6641. grub-install: info: relocating an R_X86_64_64 entry to 0x2370 at the offset 0x7e0.
  6642. grub-install: info: relocating an R_X86_64_64 entry to 0xae16 at the offset 0x7f0.
  6643. grub-install: info: relocating an R_X86_64_64 entry to 0x2117 at the offset 0x7f8.
  6644. grub-install: info: relocating an R_X86_64_64 entry to 0xae2b at the offset 0x808.
  6645. grub-install: info: relocating an R_X86_64_64 entry to 0x1db8 at the offset 0x810.
  6646. grub-install: info: relocating an R_X86_64_64 entry to 0xae42 at the offset 0x820.
  6647. grub-install: info: relocating an R_X86_64_64 entry to 0x1f1d at the offset 0x828.
  6648. grub-install: info: relocating an R_X86_64_64 entry to 0xae58 at the offset 0x838.
  6649. grub-install: info: relocating an R_X86_64_64 entry to 0x1ec2 at the offset 0x840.
  6650. grub-install: info: relocating an R_X86_64_64 entry to 0xae79 at the offset 0x850.
  6651. grub-install: info: relocating an R_X86_64_64 entry to 0x1e3f at the offset 0x858.
  6652. grub-install: info: relocating an R_X86_64_64 entry to 0xae88 at the offset 0x868.
  6653. grub-install: info: relocating an R_X86_64_64 entry to 0xe3e0 at the offset 0x870.
  6654. grub-install: info: relocating an R_X86_64_64 entry to 0xae9e at the offset 0x880.
  6655. grub-install: info: relocating an R_X86_64_64 entry to 0x1581 at the offset 0x888.
  6656. grub-install: info: relocating an R_X86_64_64 entry to 0xaebd at the offset 0x898.
  6657. grub-install: info: relocating an R_X86_64_64 entry to 0x16cc at the offset 0x8a0.
  6658. grub-install: info: relocating an R_X86_64_64 entry to 0xaeda at the offset 0x8b0.
  6659. grub-install: info: relocating an R_X86_64_64 entry to 0x6788 at the offset 0x8b8.
  6660. grub-install: info: relocating an R_X86_64_64 entry to 0xaeea at the offset 0x8c8.
  6661. grub-install: info: relocating an R_X86_64_64 entry to 0x65ea at the offset 0x8d0.
  6662. grub-install: info: relocating an R_X86_64_64 entry to 0xaef7 at the offset 0x8e0.
  6663. grub-install: info: relocating an R_X86_64_64 entry to 0x64bc at the offset 0x8e8.
  6664. grub-install: info: relocating an R_X86_64_64 entry to 0xaf04 at the offset 0x8f8.
  6665. grub-install: info: relocating an R_X86_64_64 entry to 0x6618 at the offset 0x900.
  6666. grub-install: info: relocating an R_X86_64_64 entry to 0xaf13 at the offset 0x910.
  6667. grub-install: info: relocating an R_X86_64_64 entry to 0x669c at the offset 0x918.
  6668. grub-install: info: relocating an R_X86_64_64 entry to 0xaf2e at the offset 0x928.
  6669. grub-install: info: relocating an R_X86_64_64 entry to 0x184d4 at the offset 0x930.
  6670. grub-install: info: relocating an R_X86_64_64 entry to 0xaf46 at the offset 0x940.
  6671. grub-install: info: relocating an R_X86_64_64 entry to 0x183d0 at the offset 0x948.
  6672. grub-install: info: relocating an R_X86_64_64 entry to 0xaf52 at the offset 0x958.
  6673. grub-install: info: relocating an R_X86_64_64 entry to 0x184d0 at the offset 0x960.
  6674. grub-install: info: relocating an R_X86_64_64 entry to 0xaf5d at the offset 0x970.
  6675. grub-install: info: relocating an R_X86_64_64 entry to 0x67ce at the offset 0x978.
  6676. grub-install: info: relocating an R_X86_64_64 entry to 0xaf68 at the offset 0x988.
  6677. grub-install: info: relocating an R_X86_64_64 entry to 0x68d6 at the offset 0x990.
  6678. grub-install: info: relocating an R_X86_64_64 entry to 0xaf77 at the offset 0x9a0.
  6679. grub-install: info: relocating an R_X86_64_64 entry to 0x684a at the offset 0x9a8.
  6680. grub-install: info: relocating an R_X86_64_64 entry to 0xaf87 at the offset 0x9b8.
  6681. grub-install: info: relocating an R_X86_64_64 entry to 0x1e7e at the offset 0x9c0.
  6682. grub-install: info: relocating an R_X86_64_64 entry to 0xaf91 at the offset 0x9d0.
  6683. grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x9d8.
  6684. grub-install: info: relocating an R_X86_64_64 entry to 0xaf9c at the offset 0x9e8.
  6685. grub-install: info: relocating an R_X86_64_64 entry to 0x6b05 at the offset 0x9f0.
  6686. grub-install: info: relocating an R_X86_64_64 entry to 0xafac at the offset 0xa00.
  6687. grub-install: info: relocating an R_X86_64_64 entry to 0x184f0 at the offset 0xa08.
  6688. grub-install: info: relocating an R_X86_64_64 entry to 0xafc2 at the offset 0xa18.
  6689. grub-install: info: relocating an R_X86_64_64 entry to 0x18510 at the offset 0xa20.
  6690. grub-install: info: relocating an R_X86_64_64 entry to 0xafdc at the offset 0xa30.
  6691. grub-install: info: relocating an R_X86_64_64 entry to 0x69dd at the offset 0xa38.
  6692. grub-install: info: relocating an R_X86_64_64 entry to 0xaff6 at the offset 0xa48.
  6693. grub-install: info: relocating an R_X86_64_64 entry to 0x6b50 at the offset 0xa50.
  6694. grub-install: info: relocating an R_X86_64_64 entry to 0xb005 at the offset 0xa60.
  6695. grub-install: info: relocating an R_X86_64_64 entry to 0x184e0 at the offset 0xa68.
  6696. grub-install: info: relocating an R_X86_64_64 entry to 0xb01d at the offset 0xa78.
  6697. grub-install: info: relocating an R_X86_64_64 entry to 0x6a68 at the offset 0xa80.
  6698. grub-install: info: relocating an R_X86_64_64 entry to 0xb02c at the offset 0xa90.
  6699. grub-install: info: relocating an R_X86_64_64 entry to 0x6d22 at the offset 0xa98.
  6700. grub-install: info: relocating an R_X86_64_64 entry to 0xb03b at the offset 0xaa8.
  6701. grub-install: info: relocating an R_X86_64_64 entry to 0x3e70 at the offset 0xab0.
  6702. grub-install: info: relocating an R_X86_64_64 entry to 0xb045 at the offset 0xac0.
  6703. grub-install: info: relocating an R_X86_64_64 entry to 0xe1b0 at the offset 0xac8.
  6704. grub-install: info: relocating an R_X86_64_64 entry to 0xb05b at the offset 0xad8.
  6705. grub-install: info: relocating an R_X86_64_64 entry to 0xe1b8 at the offset 0xae0.
  6706. grub-install: info: relocating an R_X86_64_64 entry to 0xb068 at the offset 0xaf0.
  6707. grub-install: info: relocating an R_X86_64_64 entry to 0x7033 at the offset 0xaf8.
  6708. grub-install: info: relocating an R_X86_64_64 entry to 0xb076 at the offset 0xb08.
  6709. grub-install: info: relocating an R_X86_64_64 entry to 0x417b at the offset 0xb10.
  6710. grub-install: info: relocating an R_X86_64_64 entry to 0xb087 at the offset 0xb20.
  6711. grub-install: info: relocating an R_X86_64_64 entry to 0x991f at the offset 0xb28.
  6712. grub-install: info: relocating an R_X86_64_64 entry to 0xb093 at the offset 0xb38.
  6713. grub-install: info: relocating an R_X86_64_64 entry to 0x98ad at the offset 0xb40.
  6714. grub-install: info: relocating an R_X86_64_64 entry to 0xb0a7 at the offset 0xb50.
  6715. grub-install: info: relocating an R_X86_64_64 entry to 0xb690 at the offset 0xb58.
  6716. grub-install: info: relocating an R_X86_64_64 entry to 0xb0b4 at the offset 0xb68.
  6717. grub-install: info: relocating an R_X86_64_64 entry to 0x7aae at the offset 0xb70.
  6718. grub-install: info: relocating an R_X86_64_64 entry to 0xb0c1 at the offset 0xb80.
  6719. grub-install: info: relocating an R_X86_64_64 entry to 0x7276 at the offset 0xb88.
  6720. grub-install: info: relocating an R_X86_64_64 entry to 0xb0d0 at the offset 0xb98.
  6721. grub-install: info: relocating an R_X86_64_64 entry to 0x7290 at the offset 0xba0.
  6722. grub-install: info: relocating an R_X86_64_64 entry to 0xb0e1 at the offset 0xbb0.
  6723. grub-install: info: relocating an R_X86_64_64 entry to 0x534 at the offset 0xbb8.
  6724. grub-install: info: relocating an R_X86_64_64 entry to 0xb0f3 at the offset 0xbc8.
  6725. grub-install: info: relocating an R_X86_64_64 entry to 0x3e25 at the offset 0xbd0.
  6726. grub-install: info: relocating an R_X86_64_64 entry to 0xb0ff at the offset 0xbe0.
  6727. grub-install: info: relocating an R_X86_64_64 entry to 0x3c27 at the offset 0xbe8.
  6728. grub-install: info: relocating an R_X86_64_64 entry to 0xb10d at the offset 0xbf8.
  6729. grub-install: info: relocating an R_X86_64_64 entry to 0x547 at the offset 0xc00.
  6730. grub-install: info: relocating an R_X86_64_64 entry to 0xb121 at the offset 0xc10.
  6731. grub-install: info: relocating an R_X86_64_64 entry to 0x7a0c at the offset 0xc18.
  6732. grub-install: info: relocating an R_X86_64_64 entry to 0xb12d at the offset 0xc28.
  6733. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0xc30.
  6734. grub-install: info: relocating an R_X86_64_64 entry to 0xb13a at the offset 0xc40.
  6735. grub-install: info: relocating an R_X86_64_64 entry to 0x7baf at the offset 0xc48.
  6736. grub-install: info: relocating an R_X86_64_64 entry to 0xb146 at the offset 0xc58.
  6737. grub-install: info: relocating an R_X86_64_64 entry to 0x4195 at the offset 0xc60.
  6738. grub-install: info: relocating an R_X86_64_64 entry to 0xb156 at the offset 0xc70.
  6739. grub-install: info: relocating an R_X86_64_64 entry to 0xe408 at the offset 0xc78.
  6740. grub-install: info: relocating an R_X86_64_64 entry to 0xb163 at the offset 0xc88.
  6741. grub-install: info: relocating an R_X86_64_64 entry to 0xe3f0 at the offset 0xc90.
  6742. grub-install: info: relocating an R_X86_64_64 entry to 0xb170 at the offset 0xca0.
  6743. grub-install: info: relocating an R_X86_64_64 entry to 0x7242 at the offset 0xca8.
  6744. grub-install: info: relocating an R_X86_64_64 entry to 0xb185 at the offset 0xcb8.
  6745. grub-install: info: relocating an R_X86_64_64 entry to 0xc6e8 at the offset 0xcc0.
  6746. grub-install: info: relocating an R_X86_64_64 entry to 0xb193 at the offset 0xcd0.
  6747. grub-install: info: relocating an R_X86_64_64 entry to 0xe3d0 at the offset 0xcd8.
  6748. grub-install: info: relocating an R_X86_64_64 entry to 0xb1ac at the offset 0xce8.
  6749. grub-install: info: relocating an R_X86_64_64 entry to 0x8c1a at the offset 0xcf0.
  6750. grub-install: info: relocating an R_X86_64_64 entry to 0xb1c6 at the offset 0xd00.
  6751. grub-install: info: relocating an R_X86_64_64 entry to 0x8cd3 at the offset 0xd08.
  6752. grub-install: info: relocating an R_X86_64_64 entry to 0xb1e0 at the offset 0xd18.
  6753. grub-install: info: relocating an R_X86_64_64 entry to 0x91d0 at the offset 0xd20.
  6754. grub-install: info: relocating an R_X86_64_64 entry to 0xb1f8 at the offset 0xd30.
  6755. grub-install: info: relocating an R_X86_64_64 entry to 0x9164 at the offset 0xd38.
  6756. grub-install: info: relocating an R_X86_64_64 entry to 0xb20f at the offset 0xd48.
  6757. grub-install: info: relocating an R_X86_64_64 entry to 0x18530 at the offset 0xd50.
  6758. grub-install: info: relocating an R_X86_64_64 entry to 0xb227 at the offset 0xd60.
  6759. grub-install: info: relocating an R_X86_64_64 entry to 0x8fd0 at the offset 0xd68.
  6760. grub-install: info: relocating an R_X86_64_64 entry to 0xb23c at the offset 0xd78.
  6761. grub-install: info: relocating an R_X86_64_64 entry to 0x6a2 at the offset 0xd80.
  6762. grub-install: info: relocating an R_X86_64_64 entry to 0xb255 at the offset 0xd90.
  6763. grub-install: info: relocating an R_X86_64_64 entry to 0x5d3 at the offset 0xd98.
  6764. grub-install: info: relocating an R_X86_64_64 entry to 0xb266 at the offset 0xda8.
  6765. grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0xdb0.
  6766. grub-install: info: relocating an R_X86_64_64 entry to 0xb27c at the offset 0xdc0.
  6767. grub-install: info: relocating an R_X86_64_64 entry to 0x6944 at the offset 0xdc8.
  6768. grub-install: info: relocating an R_X86_64_64 entry to 0xb28d at the offset 0xdd8.
  6769. grub-install: info: relocating an R_X86_64_64 entry to 0x87d3 at the offset 0xde0.
  6770. grub-install: info: relocating an R_X86_64_64 entry to 0xb299 at the offset 0xdf0.
  6771. grub-install: info: relocating an R_X86_64_64 entry to 0x8775 at the offset 0xdf8.
  6772. grub-install: info: relocating an R_X86_64_64 entry to 0xb2a6 at the offset 0xe08.
  6773. grub-install: info: relocating an R_X86_64_64 entry to 0x79d3 at the offset 0xe10.
  6774. grub-install: info: relocating an R_X86_64_64 entry to 0xb2b1 at the offset 0xe20.
  6775. grub-install: info: relocating an R_X86_64_64 entry to 0x8822 at the offset 0xe28.
  6776. grub-install: info: relocating an R_X86_64_64 entry to 0xb2c3 at the offset 0xe38.
  6777. grub-install: info: relocating an R_X86_64_64 entry to 0x40bf at the offset 0xe40.
  6778. grub-install: info: relocating an R_X86_64_64 entry to 0xb2d0 at the offset 0xe50.
  6779. grub-install: info: relocating an R_X86_64_64 entry to 0x98f7 at the offset 0xe58.
  6780. grub-install: info: relocating an R_X86_64_64 entry to 0xb2dd at the offset 0xe68.
  6781. grub-install: info: relocating an R_X86_64_64 entry to 0x41be at the offset 0xe70.
  6782. grub-install: info: relocating an R_X86_64_64 entry to 0xb2f8 at the offset 0xe80.
  6783. grub-install: info: relocating an R_X86_64_64 entry to 0x6728 at the offset 0xe88.
  6784. grub-install: info: relocating an R_X86_64_64 entry to 0xb314 at the offset 0xe98.
  6785. grub-install: info: relocating an R_X86_64_64 entry to 0x896d at the offset 0xea0.
  6786. grub-install: info: relocating an R_X86_64_64 entry to 0xb322 at the offset 0xeb0.
  6787. grub-install: info: relocating an R_X86_64_64 entry to 0x7a83 at the offset 0xeb8.
  6788. grub-install: info: relocating an R_X86_64_64 entry to 0xb32e at the offset 0xec8.
  6789. grub-install: info: relocating an R_X86_64_64 entry to 0x7a2e at the offset 0xed0.
  6790. grub-install: info: relocating an R_X86_64_64 entry to 0xb33a at the offset 0xee0.
  6791. grub-install: info: relocating an R_X86_64_64 entry to 0x79c0 at the offset 0xee8.
  6792. grub-install: info: relocating an R_X86_64_64 entry to 0xb346 at the offset 0xef8.
  6793. grub-install: info: relocating an R_X86_64_64 entry to 0x7c8f at the offset 0xf00.
  6794. grub-install: info: relocating an R_X86_64_64 entry to 0xb352 at the offset 0xf10.
  6795. grub-install: info: relocating an R_X86_64_64 entry to 0x7c25 at the offset 0xf18.
  6796. grub-install: info: relocating an R_X86_64_64 entry to 0xb35e at the offset 0xf28.
  6797. grub-install: info: relocating an R_X86_64_64 entry to 0x7a4d at the offset 0xf30.
  6798. grub-install: info: relocating an R_X86_64_64 entry to 0xb36b at the offset 0xf40.
  6799. grub-install: info: relocating an R_X86_64_64 entry to 0x7c36 at the offset 0xf48.
  6800. grub-install: info: relocating an R_X86_64_64 entry to 0xb378 at the offset 0xf58.
  6801. grub-install: info: relocating an R_X86_64_64 entry to 0x7a99 at the offset 0xf60.
  6802. grub-install: info: relocating an R_X86_64_64 entry to 0xb385 at the offset 0xf70.
  6803. grub-install: info: relocating an R_X86_64_64 entry to 0x81c5 at the offset 0xf78.
  6804. grub-install: info: relocating an R_X86_64_64 entry to 0xb392 at the offset 0xf88.
  6805. grub-install: info: relocating an R_X86_64_64 entry to 0x7d3d at the offset 0xf90.
  6806. grub-install: info: relocating an R_X86_64_64 entry to 0xb3a0 at the offset 0xfa0.
  6807. grub-install: info: relocating an R_X86_64_64 entry to 0x7b0e at the offset 0xfa8.
  6808. grub-install: info: relocating an R_X86_64_64 entry to 0xb3ad at the offset 0xfb8.
  6809. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e8 at the offset 0xfc0.
  6810. grub-install: info: relocating an R_X86_64_64 entry to 0xb3c7 at the offset 0xfd0.
  6811. grub-install: info: relocating an R_X86_64_64 entry to 0x18540 at the offset 0xfd8.
  6812. grub-install: info: relocating an R_X86_64_64 entry to 0xb3d8 at the offset 0xfe8.
  6813. grub-install: info: relocating an R_X86_64_64 entry to 0x18550 at the offset 0xff0.
  6814. grub-install: info: relocating an R_X86_64_64 entry to 0xb3f2 at the offset 0x1000.
  6815. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e9 at the offset 0x1008.
  6816. grub-install: info: relocating an R_X86_64_64 entry to 0xb409 at the offset 0x1018.
  6817. grub-install: info: relocating an R_X86_64_64 entry to 0x18548 at the offset 0x1020.
  6818. grub-install: info: relocating an R_X86_64_64 entry to 0xb41b at the offset 0x1030.
  6819. grub-install: info: relocating an R_X86_64_64 entry to 0x18538 at the offset 0x1038.
  6820. grub-install: info: relocating an R_X86_64_64 entry to 0xb436 at the offset 0x1048.
  6821. grub-install: info: relocating an R_X86_64_64 entry to 0xe3d8 at the offset 0x1050.
  6822. grub-install: info: relocating an R_X86_64_64 entry to 0xb449 at the offset 0x1060.
  6823. grub-install: info: relocating an R_X86_64_64 entry to 0xe400 at the offset 0x1068.
  6824. grub-install: info: relocating an R_X86_64_64 entry to 0xb457 at the offset 0x1078.
  6825. grub-install: info: relocating an R_X86_64_64 entry to 0x42af at the offset 0x1080.
  6826. grub-install: info: relocating an R_X86_64_64 entry to 0xb46f at the offset 0x1090.
  6827. grub-install: info: relocating an R_X86_64_64 entry to 0x8666 at the offset 0x1098.
  6828. grub-install: info: relocating an R_X86_64_64 entry to 0xb47c at the offset 0x10a8.
  6829. grub-install: info: relocating an R_X86_64_64 entry to 0x88fd at the offset 0x10b0.
  6830. grub-install: info: relocating an R_X86_64_64 entry to 0xb48b at the offset 0x10c0.
  6831. grub-install: info: relocating an R_X86_64_64 entry to 0x8a4d at the offset 0x10c8.
  6832. grub-install: info: relocating an R_X86_64_64 entry to 0xb49a at the offset 0x10d8.
  6833. grub-install: info: relocating an R_X86_64_64 entry to 0xb7e0 at the offset 0x10e0.
  6834. grub-install: info: relocating an R_X86_64_64 entry to 0xb4a5 at the offset 0x10f0.
  6835. grub-install: info: relocating an R_X86_64_64 entry to 0x89b2 at the offset 0x10f8.
  6836. grub-install: info: relocating an R_X86_64_64 entry to 0xb4b5 at the offset 0x1108.
  6837. grub-install: info: relocating an R_X86_64_64 entry to 0x3e36 at the offset 0x1110.
  6838. grub-install: info: relocating an R_X86_64_64 entry to 0xb4c1 at the offset 0x1120.
  6839. grub-install: info: relocating an R_X86_64_64 entry to 0x7a0c at the offset 0x1128.
  6840. grub-install: info: relocating an R_X86_64_64 entry to 0xb4c8 at the offset 0x1138.
  6841. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x1140.
  6842. grub-install: info: relocating an R_X86_64_64 entry to 0xb4cf at the offset 0x1150.
  6843. grub-install: info: relocating an R_X86_64_64 entry to 0x797a at the offset 0x1158.
  6844. grub-install: info: relocating an R_X86_64_64 entry to 0xb4d7 at the offset 0x1168.
  6845. grub-install: info: relocating an R_X86_64_64 entry to 0x7baf at the offset 0x1170.
  6846. grub-install: info: translating the relocation section .rela.text.
  6847. grub-install: info: adding a relocation entry for 0x51d.
  6848. grub-install: info: adding a relocation entry for 0x52a.
  6849. grub-install: info: adding a relocation entry for 0x53c.
  6850. grub-install: info: adding a relocation entry for 0x565.
  6851. grub-install: info: adding a relocation entry for 0x57a.
  6852. grub-install: info: adding a relocation entry for 0x58b.
  6853. grub-install: info: adding a relocation entry for 0x59b.
  6854. grub-install: info: adding a relocation entry for 0x5e0.
  6855. grub-install: info: adding a relocation entry for 0x6af.
  6856. grub-install: info: adding a relocation entry for 0x755.
  6857. grub-install: info: adding a relocation entry for 0x766.
  6858. grub-install: info: adding a relocation entry for 0x78f.
  6859. grub-install: info: adding a relocation entry for 0x810.
  6860. grub-install: info: adding a relocation entry for 0x822.
  6861. grub-install: info: adding a relocation entry for 0x874.
  6862. grub-install: info: adding a relocation entry for 0x885.
  6863. grub-install: info: adding a relocation entry for 0x8fd.
  6864. grub-install: info: adding a relocation entry for 0x927.
  6865. grub-install: info: adding a relocation entry for 0x945.
  6866. grub-install: info: adding a relocation entry for 0x97a.
  6867. grub-install: info: adding a relocation entry for 0x9ac.
  6868. grub-install: info: adding a relocation entry for 0x9cd.
  6869. grub-install: info: adding a relocation entry for 0x9fa.
  6870. grub-install: info: adding a relocation entry for 0xa0c.
  6871. grub-install: info: adding a relocation entry for 0xa38.
  6872. grub-install: info: adding a relocation entry for 0xa42.
  6873. grub-install: info: adding a relocation entry for 0xa6d.
  6874. grub-install: info: adding a relocation entry for 0xa94.
  6875. grub-install: info: adding a relocation entry for 0xac0.
  6876. grub-install: info: adding a relocation entry for 0xacf.
  6877. grub-install: info: adding a relocation entry for 0xafd.
  6878. grub-install: info: adding a relocation entry for 0xb22.
  6879. grub-install: info: adding a relocation entry for 0xb3b.
  6880. grub-install: info: adding a relocation entry for 0xb49.
  6881. grub-install: info: adding a relocation entry for 0xb67.
  6882. grub-install: info: adding a relocation entry for 0xb80.
  6883. grub-install: info: adding a relocation entry for 0xbc6.
  6884. grub-install: info: adding a relocation entry for 0xbeb.
  6885. grub-install: info: adding a relocation entry for 0xbf5.
  6886. grub-install: info: adding a relocation entry for 0xc04.
  6887. grub-install: info: adding a relocation entry for 0xc10.
  6888. grub-install: info: adding a relocation entry for 0xc24.
  6889. grub-install: info: adding a relocation entry for 0xc2e.
  6890. grub-install: info: adding a relocation entry for 0xc38.
  6891. grub-install: info: adding a relocation entry for 0xc4a.
  6892. grub-install: info: adding a relocation entry for 0xc80.
  6893. grub-install: info: adding a relocation entry for 0xc8f.
  6894. grub-install: info: adding a relocation entry for 0xca5.
  6895. grub-install: info: adding a relocation entry for 0xcb6.
  6896. grub-install: info: adding a relocation entry for 0xcc1.
  6897. grub-install: info: adding a relocation entry for 0xcec.
  6898. grub-install: info: adding a relocation entry for 0xcfb.
  6899. grub-install: info: adding a relocation entry for 0xd0a.
  6900. grub-install: info: adding a relocation entry for 0xd17.
  6901. grub-install: info: adding a relocation entry for 0xd33.
  6902. grub-install: info: adding a relocation entry for 0xd44.
  6903. grub-install: info: adding a relocation entry for 0xd58.
  6904. grub-install: info: adding a relocation entry for 0xd65.
  6905. grub-install: info: adding a relocation entry for 0xd77.
  6906. grub-install: info: adding a relocation entry for 0xd81.
  6907. grub-install: info: adding a relocation entry for 0xdd4.
  6908. grub-install: info: adding a relocation entry for 0xde5.
  6909. grub-install: info: adding a relocation entry for 0xe18.
  6910. grub-install: info: adding a relocation entry for 0xe22.
  6911. grub-install: info: adding a relocation entry for 0xe31.
  6912. grub-install: info: adding a relocation entry for 0xe3b.
  6913. grub-install: info: adding a relocation entry for 0xe55.
  6914. grub-install: info: adding a relocation entry for 0xe61.
  6915. grub-install: info: adding a relocation entry for 0xe6c.
  6916. grub-install: info: adding a relocation entry for 0xe77.
  6917. grub-install: info: adding a relocation entry for 0xea4.
  6918. grub-install: info: adding a relocation entry for 0xeb6.
  6919. grub-install: info: adding a relocation entry for 0xeea.
  6920. grub-install: info: adding a relocation entry for 0xeff.
  6921. grub-install: info: adding a relocation entry for 0xf13.
  6922. grub-install: info: adding a relocation entry for 0xf25.
  6923. grub-install: info: adding a relocation entry for 0xf2f.
  6924. grub-install: info: adding a relocation entry for 0xf3e.
  6925. grub-install: info: adding a relocation entry for 0xf48.
  6926. grub-install: info: adding a relocation entry for 0xf77.
  6927. grub-install: info: adding a relocation entry for 0xf8c.
  6928. grub-install: info: adding a relocation entry for 0xfa0.
  6929. grub-install: info: adding a relocation entry for 0xfb2.
  6930. grub-install: info: adding a relocation entry for 0xfbc.
  6931. grub-install: info: adding a relocation entry for 0xfcb.
  6932. grub-install: info: adding a relocation entry for 0xfd5.
  6933. grub-install: info: adding a relocation entry for 0x1000.
  6934. grub-install: info: adding a padding fixup entry.
  6935. grub-install: info: adding a padding fixup entry.
  6936. grub-install: info: writing 184 bytes of a fixup block starting at 0x0.
  6937. grub-install: info: adding a relocation entry for 0x1015.
  6938. grub-install: info: adding a relocation entry for 0x1029.
  6939. grub-install: info: adding a relocation entry for 0x103b.
  6940. grub-install: info: adding a relocation entry for 0x1045.
  6941. grub-install: info: adding a relocation entry for 0x1054.
  6942. grub-install: info: adding a relocation entry for 0x105e.
  6943. grub-install: info: adding a relocation entry for 0x10a5.
  6944. grub-install: info: adding a relocation entry for 0x10b1.
  6945. grub-install: info: adding a relocation entry for 0x10be.
  6946. grub-install: info: adding a relocation entry for 0x10db.
  6947. grub-install: info: adding a relocation entry for 0x1109.
  6948. grub-install: info: adding a relocation entry for 0x1124.
  6949. grub-install: info: adding a relocation entry for 0x113d.
  6950. grub-install: info: adding a relocation entry for 0x117f.
  6951. grub-install: info: adding a relocation entry for 0x119c.
  6952. grub-install: info: adding a relocation entry for 0x11b2.
  6953. grub-install: info: adding a relocation entry for 0x11d8.
  6954. grub-install: info: adding a relocation entry for 0x11e2.
  6955. grub-install: info: adding a relocation entry for 0x1220.
  6956. grub-install: info: adding a relocation entry for 0x127a.
  6957. grub-install: info: adding a relocation entry for 0x129d.
  6958. grub-install: info: adding a relocation entry for 0x12a9.
  6959. grub-install: info: adding a relocation entry for 0x12b6.
  6960. grub-install: info: adding a relocation entry for 0x12d3.
  6961. grub-install: info: adding a relocation entry for 0x1301.
  6962. grub-install: info: adding a relocation entry for 0x131c.
  6963. grub-install: info: adding a relocation entry for 0x1335.
  6964. grub-install: info: adding a relocation entry for 0x134e.
  6965. grub-install: info: adding a relocation entry for 0x1362.
  6966. grub-install: info: adding a relocation entry for 0x136c.
  6967. grub-install: info: adding a relocation entry for 0x1387.
  6968. grub-install: info: adding a relocation entry for 0x13ee.
  6969. grub-install: info: adding a relocation entry for 0x13f8.
  6970. grub-install: info: adding a relocation entry for 0x1404.
  6971. grub-install: info: adding a relocation entry for 0x149d.
  6972. grub-install: info: adding a relocation entry for 0x14b3.
  6973. grub-install: info: adding a relocation entry for 0x1506.
  6974. grub-install: info: adding a relocation entry for 0x1515.
  6975. grub-install: info: adding a relocation entry for 0x151f.
  6976. grub-install: info: adding a relocation entry for 0x153b.
  6977. grub-install: info: adding a relocation entry for 0x1547.
  6978. grub-install: info: adding a relocation entry for 0x1551.
  6979. grub-install: info: adding a relocation entry for 0x156a.
  6980. grub-install: info: adding a relocation entry for 0x15cd.
  6981. grub-install: info: adding a relocation entry for 0x15d7.
  6982. grub-install: info: adding a relocation entry for 0x1604.
  6983. grub-install: info: adding a relocation entry for 0x1625.
  6984. grub-install: info: adding a relocation entry for 0x1638.
  6985. grub-install: info: adding a relocation entry for 0x16ac.
  6986. grub-install: info: adding a relocation entry for 0x16d0.
  6987. grub-install: info: adding a relocation entry for 0x16f6.
  6988. grub-install: info: adding a relocation entry for 0x172c.
  6989. grub-install: info: adding a relocation entry for 0x1783.
  6990. grub-install: info: adding a relocation entry for 0x1796.
  6991. grub-install: info: adding a relocation entry for 0x17ae.
  6992. grub-install: info: adding a relocation entry for 0x17c0.
  6993. grub-install: info: adding a relocation entry for 0x17f0.
  6994. grub-install: info: adding a relocation entry for 0x180a.
  6995. grub-install: info: adding a relocation entry for 0x181d.
  6996. grub-install: info: adding a relocation entry for 0x182a.
  6997. grub-install: info: adding a relocation entry for 0x1843.
  6998. grub-install: info: adding a relocation entry for 0x1857.
  6999. grub-install: info: adding a relocation entry for 0x1861.
  7000. grub-install: info: adding a relocation entry for 0x1879.
  7001. grub-install: info: adding a relocation entry for 0x1892.
  7002. grub-install: info: adding a relocation entry for 0x18ad.
  7003. grub-install: info: adding a relocation entry for 0x18c6.
  7004. grub-install: info: adding a relocation entry for 0x19ec.
  7005. grub-install: info: adding a relocation entry for 0x1a45.
  7006. grub-install: info: adding a relocation entry for 0x1a64.
  7007. grub-install: info: adding a relocation entry for 0x1a70.
  7008. grub-install: info: adding a relocation entry for 0x1a84.
  7009. grub-install: info: adding a relocation entry for 0x1c1f.
  7010. grub-install: info: adding a relocation entry for 0x1c32.
  7011. grub-install: info: adding a relocation entry for 0x1c68.
  7012. grub-install: info: adding a relocation entry for 0x1ca5.
  7013. grub-install: info: adding a relocation entry for 0x1cc3.
  7014. grub-install: info: adding a relocation entry for 0x1cec.
  7015. grub-install: info: adding a relocation entry for 0x1d2d.
  7016. grub-install: info: adding a relocation entry for 0x1d63.
  7017. grub-install: info: adding a relocation entry for 0x1d81.
  7018. grub-install: info: adding a relocation entry for 0x1d99.
  7019. grub-install: info: adding a relocation entry for 0x1dbf.
  7020. grub-install: info: adding a relocation entry for 0x1dc9.
  7021. grub-install: info: adding a relocation entry for 0x1df9.
  7022. grub-install: info: adding a relocation entry for 0x1e24.
  7023. grub-install: info: adding a relocation entry for 0x1e41.
  7024. grub-install: info: adding a relocation entry for 0x1e59.
  7025. grub-install: info: adding a relocation entry for 0x1e6a.
  7026. grub-install: info: adding a relocation entry for 0x1e74.
  7027. grub-install: info: adding a relocation entry for 0x1e81.
  7028. grub-install: info: adding a relocation entry for 0x1e8d.
  7029. grub-install: info: adding a relocation entry for 0x1ea9.
  7030. grub-install: info: adding a relocation entry for 0x1eb6.
  7031. grub-install: info: adding a relocation entry for 0x1ec7.
  7032. grub-install: info: adding a relocation entry for 0x1eec.
  7033. grub-install: info: adding a relocation entry for 0x1efe.
  7034. grub-install: info: adding a relocation entry for 0x1f0f.
  7035. grub-install: info: adding a relocation entry for 0x1f24.
  7036. grub-install: info: adding a relocation entry for 0x1f4b.
  7037. grub-install: info: adding a relocation entry for 0x1f59.
  7038. grub-install: info: adding a relocation entry for 0x1f78.
  7039. grub-install: info: adding a relocation entry for 0x1f8a.
  7040. grub-install: info: adding a relocation entry for 0x1fad.
  7041. grub-install: info: adding a relocation entry for 0x1fc9.
  7042. grub-install: info: adding a relocation entry for 0x1fe1.
  7043. grub-install: info: adding a relocation entry for 0x1ffb.
  7044. grub-install: info: adding a relocation entry for 0x2005.
  7045. grub-install: info: writing 224 bytes of a fixup block starting at 0x1000.
  7046. grub-install: info: adding a relocation entry for 0x205c.
  7047. grub-install: info: adding a relocation entry for 0x2066.
  7048. grub-install: info: adding a relocation entry for 0x2078.
  7049. grub-install: info: adding a relocation entry for 0x20b7.
  7050. grub-install: info: adding a relocation entry for 0x20e4.
  7051. grub-install: info: adding a relocation entry for 0x211b.
  7052. grub-install: info: adding a relocation entry for 0x2127.
  7053. grub-install: info: adding a relocation entry for 0x21a0.
  7054. grub-install: info: adding a relocation entry for 0x21cf.
  7055. grub-install: info: adding a relocation entry for 0x21ee.
  7056. grub-install: info: adding a relocation entry for 0x2201.
  7057. grub-install: info: adding a relocation entry for 0x221f.
  7058. grub-install: info: adding a relocation entry for 0x223c.
  7059. grub-install: info: adding a relocation entry for 0x22d3.
  7060. grub-install: info: adding a relocation entry for 0x22ea.
  7061. grub-install: info: adding a relocation entry for 0x235c.
  7062. grub-install: info: adding a relocation entry for 0x2366.
  7063. grub-install: info: adding a relocation entry for 0x237b.
  7064. grub-install: info: adding a relocation entry for 0x23d4.
  7065. grub-install: info: adding a relocation entry for 0x23e2.
  7066. grub-install: info: adding a relocation entry for 0x23f5.
  7067. grub-install: info: adding a relocation entry for 0x240e.
  7068. grub-install: info: adding a relocation entry for 0x2423.
  7069. grub-install: info: adding a relocation entry for 0x2436.
  7070. grub-install: info: adding a relocation entry for 0x244d.
  7071. grub-install: info: adding a relocation entry for 0x2462.
  7072. grub-install: info: adding a relocation entry for 0x2474.
  7073. grub-install: info: adding a relocation entry for 0x2483.
  7074. grub-install: info: adding a relocation entry for 0x249c.
  7075. grub-install: info: adding a relocation entry for 0x24b4.
  7076. grub-install: info: adding a relocation entry for 0x24c9.
  7077. grub-install: info: adding a relocation entry for 0x24de.
  7078. grub-install: info: adding a relocation entry for 0x24f2.
  7079. grub-install: info: adding a relocation entry for 0x2504.
  7080. grub-install: info: adding a relocation entry for 0x251e.
  7081. grub-install: info: adding a relocation entry for 0x2534.
  7082. grub-install: info: adding a relocation entry for 0x2547.
  7083. grub-install: info: adding a relocation entry for 0x2576.
  7084. grub-install: info: adding a relocation entry for 0x25a1.
  7085. grub-install: info: adding a relocation entry for 0x25be.
  7086. grub-install: info: adding a relocation entry for 0x25d3.
  7087. grub-install: info: adding a relocation entry for 0x25ee.
  7088. grub-install: info: adding a relocation entry for 0x2605.
  7089. grub-install: info: adding a relocation entry for 0x261c.
  7090. grub-install: info: adding a relocation entry for 0x2637.
  7091. grub-install: info: adding a relocation entry for 0x264e.
  7092. grub-install: info: adding a relocation entry for 0x2672.
  7093. grub-install: info: adding a relocation entry for 0x2689.
  7094. grub-install: info: adding a relocation entry for 0x26be.
  7095. grub-install: info: adding a relocation entry for 0x270c.
  7096. grub-install: info: adding a relocation entry for 0x2788.
  7097. grub-install: info: adding a relocation entry for 0x27ab.
  7098. grub-install: info: adding a relocation entry for 0x27cf.
  7099. grub-install: info: adding a relocation entry for 0x27e9.
  7100. grub-install: info: adding a relocation entry for 0x27f8.
  7101. grub-install: info: adding a relocation entry for 0x2815.
  7102. grub-install: info: adding a relocation entry for 0x282b.
  7103. grub-install: info: adding a relocation entry for 0x287e.
  7104. grub-install: info: adding a relocation entry for 0x2897.
  7105. grub-install: info: adding a relocation entry for 0x28a1.
  7106. grub-install: info: adding a relocation entry for 0x28b6.
  7107. grub-install: info: adding a relocation entry for 0x28e3.
  7108. grub-install: info: adding a relocation entry for 0x28f5.
  7109. grub-install: info: adding a relocation entry for 0x2902.
  7110. grub-install: info: adding a relocation entry for 0x2913.
  7111. grub-install: info: adding a relocation entry for 0x292c.
  7112. grub-install: info: adding a relocation entry for 0x296b.
  7113. grub-install: info: adding a relocation entry for 0x297b.
  7114. grub-install: info: adding a relocation entry for 0x2993.
  7115. grub-install: info: adding a relocation entry for 0x29b9.
  7116. grub-install: info: adding a relocation entry for 0x29c6.
  7117. grub-install: info: adding a relocation entry for 0x2a0e.
  7118. grub-install: info: adding a relocation entry for 0x2a88.
  7119. grub-install: info: adding a relocation entry for 0x2a94.
  7120. grub-install: info: adding a relocation entry for 0x2a9e.
  7121. grub-install: info: adding a relocation entry for 0x2aaa.
  7122. grub-install: info: adding a relocation entry for 0x2ab6.
  7123. grub-install: info: adding a relocation entry for 0x2ad4.
  7124. grub-install: info: adding a relocation entry for 0x2ae1.
  7125. grub-install: info: adding a relocation entry for 0x2aef.
  7126. grub-install: info: adding a relocation entry for 0x2b04.
  7127. grub-install: info: adding a relocation entry for 0x2b1c.
  7128. grub-install: info: adding a relocation entry for 0x2b2c.
  7129. grub-install: info: adding a relocation entry for 0x2b47.
  7130. grub-install: info: adding a relocation entry for 0x2b6b.
  7131. grub-install: info: adding a relocation entry for 0x2b85.
  7132. grub-install: info: adding a relocation entry for 0x2b92.
  7133. grub-install: info: adding a relocation entry for 0x2bbb.
  7134. grub-install: info: adding a relocation entry for 0x2be5.
  7135. grub-install: info: adding a relocation entry for 0x2c49.
  7136. grub-install: info: adding a relocation entry for 0x2c5c.
  7137. grub-install: info: adding a relocation entry for 0x2ca6.
  7138. grub-install: info: adding a relocation entry for 0x2cc3.
  7139. grub-install: info: adding a relocation entry for 0x2d13.
  7140. grub-install: info: adding a relocation entry for 0x2d57.
  7141. grub-install: info: adding a relocation entry for 0x2d76.
  7142. grub-install: info: adding a relocation entry for 0x2dc5.
  7143. grub-install: info: adding a relocation entry for 0x2de8.
  7144. grub-install: info: adding a relocation entry for 0x2e16.
  7145. grub-install: info: adding a relocation entry for 0x2e25.
  7146. grub-install: info: adding a relocation entry for 0x2e32.
  7147. grub-install: info: adding a relocation entry for 0x2e45.
  7148. grub-install: info: adding a relocation entry for 0x2e52.
  7149. grub-install: info: adding a relocation entry for 0x2e63.
  7150. grub-install: info: adding a relocation entry for 0x2e76.
  7151. grub-install: info: adding a relocation entry for 0x2e88.
  7152. grub-install: info: adding a relocation entry for 0x2e9a.
  7153. grub-install: info: adding a relocation entry for 0x2ec0.
  7154. grub-install: info: adding a relocation entry for 0x2ee2.
  7155. grub-install: info: adding a relocation entry for 0x2f1c.
  7156. grub-install: info: adding a relocation entry for 0x2f46.
  7157. grub-install: info: adding a relocation entry for 0x2f7c.
  7158. grub-install: info: adding a relocation entry for 0x2f8c.
  7159. grub-install: info: adding a relocation entry for 0x2f96.
  7160. grub-install: info: adding a relocation entry for 0x2fa0.
  7161. grub-install: info: adding a relocation entry for 0x2faa.
  7162. grub-install: info: adding a relocation entry for 0x2fb7.
  7163. grub-install: info: adding a relocation entry for 0x2fd2.
  7164. grub-install: info: adding a relocation entry for 0x2fe5.
  7165. grub-install: info: adding a relocation entry for 0x2ff6.
  7166. grub-install: info: adding a relocation entry for 0x3007.
  7167. grub-install: info: adding a padding fixup entry.
  7168. grub-install: info: adding a padding fixup entry.
  7169. grub-install: info: adding a padding fixup entry.
  7170. grub-install: info: writing 256 bytes of a fixup block starting at 0x2000.
  7171. grub-install: info: adding a relocation entry for 0x3014.
  7172. grub-install: info: adding a relocation entry for 0x3023.
  7173. grub-install: info: adding a relocation entry for 0x302e.
  7174. grub-install: info: adding a relocation entry for 0x303d.
  7175. grub-install: info: adding a relocation entry for 0x3047.
  7176. grub-install: info: adding a relocation entry for 0x3051.
  7177. grub-install: info: adding a relocation entry for 0x305e.
  7178. grub-install: info: adding a relocation entry for 0x306f.
  7179. grub-install: info: adding a relocation entry for 0x3079.
  7180. grub-install: info: adding a relocation entry for 0x3088.
  7181. grub-install: info: adding a relocation entry for 0x3097.
  7182. grub-install: info: adding a relocation entry for 0x30ac.
  7183. grub-install: info: adding a relocation entry for 0x30b9.
  7184. grub-install: info: adding a relocation entry for 0x30c6.
  7185. grub-install: info: adding a relocation entry for 0x30e4.
  7186. grub-install: info: adding a relocation entry for 0x30ee.
  7187. grub-install: info: adding a relocation entry for 0x30ff.
  7188. grub-install: info: adding a relocation entry for 0x3110.
  7189. grub-install: info: adding a relocation entry for 0x311c.
  7190. grub-install: info: adding a relocation entry for 0x3134.
  7191. grub-install: info: adding a relocation entry for 0x3140.
  7192. grub-install: info: adding a relocation entry for 0x3153.
  7193. grub-install: info: adding a relocation entry for 0x3163.
  7194. grub-install: info: adding a relocation entry for 0x3170.
  7195. grub-install: info: adding a relocation entry for 0x3181.
  7196. grub-install: info: adding a relocation entry for 0x3193.
  7197. grub-install: info: adding a relocation entry for 0x31a5.
  7198. grub-install: info: adding a relocation entry for 0x31c1.
  7199. grub-install: info: adding a relocation entry for 0x31cb.
  7200. grub-install: info: adding a relocation entry for 0x31f9.
  7201. grub-install: info: adding a relocation entry for 0x3212.
  7202. grub-install: info: adding a relocation entry for 0x323c.
  7203. grub-install: info: adding a relocation entry for 0x3254.
  7204. grub-install: info: adding a relocation entry for 0x32a5.
  7205. grub-install: info: adding a relocation entry for 0x32b1.
  7206. grub-install: info: adding a relocation entry for 0x3317.
  7207. grub-install: info: adding a relocation entry for 0x3452.
  7208. grub-install: info: adding a relocation entry for 0x346e.
  7209. grub-install: info: adding a relocation entry for 0x3478.
  7210. grub-install: info: adding a relocation entry for 0x348a.
  7211. grub-install: info: adding a relocation entry for 0x34aa.
  7212. grub-install: info: adding a relocation entry for 0x34c2.
  7213. grub-install: info: adding a relocation entry for 0x34dd.
  7214. grub-install: info: adding a relocation entry for 0x34f8.
  7215. grub-install: info: adding a relocation entry for 0x363a.
  7216. grub-install: info: adding a relocation entry for 0x3652.
  7217. grub-install: info: adding a relocation entry for 0x3669.
  7218. grub-install: info: adding a relocation entry for 0x3678.
  7219. grub-install: info: adding a relocation entry for 0x3698.
  7220. grub-install: info: adding a relocation entry for 0x36a9.
  7221. grub-install: info: adding a relocation entry for 0x36b7.
  7222. grub-install: info: adding a relocation entry for 0x36ed.
  7223. grub-install: info: adding a relocation entry for 0x3711.
  7224. grub-install: info: adding a relocation entry for 0x3723.
  7225. grub-install: info: adding a relocation entry for 0x3743.
  7226. grub-install: info: adding a relocation entry for 0x3752.
  7227. grub-install: info: adding a relocation entry for 0x376a.
  7228. grub-install: info: adding a relocation entry for 0x377a.
  7229. grub-install: info: adding a relocation entry for 0x3788.
  7230. grub-install: info: adding a relocation entry for 0x379c.
  7231. grub-install: info: adding a relocation entry for 0x37b0.
  7232. grub-install: info: adding a relocation entry for 0x37c5.
  7233. grub-install: info: adding a relocation entry for 0x37d6.
  7234. grub-install: info: adding a relocation entry for 0x37ff.
  7235. grub-install: info: adding a relocation entry for 0x380a.
  7236. grub-install: info: adding a relocation entry for 0x381e.
  7237. grub-install: info: adding a relocation entry for 0x382c.
  7238. grub-install: info: adding a relocation entry for 0x3841.
  7239. grub-install: info: adding a relocation entry for 0x3854.
  7240. grub-install: info: adding a relocation entry for 0x38af.
  7241. grub-install: info: adding a relocation entry for 0x38c4.
  7242. grub-install: info: adding a relocation entry for 0x38d5.
  7243. grub-install: info: adding a relocation entry for 0x38e2.
  7244. grub-install: info: adding a relocation entry for 0x3909.
  7245. grub-install: info: adding a relocation entry for 0x392f.
  7246. grub-install: info: adding a relocation entry for 0x3940.
  7247. grub-install: info: adding a relocation entry for 0x394f.
  7248. grub-install: info: adding a relocation entry for 0x395b.
  7249. grub-install: info: adding a relocation entry for 0x396b.
  7250. grub-install: info: adding a relocation entry for 0x3975.
  7251. grub-install: info: adding a relocation entry for 0x3981.
  7252. grub-install: info: adding a relocation entry for 0x3990.
  7253. grub-install: info: adding a relocation entry for 0x399a.
  7254. grub-install: info: adding a relocation entry for 0x39a4.
  7255. grub-install: info: adding a relocation entry for 0x39b2.
  7256. grub-install: info: adding a relocation entry for 0x39c2.
  7257. grub-install: info: adding a relocation entry for 0x39d2.
  7258. grub-install: info: adding a relocation entry for 0x39dc.
  7259. grub-install: info: adding a relocation entry for 0x39e8.
  7260. grub-install: info: adding a relocation entry for 0x39f7.
  7261. grub-install: info: adding a relocation entry for 0x3a01.
  7262. grub-install: info: adding a relocation entry for 0x3a0c.
  7263. grub-install: info: adding a relocation entry for 0x3a18.
  7264. grub-install: info: adding a relocation entry for 0x3a2b.
  7265. grub-install: info: adding a relocation entry for 0x3a35.
  7266. grub-install: info: adding a relocation entry for 0x3a41.
  7267. grub-install: info: adding a relocation entry for 0x3a4d.
  7268. grub-install: info: adding a relocation entry for 0x3a5c.
  7269. grub-install: info: adding a relocation entry for 0x3a79.
  7270. grub-install: info: adding a relocation entry for 0x3a86.
  7271. grub-install: info: adding a relocation entry for 0x3aea.
  7272. grub-install: info: adding a relocation entry for 0x3b30.
  7273. grub-install: info: adding a relocation entry for 0x3b49.
  7274. grub-install: info: adding a relocation entry for 0x3b53.
  7275. grub-install: info: adding a relocation entry for 0x3b5d.
  7276. grub-install: info: adding a relocation entry for 0x3b69.
  7277. grub-install: info: adding a relocation entry for 0x3b75.
  7278. grub-install: info: adding a relocation entry for 0x3b8b.
  7279. grub-install: info: adding a relocation entry for 0x3b9a.
  7280. grub-install: info: adding a relocation entry for 0x3bc9.
  7281. grub-install: info: adding a relocation entry for 0x3bd5.
  7282. grub-install: info: adding a relocation entry for 0x3bea.
  7283. grub-install: info: adding a relocation entry for 0x3bf6.
  7284. grub-install: info: adding a relocation entry for 0x3c05.
  7285. grub-install: info: adding a relocation entry for 0x3c2b.
  7286. grub-install: info: adding a relocation entry for 0x3c70.
  7287. grub-install: info: adding a relocation entry for 0x3cb9.
  7288. grub-install: info: adding a relocation entry for 0x3cc5.
  7289. grub-install: info: adding a relocation entry for 0x3cde.
  7290. grub-install: info: adding a relocation entry for 0x3cea.
  7291. grub-install: info: adding a relocation entry for 0x3de9.
  7292. grub-install: info: adding a relocation entry for 0x3e00.
  7293. grub-install: info: adding a relocation entry for 0x3e11.
  7294. grub-install: info: adding a relocation entry for 0x3e2a.
  7295. grub-install: info: adding a relocation entry for 0x3e3f.
  7296. grub-install: info: adding a relocation entry for 0x3e5f.
  7297. grub-install: info: adding a relocation entry for 0x3e7f.
  7298. grub-install: info: adding a relocation entry for 0x3ece.
  7299. grub-install: info: adding a relocation entry for 0x3eda.
  7300. grub-install: info: adding a relocation entry for 0x3fb4.
  7301. grub-install: info: adding a relocation entry for 0x3fc1.
  7302. grub-install: info: adding a relocation entry for 0x4022.
  7303. grub-install: info: writing 272 bytes of a fixup block starting at 0x3000.
  7304. grub-install: info: adding a relocation entry for 0x408b.
  7305. grub-install: info: adding a relocation entry for 0x40d7.
  7306. grub-install: info: adding a relocation entry for 0x40f0.
  7307. grub-install: info: adding a relocation entry for 0x4105.
  7308. grub-install: info: adding a relocation entry for 0x4130.
  7309. grub-install: info: adding a relocation entry for 0x4152.
  7310. grub-install: info: adding a relocation entry for 0x4165.
  7311. grub-install: info: adding a relocation entry for 0x417d.
  7312. grub-install: info: adding a relocation entry for 0x418c.
  7313. grub-install: info: adding a relocation entry for 0x419d.
  7314. grub-install: info: adding a relocation entry for 0x41c2.
  7315. grub-install: info: adding a relocation entry for 0x420a.
  7316. grub-install: info: adding a relocation entry for 0x4223.
  7317. grub-install: info: adding a relocation entry for 0x423e.
  7318. grub-install: info: adding a relocation entry for 0x42cd.
  7319. grub-install: info: adding a relocation entry for 0x42dc.
  7320. grub-install: info: adding a relocation entry for 0x42ed.
  7321. grub-install: info: adding a relocation entry for 0x42f7.
  7322. grub-install: info: adding a relocation entry for 0x4304.
  7323. grub-install: info: adding a relocation entry for 0x430e.
  7324. grub-install: info: adding a relocation entry for 0x4328.
  7325. grub-install: info: adding a relocation entry for 0x4332.
  7326. grub-install: info: adding a relocation entry for 0x4351.
  7327. grub-install: info: adding a relocation entry for 0x435b.
  7328. grub-install: info: adding a relocation entry for 0x4367.
  7329. grub-install: info: adding a relocation entry for 0x4371.
  7330. grub-install: info: adding a relocation entry for 0x437d.
  7331. grub-install: info: adding a relocation entry for 0x4394.
  7332. grub-install: info: adding a relocation entry for 0x43a3.
  7333. grub-install: info: adding a relocation entry for 0x43b9.
  7334. grub-install: info: adding a relocation entry for 0x43d4.
  7335. grub-install: info: adding a relocation entry for 0x43ec.
  7336. grub-install: info: adding a relocation entry for 0x440f.
  7337. grub-install: info: adding a relocation entry for 0x4420.
  7338. grub-install: info: adding a relocation entry for 0x4431.
  7339. grub-install: info: adding a relocation entry for 0x4441.
  7340. grub-install: info: adding a relocation entry for 0x4457.
  7341. grub-install: info: adding a relocation entry for 0x4464.
  7342. grub-install: info: adding a relocation entry for 0x4470.
  7343. grub-install: info: adding a relocation entry for 0x4485.
  7344. grub-install: info: adding a relocation entry for 0x4497.
  7345. grub-install: info: adding a relocation entry for 0x44a1.
  7346. grub-install: info: adding a relocation entry for 0x44ad.
  7347. grub-install: info: adding a relocation entry for 0x44be.
  7348. grub-install: info: adding a relocation entry for 0x44c9.
  7349. grub-install: info: adding a relocation entry for 0x44d8.
  7350. grub-install: info: adding a relocation entry for 0x44f2.
  7351. grub-install: info: adding a relocation entry for 0x4503.
  7352. grub-install: info: adding a relocation entry for 0x4521.
  7353. grub-install: info: adding a relocation entry for 0x452d.
  7354. grub-install: info: adding a relocation entry for 0x4541.
  7355. grub-install: info: adding a relocation entry for 0x4555.
  7356. grub-install: info: adding a relocation entry for 0x4566.
  7357. grub-install: info: adding a relocation entry for 0x4573.
  7358. grub-install: info: adding a relocation entry for 0x458d.
  7359. grub-install: info: adding a relocation entry for 0x4597.
  7360. grub-install: info: adding a relocation entry for 0x45b3.
  7361. grub-install: info: adding a relocation entry for 0x45bf.
  7362. grub-install: info: adding a relocation entry for 0x45de.
  7363. grub-install: info: adding a relocation entry for 0x45f8.
  7364. grub-install: info: adding a relocation entry for 0x4609.
  7365. grub-install: info: adding a relocation entry for 0x461f.
  7366. grub-install: info: adding a relocation entry for 0x4638.
  7367. grub-install: info: adding a relocation entry for 0x4642.
  7368. grub-install: info: adding a relocation entry for 0x464c.
  7369. grub-install: info: adding a relocation entry for 0x4656.
  7370. grub-install: info: adding a relocation entry for 0x4660.
  7371. grub-install: info: adding a relocation entry for 0x4678.
  7372. grub-install: info: adding a relocation entry for 0x4685.
  7373. grub-install: info: adding a relocation entry for 0x468f.
  7374. grub-install: info: adding a relocation entry for 0x4699.
  7375. grub-install: info: adding a relocation entry for 0x46a3.
  7376. grub-install: info: adding a relocation entry for 0x46b2.
  7377. grub-install: info: adding a relocation entry for 0x46bc.
  7378. grub-install: info: adding a relocation entry for 0x46c6.
  7379. grub-install: info: adding a relocation entry for 0x46d0.
  7380. grub-install: info: adding a relocation entry for 0x46e2.
  7381. grub-install: info: adding a relocation entry for 0x46ed.
  7382. grub-install: info: adding a relocation entry for 0x46f7.
  7383. grub-install: info: adding a relocation entry for 0x4701.
  7384. grub-install: info: adding a relocation entry for 0x4713.
  7385. grub-install: info: adding a relocation entry for 0x473a.
  7386. grub-install: info: adding a relocation entry for 0x4751.
  7387. grub-install: info: adding a relocation entry for 0x4766.
  7388. grub-install: info: adding a relocation entry for 0x4772.
  7389. grub-install: info: adding a relocation entry for 0x4785.
  7390. grub-install: info: adding a relocation entry for 0x47c8.
  7391. grub-install: info: adding a relocation entry for 0x47d2.
  7392. grub-install: info: adding a relocation entry for 0x47eb.
  7393. grub-install: info: adding a relocation entry for 0x47f5.
  7394. grub-install: info: adding a relocation entry for 0x4806.
  7395. grub-install: info: adding a relocation entry for 0x481b.
  7396. grub-install: info: adding a relocation entry for 0x483a.
  7397. grub-install: info: adding a relocation entry for 0x484e.
  7398. grub-install: info: adding a relocation entry for 0x4860.
  7399. grub-install: info: adding a relocation entry for 0x4888.
  7400. grub-install: info: adding a relocation entry for 0x48a9.
  7401. grub-install: info: adding a relocation entry for 0x48c1.
  7402. grub-install: info: adding a relocation entry for 0x48d6.
  7403. grub-install: info: adding a relocation entry for 0x48e1.
  7404. grub-install: info: adding a relocation entry for 0x4914.
  7405. grub-install: info: adding a relocation entry for 0x492c.
  7406. grub-install: info: adding a relocation entry for 0x4946.
  7407. grub-install: info: adding a relocation entry for 0x4958.
  7408. grub-install: info: adding a relocation entry for 0x4965.
  7409. grub-install: info: adding a relocation entry for 0x4974.
  7410. grub-install: info: adding a relocation entry for 0x4985.
  7411. grub-install: info: adding a relocation entry for 0x49c4.
  7412. grub-install: info: adding a relocation entry for 0x49f7.
  7413. grub-install: info: adding a relocation entry for 0x4a1c.
  7414. grub-install: info: adding a relocation entry for 0x4a75.
  7415. grub-install: info: adding a relocation entry for 0x4ad3.
  7416. grub-install: info: adding a relocation entry for 0x4b04.
  7417. grub-install: info: adding a relocation entry for 0x4b44.
  7418. grub-install: info: adding a relocation entry for 0x4b76.
  7419. grub-install: info: adding a relocation entry for 0x4b8a.
  7420. grub-install: info: adding a relocation entry for 0x4ba1.
  7421. grub-install: info: adding a relocation entry for 0x4bf0.
  7422. grub-install: info: adding a relocation entry for 0x4c0d.
  7423. grub-install: info: adding a relocation entry for 0x4c27.
  7424. grub-install: info: adding a relocation entry for 0x4c3d.
  7425. grub-install: info: adding a relocation entry for 0x4ca9.
  7426. grub-install: info: adding a relocation entry for 0x4cc6.
  7427. grub-install: info: adding a relocation entry for 0x4cd5.
  7428. grub-install: info: adding a relocation entry for 0x4ce9.
  7429. grub-install: info: adding a relocation entry for 0x4d03.
  7430. grub-install: info: adding a relocation entry for 0x4d51.
  7431. grub-install: info: adding a relocation entry for 0x4d9d.
  7432. grub-install: info: adding a relocation entry for 0x4da9.
  7433. grub-install: info: adding a relocation entry for 0x4db6.
  7434. grub-install: info: adding a relocation entry for 0x4dc0.
  7435. grub-install: info: adding a relocation entry for 0x4dd1.
  7436. grub-install: info: adding a relocation entry for 0x4dde.
  7437. grub-install: info: adding a relocation entry for 0x4def.
  7438. grub-install: info: adding a relocation entry for 0x4e08.
  7439. grub-install: info: adding a relocation entry for 0x4e5a.
  7440. grub-install: info: adding a relocation entry for 0x4e65.
  7441. grub-install: info: adding a relocation entry for 0x4e70.
  7442. grub-install: info: adding a relocation entry for 0x4ea2.
  7443. grub-install: info: adding a relocation entry for 0x4eb7.
  7444. grub-install: info: adding a relocation entry for 0x4ec1.
  7445. grub-install: info: adding a relocation entry for 0x4eec.
  7446. grub-install: info: adding a relocation entry for 0x4ef6.
  7447. grub-install: info: adding a relocation entry for 0x4f05.
  7448. grub-install: info: adding a relocation entry for 0x4f17.
  7449. grub-install: info: adding a relocation entry for 0x4f3b.
  7450. grub-install: info: adding a relocation entry for 0x4f45.
  7451. grub-install: info: adding a relocation entry for 0x4f51.
  7452. grub-install: info: adding a relocation entry for 0x4f6c.
  7453. grub-install: info: adding a relocation entry for 0x4f93.
  7454. grub-install: info: adding a relocation entry for 0x4f9d.
  7455. grub-install: info: adding a relocation entry for 0x4fae.
  7456. grub-install: info: adding a relocation entry for 0x4fbf.
  7457. grub-install: info: adding a relocation entry for 0x4fd7.
  7458. grub-install: info: adding a relocation entry for 0x502d.
  7459. grub-install: info: adding a padding fixup entry.
  7460. grub-install: info: writing 320 bytes of a fixup block starting at 0x4000.
  7461. grub-install: info: adding a relocation entry for 0x5055.
  7462. grub-install: info: adding a relocation entry for 0x506a.
  7463. grub-install: info: adding a relocation entry for 0x507e.
  7464. grub-install: info: adding a relocation entry for 0x509d.
  7465. grub-install: info: adding a relocation entry for 0x50a7.
  7466. grub-install: info: adding a relocation entry for 0x50d7.
  7467. grub-install: info: adding a relocation entry for 0x50f0.
  7468. grub-install: info: adding a relocation entry for 0x5103.
  7469. grub-install: info: adding a relocation entry for 0x5124.
  7470. grub-install: info: adding a relocation entry for 0x5139.
  7471. grub-install: info: adding a relocation entry for 0x5148.
  7472. grub-install: info: adding a relocation entry for 0x5156.
  7473. grub-install: info: adding a relocation entry for 0x5162.
  7474. grub-install: info: adding a relocation entry for 0x5180.
  7475. grub-install: info: adding a relocation entry for 0x5191.
  7476. grub-install: info: adding a relocation entry for 0x51a8.
  7477. grub-install: info: adding a relocation entry for 0x51b4.
  7478. grub-install: info: adding a relocation entry for 0x51c7.
  7479. grub-install: info: adding a relocation entry for 0x51d6.
  7480. grub-install: info: adding a relocation entry for 0x51e0.
  7481. grub-install: info: adding a relocation entry for 0x51ef.
  7482. grub-install: info: adding a relocation entry for 0x51f9.
  7483. grub-install: info: adding a relocation entry for 0x5208.
  7484. grub-install: info: adding a relocation entry for 0x5217.
  7485. grub-install: info: adding a relocation entry for 0x522a.
  7486. grub-install: info: adding a relocation entry for 0x523b.
  7487. grub-install: info: adding a relocation entry for 0x52bc.
  7488. grub-install: info: adding a relocation entry for 0x52cd.
  7489. grub-install: info: adding a relocation entry for 0x531b.
  7490. grub-install: info: adding a relocation entry for 0x532c.
  7491. grub-install: info: adding a relocation entry for 0x533c.
  7492. grub-install: info: adding a relocation entry for 0x534a.
  7493. grub-install: info: adding a relocation entry for 0x5357.
  7494. grub-install: info: adding a relocation entry for 0x5361.
  7495. grub-install: info: adding a relocation entry for 0x5370.
  7496. grub-install: info: adding a relocation entry for 0x537a.
  7497. grub-install: info: adding a relocation entry for 0x5387.
  7498. grub-install: info: adding a relocation entry for 0x53c8.
  7499. grub-install: info: adding a relocation entry for 0x5408.
  7500. grub-install: info: adding a relocation entry for 0x545d.
  7501. grub-install: info: adding a relocation entry for 0x547c.
  7502. grub-install: info: adding a relocation entry for 0x54c4.
  7503. grub-install: info: adding a relocation entry for 0x5589.
  7504. grub-install: info: adding a relocation entry for 0x55a3.
  7505. grub-install: info: adding a relocation entry for 0x55ec.
  7506. grub-install: info: adding a relocation entry for 0x55f6.
  7507. grub-install: info: adding a relocation entry for 0x562a.
  7508. grub-install: info: adding a relocation entry for 0x5699.
  7509. grub-install: info: adding a relocation entry for 0x56b3.
  7510. grub-install: info: adding a relocation entry for 0x56c5.
  7511. grub-install: info: adding a relocation entry for 0x56d7.
  7512. grub-install: info: adding a relocation entry for 0x570c.
  7513. grub-install: info: adding a relocation entry for 0x5724.
  7514. grub-install: info: adding a relocation entry for 0x572f.
  7515. grub-install: info: adding a relocation entry for 0x5772.
  7516. grub-install: info: adding a relocation entry for 0x57a4.
  7517. grub-install: info: adding a relocation entry for 0x57e1.
  7518. grub-install: info: adding a relocation entry for 0x5836.
  7519. grub-install: info: adding a relocation entry for 0x5840.
  7520. grub-install: info: adding a relocation entry for 0x586a.
  7521. grub-install: info: adding a relocation entry for 0x587b.
  7522. grub-install: info: adding a relocation entry for 0x58cc.
  7523. grub-install: info: adding a relocation entry for 0x58e6.
  7524. grub-install: info: adding a relocation entry for 0x58fa.
  7525. grub-install: info: adding a relocation entry for 0x5932.
  7526. grub-install: info: adding a relocation entry for 0x593c.
  7527. grub-install: info: adding a relocation entry for 0x5948.
  7528. grub-install: info: adding a relocation entry for 0x5963.
  7529. grub-install: info: adding a relocation entry for 0x5978.
  7530. grub-install: info: adding a relocation entry for 0x59a6.
  7531. grub-install: info: adding a relocation entry for 0x59b7.
  7532. grub-install: info: adding a relocation entry for 0x59c8.
  7533. grub-install: info: adding a relocation entry for 0x59e1.
  7534. grub-install: info: adding a relocation entry for 0x5a08.
  7535. grub-install: info: adding a relocation entry for 0x5a19.
  7536. grub-install: info: adding a relocation entry for 0x5a2f.
  7537. grub-install: info: adding a relocation entry for 0x5a51.
  7538. grub-install: info: adding a relocation entry for 0x5a5d.
  7539. grub-install: info: adding a relocation entry for 0x5a6c.
  7540. grub-install: info: adding a relocation entry for 0x5a76.
  7541. grub-install: info: adding a relocation entry for 0x5a83.
  7542. grub-install: info: adding a relocation entry for 0x5a90.
  7543. grub-install: info: adding a relocation entry for 0x5aa6.
  7544. grub-install: info: adding a relocation entry for 0x5ab5.
  7545. grub-install: info: adding a relocation entry for 0x5ad1.
  7546. grub-install: info: adding a relocation entry for 0x5adb.
  7547. grub-install: info: adding a relocation entry for 0x5af4.
  7548. grub-install: info: adding a relocation entry for 0x5b0d.
  7549. grub-install: info: adding a relocation entry for 0x5b1e.
  7550. grub-install: info: adding a relocation entry for 0x5b2b.
  7551. grub-install: info: adding a relocation entry for 0x5b3c.
  7552. grub-install: info: adding a relocation entry for 0x5b4b.
  7553. grub-install: info: adding a relocation entry for 0x5b60.
  7554. grub-install: info: adding a relocation entry for 0x5b75.
  7555. grub-install: info: adding a relocation entry for 0x5b82.
  7556. grub-install: info: adding a relocation entry for 0x5b9b.
  7557. grub-install: info: adding a relocation entry for 0x5bba.
  7558. grub-install: info: adding a relocation entry for 0x5be1.
  7559. grub-install: info: adding a relocation entry for 0x5bf2.
  7560. grub-install: info: adding a relocation entry for 0x5c02.
  7561. grub-install: info: adding a relocation entry for 0x5c20.
  7562. grub-install: info: adding a relocation entry for 0x5c8d.
  7563. grub-install: info: adding a relocation entry for 0x5cd0.
  7564. grub-install: info: adding a relocation entry for 0x5ce3.
  7565. grub-install: info: adding a relocation entry for 0x5d2d.
  7566. grub-install: info: adding a relocation entry for 0x5d40.
  7567. grub-install: info: adding a relocation entry for 0x5dc4.
  7568. grub-install: info: adding a relocation entry for 0x5dd5.
  7569. grub-install: info: adding a relocation entry for 0x5e4b.
  7570. grub-install: info: adding a relocation entry for 0x5e8f.
  7571. grub-install: info: adding a relocation entry for 0x5ea2.
  7572. grub-install: info: adding a relocation entry for 0x5f37.
  7573. grub-install: info: adding a relocation entry for 0x5f85.
  7574. grub-install: info: adding a relocation entry for 0x5f94.
  7575. grub-install: info: adding a relocation entry for 0x5fa3.
  7576. grub-install: info: adding a relocation entry for 0x5fad.
  7577. grub-install: info: adding a relocation entry for 0x5fd4.
  7578. grub-install: info: adding a relocation entry for 0x6022.
  7579. grub-install: info: adding a padding fixup entry.
  7580. grub-install: info: adding a padding fixup entry.
  7581. grub-install: info: writing 248 bytes of a fixup block starting at 0x5000.
  7582. grub-install: info: adding a relocation entry for 0x6033.
  7583. grub-install: info: adding a relocation entry for 0x605f.
  7584. grub-install: info: adding a relocation entry for 0x60bc.
  7585. grub-install: info: adding a relocation entry for 0x60e7.
  7586. grub-install: info: adding a relocation entry for 0x60f5.
  7587. grub-install: info: adding a relocation entry for 0x60ff.
  7588. grub-install: info: adding a relocation entry for 0x610e.
  7589. grub-install: info: adding a relocation entry for 0x6120.
  7590. grub-install: info: adding a relocation entry for 0x612a.
  7591. grub-install: info: adding a relocation entry for 0x6139.
  7592. grub-install: info: adding a relocation entry for 0x614b.
  7593. grub-install: info: adding a relocation entry for 0x6155.
  7594. grub-install: info: adding a relocation entry for 0x6164.
  7595. grub-install: info: adding a relocation entry for 0x6173.
  7596. grub-install: info: adding a relocation entry for 0x618b.
  7597. grub-install: info: adding a relocation entry for 0x619c.
  7598. grub-install: info: adding a relocation entry for 0x61da.
  7599. grub-install: info: adding a relocation entry for 0x6203.
  7600. grub-install: info: adding a relocation entry for 0x621e.
  7601. grub-install: info: adding a relocation entry for 0x6241.
  7602. grub-install: info: adding a relocation entry for 0x6252.
  7603. grub-install: info: adding a relocation entry for 0x6260.
  7604. grub-install: info: adding a relocation entry for 0x627a.
  7605. grub-install: info: adding a relocation entry for 0x6294.
  7606. grub-install: info: adding a relocation entry for 0x62ab.
  7607. grub-install: info: adding a relocation entry for 0x62c0.
  7608. grub-install: info: adding a relocation entry for 0x62d1.
  7609. grub-install: info: adding a relocation entry for 0x62e9.
  7610. grub-install: info: adding a relocation entry for 0x62fd.
  7611. grub-install: info: adding a relocation entry for 0x6321.
  7612. grub-install: info: adding a relocation entry for 0x6330.
  7613. grub-install: info: adding a relocation entry for 0x6345.
  7614. grub-install: info: adding a relocation entry for 0x6362.
  7615. grub-install: info: adding a relocation entry for 0x636c.
  7616. grub-install: info: adding a relocation entry for 0x637d.
  7617. grub-install: info: adding a relocation entry for 0x6396.
  7618. grub-install: info: adding a relocation entry for 0x63a0.
  7619. grub-install: info: adding a relocation entry for 0x63b7.
  7620. grub-install: info: adding a relocation entry for 0x63c9.
  7621. grub-install: info: adding a relocation entry for 0x63e1.
  7622. grub-install: info: adding a relocation entry for 0x63f4.
  7623. grub-install: info: adding a relocation entry for 0x6405.
  7624. grub-install: info: adding a relocation entry for 0x641d.
  7625. grub-install: info: adding a relocation entry for 0x6427.
  7626. grub-install: info: adding a relocation entry for 0x6441.
  7627. grub-install: info: adding a relocation entry for 0x6481.
  7628. grub-install: info: adding a relocation entry for 0x648d.
  7629. grub-install: info: adding a relocation entry for 0x64c0.
  7630. grub-install: info: adding a relocation entry for 0x64f6.
  7631. grub-install: info: adding a relocation entry for 0x6519.
  7632. grub-install: info: adding a relocation entry for 0x652f.
  7633. grub-install: info: adding a relocation entry for 0x654b.
  7634. grub-install: info: adding a relocation entry for 0x656f.
  7635. grub-install: info: adding a relocation entry for 0x65c7.
  7636. grub-install: info: adding a relocation entry for 0x65dd.
  7637. grub-install: info: adding a relocation entry for 0x65ec.
  7638. grub-install: info: adding a relocation entry for 0x661e.
  7639. grub-install: info: adding a relocation entry for 0x6647.
  7640. grub-install: info: adding a relocation entry for 0x6651.
  7641. grub-install: info: adding a relocation entry for 0x667a.
  7642. grub-install: info: adding a relocation entry for 0x66a0.
  7643. grub-install: info: adding a relocation entry for 0x66bd.
  7644. grub-install: info: adding a relocation entry for 0x6735.
  7645. grub-install: info: adding a relocation entry for 0x674b.
  7646. grub-install: info: adding a relocation entry for 0x6758.
  7647. grub-install: info: adding a relocation entry for 0x6767.
  7648. grub-install: info: adding a relocation entry for 0x678b.
  7649. grub-install: info: adding a relocation entry for 0x67a1.
  7650. grub-install: info: adding a relocation entry for 0x67ae.
  7651. grub-install: info: adding a relocation entry for 0x67db.
  7652. grub-install: info: adding a relocation entry for 0x6815.
  7653. grub-install: info: adding a relocation entry for 0x682e.
  7654. grub-install: info: adding a relocation entry for 0x6838.
  7655. grub-install: info: adding a relocation entry for 0x684b.
  7656. grub-install: info: adding a relocation entry for 0x685c.
  7657. grub-install: info: adding a relocation entry for 0x6873.
  7658. grub-install: info: adding a relocation entry for 0x687f.
  7659. grub-install: info: adding a relocation entry for 0x688f.
  7660. grub-install: info: adding a relocation entry for 0x689a.
  7661. grub-install: info: adding a relocation entry for 0x68a5.
  7662. grub-install: info: adding a relocation entry for 0x68b5.
  7663. grub-install: info: adding a relocation entry for 0x68c0.
  7664. grub-install: info: adding a relocation entry for 0x68cc.
  7665. grub-install: info: adding a relocation entry for 0x68d7.
  7666. grub-install: info: adding a relocation entry for 0x68e8.
  7667. grub-install: info: adding a relocation entry for 0x68f1.
  7668. grub-install: info: adding a relocation entry for 0x6909.
  7669. grub-install: info: adding a relocation entry for 0x691b.
  7670. grub-install: info: adding a relocation entry for 0x6925.
  7671. grub-install: info: adding a relocation entry for 0x6939.
  7672. grub-install: info: adding a relocation entry for 0x6947.
  7673. grub-install: info: adding a relocation entry for 0x6956.
  7674. grub-install: info: adding a relocation entry for 0x6960.
  7675. grub-install: info: adding a relocation entry for 0x696c.
  7676. grub-install: info: adding a relocation entry for 0x6979.
  7677. grub-install: info: adding a relocation entry for 0x6986.
  7678. grub-install: info: adding a relocation entry for 0x6991.
  7679. grub-install: info: adding a relocation entry for 0x699b.
  7680. grub-install: info: adding a relocation entry for 0x69ab.
  7681. grub-install: info: adding a relocation entry for 0x69ba.
  7682. grub-install: info: adding a relocation entry for 0x69c6.
  7683. grub-install: info: adding a relocation entry for 0x69d3.
  7684. grub-install: info: adding a relocation entry for 0x69f2.
  7685. grub-install: info: adding a relocation entry for 0x6a08.
  7686. grub-install: info: adding a relocation entry for 0x6a17.
  7687. grub-install: info: adding a relocation entry for 0x6a2a.
  7688. grub-install: info: adding a relocation entry for 0x6a50.
  7689. grub-install: info: adding a relocation entry for 0x6a7e.
  7690. grub-install: info: adding a relocation entry for 0x6a8f.
  7691. grub-install: info: adding a relocation entry for 0x6ad1.
  7692. grub-install: info: adding a relocation entry for 0x6b25.
  7693. grub-install: info: adding a relocation entry for 0x6b34.
  7694. grub-install: info: adding a relocation entry for 0x6b44.
  7695. grub-install: info: adding a relocation entry for 0x6b54.
  7696. grub-install: info: adding a relocation entry for 0x6b6b.
  7697. grub-install: info: adding a relocation entry for 0x6b91.
  7698. grub-install: info: adding a relocation entry for 0x6ba9.
  7699. grub-install: info: adding a relocation entry for 0x6bbb.
  7700. grub-install: info: adding a relocation entry for 0x6bd5.
  7701. grub-install: info: adding a relocation entry for 0x6bff.
  7702. grub-install: info: adding a relocation entry for 0x6c12.
  7703. grub-install: info: adding a relocation entry for 0x6c43.
  7704. grub-install: info: adding a relocation entry for 0x6c58.
  7705. grub-install: info: adding a relocation entry for 0x6c62.
  7706. grub-install: info: adding a relocation entry for 0x6c99.
  7707. grub-install: info: adding a relocation entry for 0x6caa.
  7708. grub-install: info: adding a relocation entry for 0x6cb4.
  7709. grub-install: info: adding a relocation entry for 0x6cbe.
  7710. grub-install: info: adding a relocation entry for 0x6ccf.
  7711. grub-install: info: adding a relocation entry for 0x6ce2.
  7712. grub-install: info: adding a relocation entry for 0x6cec.
  7713. grub-install: info: adding a relocation entry for 0x6cf6.
  7714. grub-install: info: adding a relocation entry for 0x6d07.
  7715. grub-install: info: adding a relocation entry for 0x6d2a.
  7716. grub-install: info: adding a relocation entry for 0x6d3c.
  7717. grub-install: info: adding a relocation entry for 0x6d64.
  7718. grub-install: info: adding a relocation entry for 0x6e5c.
  7719. grub-install: info: adding a relocation entry for 0x6eba.
  7720. grub-install: info: adding a relocation entry for 0x6eff.
  7721. grub-install: info: adding a relocation entry for 0x6f0e.
  7722. grub-install: info: adding a relocation entry for 0x6f20.
  7723. grub-install: info: adding a relocation entry for 0x6f31.
  7724. grub-install: info: adding a relocation entry for 0x6f58.
  7725. grub-install: info: adding a relocation entry for 0x6f6c.
  7726. grub-install: info: adding a relocation entry for 0x6f9a.
  7727. grub-install: info: adding a relocation entry for 0x6fca.
  7728. grub-install: info: adding a relocation entry for 0x6fdb.
  7729. grub-install: info: adding a relocation entry for 0x700a.
  7730. grub-install: info: writing 304 bytes of a fixup block starting at 0x6000.
  7731. grub-install: info: adding a relocation entry for 0x7018.
  7732. grub-install: info: adding a relocation entry for 0x7046.
  7733. grub-install: info: adding a relocation entry for 0x7050.
  7734. grub-install: info: adding a relocation entry for 0x7068.
  7735. grub-install: info: adding a relocation entry for 0x7072.
  7736. grub-install: info: adding a relocation entry for 0x7081.
  7737. grub-install: info: adding a relocation entry for 0x7090.
  7738. grub-install: info: adding a relocation entry for 0x709a.
  7739. grub-install: info: adding a relocation entry for 0x70aa.
  7740. grub-install: info: adding a relocation entry for 0x70bd.
  7741. grub-install: info: adding a relocation entry for 0x70cf.
  7742. grub-install: info: adding a relocation entry for 0x70d9.
  7743. grub-install: info: adding a relocation entry for 0x70e8.
  7744. grub-install: info: adding a relocation entry for 0x70f5.
  7745. grub-install: info: adding a relocation entry for 0x7100.
  7746. grub-install: info: adding a relocation entry for 0x711a.
  7747. grub-install: info: adding a relocation entry for 0x712d.
  7748. grub-install: info: adding a relocation entry for 0x7141.
  7749. grub-install: info: adding a relocation entry for 0x7158.
  7750. grub-install: info: adding a relocation entry for 0x7164.
  7751. grub-install: info: adding a relocation entry for 0x7173.
  7752. grub-install: info: adding a relocation entry for 0x717d.
  7753. grub-install: info: adding a relocation entry for 0x718e.
  7754. grub-install: info: adding a relocation entry for 0x719b.
  7755. grub-install: info: adding a relocation entry for 0x71a9.
  7756. grub-install: info: adding a relocation entry for 0x71bf.
  7757. grub-install: info: adding a relocation entry for 0x71ca.
  7758. grub-install: info: adding a relocation entry for 0x71d7.
  7759. grub-install: info: adding a relocation entry for 0x71e1.
  7760. grub-install: info: adding a relocation entry for 0x71f4.
  7761. grub-install: info: adding a relocation entry for 0x71ff.
  7762. grub-install: info: adding a relocation entry for 0x721d.
  7763. grub-install: info: adding a relocation entry for 0x722e.
  7764. grub-install: info: adding a relocation entry for 0x7246.
  7765. grub-install: info: adding a relocation entry for 0x72c8.
  7766. grub-install: info: adding a relocation entry for 0x72e8.
  7767. grub-install: info: adding a relocation entry for 0x72f8.
  7768. grub-install: info: adding a relocation entry for 0x7305.
  7769. grub-install: info: adding a relocation entry for 0x7323.
  7770. grub-install: info: adding a relocation entry for 0x7337.
  7771. grub-install: info: adding a relocation entry for 0x735e.
  7772. grub-install: info: adding a relocation entry for 0x739f.
  7773. grub-install: info: adding a relocation entry for 0x73b2.
  7774. grub-install: info: adding a relocation entry for 0x73be.
  7775. grub-install: info: adding a relocation entry for 0x73d6.
  7776. grub-install: info: adding a relocation entry for 0x73e9.
  7777. grub-install: info: adding a relocation entry for 0x7412.
  7778. grub-install: info: adding a relocation entry for 0x7420.
  7779. grub-install: info: adding a relocation entry for 0x7457.
  7780. grub-install: info: adding a relocation entry for 0x7461.
  7781. grub-install: info: adding a relocation entry for 0x746b.
  7782. grub-install: info: adding a relocation entry for 0x7477.
  7783. grub-install: info: adding a relocation entry for 0x7486.
  7784. grub-install: info: adding a relocation entry for 0x74a3.
  7785. grub-install: info: adding a relocation entry for 0x74b2.
  7786. grub-install: info: adding a relocation entry for 0x74c9.
  7787. grub-install: info: adding a relocation entry for 0x7522.
  7788. grub-install: info: adding a relocation entry for 0x752c.
  7789. grub-install: info: adding a relocation entry for 0x7536.
  7790. grub-install: info: adding a relocation entry for 0x754a.
  7791. grub-install: info: adding a relocation entry for 0x7577.
  7792. grub-install: info: adding a relocation entry for 0x7581.
  7793. grub-install: info: adding a relocation entry for 0x758b.
  7794. grub-install: info: adding a relocation entry for 0x75ab.
  7795. grub-install: info: adding a relocation entry for 0x75b5.
  7796. grub-install: info: adding a relocation entry for 0x75c1.
  7797. grub-install: info: adding a relocation entry for 0x75cb.
  7798. grub-install: info: adding a relocation entry for 0x75da.
  7799. grub-install: info: adding a relocation entry for 0x75fd.
  7800. grub-install: info: adding a relocation entry for 0x761c.
  7801. grub-install: info: adding a relocation entry for 0x7644.
  7802. grub-install: info: adding a relocation entry for 0x76aa.
  7803. grub-install: info: adding a relocation entry for 0x76c2.
  7804. grub-install: info: adding a relocation entry for 0x76dd.
  7805. grub-install: info: adding a relocation entry for 0x7717.
  7806. grub-install: info: adding a relocation entry for 0x7721.
  7807. grub-install: info: adding a relocation entry for 0x7742.
  7808. grub-install: info: adding a relocation entry for 0x7756.
  7809. grub-install: info: adding a relocation entry for 0x7767.
  7810. grub-install: info: adding a relocation entry for 0x7773.
  7811. grub-install: info: adding a relocation entry for 0x778a.
  7812. grub-install: info: adding a relocation entry for 0x7794.
  7813. grub-install: info: adding a relocation entry for 0x77a3.
  7814. grub-install: info: adding a relocation entry for 0x77b2.
  7815. grub-install: info: adding a relocation entry for 0x77bc.
  7816. grub-install: info: adding a relocation entry for 0x77cb.
  7817. grub-install: info: adding a relocation entry for 0x77dc.
  7818. grub-install: info: adding a relocation entry for 0x77e6.
  7819. grub-install: info: adding a relocation entry for 0x77f2.
  7820. grub-install: info: adding a relocation entry for 0x77fe.
  7821. grub-install: info: adding a relocation entry for 0x780a.
  7822. grub-install: info: adding a relocation entry for 0x781c.
  7823. grub-install: info: adding a relocation entry for 0x7826.
  7824. grub-install: info: adding a relocation entry for 0x7832.
  7825. grub-install: info: adding a relocation entry for 0x7844.
  7826. grub-install: info: adding a relocation entry for 0x7850.
  7827. grub-install: info: adding a relocation entry for 0x785a.
  7828. grub-install: info: adding a relocation entry for 0x7866.
  7829. grub-install: info: adding a relocation entry for 0x7874.
  7830. grub-install: info: adding a relocation entry for 0x787e.
  7831. grub-install: info: adding a relocation entry for 0x7887.
  7832. grub-install: info: adding a relocation entry for 0x7894.
  7833. grub-install: info: adding a relocation entry for 0x78af.
  7834. grub-install: info: adding a relocation entry for 0x78d9.
  7835. grub-install: info: adding a relocation entry for 0x78ef.
  7836. grub-install: info: adding a relocation entry for 0x7907.
  7837. grub-install: info: adding a relocation entry for 0x7913.
  7838. grub-install: info: adding a relocation entry for 0x7925.
  7839. grub-install: info: adding a relocation entry for 0x793c.
  7840. grub-install: info: adding a relocation entry for 0x7948.
  7841. grub-install: info: adding a relocation entry for 0x796f.
  7842. grub-install: info: adding a relocation entry for 0x79d6.
  7843. grub-install: info: adding a relocation entry for 0x79e4.
  7844. grub-install: info: adding a relocation entry for 0x7ad3.
  7845. grub-install: info: adding a relocation entry for 0x7b1a.
  7846. grub-install: info: adding a relocation entry for 0x7b8b.
  7847. grub-install: info: adding a relocation entry for 0x7c3a.
  7848. grub-install: info: adding a relocation entry for 0x7c58.
  7849. grub-install: info: adding a relocation entry for 0x7c79.
  7850. grub-install: info: adding a relocation entry for 0x7c95.
  7851. grub-install: info: adding a relocation entry for 0x7ca7.
  7852. grub-install: info: adding a relocation entry for 0x7cc7.
  7853. grub-install: info: adding a relocation entry for 0x7d46.
  7854. grub-install: info: adding a relocation entry for 0x7df2.
  7855. grub-install: info: adding a relocation entry for 0x7e03.
  7856. grub-install: info: adding a relocation entry for 0x7e14.
  7857. grub-install: info: adding a relocation entry for 0x7e45.
  7858. grub-install: info: adding a relocation entry for 0x7e56.
  7859. grub-install: info: adding a relocation entry for 0x7f84.
  7860. grub-install: info: adding a relocation entry for 0x7f9c.
  7861. grub-install: info: adding a relocation entry for 0x7fcc.
  7862. grub-install: info: adding a relocation entry for 0x7fd6.
  7863. grub-install: info: adding a relocation entry for 0x8120.
  7864. grub-install: info: adding a padding fixup entry.
  7865. grub-install: info: adding a padding fixup entry.
  7866. grub-install: info: adding a padding fixup entry.
  7867. grub-install: info: writing 280 bytes of a fixup block starting at 0x7000.
  7868. grub-install: info: adding a relocation entry for 0x81c7.
  7869. grub-install: info: adding a relocation entry for 0x826d.
  7870. grub-install: info: adding a relocation entry for 0x82b7.
  7871. grub-install: info: adding a relocation entry for 0x8410.
  7872. grub-install: info: adding a relocation entry for 0x844d.
  7873. grub-install: info: adding a relocation entry for 0x8590.
  7874. grub-install: info: adding a relocation entry for 0x866d.
  7875. grub-install: info: adding a relocation entry for 0x8677.
  7876. grub-install: info: adding a relocation entry for 0x8688.
  7877. grub-install: info: adding a relocation entry for 0x86a9.
  7878. grub-install: info: adding a relocation entry for 0x86c6.
  7879. grub-install: info: adding a relocation entry for 0x86dc.
  7880. grub-install: info: adding a relocation entry for 0x86e5.
  7881. grub-install: info: adding a relocation entry for 0x86f0.
  7882. grub-install: info: adding a relocation entry for 0x86f9.
  7883. grub-install: info: adding a relocation entry for 0x8702.
  7884. grub-install: info: adding a relocation entry for 0x870d.
  7885. grub-install: info: adding a relocation entry for 0x872e.
  7886. grub-install: info: adding a relocation entry for 0x873a.
  7887. grub-install: info: adding a relocation entry for 0x8749.
  7888. grub-install: info: adding a relocation entry for 0x875b.
  7889. grub-install: info: adding a relocation entry for 0x87b0.
  7890. grub-install: info: adding a relocation entry for 0x87c4.
  7891. grub-install: info: adding a relocation entry for 0x8813.
  7892. grub-install: info: adding a relocation entry for 0x8826.
  7893. grub-install: info: adding a relocation entry for 0x883d.
  7894. grub-install: info: adding a relocation entry for 0x886a.
  7895. grub-install: info: adding a relocation entry for 0x8877.
  7896. grub-install: info: adding a relocation entry for 0x8899.
  7897. grub-install: info: adding a relocation entry for 0x88a3.
  7898. grub-install: info: adding a relocation entry for 0x88d8.
  7899. grub-install: info: adding a relocation entry for 0x88e4.
  7900. grub-install: info: adding a relocation entry for 0x890b.
  7901. grub-install: info: adding a relocation entry for 0x893c.
  7902. grub-install: info: adding a relocation entry for 0x894d.
  7903. grub-install: info: adding a relocation entry for 0x89a3.
  7904. grub-install: info: adding a relocation entry for 0x89b9.
  7905. grub-install: info: adding a relocation entry for 0x89e1.
  7906. grub-install: info: adding a relocation entry for 0x8a03.
  7907. grub-install: info: adding a relocation entry for 0x8a1a.
  7908. grub-install: info: adding a relocation entry for 0x8a2b.
  7909. grub-install: info: adding a relocation entry for 0x8a8d.
  7910. grub-install: info: adding a relocation entry for 0x8a9f.
  7911. grub-install: info: adding a relocation entry for 0x8ae2.
  7912. grub-install: info: adding a relocation entry for 0x8af6.
  7913. grub-install: info: adding a relocation entry for 0x8b04.
  7914. grub-install: info: adding a relocation entry for 0x8b10.
  7915. grub-install: info: adding a relocation entry for 0x8b20.
  7916. grub-install: info: adding a relocation entry for 0x8b2e.
  7917. grub-install: info: adding a relocation entry for 0x8b3a.
  7918. grub-install: info: adding a relocation entry for 0x8b83.
  7919. grub-install: info: adding a relocation entry for 0x8ba0.
  7920. grub-install: info: adding a relocation entry for 0x8bb5.
  7921. grub-install: info: adding a relocation entry for 0x8beb.
  7922. grub-install: info: adding a relocation entry for 0x8c41.
  7923. grub-install: info: adding a relocation entry for 0x8c76.
  7924. grub-install: info: adding a relocation entry for 0x8d5d.
  7925. grub-install: info: adding a relocation entry for 0x8d67.
  7926. grub-install: info: adding a relocation entry for 0x8d98.
  7927. grub-install: info: adding a relocation entry for 0x8da7.
  7928. grub-install: info: adding a relocation entry for 0x8de0.
  7929. grub-install: info: adding a relocation entry for 0x8e4e.
  7930. grub-install: info: adding a relocation entry for 0x8e64.
  7931. grub-install: info: adding a relocation entry for 0x8e83.
  7932. grub-install: info: adding a relocation entry for 0x8eb9.
  7933. grub-install: info: adding a relocation entry for 0x8ede.
  7934. grub-install: info: adding a relocation entry for 0x8f07.
  7935. grub-install: info: adding a relocation entry for 0x8f12.
  7936. grub-install: info: adding a relocation entry for 0x8f65.
  7937. grub-install: info: adding a relocation entry for 0x8f70.
  7938. grub-install: info: adding a relocation entry for 0x8f9d.
  7939. grub-install: info: adding a relocation entry for 0x8fae.
  7940. grub-install: info: adding a relocation entry for 0x8fc1.
  7941. grub-install: info: adding a relocation entry for 0x9012.
  7942. grub-install: info: adding a padding fixup entry.
  7943. grub-install: info: adding a padding fixup entry.
  7944. grub-install: info: writing 160 bytes of a fixup block starting at 0x8000.
  7945. grub-install: info: adding a relocation entry for 0x9024.
  7946. grub-install: info: adding a relocation entry for 0x9065.
  7947. grub-install: info: adding a relocation entry for 0x9075.
  7948. grub-install: info: adding a relocation entry for 0x9098.
  7949. grub-install: info: adding a relocation entry for 0x90c0.
  7950. grub-install: info: adding a relocation entry for 0x90d8.
  7951. grub-install: info: adding a relocation entry for 0x90e8.
  7952. grub-install: info: adding a relocation entry for 0x9148.
  7953. grub-install: info: adding a relocation entry for 0x9167.
  7954. grub-install: info: adding a relocation entry for 0x9195.
  7955. grub-install: info: adding a relocation entry for 0x91aa.
  7956. grub-install: info: adding a relocation entry for 0x91d8.
  7957. grub-install: info: adding a relocation entry for 0x91f8.
  7958. grub-install: info: adding a relocation entry for 0x9202.
  7959. grub-install: info: adding a relocation entry for 0x9234.
  7960. grub-install: info: adding a relocation entry for 0x9259.
  7961. grub-install: info: adding a relocation entry for 0x9263.
  7962. grub-install: info: adding a relocation entry for 0x9272.
  7963. grub-install: info: adding a relocation entry for 0x9283.
  7964. grub-install: info: adding a relocation entry for 0x932c.
  7965. grub-install: info: adding a relocation entry for 0x9341.
  7966. grub-install: info: adding a relocation entry for 0x9355.
  7967. grub-install: info: adding a relocation entry for 0x935f.
  7968. grub-install: info: adding a relocation entry for 0x9371.
  7969. grub-install: info: adding a relocation entry for 0x9380.
  7970. grub-install: info: adding a relocation entry for 0x93c0.
  7971. grub-install: info: adding a relocation entry for 0x9424.
  7972. grub-install: info: adding a relocation entry for 0x9436.
  7973. grub-install: info: adding a relocation entry for 0x944d.
  7974. grub-install: info: adding a relocation entry for 0x9486.
  7975. grub-install: info: adding a relocation entry for 0x949b.
  7976. grub-install: info: adding a relocation entry for 0x94bb.
  7977. grub-install: info: adding a relocation entry for 0x94d1.
  7978. grub-install: info: adding a relocation entry for 0x951c.
  7979. grub-install: info: adding a relocation entry for 0x954e.
  7980. grub-install: info: adding a relocation entry for 0x9573.
  7981. grub-install: info: adding a relocation entry for 0x9583.
  7982. grub-install: info: adding a relocation entry for 0x95ae.
  7983. grub-install: info: adding a relocation entry for 0x95ba.
  7984. grub-install: info: adding a relocation entry for 0x95c6.
  7985. grub-install: info: adding a relocation entry for 0x95d0.
  7986. grub-install: info: adding a relocation entry for 0x95e4.
  7987. grub-install: info: adding a relocation entry for 0x95f0.
  7988. grub-install: info: adding a relocation entry for 0x9601.
  7989. grub-install: info: adding a relocation entry for 0x9616.
  7990. grub-install: info: adding a relocation entry for 0x9628.
  7991. grub-install: info: adding a relocation entry for 0x9635.
  7992. grub-install: info: adding a relocation entry for 0x964a.
  7993. grub-install: info: adding a relocation entry for 0x9661.
  7994. grub-install: info: adding a relocation entry for 0x966b.
  7995. grub-install: info: adding a relocation entry for 0x968c.
  7996. grub-install: info: adding a relocation entry for 0x96b1.
  7997. grub-install: info: adding a relocation entry for 0x96db.
  7998. grub-install: info: adding a relocation entry for 0x96e7.
  7999. grub-install: info: adding a relocation entry for 0x96f3.
  8000. grub-install: info: adding a relocation entry for 0x970d.
  8001. grub-install: info: adding a relocation entry for 0x9717.
  8002. grub-install: info: adding a relocation entry for 0x9723.
  8003. grub-install: info: adding a relocation entry for 0x972f.
  8004. grub-install: info: adding a relocation entry for 0x9739.
  8005. grub-install: info: adding a relocation entry for 0x9753.
  8006. grub-install: info: adding a relocation entry for 0x975f.
  8007. grub-install: info: adding a relocation entry for 0x976f.
  8008. grub-install: info: adding a relocation entry for 0x9779.
  8009. grub-install: info: adding a relocation entry for 0x978f.
  8010. grub-install: info: adding a relocation entry for 0x97af.
  8011. grub-install: info: adding a relocation entry for 0x97c0.
  8012. grub-install: info: adding a relocation entry for 0x980a.
  8013. grub-install: info: adding a relocation entry for 0x9842.
  8014. grub-install: info: adding a relocation entry for 0x9859.
  8015. grub-install: info: adding a relocation entry for 0x987b.
  8016. grub-install: info: adding a relocation entry for 0x98af.
  8017. grub-install: info: adding a relocation entry for 0x98c3.
  8018. grub-install: info: adding a relocation entry for 0x98d4.
  8019. grub-install: info: adding a relocation entry for 0x98fa.
  8020. grub-install: info: adding a relocation entry for 0x9922.
  8021. grub-install: info: adding a relocation entry for 0x992c.
  8022. grub-install: info: adding a relocation entry for 0x9941.
  8023. grub-install: info: adding a relocation entry for 0x994c.
  8024. grub-install: info: translating the relocation section .rela.rodata.
  8025. grub-install: info: adding a relocation entry for 0x9a00.
  8026. grub-install: info: adding a relocation entry for 0x9a08.
  8027. grub-install: info: adding a relocation entry for 0x9a10.
  8028. grub-install: info: adding a relocation entry for 0x9a18.
  8029. grub-install: info: adding a relocation entry for 0x9a20.
  8030. grub-install: info: adding a relocation entry for 0x9a28.
  8031. grub-install: info: adding a relocation entry for 0x9a30.
  8032. grub-install: info: adding a relocation entry for 0x9a38.
  8033. grub-install: info: adding a relocation entry for 0x9a40.
  8034. grub-install: info: adding a relocation entry for 0x9a48.
  8035. grub-install: info: adding a relocation entry for 0x9a50.
  8036. grub-install: info: adding a relocation entry for 0x9a58.
  8037. grub-install: info: adding a relocation entry for 0x9a60.
  8038. grub-install: info: adding a relocation entry for 0x9a68.
  8039. grub-install: info: adding a relocation entry for 0x9a70.
  8040. grub-install: info: adding a relocation entry for 0x9a78.
  8041. grub-install: info: adding a relocation entry for 0x9a80.
  8042. grub-install: info: adding a relocation entry for 0x9a88.
  8043. grub-install: info: adding a relocation entry for 0x9a90.
  8044. grub-install: info: adding a relocation entry for 0x9a98.
  8045. grub-install: info: adding a relocation entry for 0x9aa0.
  8046. grub-install: info: adding a relocation entry for 0x9aa8.
  8047. grub-install: info: adding a relocation entry for 0x9ab0.
  8048. grub-install: info: adding a relocation entry for 0x9ab8.
  8049. grub-install: info: adding a relocation entry for 0x9ac0.
  8050. grub-install: info: adding a relocation entry for 0x9ac8.
  8051. grub-install: info: adding a relocation entry for 0x9ad0.
  8052. grub-install: info: adding a relocation entry for 0x9ad8.
  8053. grub-install: info: adding a relocation entry for 0x9b40.
  8054. grub-install: info: adding a relocation entry for 0x9b48.
  8055. grub-install: info: adding a relocation entry for 0x9b50.
  8056. grub-install: info: adding a relocation entry for 0x9b58.
  8057. grub-install: info: adding a relocation entry for 0x9b60.
  8058. grub-install: info: adding a relocation entry for 0x9b68.
  8059. grub-install: info: adding a relocation entry for 0x9b70.
  8060. grub-install: info: adding a relocation entry for 0x9b78.
  8061. grub-install: info: adding a relocation entry for 0x9b80.
  8062. grub-install: info: adding a relocation entry for 0x9b88.
  8063. grub-install: info: adding a relocation entry for 0x9b90.
  8064. grub-install: info: translating the relocation section .rela.data.
  8065. grub-install: info: adding a relocation entry for 0xb4e0.
  8066. grub-install: info: adding a padding fixup entry.
  8067. grub-install: info: writing 248 bytes of a fixup block starting at 0x9000.
  8068. grub-install: info: adding a relocation entry for 0xb4f0.
  8069. grub-install: info: adding a relocation entry for 0xb4f8.
  8070. grub-install: info: adding a relocation entry for 0xb500.
  8071. grub-install: info: adding a relocation entry for 0xb508.
  8072. grub-install: info: adding a relocation entry for 0xb510.
  8073. grub-install: info: adding a relocation entry for 0xb570.
  8074. grub-install: info: adding a relocation entry for 0xb588.
  8075. grub-install: info: adding a relocation entry for 0xb5b0.
  8076. grub-install: info: adding a relocation entry for 0xb5b8.
  8077. grub-install: info: adding a relocation entry for 0xb5c0.
  8078. grub-install: info: adding a relocation entry for 0xb5c8.
  8079. grub-install: info: adding a relocation entry for 0xb5d8.
  8080. grub-install: info: adding a relocation entry for 0xb5e0.
  8081. grub-install: info: adding a relocation entry for 0xb5e8.
  8082. grub-install: info: adding a relocation entry for 0xb5f0.
  8083. grub-install: info: adding a relocation entry for 0xb5f8.
  8084. grub-install: info: adding a relocation entry for 0xb600.
  8085. grub-install: info: adding a relocation entry for 0xb630.
  8086. grub-install: info: adding a relocation entry for 0xb650.
  8087. grub-install: info: adding a relocation entry for 0xb660.
  8088. grub-install: info: adding a relocation entry for 0xb668.
  8089. grub-install: info: adding a relocation entry for 0xb690.
  8090. grub-install: info: adding a relocation entry for 0xb7e0.
  8091. grub-install: info: adding a relocation entry for 0xb7f0.
  8092. grub-install: info: adding a relocation entry for 0xb7f8.
  8093. grub-install: info: adding a relocation entry for 0xb808.
  8094. grub-install: info: adding a relocation entry for 0xb810.
  8095. grub-install: info: adding a relocation entry for 0xb820.
  8096. grub-install: info: adding a relocation entry for 0xb828.
  8097. grub-install: info: adding a relocation entry for 0xb838.
  8098. grub-install: info: adding a relocation entry for 0xb840.
  8099. grub-install: info: adding a relocation entry for 0xb850.
  8100. grub-install: info: adding a relocation entry for 0xb858.
  8101. grub-install: info: adding a relocation entry for 0xb868.
  8102. grub-install: info: adding a relocation entry for 0xb870.
  8103. grub-install: info: adding a relocation entry for 0xb880.
  8104. grub-install: info: adding a relocation entry for 0xb888.
  8105. grub-install: info: adding a relocation entry for 0xb898.
  8106. grub-install: info: adding a relocation entry for 0xb8a0.
  8107. grub-install: info: adding a relocation entry for 0xb8b0.
  8108. grub-install: info: adding a relocation entry for 0xb8b8.
  8109. grub-install: info: adding a relocation entry for 0xb8c8.
  8110. grub-install: info: adding a relocation entry for 0xb8d0.
  8111. grub-install: info: adding a relocation entry for 0xb8e0.
  8112. grub-install: info: adding a relocation entry for 0xb8e8.
  8113. grub-install: info: adding a relocation entry for 0xb8f8.
  8114. grub-install: info: adding a relocation entry for 0xb900.
  8115. grub-install: info: adding a relocation entry for 0xb910.
  8116. grub-install: info: adding a relocation entry for 0xb918.
  8117. grub-install: info: adding a relocation entry for 0xb928.
  8118. grub-install: info: adding a relocation entry for 0xb930.
  8119. grub-install: info: adding a relocation entry for 0xb940.
  8120. grub-install: info: adding a relocation entry for 0xb948.
  8121. grub-install: info: adding a relocation entry for 0xb958.
  8122. grub-install: info: adding a relocation entry for 0xb960.
  8123. grub-install: info: adding a relocation entry for 0xb970.
  8124. grub-install: info: adding a relocation entry for 0xb978.
  8125. grub-install: info: adding a relocation entry for 0xb988.
  8126. grub-install: info: adding a relocation entry for 0xb990.
  8127. grub-install: info: adding a relocation entry for 0xb9a0.
  8128. grub-install: info: adding a relocation entry for 0xb9a8.
  8129. grub-install: info: adding a relocation entry for 0xb9b8.
  8130. grub-install: info: adding a relocation entry for 0xb9c0.
  8131. grub-install: info: adding a relocation entry for 0xb9d0.
  8132. grub-install: info: adding a relocation entry for 0xb9d8.
  8133. grub-install: info: adding a relocation entry for 0xb9e8.
  8134. grub-install: info: adding a relocation entry for 0xb9f0.
  8135. grub-install: info: adding a relocation entry for 0xba00.
  8136. grub-install: info: adding a relocation entry for 0xba08.
  8137. grub-install: info: adding a relocation entry for 0xba18.
  8138. grub-install: info: adding a relocation entry for 0xba20.
  8139. grub-install: info: adding a relocation entry for 0xba30.
  8140. grub-install: info: adding a relocation entry for 0xba38.
  8141. grub-install: info: adding a relocation entry for 0xba48.
  8142. grub-install: info: adding a relocation entry for 0xba50.
  8143. grub-install: info: adding a relocation entry for 0xba60.
  8144. grub-install: info: adding a relocation entry for 0xba68.
  8145. grub-install: info: adding a relocation entry for 0xba78.
  8146. grub-install: info: adding a relocation entry for 0xba80.
  8147. grub-install: info: adding a relocation entry for 0xba90.
  8148. grub-install: info: adding a relocation entry for 0xba98.
  8149. grub-install: info: adding a relocation entry for 0xbaa8.
  8150. grub-install: info: adding a relocation entry for 0xbab0.
  8151. grub-install: info: adding a relocation entry for 0xbac0.
  8152. grub-install: info: adding a relocation entry for 0xbac8.
  8153. grub-install: info: adding a relocation entry for 0xbad8.
  8154. grub-install: info: adding a relocation entry for 0xbae0.
  8155. grub-install: info: adding a relocation entry for 0xbaf0.
  8156. grub-install: info: adding a relocation entry for 0xbaf8.
  8157. grub-install: info: adding a relocation entry for 0xbb08.
  8158. grub-install: info: adding a relocation entry for 0xbb10.
  8159. grub-install: info: adding a relocation entry for 0xbb20.
  8160. grub-install: info: adding a relocation entry for 0xbb28.
  8161. grub-install: info: adding a relocation entry for 0xbb38.
  8162. grub-install: info: adding a relocation entry for 0xbb40.
  8163. grub-install: info: adding a relocation entry for 0xbb50.
  8164. grub-install: info: adding a relocation entry for 0xbb58.
  8165. grub-install: info: adding a relocation entry for 0xbb68.
  8166. grub-install: info: adding a relocation entry for 0xbb70.
  8167. grub-install: info: adding a relocation entry for 0xbb80.
  8168. grub-install: info: adding a relocation entry for 0xbb88.
  8169. grub-install: info: adding a relocation entry for 0xbb98.
  8170. grub-install: info: adding a relocation entry for 0xbba0.
  8171. grub-install: info: adding a relocation entry for 0xbbb0.
  8172. grub-install: info: adding a relocation entry for 0xbbb8.
  8173. grub-install: info: adding a relocation entry for 0xbbc8.
  8174. grub-install: info: adding a relocation entry for 0xbbd0.
  8175. grub-install: info: adding a relocation entry for 0xbbe0.
  8176. grub-install: info: adding a relocation entry for 0xbbe8.
  8177. grub-install: info: adding a relocation entry for 0xbbf8.
  8178. grub-install: info: adding a relocation entry for 0xbc00.
  8179. grub-install: info: adding a relocation entry for 0xbc10.
  8180. grub-install: info: adding a relocation entry for 0xbc18.
  8181. grub-install: info: adding a relocation entry for 0xbc28.
  8182. grub-install: info: adding a relocation entry for 0xbc30.
  8183. grub-install: info: adding a relocation entry for 0xbc40.
  8184. grub-install: info: adding a relocation entry for 0xbc48.
  8185. grub-install: info: adding a relocation entry for 0xbc58.
  8186. grub-install: info: adding a relocation entry for 0xbc60.
  8187. grub-install: info: adding a relocation entry for 0xbc70.
  8188. grub-install: info: adding a relocation entry for 0xbc78.
  8189. grub-install: info: adding a relocation entry for 0xbc88.
  8190. grub-install: info: adding a relocation entry for 0xbc90.
  8191. grub-install: info: adding a relocation entry for 0xbca0.
  8192. grub-install: info: adding a relocation entry for 0xbca8.
  8193. grub-install: info: adding a relocation entry for 0xbcb8.
  8194. grub-install: info: adding a relocation entry for 0xbcc0.
  8195. grub-install: info: adding a relocation entry for 0xbcd0.
  8196. grub-install: info: adding a relocation entry for 0xbcd8.
  8197. grub-install: info: adding a relocation entry for 0xbce8.
  8198. grub-install: info: adding a relocation entry for 0xbcf0.
  8199. grub-install: info: adding a relocation entry for 0xbd00.
  8200. grub-install: info: adding a relocation entry for 0xbd08.
  8201. grub-install: info: adding a relocation entry for 0xbd18.
  8202. grub-install: info: adding a relocation entry for 0xbd20.
  8203. grub-install: info: adding a relocation entry for 0xbd30.
  8204. grub-install: info: adding a relocation entry for 0xbd38.
  8205. grub-install: info: adding a relocation entry for 0xbd48.
  8206. grub-install: info: adding a relocation entry for 0xbd50.
  8207. grub-install: info: adding a relocation entry for 0xbd60.
  8208. grub-install: info: adding a relocation entry for 0xbd68.
  8209. grub-install: info: adding a relocation entry for 0xbd78.
  8210. grub-install: info: adding a relocation entry for 0xbd80.
  8211. grub-install: info: adding a relocation entry for 0xbd90.
  8212. grub-install: info: adding a relocation entry for 0xbd98.
  8213. grub-install: info: adding a relocation entry for 0xbda8.
  8214. grub-install: info: adding a relocation entry for 0xbdb0.
  8215. grub-install: info: adding a relocation entry for 0xbdc0.
  8216. grub-install: info: adding a relocation entry for 0xbdc8.
  8217. grub-install: info: adding a relocation entry for 0xbdd8.
  8218. grub-install: info: adding a relocation entry for 0xbde0.
  8219. grub-install: info: adding a relocation entry for 0xbdf0.
  8220. grub-install: info: adding a relocation entry for 0xbdf8.
  8221. grub-install: info: adding a relocation entry for 0xbe08.
  8222. grub-install: info: adding a relocation entry for 0xbe10.
  8223. grub-install: info: adding a relocation entry for 0xbe20.
  8224. grub-install: info: adding a relocation entry for 0xbe28.
  8225. grub-install: info: adding a relocation entry for 0xbe38.
  8226. grub-install: info: adding a relocation entry for 0xbe40.
  8227. grub-install: info: adding a relocation entry for 0xbe50.
  8228. grub-install: info: adding a relocation entry for 0xbe58.
  8229. grub-install: info: adding a relocation entry for 0xbe68.
  8230. grub-install: info: adding a relocation entry for 0xbe70.
  8231. grub-install: info: adding a relocation entry for 0xbe80.
  8232. grub-install: info: adding a relocation entry for 0xbe88.
  8233. grub-install: info: adding a relocation entry for 0xbe98.
  8234. grub-install: info: adding a relocation entry for 0xbea0.
  8235. grub-install: info: adding a relocation entry for 0xbeb0.
  8236. grub-install: info: adding a relocation entry for 0xbeb8.
  8237. grub-install: info: adding a relocation entry for 0xbec8.
  8238. grub-install: info: adding a relocation entry for 0xbed0.
  8239. grub-install: info: adding a relocation entry for 0xbee0.
  8240. grub-install: info: adding a relocation entry for 0xbee8.
  8241. grub-install: info: adding a relocation entry for 0xbef8.
  8242. grub-install: info: adding a relocation entry for 0xbf00.
  8243. grub-install: info: adding a relocation entry for 0xbf10.
  8244. grub-install: info: adding a relocation entry for 0xbf18.
  8245. grub-install: info: adding a relocation entry for 0xbf28.
  8246. grub-install: info: adding a relocation entry for 0xbf30.
  8247. grub-install: info: adding a relocation entry for 0xbf40.
  8248. grub-install: info: adding a relocation entry for 0xbf48.
  8249. grub-install: info: adding a relocation entry for 0xbf58.
  8250. grub-install: info: adding a relocation entry for 0xbf60.
  8251. grub-install: info: adding a relocation entry for 0xbf70.
  8252. grub-install: info: adding a relocation entry for 0xbf78.
  8253. grub-install: info: adding a relocation entry for 0xbf88.
  8254. grub-install: info: adding a relocation entry for 0xbf90.
  8255. grub-install: info: adding a relocation entry for 0xbfa0.
  8256. grub-install: info: adding a relocation entry for 0xbfa8.
  8257. grub-install: info: adding a relocation entry for 0xbfb8.
  8258. grub-install: info: adding a relocation entry for 0xbfc0.
  8259. grub-install: info: adding a relocation entry for 0xbfd0.
  8260. grub-install: info: adding a relocation entry for 0xbfd8.
  8261. grub-install: info: adding a relocation entry for 0xbfe8.
  8262. grub-install: info: adding a relocation entry for 0xbff0.
  8263. grub-install: info: adding a relocation entry for 0xc000.
  8264. grub-install: info: writing 400 bytes of a fixup block starting at 0xb000.
  8265. grub-install: info: adding a relocation entry for 0xc008.
  8266. grub-install: info: adding a relocation entry for 0xc018.
  8267. grub-install: info: adding a relocation entry for 0xc020.
  8268. grub-install: info: adding a relocation entry for 0xc030.
  8269. grub-install: info: adding a relocation entry for 0xc038.
  8270. grub-install: info: adding a relocation entry for 0xc048.
  8271. grub-install: info: adding a relocation entry for 0xc050.
  8272. grub-install: info: adding a relocation entry for 0xc060.
  8273. grub-install: info: adding a relocation entry for 0xc068.
  8274. grub-install: info: adding a relocation entry for 0xc078.
  8275. grub-install: info: adding a relocation entry for 0xc080.
  8276. grub-install: info: adding a relocation entry for 0xc090.
  8277. grub-install: info: adding a relocation entry for 0xc098.
  8278. grub-install: info: adding a relocation entry for 0xc0a8.
  8279. grub-install: info: adding a relocation entry for 0xc0b0.
  8280. grub-install: info: adding a relocation entry for 0xc0c0.
  8281. grub-install: info: adding a relocation entry for 0xc0c8.
  8282. grub-install: info: adding a relocation entry for 0xc0d8.
  8283. grub-install: info: adding a relocation entry for 0xc0e0.
  8284. grub-install: info: adding a relocation entry for 0xc0f0.
  8285. grub-install: info: adding a relocation entry for 0xc0f8.
  8286. grub-install: info: adding a relocation entry for 0xc108.
  8287. grub-install: info: adding a relocation entry for 0xc110.
  8288. grub-install: info: adding a relocation entry for 0xc120.
  8289. grub-install: info: adding a relocation entry for 0xc128.
  8290. grub-install: info: adding a relocation entry for 0xc138.
  8291. grub-install: info: adding a relocation entry for 0xc140.
  8292. grub-install: info: adding a relocation entry for 0xc150.
  8293. grub-install: info: adding a relocation entry for 0xc158.
  8294. grub-install: info: adding a relocation entry for 0xc168.
  8295. grub-install: info: adding a relocation entry for 0xc170.
  8296. grub-install: info: adding a relocation entry for 0xc180.
  8297. grub-install: info: adding a relocation entry for 0xc188.
  8298. grub-install: info: adding a relocation entry for 0xc198.
  8299. grub-install: info: adding a relocation entry for 0xc1a0.
  8300. grub-install: info: adding a relocation entry for 0xc1b0.
  8301. grub-install: info: adding a relocation entry for 0xc1b8.
  8302. grub-install: info: adding a relocation entry for 0xc1c8.
  8303. grub-install: info: adding a relocation entry for 0xc1d0.
  8304. grub-install: info: adding a relocation entry for 0xc1e0.
  8305. grub-install: info: adding a relocation entry for 0xc1e8.
  8306. grub-install: info: adding a relocation entry for 0xc1f8.
  8307. grub-install: info: adding a relocation entry for 0xc200.
  8308. grub-install: info: adding a relocation entry for 0xc210.
  8309. grub-install: info: adding a relocation entry for 0xc218.
  8310. grub-install: info: adding a relocation entry for 0xc228.
  8311. grub-install: info: adding a relocation entry for 0xc230.
  8312. grub-install: info: adding a relocation entry for 0xc240.
  8313. grub-install: info: adding a relocation entry for 0xc248.
  8314. grub-install: info: adding a relocation entry for 0xc258.
  8315. grub-install: info: adding a relocation entry for 0xc260.
  8316. grub-install: info: adding a relocation entry for 0xc270.
  8317. grub-install: info: adding a relocation entry for 0xc278.
  8318. grub-install: info: adding a relocation entry for 0xc288.
  8319. grub-install: info: adding a relocation entry for 0xc290.
  8320. grub-install: info: adding a relocation entry for 0xc2a0.
  8321. grub-install: info: adding a relocation entry for 0xc2a8.
  8322. grub-install: info: adding a relocation entry for 0xc2b8.
  8323. grub-install: info: adding a relocation entry for 0xc2c0.
  8324. grub-install: info: adding a relocation entry for 0xc2d0.
  8325. grub-install: info: adding a relocation entry for 0xc2d8.
  8326. grub-install: info: adding a relocation entry for 0xc2e8.
  8327. grub-install: info: adding a relocation entry for 0xc2f0.
  8328. grub-install: info: adding a relocation entry for 0xc300.
  8329. grub-install: info: adding a relocation entry for 0xc308.
  8330. grub-install: info: adding a relocation entry for 0xc318.
  8331. grub-install: info: adding a relocation entry for 0xc320.
  8332. grub-install: info: adding a relocation entry for 0xc330.
  8333. grub-install: info: adding a relocation entry for 0xc338.
  8334. grub-install: info: adding a relocation entry for 0xc348.
  8335. grub-install: info: adding a relocation entry for 0xc350.
  8336. grub-install: info: adding a relocation entry for 0xc360.
  8337. grub-install: info: adding a relocation entry for 0xc368.
  8338. grub-install: info: adding a relocation entry for 0xc378.
  8339. grub-install: info: adding a relocation entry for 0xc380.
  8340. grub-install: info: adding a relocation entry for 0xc390.
  8341. grub-install: info: adding a relocation entry for 0xc398.
  8342. grub-install: info: adding a relocation entry for 0xc3a8.
  8343. grub-install: info: adding a relocation entry for 0xc3b0.
  8344. grub-install: info: adding a relocation entry for 0xc3c0.
  8345. grub-install: info: adding a relocation entry for 0xc3c8.
  8346. grub-install: info: adding a relocation entry for 0xc3d8.
  8347. grub-install: info: adding a relocation entry for 0xc3e0.
  8348. grub-install: info: adding a relocation entry for 0xc3f0.
  8349. grub-install: info: adding a relocation entry for 0xc3f8.
  8350. grub-install: info: adding a relocation entry for 0xc408.
  8351. grub-install: info: adding a relocation entry for 0xc410.
  8352. grub-install: info: adding a relocation entry for 0xc420.
  8353. grub-install: info: adding a relocation entry for 0xc428.
  8354. grub-install: info: adding a relocation entry for 0xc438.
  8355. grub-install: info: adding a relocation entry for 0xc440.
  8356. grub-install: info: adding a relocation entry for 0xc450.
  8357. grub-install: info: adding a relocation entry for 0xc458.
  8358. grub-install: info: adding a relocation entry for 0xc468.
  8359. grub-install: info: adding a relocation entry for 0xc470.
  8360. grub-install: info: adding a relocation entry for 0xc480.
  8361. grub-install: info: adding a relocation entry for 0xc488.
  8362. grub-install: info: adding a relocation entry for 0xc498.
  8363. grub-install: info: adding a relocation entry for 0xc4a0.
  8364. grub-install: info: adding a relocation entry for 0xc4b0.
  8365. grub-install: info: adding a relocation entry for 0xc4b8.
  8366. grub-install: info: adding a relocation entry for 0xc4c8.
  8367. grub-install: info: adding a relocation entry for 0xc4d0.
  8368. grub-install: info: adding a relocation entry for 0xc4e0.
  8369. grub-install: info: adding a relocation entry for 0xc4e8.
  8370. grub-install: info: adding a relocation entry for 0xc4f8.
  8371. grub-install: info: adding a relocation entry for 0xc500.
  8372. grub-install: info: adding a relocation entry for 0xc510.
  8373. grub-install: info: adding a relocation entry for 0xc518.
  8374. grub-install: info: adding a relocation entry for 0xc528.
  8375. grub-install: info: adding a relocation entry for 0xc530.
  8376. grub-install: info: adding a relocation entry for 0xc540.
  8377. grub-install: info: adding a relocation entry for 0xc548.
  8378. grub-install: info: adding a relocation entry for 0xc558.
  8379. grub-install: info: adding a relocation entry for 0xc560.
  8380. grub-install: info: adding a relocation entry for 0xc570.
  8381. grub-install: info: adding a relocation entry for 0xc578.
  8382. grub-install: info: adding a relocation entry for 0xc588.
  8383. grub-install: info: adding a relocation entry for 0xc590.
  8384. grub-install: info: adding a relocation entry for 0xc5a0.
  8385. grub-install: info: adding a relocation entry for 0xc5a8.
  8386. grub-install: info: adding a relocation entry for 0xc5b8.
  8387. grub-install: info: adding a relocation entry for 0xc5c0.
  8388. grub-install: info: adding a relocation entry for 0xc5d0.
  8389. grub-install: info: adding a relocation entry for 0xc5d8.
  8390. grub-install: info: adding a relocation entry for 0xc5e8.
  8391. grub-install: info: adding a relocation entry for 0xc5f0.
  8392. grub-install: info: adding a relocation entry for 0xc600.
  8393. grub-install: info: adding a relocation entry for 0xc608.
  8394. grub-install: info: adding a relocation entry for 0xc618.
  8395. grub-install: info: adding a relocation entry for 0xc620.
  8396. grub-install: info: adding a relocation entry for 0xc630.
  8397. grub-install: info: adding a relocation entry for 0xc638.
  8398. grub-install: info: adding a relocation entry for 0xc648.
  8399. grub-install: info: adding a relocation entry for 0xc650.
  8400. grub-install: info: adding 204 padding fixup entries.
  8401. grub-install: info: writing 688 bytes of a fixup block starting at 0xc000.
  8402. grub-install: info: reading /usr/lib/grub/x86_64-efi/fshelp.mod.
  8403. grub-install: info: reading /usr/lib/grub/x86_64-efi/ext2.mod.
  8404. grub-install: info: reading /usr/lib/grub/x86_64-efi/part_gpt.mod.
  8405. grub-install: info: reading /usr/lib/grub/x86_64-efi/search_fs_uuid.mod.
  8406. grub-install: info: reading /boot/grub/x86_64-efi/load.cfg.
  8407. grub-install: info: kernel_img=0x22cb250, kernel_size=0x18200.
  8408. grub-install: info: the core size is 0x1d3c0.
  8409. grub-install: info: writing 0x1e600 bytes.
  8410. grub-install: info: copying `/usr/lib/shim/shim.efi.signed' -> `/boot/efi/EFI/ubuntu/shimx64.efi'.
  8411. grub-install: info: copying `/usr/lib/grub/x86_64-efi-signed/grubx64.efi.signed' -> `/boot/efi/EFI/ubuntu/grubx64.efi'.
  8412. grub-install: info: copying `/usr/lib/shim/MokManager.efi.signed' -> `/boot/efi/EFI/ubuntu/MokManager.efi'.
  8413. grub-install: info: copying `/boot/grub/x86_64-efi/load.cfg' -> `/boot/efi/EFI/ubuntu/grub.cfg'.
  8414. grub-install: info: Registering with EFI: distributor = `ubuntu', path = `EFIubuntushimx64.efi', ESP at hostdisk//dev/sda,gpt4.
  8415. grub-install: info: executing efibootmgr --version </dev/null >/dev/null.
  8416. grub-install: info: executing modprobe -q efivars.
  8417. grub-install: info: executing efibootmgr -b 0000 -B.
  8418. grub-install: info: executing efibootmgr -c -d /dev/sda -p 4 -w -L ubuntu -l EFIubuntushimx64.efi.
  8419. Installation finished. No error reported.
  8420. BootCurrent: 0000
  8421. Timeout: 2 seconds
  8422. BootOrder: 0001
  8423. BootCurrent: 0000
  8424. Timeout: 2 seconds
  8425. BootOrder: 0000,0001
  8426. Boot0000* ubuntu,BootCurrent: 0000
  8427. Timeout: 2 seconds
  8428. BootOrder: 0001
  8429. BootCurrent: 0000
  8430. Timeout: 2 seconds
  8431. BootOrder: 0000,0001
  8432. Boot0000* ubuntu.
  8433. Wrong GRUB version detected. Please report this message to [email protected]
  8434. Reinstall the GRUB of sda2 into the MBR of sda
  8435. Installing for x86_64-efi platform.
  8436. Installation finished. No error reported.
  8437. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  8438. update-grub -y
  8439. Unrecognized option `-y'
  8440. Usage: grub-mkconfig [OPTION]
  8441. Generate a grub config file
  8442. -o, --output=FILE output generated config to FILE [default=stdout]
  8443. -h, --help print this message and exit
  8444. -v, --version print the version information and exit
  8445. Report bugs to <[email protected]>.
  8446. update-grub
  8447. Generating grub configuration file ...
  8448. Found linux image: /boot/vmlinuz-3.13.0-24-generic
  8449. Found initrd image: /boot/initrd.img-3.13.0-24-generic
  8450. Adding boot menu entry for EFI firmware configuration
  8451. Unhide GRUB boot menu in sda2/boot/grub/grub.cfg
  8452. An error occurred during the repair.
  8453. You can now reboot your computer.
  8454. paste.ubuntu.com ko (), using paste.debian
  8455. paste.debian.net ko (http://paste.debian.net/), using paste2