1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Dec2013]
  2. ============================= Boot Info Summary: ===============================
  3. => Windows 7/8/2012 is installed in the MBR of /dev/sda.
  4. sda1: __________________________________________________________________________
  5. File system: vfat
  6. Boot sector type: Windows 8/2012: FAT32
  7. Boot sector info: No errors found in the Boot Parameter Block.
  8. Operating System:
  9. Boot files: /EFI/Boot/bootx64.efi /EFI/ubuntu/MokManager.efi
  10. /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi
  11. /EFI/ubuntu/shimx64.efi
  12. /EFI/Microsoft/Boot/bootmgfw.efi
  13. /EFI/Microsoft/Boot/bootmgr.efi
  14. /EFI/Microsoft/Boot/memtest.efi
  15. sda2: __________________________________________________________________________
  16. File system: ntfs
  17. Boot sector type: Windows 8/2012: NTFS
  18. Boot sector info: No errors found in the Boot Parameter Block.
  19. Operating System:
  20. Boot files: /bootmgr /Boot/BCD
  21. sda3: __________________________________________________________________________
  22. File system:
  23. Boot sector type: -
  24. Boot sector info:
  25. Mounting failed: mount: unknown filesystem type ''
  26. sda4: __________________________________________________________________________
  27. File system: ntfs
  28. Boot sector type: Windows 8/2012: NTFS
  29. Boot sector info: No errors found in the Boot Parameter Block.
  30. Operating System:
  31. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  32. sda5: __________________________________________________________________________
  33. File system: ntfs
  34. Boot sector type: Windows 8/2012: NTFS
  35. Boot sector info: No errors found in the Boot Parameter Block.
  36. Operating System:
  37. Boot files:
  38. sda6: __________________________________________________________________________
  39. File system: ntfs
  40. Boot sector type: Windows 8/2012: NTFS
  41. Boot sector info: No errors found in the Boot Parameter Block.
  42. Operating System:
  43. Boot files: /bootmgr
  44. sda7: __________________________________________________________________________
  45. File system: swap
  46. Boot sector type: -
  47. Boot sector info:
  48. sda8: __________________________________________________________________________
  49. File system: ntfs
  50. Boot sector type: Windows 8/2012: NTFS
  51. Boot sector info: No errors found in the Boot Parameter Block.
  52. Operating System:
  53. Boot files:
  54. sda9: __________________________________________________________________________
  55. File system: ext4
  56. Boot sector type: -
  57. Boot sector info:
  58. Operating System: Ubuntu 16.04.1 LTS
  59. Boot files: /boot/grub/grub.cfg /etc/fstab
  60. ============================ Drive/Partition Info: =============================
  61. Drive: sda _____________________________________________________________________
  62. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  63. Units: sectors of 1 * 512 = 512 bytes
  64. Sector size (logical/physical): 512 bytes / 4096 bytes
  65. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  66. Disklabel type: gpt
  67. Partition Boot Start Sector End Sector # of Sectors Id System
  68. /dev/sda1 1 1,953,525,167 1,953,525,167 ee GPT
  69. GUID Partition Table detected.
  70. Partition Start Sector End Sector # of Sectors System
  71. /dev/sda1 2,048 616,447 614,400 EFI System partition
  72. /dev/sda2 616,448 2,459,647 1,843,200 Windows Recovery Environment (Windows)
  73. /dev/sda3 2,459,648 2,721,791 262,144 Microsoft Reserved Partition (Windows)
  74. /dev/sda4 2,721,792 409,782,271 407,060,480 EFI System partition
  75. /dev/sda5 1,911,560,192 1,953,523,711 41,963,520 Windows Recovery Environment (Windows)
  76. /dev/sda6 409,782,272 511,331,835 101,549,564 Data partition (Windows/Linux)
  77. /dev/sda7 1,903,407,104 1,911,560,191 8,153,088 Swap partition (Linux)
  78. /dev/sda8 511,332,352 1,207,369,727 696,037,376 Data partition (Windows/Linux)
  79. /dev/sda9 1,207,369,728 1,903,407,103 696,037,376 Data partition (Windows/Linux)
  80. "blkid" output: ________________________________________________________________
  81. Device UUID TYPE LABEL
  82. /dev/sda1 9A81-599C vfat SYSTEM
  83. /dev/sda2 6424C56A24C53FB2 ntfs Recovery
  84. /dev/sda3
  85. /dev/sda4 1E8447A8844780EF ntfs OS
  86. /dev/sda5 E6E2D02AE2D000AB ntfs Restore
  87. /dev/sda6 BA78FDE578FD9FF5 ntfs
  88. /dev/sda7 0c9c0ff5-ad7b-4d9f-8f70-1f6bd2f4d207 swap
  89. /dev/sda8 E0EC6259EC6229CC ntfs
  90. /dev/sda9 7283e6e0-6900-4a9a-99e3-65ac932244cf ext4
  91. ================================ Mount points: =================================
  92. Device Mount_Point Type Options
  93. /dev/sda1 /boot/efi vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  94. /dev/sda9 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  95. =========================== sda9/boot/grub/grub.cfg: ===========================
  96. --------------------------------------------------------------------------------
  97. #
  98. # DO NOT EDIT THIS FILE
  99. #
  100. # It is automatically generated by grub-mkconfig using templates
  101. # from /etc/grub.d and settings from /etc/default/grub
  102. #
  103. ### BEGIN /etc/grub.d/00_header ###
  104. if [ -s $prefix/grubenv ]; then
  105. set have_grubenv=true
  106. load_env
  107. fi
  108. if [ "${next_entry}" ] ; then
  109. set default="${next_entry}"
  110. set next_entry=
  111. save_env next_entry
  112. set boot_once=true
  113. else
  114. set default="0"
  115. fi
  116. if [ x"${feature_menuentry_id}" = xy ]; then
  117. menuentry_id_option="--id"
  118. else
  119. menuentry_id_option=""
  120. fi
  121. export menuentry_id_option
  122. if [ "${prev_saved_entry}" ]; then
  123. set saved_entry="${prev_saved_entry}"
  124. save_env saved_entry
  125. set prev_saved_entry=
  126. save_env prev_saved_entry
  127. set boot_once=true
  128. fi
  129. function savedefault {
  130. if [ -z "${boot_once}" ]; then
  131. saved_entry="${chosen}"
  132. save_env saved_entry
  133. fi
  134. }
  135. function recordfail {
  136. set recordfail=1
  137. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  138. }
  139. function load_video {
  140. if [ x$feature_all_video_module = xy ]; then
  141. insmod all_video
  142. else
  143. insmod efi_gop
  144. insmod efi_uga
  145. insmod ieee1275_fb
  146. insmod vbe
  147. insmod vga
  148. insmod video_bochs
  149. insmod video_cirrus
  150. fi
  151. }
  152. if [ x$feature_default_font_path = xy ] ; then
  153. font=unicode
  154. else
  155. insmod part_gpt
  156. insmod ext2
  157. set root='hd0,gpt9'
  158. if [ x$feature_platform_search_hint = xy ]; then
  159. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 7283e6e0-6900-4a9a-99e3-65ac932244cf
  160. else
  161. search --no-floppy --fs-uuid --set=root 7283e6e0-6900-4a9a-99e3-65ac932244cf
  162. fi
  163. font="/usr/share/grub/unicode.pf2"
  164. fi
  165. if loadfont $font ; then
  166. set gfxmode=auto
  167. load_video
  168. insmod gfxterm
  169. set locale_dir=$prefix/locale
  170. set lang=fr_FR
  171. insmod gettext
  172. fi
  173. terminal_output gfxterm
  174. if [ "${recordfail}" = 1 ] ; then
  175. set timeout=10
  176. else
  177. if [ x$feature_timeout_style = xy ] ; then
  178. set timeout_style=menu
  179. set timeout=10
  180. # Fallback normal timeout code in case the timeout_style feature is
  181. # unavailable.
  182. else
  183. set timeout=10
  184. fi
  185. fi
  186. ### END /etc/grub.d/00_header ###
  187. ### BEGIN /etc/grub.d/05_debian_theme ###
  188. set menu_color_normal=white/black
  189. set menu_color_highlight=black/light-gray
  190. if background_color 44,0,30,0; then
  191. clear
  192. fi
  193. ### END /etc/grub.d/05_debian_theme ###
  194. ### BEGIN /etc/grub.d/10_linux ###
  195. function gfxmode {
  196. set gfxpayload="${1}"
  197. if [ "${1}" = "keep" ]; then
  198. set vt_handoff=vt.handoff=7
  199. else
  200. set vt_handoff=
  201. fi
  202. }
  203. if [ "${recordfail}" != 1 ]; then
  204. if [ -e ${prefix}/gfxblacklist.txt ]; then
  205. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  206. if [ ${match} = 0 ]; then
  207. set linux_gfx_mode=keep
  208. else
  209. set linux_gfx_mode=text
  210. fi
  211. else
  212. set linux_gfx_mode=text
  213. fi
  214. else
  215. set linux_gfx_mode=keep
  216. fi
  217. else
  218. set linux_gfx_mode=text
  219. fi
  220. export linux_gfx_mode
  221. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-7283e6e0-6900-4a9a-99e3-65ac932244cf' {
  222. recordfail
  223. load_video
  224. gfxmode $linux_gfx_mode
  225. insmod gzio
  226. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  227. insmod part_gpt
  228. insmod ext2
  229. set root='hd0,gpt9'
  230. if [ x$feature_platform_search_hint = xy ]; then
  231. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 7283e6e0-6900-4a9a-99e3-65ac932244cf
  232. else
  233. search --no-floppy --fs-uuid --set=root 7283e6e0-6900-4a9a-99e3-65ac932244cf
  234. fi
  235. linux /boot/vmlinuz-4.4.0-34-generic.efi.signed root=UUID=7283e6e0-6900-4a9a-99e3-65ac932244cf ro quiet splash $vt_handoff
  236. initrd /boot/initrd.img-4.4.0-34-generic
  237. }
  238. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-7283e6e0-6900-4a9a-99e3-65ac932244cf' {
  239. menuentry 'Ubuntu, with Linux 4.4.0-34-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-34-generic-advanced-7283e6e0-6900-4a9a-99e3-65ac932244cf' {
  240. recordfail
  241. load_video
  242. gfxmode $linux_gfx_mode
  243. insmod gzio
  244. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  245. insmod part_gpt
  246. insmod ext2
  247. set root='hd0,gpt9'
  248. if [ x$feature_platform_search_hint = xy ]; then
  249. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 7283e6e0-6900-4a9a-99e3-65ac932244cf
  250. else
  251. search --no-floppy --fs-uuid --set=root 7283e6e0-6900-4a9a-99e3-65ac932244cf
  252. fi
  253. echo 'Loading Linux 4.4.0-34-generic ...'
  254. linux /boot/vmlinuz-4.4.0-34-generic.efi.signed root=UUID=7283e6e0-6900-4a9a-99e3-65ac932244cf ro quiet splash $vt_handoff
  255. echo 'Loading initial ramdisk ...'
  256. initrd /boot/initrd.img-4.4.0-34-generic
  257. }
  258. menuentry 'Ubuntu, with Linux 4.4.0-34-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-34-generic-init-upstart-7283e6e0-6900-4a9a-99e3-65ac932244cf' {
  259. recordfail
  260. load_video
  261. gfxmode $linux_gfx_mode
  262. insmod gzio
  263. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  264. insmod part_gpt
  265. insmod ext2
  266. set root='hd0,gpt9'
  267. if [ x$feature_platform_search_hint = xy ]; then
  268. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 7283e6e0-6900-4a9a-99e3-65ac932244cf
  269. else
  270. search --no-floppy --fs-uuid --set=root 7283e6e0-6900-4a9a-99e3-65ac932244cf
  271. fi
  272. echo 'Loading Linux 4.4.0-34-generic ...'
  273. linux /boot/vmlinuz-4.4.0-34-generic.efi.signed root=UUID=7283e6e0-6900-4a9a-99e3-65ac932244cf ro quiet splash $vt_handoff init=/sbin/upstart
  274. echo 'Loading initial ramdisk ...'
  275. initrd /boot/initrd.img-4.4.0-34-generic
  276. }
  277. menuentry 'Ubuntu, with Linux 4.4.0-34-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-34-generic-recovery-7283e6e0-6900-4a9a-99e3-65ac932244cf' {
  278. recordfail
  279. load_video
  280. insmod gzio
  281. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  282. insmod part_gpt
  283. insmod ext2
  284. set root='hd0,gpt9'
  285. if [ x$feature_platform_search_hint = xy ]; then
  286. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 7283e6e0-6900-4a9a-99e3-65ac932244cf
  287. else
  288. search --no-floppy --fs-uuid --set=root 7283e6e0-6900-4a9a-99e3-65ac932244cf
  289. fi
  290. echo 'Loading Linux 4.4.0-34-generic ...'
  291. linux /boot/vmlinuz-4.4.0-34-generic.efi.signed root=UUID=7283e6e0-6900-4a9a-99e3-65ac932244cf ro recovery nomodeset
  292. echo 'Loading initial ramdisk ...'
  293. initrd /boot/initrd.img-4.4.0-34-generic
  294. }
  295. menuentry 'Ubuntu, with Linux 4.4.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-advanced-7283e6e0-6900-4a9a-99e3-65ac932244cf' {
  296. recordfail
  297. load_video
  298. gfxmode $linux_gfx_mode
  299. insmod gzio
  300. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  301. insmod part_gpt
  302. insmod ext2
  303. set root='hd0,gpt9'
  304. if [ x$feature_platform_search_hint = xy ]; then
  305. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 7283e6e0-6900-4a9a-99e3-65ac932244cf
  306. else
  307. search --no-floppy --fs-uuid --set=root 7283e6e0-6900-4a9a-99e3-65ac932244cf
  308. fi
  309. echo 'Loading Linux 4.4.0-31-generic ...'
  310. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=7283e6e0-6900-4a9a-99e3-65ac932244cf ro quiet splash $vt_handoff
  311. echo 'Loading initial ramdisk ...'
  312. initrd /boot/initrd.img-4.4.0-31-generic
  313. }
  314. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-init-upstart-7283e6e0-6900-4a9a-99e3-65ac932244cf' {
  315. recordfail
  316. load_video
  317. gfxmode $linux_gfx_mode
  318. insmod gzio
  319. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  320. insmod part_gpt
  321. insmod ext2
  322. set root='hd0,gpt9'
  323. if [ x$feature_platform_search_hint = xy ]; then
  324. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 7283e6e0-6900-4a9a-99e3-65ac932244cf
  325. else
  326. search --no-floppy --fs-uuid --set=root 7283e6e0-6900-4a9a-99e3-65ac932244cf
  327. fi
  328. echo 'Loading Linux 4.4.0-31-generic ...'
  329. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=7283e6e0-6900-4a9a-99e3-65ac932244cf ro quiet splash $vt_handoff init=/sbin/upstart
  330. echo 'Loading initial ramdisk ...'
  331. initrd /boot/initrd.img-4.4.0-31-generic
  332. }
  333. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-recovery-7283e6e0-6900-4a9a-99e3-65ac932244cf' {
  334. recordfail
  335. load_video
  336. insmod gzio
  337. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  338. insmod part_gpt
  339. insmod ext2
  340. set root='hd0,gpt9'
  341. if [ x$feature_platform_search_hint = xy ]; then
  342. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 7283e6e0-6900-4a9a-99e3-65ac932244cf
  343. else
  344. search --no-floppy --fs-uuid --set=root 7283e6e0-6900-4a9a-99e3-65ac932244cf
  345. fi
  346. echo 'Loading Linux 4.4.0-31-generic ...'
  347. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=7283e6e0-6900-4a9a-99e3-65ac932244cf ro recovery nomodeset
  348. echo 'Loading initial ramdisk ...'
  349. initrd /boot/initrd.img-4.4.0-31-generic
  350. }
  351. menuentry 'Ubuntu, with Linux 3.13.0-92-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-92-generic-advanced-7283e6e0-6900-4a9a-99e3-65ac932244cf' {
  352. recordfail
  353. load_video
  354. gfxmode $linux_gfx_mode
  355. insmod gzio
  356. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  357. insmod part_gpt
  358. insmod ext2
  359. set root='hd0,gpt9'
  360. if [ x$feature_platform_search_hint = xy ]; then
  361. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 7283e6e0-6900-4a9a-99e3-65ac932244cf
  362. else
  363. search --no-floppy --fs-uuid --set=root 7283e6e0-6900-4a9a-99e3-65ac932244cf
  364. fi
  365. echo 'Loading Linux 3.13.0-92-generic ...'
  366. linux /boot/vmlinuz-3.13.0-92-generic root=UUID=7283e6e0-6900-4a9a-99e3-65ac932244cf ro quiet splash $vt_handoff
  367. echo 'Loading initial ramdisk ...'
  368. initrd /boot/initrd.img-3.13.0-92-generic
  369. }
  370. menuentry 'Ubuntu, with Linux 3.13.0-92-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-92-generic-init-upstart-7283e6e0-6900-4a9a-99e3-65ac932244cf' {
  371. recordfail
  372. load_video
  373. gfxmode $linux_gfx_mode
  374. insmod gzio
  375. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  376. insmod part_gpt
  377. insmod ext2
  378. set root='hd0,gpt9'
  379. if [ x$feature_platform_search_hint = xy ]; then
  380. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 7283e6e0-6900-4a9a-99e3-65ac932244cf
  381. else
  382. search --no-floppy --fs-uuid --set=root 7283e6e0-6900-4a9a-99e3-65ac932244cf
  383. fi
  384. echo 'Loading Linux 3.13.0-92-generic ...'
  385. linux /boot/vmlinuz-3.13.0-92-generic root=UUID=7283e6e0-6900-4a9a-99e3-65ac932244cf ro quiet splash $vt_handoff init=/sbin/upstart
  386. echo 'Loading initial ramdisk ...'
  387. initrd /boot/initrd.img-3.13.0-92-generic
  388. }
  389. menuentry 'Ubuntu, with Linux 3.13.0-92-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-92-generic-recovery-7283e6e0-6900-4a9a-99e3-65ac932244cf' {
  390. recordfail
  391. load_video
  392. insmod gzio
  393. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  394. insmod part_gpt
  395. insmod ext2
  396. set root='hd0,gpt9'
  397. if [ x$feature_platform_search_hint = xy ]; then
  398. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 7283e6e0-6900-4a9a-99e3-65ac932244cf
  399. else
  400. search --no-floppy --fs-uuid --set=root 7283e6e0-6900-4a9a-99e3-65ac932244cf
  401. fi
  402. echo 'Loading Linux 3.13.0-92-generic ...'
  403. linux /boot/vmlinuz-3.13.0-92-generic root=UUID=7283e6e0-6900-4a9a-99e3-65ac932244cf ro recovery nomodeset
  404. echo 'Loading initial ramdisk ...'
  405. initrd /boot/initrd.img-3.13.0-92-generic
  406. }
  407. menuentry 'Ubuntu, with Linux 3.11.0-26-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-26-generic-advanced-7283e6e0-6900-4a9a-99e3-65ac932244cf' {
  408. recordfail
  409. load_video
  410. gfxmode $linux_gfx_mode
  411. insmod gzio
  412. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  413. insmod part_gpt
  414. insmod ext2
  415. set root='hd0,gpt9'
  416. if [ x$feature_platform_search_hint = xy ]; then
  417. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 7283e6e0-6900-4a9a-99e3-65ac932244cf
  418. else
  419. search --no-floppy --fs-uuid --set=root 7283e6e0-6900-4a9a-99e3-65ac932244cf
  420. fi
  421. echo 'Loading Linux 3.11.0-26-generic ...'
  422. linux /boot/vmlinuz-3.11.0-26-generic root=UUID=7283e6e0-6900-4a9a-99e3-65ac932244cf ro quiet splash $vt_handoff
  423. echo 'Loading initial ramdisk ...'
  424. initrd /boot/initrd.img-3.11.0-26-generic
  425. }
  426. menuentry 'Ubuntu, with Linux 3.11.0-26-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-26-generic-init-upstart-7283e6e0-6900-4a9a-99e3-65ac932244cf' {
  427. recordfail
  428. load_video
  429. gfxmode $linux_gfx_mode
  430. insmod gzio
  431. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  432. insmod part_gpt
  433. insmod ext2
  434. set root='hd0,gpt9'
  435. if [ x$feature_platform_search_hint = xy ]; then
  436. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 7283e6e0-6900-4a9a-99e3-65ac932244cf
  437. else
  438. search --no-floppy --fs-uuid --set=root 7283e6e0-6900-4a9a-99e3-65ac932244cf
  439. fi
  440. echo 'Loading Linux 3.11.0-26-generic ...'
  441. linux /boot/vmlinuz-3.11.0-26-generic root=UUID=7283e6e0-6900-4a9a-99e3-65ac932244cf ro quiet splash $vt_handoff init=/sbin/upstart
  442. echo 'Loading initial ramdisk ...'
  443. initrd /boot/initrd.img-3.11.0-26-generic
  444. }
  445. menuentry 'Ubuntu, with Linux 3.11.0-26-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-26-generic-recovery-7283e6e0-6900-4a9a-99e3-65ac932244cf' {
  446. recordfail
  447. load_video
  448. insmod gzio
  449. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  450. insmod part_gpt
  451. insmod ext2
  452. set root='hd0,gpt9'
  453. if [ x$feature_platform_search_hint = xy ]; then
  454. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 7283e6e0-6900-4a9a-99e3-65ac932244cf
  455. else
  456. search --no-floppy --fs-uuid --set=root 7283e6e0-6900-4a9a-99e3-65ac932244cf
  457. fi
  458. echo 'Loading Linux 3.11.0-26-generic ...'
  459. linux /boot/vmlinuz-3.11.0-26-generic root=UUID=7283e6e0-6900-4a9a-99e3-65ac932244cf ro recovery nomodeset
  460. echo 'Loading initial ramdisk ...'
  461. initrd /boot/initrd.img-3.11.0-26-generic
  462. }
  463. menuentry 'Ubuntu, with Linux 3.8.0-35-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-35-generic-advanced-7283e6e0-6900-4a9a-99e3-65ac932244cf' {
  464. recordfail
  465. load_video
  466. gfxmode $linux_gfx_mode
  467. insmod gzio
  468. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  469. insmod part_gpt
  470. insmod ext2
  471. set root='hd0,gpt9'
  472. if [ x$feature_platform_search_hint = xy ]; then
  473. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 7283e6e0-6900-4a9a-99e3-65ac932244cf
  474. else
  475. search --no-floppy --fs-uuid --set=root 7283e6e0-6900-4a9a-99e3-65ac932244cf
  476. fi
  477. echo 'Loading Linux 3.8.0-35-generic ...'
  478. linux /boot/vmlinuz-3.8.0-35-generic root=UUID=7283e6e0-6900-4a9a-99e3-65ac932244cf ro quiet splash $vt_handoff
  479. echo 'Loading initial ramdisk ...'
  480. initrd /boot/initrd.img-3.8.0-35-generic
  481. }
  482. menuentry 'Ubuntu, with Linux 3.8.0-35-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-35-generic-init-upstart-7283e6e0-6900-4a9a-99e3-65ac932244cf' {
  483. recordfail
  484. load_video
  485. gfxmode $linux_gfx_mode
  486. insmod gzio
  487. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  488. insmod part_gpt
  489. insmod ext2
  490. set root='hd0,gpt9'
  491. if [ x$feature_platform_search_hint = xy ]; then
  492. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 7283e6e0-6900-4a9a-99e3-65ac932244cf
  493. else
  494. search --no-floppy --fs-uuid --set=root 7283e6e0-6900-4a9a-99e3-65ac932244cf
  495. fi
  496. echo 'Loading Linux 3.8.0-35-generic ...'
  497. linux /boot/vmlinuz-3.8.0-35-generic root=UUID=7283e6e0-6900-4a9a-99e3-65ac932244cf ro quiet splash $vt_handoff init=/sbin/upstart
  498. echo 'Loading initial ramdisk ...'
  499. initrd /boot/initrd.img-3.8.0-35-generic
  500. }
  501. menuentry 'Ubuntu, with Linux 3.8.0-35-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-35-generic-recovery-7283e6e0-6900-4a9a-99e3-65ac932244cf' {
  502. recordfail
  503. load_video
  504. insmod gzio
  505. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  506. insmod part_gpt
  507. insmod ext2
  508. set root='hd0,gpt9'
  509. if [ x$feature_platform_search_hint = xy ]; then
  510. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 7283e6e0-6900-4a9a-99e3-65ac932244cf
  511. else
  512. search --no-floppy --fs-uuid --set=root 7283e6e0-6900-4a9a-99e3-65ac932244cf
  513. fi
  514. echo 'Loading Linux 3.8.0-35-generic ...'
  515. linux /boot/vmlinuz-3.8.0-35-generic root=UUID=7283e6e0-6900-4a9a-99e3-65ac932244cf ro recovery nomodeset
  516. echo 'Loading initial ramdisk ...'
  517. initrd /boot/initrd.img-3.8.0-35-generic
  518. }
  519. }
  520. ### END /etc/grub.d/10_linux ###
  521. ### BEGIN /etc/grub.d/20_linux_xen ###
  522. ### END /etc/grub.d/20_linux_xen ###
  523. ### BEGIN /etc/grub.d/30_os-prober ###
  524. ### END /etc/grub.d/30_os-prober ###
  525. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  526. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  527. fwsetup
  528. }
  529. ### END /etc/grub.d/30_uefi-firmware ###
  530. ### BEGIN /etc/grub.d/40_custom ###
  531. # This file provides an easy way to add custom menu entries. Simply type the
  532. # menu entries you want to add after this comment. Be careful not to change
  533. # the 'exec tail' line above.
  534. ### END /etc/grub.d/40_custom ###
  535. ### BEGIN /etc/grub.d/41_custom ###
  536. if [ -f ${config_directory}/custom.cfg ]; then
  537. source ${config_directory}/custom.cfg
  538. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  539. source $prefix/custom.cfg;
  540. fi
  541. ### END /etc/grub.d/41_custom ###
  542. --------------------------------------------------------------------------------
  543. =============================== sda9/etc/fstab: ================================
  544. --------------------------------------------------------------------------------
  545. # /etc/fstab: static file system information.
  546. #
  547. # Use 'blkid' to print the universally unique identifier for a
  548. # device; this may be used with UUID= as a more robust way to name devices
  549. # that works even if disks are added and removed. See fstab(5).
  550. #
  551. # <file system> <mount point> <type> <options> <dump> <pass>
  552. # / was on /dev/sda9 during installation
  553. UUID=7283e6e0-6900-4a9a-99e3-65ac932244cf / ext4 errors=remount-ro 0 1
  554. # /boot/efi was on /dev/sda1 during installation
  555. #UUID=9A81-599C /boot/efi vfat defaults 0 1
  556. # swap was on /dev/sda7 during installation
  557. UUID=0c9c0ff5-ad7b-4d9f-8f70-1f6bd2f4d207 none swap sw 0 0
  558. UUID=9A81-599C /boot/efi vfat defaults 0 1
  559. --------------------------------------------------------------------------------
  560. =================== sda9: Location of files loaded by Grub: ====================
  561. GiB - GB File Fragment(s)
  562. =============================== StdErr Messages: ===============================
  563. cat: /tmp/BootInfo-WMokTkoQ/Tmp_Log: No such file or directory
  564. ADDITIONAL INFORMATION :
  565. =================== log of boot-repair 2016-08-28__17h20 ===================
  566. boot-repair version : 3.199~ppa40~raring
  567. boot-sav version : 3.199~ppa40~raring
  568. glade2script version : 3.2.2~ppa45~raring
  569. boot-sav-extra version : 3.199~ppa40~raring
  570. boot-repair is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  571. CPU op-mode(s): 32-bit, 64-bit
  572. BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic.efi.signed root=UUID=7283e6e0-6900-4a9a-99e3-65ac932244cf ro quiet splash vt.handoff=7
  573. NTFS signature is missing.
  574. Failed to mount '/dev/sda3': Argument invalide
  575. The device '/dev/sda3' doesn't seem to have a valid NTFS.
  576. Maybe the wrong device is used? Or the whole disk instead of a
  577. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  578. mount /dev/sda3 : Error code 12
  579. mount -r /dev/sda3 /mnt/boot-sav/sda3
  580. NTFS signature is missing.
  581. Failed to mount '/dev/sda3': Argument invalide
  582. The device '/dev/sda3' doesn't seem to have a valid NTFS.
  583. Maybe the wrong device is used? Or the whole disk instead of a
  584. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  585. mount -r /dev/sda3 : Error code 12
  586. =================== os-prober:
  587. /dev/sda9:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  588. =================== blkid:
  589. /dev/sda1: LABEL="SYSTEM" UUID="9A81-599C" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="0a567588-0aa2-4b12-9007-2f5ec24cb9c0"
  590. /dev/sda2: LABEL="Recovery" UUID="6424C56A24C53FB2" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="925318e6-d763-42d8-a2a9-3137e7dd6b2e"
  591. /dev/sda4: LABEL="OS" UUID="1E8447A8844780EF" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="7ec4a428-9d7e-46fd-8d43-07c01413c6c7"
  592. /dev/sda5: LABEL="Restore" UUID="E6E2D02AE2D000AB" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="cf5f903a-c49c-497e-a398-ad68d3670015"
  593. /dev/sda6: UUID="BA78FDE578FD9FF5" TYPE="ntfs" PARTUUID="29aa42ab-4a30-4469-a463-edb9d3673e3c"
  594. /dev/sda7: UUID="0c9c0ff5-ad7b-4d9f-8f70-1f6bd2f4d207" TYPE="swap" PARTUUID="b044da65-4206-4b93-b16f-ca4f4c16cdf3"
  595. /dev/sda8: UUID="E0EC6259EC6229CC" TYPE="ntfs" PARTUUID="f5a2992a-4aa4-4a91-b7c9-39f665329d67"
  596. /dev/sda9: UUID="7283e6e0-6900-4a9a-99e3-65ac932244cf" TYPE="ext4" PARTUUID="f79d669a-18c6-43e4-a7d1-61c55fcdd547"
  597. /dev/sda3: PARTLABEL="Microsoft reserved partition" PARTUUID="049ad7db-ea38-4f9b-adab-8560926784ff"
  598. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  599. NTFS signature is missing.
  600. Failed to mount '/dev/sda3': Argument invalide
  601. The device '/dev/sda3' doesn't seem to have a valid NTFS.
  602. Maybe the wrong device is used? Or the whole disk instead of a
  603. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  604. mount /dev/sda3 : Error code 12
  605. mount -r /dev/sda3 /mnt/boot-sav/sda3
  606. NTFS signature is missing.
  607. Failed to mount '/dev/sda3': Argument invalide
  608. The device '/dev/sda3' doesn't seem to have a valid NTFS.
  609. Maybe the wrong device is used? Or the whole disk instead of a
  610. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  611. mount -r /dev/sda3 : Error code 12
  612. Windows not detected by os-prober on sda4.
  613. =================== /etc/grub.d/ :
  614. drwxr-xr-x 2 root root 4096 août 27 19:45 grub.d
  615. drwxr-xr-x 2 root root 4096 févr. 20 2014 grub.d.bak
  616. total 72
  617. -rwxr-xr-x 1 root root 9791 juil. 23 02:09 00_header
  618. -rwxr-xr-x 1 root root 6258 mars 15 19:08 05_debian_theme
  619. -rwxr-xr-x 1 root root 12261 juil. 23 02:09 10_linux
  620. -rwxr-xr-x 1 root root 11082 juil. 23 02:09 20_linux_xen
  621. -rwxr-xr-x 1 root root 11692 juil. 23 02:09 30_os-prober
  622. -rwxr-xr-x 1 root root 1418 juil. 23 02:09 30_uefi-firmware
  623. -rwxr-xr-x 1 root root 214 juil. 23 02:09 40_custom
  624. -rwxr-xr-x 1 root root 216 juil. 23 02:09 41_custom
  625. -rw-r--r-- 1 root root 483 juil. 23 02:09 README
  626. =================== /etc/default/grub :
  627. # If you change this file, run 'update-grub' afterwards to update
  628. # /boot/grub/grub.cfg.
  629. # For full documentation of the options in this file, see:
  630. # info -f grub -n 'Simple configuration'
  631. GRUB_DEFAULT=0
  632. #GRUB_HIDDEN_TIMEOUT=0
  633. GRUB_HIDDEN_TIMEOUT_QUIET=true
  634. GRUB_TIMEOUT=10
  635. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  636. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  637. GRUB_CMDLINE_LINUX=""
  638. # Uncomment to enable BadRAM filtering, modify to suit your needs
  639. # This works with Linux (no patch required) and with any kernel that obtains
  640. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  641. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  642. # Uncomment to disable graphical terminal (grub-pc only)
  643. #GRUB_TERMINAL=console
  644. # The resolution used on graphical terminal
  645. # note that you can use only modes which your graphic card supports via VBE
  646. # you can see them in real GRUB with the command `vbeinfo'
  647. #GRUB_GFXMODE=640x480
  648. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  649. #GRUB_DISABLE_LINUX_UUID=true
  650. # Uncomment to disable generation of recovery mode menu entries
  651. #GRUB_DISABLE_RECOVERY="true"
  652. # Uncomment to get a beep at grub start
  653. #GRUB_INIT_TUNE="480 440 1"
  654. /boot/efi detected in the fstab of sda9: UUID=9A81-599C (sda1)
  655. Presence of EFI/Microsoft file detected: /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
  656. Presence of EFI/Boot file detected: /boot/efi/EFI/Boot/bootx64.efi
  657. Presence of EFI/Microsoft file detected: /mnt/boot-sav/sda2/EFI/Microsoft/Boot/bootmgfw.efi
  658. Presence of EFI/Boot file detected: /mnt/boot-sav/sda2/EFI/Boot/bootx64.efi
  659. efibootmgr -v
  660. BootCurrent: 0000
  661. Timeout: 0 seconds
  662. BootOrder: 0000,0006,0001,0007
  663. Boot0000* ubuntu HD(1,GPT,0a567588-0aa2-4b12-9007-2f5ec24cb9c0,0x800,0x96000)/File(EFIubuntushimx64.efi)
  664. Boot0001* Windows Boot Manager HD(1,GPT,0a567588-0aa2-4b12-9007-2f5ec24cb9c0,0x800,0x96000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...a................
  665. Boot0006* dvd HD(1,GPT,0a567588-0aa2-4b12-9007-2f5ec24cb9c0,0x800,0x96000)/File()
  666. Boot0007* ubuntu HD(1,GPT,0a567588-0aa2-4b12-9007-2f5ec24cb9c0,0x800,0x96000)/File(EFIUbuntugrubx64.efi)
  667. =================== UEFI/Legacy mode:
  668. Unusual EFI: Veuillez indiquer ce message à [email protected]
  669. BIOS is EFI-compatible, and is setup in EFI-mode for this installed-session.
  670. SecureBoot disabled. (maybe sec-boot, Veuillez indiquer ce message à [email protected])
  671. =================== PARTITIONS & DISKS:
  672. sda9 : 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, farbios, .
  673. sda1 : 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.
  674. sda2 : sda, not-sepboot, 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, recovery-or-hidden, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda2.
  675. sda4 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda4.
  676. sda5 : sda, not-sepboot, 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, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda5.
  677. sda6 : sda, not-sepboot, 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, bootmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda6.
  678. sda8 : sda, not-sepboot, 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, farbios, /mnt/boot-sav/sda8.
  679. 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, /mnt/boot-sav/sda3.
  680. sda : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  681. =================== parted -l:
  682. Model: ATA HGST HTS541010A9 (scsi)
  683. Disk /dev/sda: 1000GB
  684. Sector size (logical/physical): 512B/4096B
  685. Partition Table: gpt
  686. Disk Flags:
  687. Number Start End Size File system Name Flags
  688. 1 1049kB 316MB 315MB fat32 EFI system partition boot, esp
  689. 2 316MB 1259MB 944MB ntfs Basic data partition hidden, diag
  690. 3 1259MB 1394MB 134MB Microsoft reserved partition msftres
  691. 4 1394MB 210GB 208GB ntfs Basic data partition boot, esp
  692. 6 210GB 262GB 52.0GB ntfs msftdata
  693. 8 262GB 618GB 356GB ntfs msftdata
  694. 9 618GB 975GB 356GB ext4 msftdata
  695. 7 975GB 979GB 4174MB linux-swap(v1)
  696. 5 979GB 1000GB 21.5GB ntfs Basic data partition hidden, diag
  697. =================== parted -lm:
  698. BYT;
  699. /dev/sda:1000GB:scsi:512:4096:gpt:ATA HGST HTS541010A9:;
  700. 1:1049kB:316MB:315MB:fat32:EFI system partition:boot, esp;
  701. 2:316MB:1259MB:944MB:ntfs:Basic data partition:hidden, diag;
  702. 3:1259MB:1394MB:134MB::Microsoft reserved partition:msftres;
  703. 4:1394MB:210GB:208GB:ntfs:Basic data partition:boot, esp;
  704. 6:210GB:262GB:52.0GB:ntfs::msftdata;
  705. 8:262GB:618GB:356GB:ntfs::msftdata;
  706. 9:618GB:975GB:356GB:ext4::msftdata;
  707. 7:975GB:979GB:4174MB:linux-swap(v1)::;
  708. 5:979GB:1000GB:21.5GB:ntfs:Basic data partition:hidden, diag;
  709. =================== mount:
  710. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  711. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  712. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1945392k,nr_inodes=486348,mode=755)
  713. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  714. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=392956k,mode=755)
  715. /dev/sda9 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  716. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  717. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  718. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  719. tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
  720. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  721. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  722. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  723. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  724. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
  725. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event)
  726. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  727. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  728. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  729. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
  730. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  731. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  732. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids)
  733. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  734. mqueue on /dev/mqueue type mqueue (rw,relatime)
  735. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  736. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  737. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  738. /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  739. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  740. cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
  741. tmpfs on /run/user/110 type tmpfs (rw,nosuid,nodev,relatime,size=392956k,mode=700,uid=110,gid=116)
  742. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=392956k,mode=700,uid=1000,gid=1000)
  743. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  744. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  745. /dev/sda4 on /mnt/boot-sav/sda4 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  746. /dev/sda5 on /mnt/boot-sav/sda5 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  747. /dev/sda6 on /mnt/boot-sav/sda6 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  748. /dev/sda8 on /mnt/boot-sav/sda8 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  749. =================== ls:
  750. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 size slaves stat subsystem trace uevent
  751. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  752. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-14 i2c-15 i2c-16 i2c-17 i2c-18 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vboxdrv vboxdrvu vboxnetctl vboxusb vfio vga_arbiter vhci vhost-net video0 zero
  753. ls /dev/mapper: control
  754. ls /boot/efi/1:
  755. ls /boot/efi: EFI
  756. Temp . Veuillez indiquer ce message à [email protected]
  757. =================== hexdump -n512 -C /dev/sda1
  758. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 08 5e 1b |.X.MSDOS5.0...^.|
  759. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  760. 00000020 00 60 09 00 51 02 00 00 00 00 00 00 02 00 00 00 |.`..Q...........|
  761. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  762. 00000040 80 01 29 9c 59 81 9a 4e 4f 20 4e 41 4d 45 20 20 |..).Y..NO NAME |
  763. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  764. 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|[email protected]|
  765. 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
  766. 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
  767. 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
  768. 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
  769. 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
  770. 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
  771. 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
  772. 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  773. 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
  774. 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
  775. 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
  776. 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
  777. 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
  778. 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
  779. 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
  780. 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |[email protected]|
  781. 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
  782. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  783. *
  784. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 44 69 |..............Di|
  785. 000001b0 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 |sk error...Press|
  786. 000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest|
  787. 000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art.............|
  788. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  789. 000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa |..............U.|
  790. 00000200
  791. ls /mnt/boot-sav/sda2/1:
  792. ls /mnt/boot-sav/sda2: AsFac.log
  793. AsPartition.ini
  794. AsTCDProc_20121228030243.log
  795. AsTCDProc_20121228034709.log
  796. AsToolCDVer.txt
  797. AsTool.state
  798. Boot
  799. bootmgr
  800. bootmgr.efi
  801. DetectResult.ini
  802. EFI
  803. en-us
  804. FAC1_dism.log
  805. FAC3_dism.log
  806. FACLog
  807. PASS.txt
  808. Recovery
  809. Recovery.txt
  810. Sources
  811. SWPackage.ini
  812. System Volume Information . Veuillez indiquer ce message à [email protected]
  813. =================== hexdump -n512 -C /dev/sda2
  814. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  815. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 68 09 00 |........?....h..|
  816. 00000020 00 00 00 00 80 00 80 00 ff 1f 1c 00 00 00 00 00 |................|
  817. 00000030 ff 2b 01 00 00 00 00 00 ff c1 01 00 00 00 00 00 |.+..............|
  818. 00000040 f6 00 00 00 01 00 00 00 b2 3f c5 24 6a c5 24 64 |.........?.$j.$d|
  819. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  820. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  821. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  822. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  823. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  824. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  825. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  826. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  827. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  828. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  829. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  830. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  831. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  832. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  833. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  834. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  835. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  836. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  837. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  838. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  839. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  840. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  841. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  842. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  843. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  844. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  845. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  846. 00000200
  847. =================== hexdump -n512 -C /dev/sda4
  848. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  849. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 88 29 00 |........?.....).|
  850. 00000020 00 00 00 00 80 00 80 00 ff 3f 43 18 00 00 00 00 |.........?C.....|
  851. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  852. 00000040 f6 00 00 00 01 00 00 00 ef 80 47 84 a8 47 84 1e |..........G..G..|
  853. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  854. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  855. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  856. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  857. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  858. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  859. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  860. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  861. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  862. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  863. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  864. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  865. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  866. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  867. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  868. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  869. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  870. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  871. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  872. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  873. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  874. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  875. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  876. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  877. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  878. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  879. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  880. 00000200
  881. =================== hexdump -n512 -C /dev/sda5
  882. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  883. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 18 f0 71 |........?......q|
  884. 00000020 00 00 00 00 80 00 80 00 ff 4f 80 02 00 00 00 00 |.........O......|
  885. 00000030 00 00 0c 00 00 00 00 00 ff 04 28 00 00 00 00 00 |..........(.....|
  886. 00000040 f6 00 00 00 01 00 00 00 ab 00 d0 e2 2a d0 e2 e6 |............*...|
  887. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  888. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  889. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  890. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  891. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  892. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  893. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  894. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  895. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  896. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  897. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  898. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  899. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  900. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  901. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  902. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  903. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  904. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  905. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  906. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  907. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  908. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  909. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  910. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  911. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  912. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  913. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  914. 00000200
  915. =================== hexdump -n512 -C /dev/sda6
  916. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  917. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 c8 6c 18 |........?.....l.|
  918. 00000020 00 00 00 00 80 00 80 00 fb 85 0d 06 00 00 00 00 |................|
  919. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  920. 00000040 f6 00 00 00 01 00 00 00 f5 9f fd 78 e5 fd 78 ba |...........x..x.|
  921. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  922. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  923. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  924. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  925. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  926. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  927. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  928. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  929. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  930. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  931. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  932. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  933. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  934. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  935. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  936. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  937. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  938. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  939. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  940. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  941. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  942. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  943. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  944. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  945. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  946. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  947. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  948. 00000200
  949. =================== hexdump -n512 -C /dev/sda8
  950. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  951. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 50 7a 1e |........?....Pz.|
  952. 00000020 00 00 00 00 80 00 80 00 f8 af 7c 29 00 00 00 00 |..........|)....|
  953. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  954. 00000040 f6 00 00 00 01 00 00 00 cc 29 62 ec 59 62 ec e0 |.........)b.Yb..|
  955. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  956. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  957. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  958. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  959. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  960. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  961. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  962. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  963. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  964. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  965. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  966. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  967. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  968. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  969. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  970. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  971. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  972. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  973. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  974. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  975. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  976. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  977. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  978. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  979. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  980. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  981. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  982. 00000200
  983. =================== df -Th:
  984. Filesystem Type Size Used Avail Use% Mounted on
  985. udev devtmpfs 1.9G 0 1.9G 0% /dev
  986. tmpfs tmpfs 384M 6.6M 378M 2% /run
  987. /dev/sda9 ext4 327G 87G 224G 28% /
  988. tmpfs tmpfs 1.9G 300K 1.9G 1% /dev/shm
  989. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  990. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  991. /dev/sda1 vfat 296M 41M 256M 14% /boot/efi
  992. cgmfs tmpfs 100K 0 100K 0% /run/cgmanager/fs
  993. tmpfs tmpfs 384M 4.0K 384M 1% /run/user/110
  994. tmpfs tmpfs 384M 56K 384M 1% /run/user/1000
  995. /dev/sda2 fuseblk 900M 358M 543M 40% /mnt/boot-sav/sda2
  996. /dev/sda4 fuseblk 195G 32G 163G 17% /mnt/boot-sav/sda4
  997. /dev/sda5 fuseblk 21G 11G 9.2G 55% /mnt/boot-sav/sda5
  998. /dev/sda6 fuseblk 49G 97M 49G 1% /mnt/boot-sav/sda6
  999. /dev/sda8 fuseblk 332G 133M 332G 1% /mnt/boot-sav/sda8
  1000. =================== fdisk -l:
  1001. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  1002. Units: sectors of 1 * 512 = 512 bytes
  1003. Sector size (logical/physical): 512 bytes / 4096 bytes
  1004. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1005. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  1006. Units: sectors of 1 * 512 = 512 bytes
  1007. Sector size (logical/physical): 512 bytes / 4096 bytes
  1008. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1009. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  1010. Units: sectors of 1 * 512 = 512 bytes
  1011. Sector size (logical/physical): 512 bytes / 4096 bytes
  1012. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1013. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  1014. Units: sectors of 1 * 512 = 512 bytes
  1015. Sector size (logical/physical): 512 bytes / 4096 bytes
  1016. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1017. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  1018. Units: sectors of 1 * 512 = 512 bytes
  1019. Sector size (logical/physical): 512 bytes / 4096 bytes
  1020. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1021. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  1022. Units: sectors of 1 * 512 = 512 bytes
  1023. Sector size (logical/physical): 512 bytes / 4096 bytes
  1024. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1025. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  1026. Units: sectors of 1 * 512 = 512 bytes
  1027. Sector size (logical/physical): 512 bytes / 4096 bytes
  1028. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1029. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  1030. Units: sectors of 1 * 512 = 512 bytes
  1031. Sector size (logical/physical): 512 bytes / 4096 bytes
  1032. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1033. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  1034. Units: sectors of 1 * 512 = 512 bytes
  1035. Sector size (logical/physical): 512 bytes / 4096 bytes
  1036. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1037. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  1038. Units: sectors of 1 * 512 = 512 bytes
  1039. Sector size (logical/physical): 512 bytes / 4096 bytes
  1040. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1041. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  1042. Units: sectors of 1 * 512 = 512 bytes
  1043. Sector size (logical/physical): 512 bytes / 4096 bytes
  1044. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1045. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  1046. Units: sectors of 1 * 512 = 512 bytes
  1047. Sector size (logical/physical): 512 bytes / 4096 bytes
  1048. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1049. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  1050. Units: sectors of 1 * 512 = 512 bytes
  1051. Sector size (logical/physical): 512 bytes / 4096 bytes
  1052. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1053. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  1054. Units: sectors of 1 * 512 = 512 bytes
  1055. Sector size (logical/physical): 512 bytes / 4096 bytes
  1056. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1057. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  1058. Units: sectors of 1 * 512 = 512 bytes
  1059. Sector size (logical/physical): 512 bytes / 4096 bytes
  1060. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1061. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  1062. Units: sectors of 1 * 512 = 512 bytes
  1063. Sector size (logical/physical): 512 bytes / 4096 bytes
  1064. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1065. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  1066. Units: sectors of 1 * 512 = 512 bytes
  1067. Sector size (logical/physical): 512 bytes / 4096 bytes
  1068. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1069. Disklabel type: gpt
  1070. Disk identifier: DC9EB263-3B9E-41D0-B370-BAB1E79722C6
  1071. Device Start End Sectors Size Type
  1072. /dev/sda1 2048 616447 614400 300M EFI System
  1073. /dev/sda2 616448 2459647 1843200 900M Windows recovery environment
  1074. /dev/sda3 2459648 2721791 262144 128M Microsoft reserved
  1075. /dev/sda4 2721792 409782271 407060480 194.1G EFI System
  1076. /dev/sda5 1911560192 1953523711 41963520 20G Windows recovery environment
  1077. /dev/sda6 409782272 511331835 101549564 48.4G Microsoft basic data
  1078. /dev/sda7 1903407104 1911560191 8153088 3.9G Linux swap
  1079. /dev/sda8 511332352 1207369727 696037376 331.9G Microsoft basic data
  1080. /dev/sda9 1207369728 1903407103 696037376 331.9G Microsoft basic data
  1081. Partition table entries are not in disk order.
  1082. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  1083. EFI détecté. Veuillez vérifier les options.
  1084. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  1085. =================== Recommended repair
  1086. Recommended-Repair
  1087. This setting will reinstall the grub-efi-amd64-signed of sda9, using the following options: sda1/boot/efi,
  1088. Additional repair will be performed: unhide-bootmenu-10s repair-filesystems
  1089. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  1090. Force Unmount all blkid partitions (for fsck) except / /boot /cdrom /dev /etc /home /opt /pas /proc /rofs /sys /tmp /usr /var
  1091. fsck -fyM /dev/sda9
  1092. fsck from util-linux 2.27.1
  1093. fsck -fyM /dev/sda1
  1094. fsck from util-linux 2.27.1
  1095. fsck -fyM /dev/sda2
  1096. fsck from util-linux 2.27.1
  1097. fsck -fyM /dev/sda4
  1098. fsck from util-linux 2.27.1
  1099. fsck -fyM /dev/sda5
  1100. fsck from util-linux 2.27.1
  1101. fsck -fyM /dev/sda6
  1102. fsck from util-linux 2.27.1
  1103. fsck -fyM /dev/sda8
  1104. fsck from util-linux 2.27.1
  1105. fsck -fyM /dev/sda3
  1106. fsck from util-linux 2.27.1
  1107. e2fsck 1.42.13 (17-May-2015)
  1108. ext2fs_open2: Bad magic number in super-block
  1109. fsck.ext2: Superblock invalid, trying backup blocks...
  1110. fsck.ext2: Bad magic number in super-block while trying to open /dev/sda3
  1111. The superblock could not be read or does not describe a valid ext2/ext3/ext4
  1112. filesystem. If the device is valid and it really contains an ext2/ext3/ext4
  1113. filesystem (and not swap or ufs or something else), then the superblock
  1114. is corrupt, and you might try running e2fsck with an alternate superblock:
  1115. e2fsck -b 8193 <device>
  1116. or
  1117. e2fsck -b 32768 <device>
  1118. NTFS signature is missing.
  1119. Failed to mount '/dev/sda3': Argument invalide
  1120. The device '/dev/sda3' doesn't seem to have a valid NTFS.
  1121. Maybe the wrong device is used? Or the whole disk instead of a
  1122. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  1123. mount /dev/sda3 : Error code 12
  1124. mount -r /dev/sda3 /mnt/boot-sav/sda3
  1125. NTFS signature is missing.
  1126. Failed to mount '/dev/sda3': Argument invalide
  1127. The device '/dev/sda3' doesn't seem to have a valid NTFS.
  1128. Maybe the wrong device is used? Or the whole disk instead of a
  1129. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  1130. mount -r /dev/sda3 : Error code 12
  1131. sda9/boot/efi not empty
  1132. *******lspci -nnk | grep -iA3 vga
  1133. 00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
  1134. Subsystem: ASUSTeK Computer Inc. 3rd Gen Core processor Graphics Controller [1043:1457]
  1135. Kernel driver in use: i915
  1136. Kernel modules: i915
  1137. --
  1138. 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF119M [GeForce 610M] [10de:1058] (rev a1)
  1139. Subsystem: ASUSTeK Computer Inc. GF119M [GeForce 610M] [1043:1457]
  1140. Kernel driver in use: nouveau
  1141. Kernel modules: nvidiafb, nouveau
  1142. *******
  1143. grub-install : information : executing modprobe efivars 2>/dev/null.
  1144. grub-install : information : Looking for /sys/firmware/efi ...
  1145. grub-install : information : ...found.
  1146. Installation pour la plate-forme x86_64-efi
  1147. grub-install : information : impossible d'ouvrir « /boot/grub/device.map » : Aucun fichier ou dossier de ce type.
  1148. grub-install : information : /dev/sda1 is not present.
  1149. grub-install : information : Looking for /dev/sda1.
  1150. grub-install : information : /dev/sda is a parent of /dev/sda1.
  1151. grub-install : information : /dev/sda1 starts from 2048.
  1152. grub-install : information : opening the device hostdisk//dev/sda.
  1153. grub-install : information : drive = 0.
  1154. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  1155. grub-install : information : drive = 0.
  1156. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  1157. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1158. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1159. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1160. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1161. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1162. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1163. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1164. grub-install : information : no LDM signature found.
  1165. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1166. grub-install : information : no LVM signature found.
  1167. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1168. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1169. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1170. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1171. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1172. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1173. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1174. grub-install : information : no LDM signature found.
  1175. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1176. grub-install : information : no LVM signature found.
  1177. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1178. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1179. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1180. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1181. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1182. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1183. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1184. grub-install : information : no LDM signature found.
  1185. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1186. grub-install : information : no LVM signature found.
  1187. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1188. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1189. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1190. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1191. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1192. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1193. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1194. grub-install : information : no LDM signature found.
  1195. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1196. grub-install : information : no LVM signature found.
  1197. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1198. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1199. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1200. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1201. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1202. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1203. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1204. grub-install : information : no LDM signature found.
  1205. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1206. grub-install : information : no LVM signature found.
  1207. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1208. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1209. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1210. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1211. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1212. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1213. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1214. grub-install : information : no LDM signature found.
  1215. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1216. grub-install : information : no LVM signature found.
  1217. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1218. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1219. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1220. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1221. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1222. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1223. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1224. grub-install : information : no LDM signature found.
  1225. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1226. grub-install : information : no LVM signature found.
  1227. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1228. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1229. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1230. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1231. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1232. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1233. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1234. grub-install : information : no LDM signature found.
  1235. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1236. grub-install : information : no LVM signature found.
  1237. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1238. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1239. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1240. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1241. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1242. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1243. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1244. grub-install : information : no LDM signature found.
  1245. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1246. grub-install : information : no LVM signature found.
  1247. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1248. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1249. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1250. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1251. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1252. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1253. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1254. grub-install : information : no LDM signature found.
  1255. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1256. grub-install : information : no LVM signature found.
  1257. grub-install : information : Partition 0 starts from 2048.
  1258. grub-install : information : /dev/sda1 is present.
  1259. grub-install : information : Looking for /dev/sda1.
  1260. grub-install : information : /dev/sda is a parent of /dev/sda1.
  1261. grub-install : information : /dev/sda1 starts from 2048.
  1262. grub-install : information : opening the device hostdisk//dev/sda.
  1263. grub-install : information : drive = 0.
  1264. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  1265. grub-install : information : drive = 0.
  1266. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  1267. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1268. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1269. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1270. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1271. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1272. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1273. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1274. grub-install : information : no LDM signature found.
  1275. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1276. grub-install : information : no LVM signature found.
  1277. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1278. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1279. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1280. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1281. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1282. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1283. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1284. grub-install : information : no LDM signature found.
  1285. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1286. grub-install : information : no LVM signature found.
  1287. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1288. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1289. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1290. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1291. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1292. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1293. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1294. grub-install : information : no LDM signature found.
  1295. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1296. grub-install : information : no LVM signature found.
  1297. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1298. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1299. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1300. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1301. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1302. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1303. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1304. grub-install : information : no LDM signature found.
  1305. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1306. grub-install : information : no LVM signature found.
  1307. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1308. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1309. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1310. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1311. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1312. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1313. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1314. grub-install : information : no LDM signature found.
  1315. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1316. grub-install : information : no LVM signature found.
  1317. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1318. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1319. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1320. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1321. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1322. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1323. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1324. grub-install : information : no LDM signature found.
  1325. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1326. grub-install : information : no LVM signature found.
  1327. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1328. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1329. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1330. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1331. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1332. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1333. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1334. grub-install : information : no LDM signature found.
  1335. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1336. grub-install : information : no LVM signature found.
  1337. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1338. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1339. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1340. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1341. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1342. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1343. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1344. grub-install : information : no LDM signature found.
  1345. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1346. grub-install : information : no LVM signature found.
  1347. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1348. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1349. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1350. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1351. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1352. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1353. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1354. grub-install : information : no LDM signature found.
  1355. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1356. grub-install : information : no LVM signature found.
  1357. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1358. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1359. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1360. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1361. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1362. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1363. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1364. grub-install : information : no LDM signature found.
  1365. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1366. grub-install : information : no LVM signature found.
  1367. grub-install : information : Partition 0 starts from 2048.
  1368. grub-install : information : /dev/sda1 is present.
  1369. grub-install : information : Looking for /dev/sda1.
  1370. grub-install : information : /dev/sda is a parent of /dev/sda1.
  1371. grub-install : information : /dev/sda1 starts from 2048.
  1372. grub-install : information : opening the device hostdisk//dev/sda.
  1373. grub-install : information : drive = 0.
  1374. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  1375. grub-install : information : drive = 0.
  1376. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  1377. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1378. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1379. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1380. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1381. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1382. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1383. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1384. grub-install : information : no LDM signature found.
  1385. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1386. grub-install : information : no LVM signature found.
  1387. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1388. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1389. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1390. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1391. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1392. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1393. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1394. grub-install : information : no LDM signature found.
  1395. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1396. grub-install : information : no LVM signature found.
  1397. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1398. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1399. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1400. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1401. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1402. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1403. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1404. grub-install : information : no LDM signature found.
  1405. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1406. grub-install : information : no LVM signature found.
  1407. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1408. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1409. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1410. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1411. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1412. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1413. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1414. grub-install : information : no LDM signature found.
  1415. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1416. grub-install : information : no LVM signature found.
  1417. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1418. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1419. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1420. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1421. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1422. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1423. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1424. grub-install : information : no LDM signature found.
  1425. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1426. grub-install : information : no LVM signature found.
  1427. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1428. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1429. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1430. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1431. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1432. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1433. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1434. grub-install : information : no LDM signature found.
  1435. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1436. grub-install : information : no LVM signature found.
  1437. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1438. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1439. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1440. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1441. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1442. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1443. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1444. grub-install : information : no LDM signature found.
  1445. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1446. grub-install : information : no LVM signature found.
  1447. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1448. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1449. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1450. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1451. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1452. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1453. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1454. grub-install : information : no LDM signature found.
  1455. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1456. grub-install : information : no LVM signature found.
  1457. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1458. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1459. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1460. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1461. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1462. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1463. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1464. grub-install : information : no LDM signature found.
  1465. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1466. grub-install : information : no LVM signature found.
  1467. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  1468. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  1469. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  1470. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  1471. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  1472. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  1473. grub-install : information : scanning hostdisk//dev/sda for LDM.
  1474. grub-install : information : no LDM signature found.
  1475. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  1476. grub-install : information : no LVM signature found.
  1477. grub-install : information : Partition 0 starts from 2048.
  1478. grub-install : information : drive = 0.
  1479. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  1480. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gfxmenu.mod' -> `/boot/grub/x86_64-efi/gfxmenu.mod'.
  1481. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gfxterm_menu.mod' -> `/boot/grub/x86_64-efi/gfxterm_menu.mod'.
  1482. grub-install : information : copying `/usr/lib/grub/x86_64-efi/usbms.mod' -> `/boot/grub/x86_64-efi/usbms.mod'.
  1483. grub-install : information : copying `/usr/lib/grub/x86_64-efi/eval.mod' -> `/boot/grub/x86_64-efi/eval.mod'.
  1484. grub-install : information : copying `/usr/lib/grub/x86_64-efi/msdospart.mod' -> `/boot/grub/x86_64-efi/msdospart.mod'.
  1485. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_seed.mod' -> `/boot/grub/x86_64-efi/gcry_seed.mod'.
  1486. grub-install : information : copying `/usr/lib/grub/x86_64-efi/memdisk.mod' -> `/boot/grub/x86_64-efi/memdisk.mod'.
  1487. grub-install : information : copying `/usr/lib/grub/x86_64-efi/btrfs.mod' -> `/boot/grub/x86_64-efi/btrfs.mod'.
  1488. grub-install : information : copying `/usr/lib/grub/x86_64-efi/videotest_checksum.mod' -> `/boot/grub/x86_64-efi/videotest_checksum.mod'.
  1489. grub-install : information : copying `/usr/lib/grub/x86_64-efi/lsacpi.mod' -> `/boot/grub/x86_64-efi/lsacpi.mod'.
  1490. grub-install : information : copying `/usr/lib/grub/x86_64-efi/font.mod' -> `/boot/grub/x86_64-efi/font.mod'.
  1491. grub-install : information : copying `/usr/lib/grub/x86_64-efi/play.mod' -> `/boot/grub/x86_64-efi/play.mod'.
  1492. grub-install : information : copying `/usr/lib/grub/x86_64-efi/part_msdos.mod' -> `/boot/grub/x86_64-efi/part_msdos.mod'.
  1493. grub-install : information : copying `/usr/lib/grub/x86_64-efi/video_fb.mod' -> `/boot/grub/x86_64-efi/video_fb.mod'.
  1494. grub-install : information : copying `/usr/lib/grub/x86_64-efi/efinet.mod' -> `/boot/grub/x86_64-efi/efinet.mod'.
  1495. grub-install : information : copying `/usr/lib/grub/x86_64-efi/hfsplus.mod' -> `/boot/grub/x86_64-efi/hfsplus.mod'.
  1496. grub-install : information : copying `/usr/lib/grub/x86_64-efi/part_acorn.mod' -> `/boot/grub/x86_64-efi/part_acorn.mod'.
  1497. grub-install : information : copying `/usr/lib/grub/x86_64-efi/minix.mod' -> `/boot/grub/x86_64-efi/minix.mod'.
  1498. grub-install : information : copying `/usr/lib/grub/x86_64-efi/mpi.mod' -> `/boot/grub/x86_64-efi/mpi.mod'.
  1499. grub-install : information : copying `/usr/lib/grub/x86_64-efi/lspci.mod' -> `/boot/grub/x86_64-efi/lspci.mod'.
  1500. grub-install : information : copying `/usr/lib/grub/x86_64-efi/elf.mod' -> `/boot/grub/x86_64-efi/elf.mod'.
  1501. grub-install : information : copying `/usr/lib/grub/x86_64-efi/echo.mod' -> `/boot/grub/x86_64-efi/echo.mod'.
  1502. grub-install : information : copying `/usr/lib/grub/x86_64-efi/ahci.mod' -> `/boot/grub/x86_64-efi/ahci.mod'.
  1503. grub-install : information : copying `/usr/lib/grub/x86_64-efi/iso9660.mod' -> `/boot/grub/x86_64-efi/iso9660.mod'.
  1504. grub-install : information : copying `/usr/lib/grub/x86_64-efi/minix3.mod' -> `/boot/grub/x86_64-efi/minix3.mod'.
  1505. grub-install : information :SET@_progressbar1.pulse()
  1506. copying `/usr/lib/grub/x86_64-efi/lsmmap.mod' -> `/boot/grub/x86_64-efi/lsmmap.mod'.
  1507. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_blowfish.mod' -> `/boot/grub/x86_64-efi/gcry_blowfish.mod'.
  1508. grub-install : information : copying `/usr/lib/grub/x86_64-efi/cs5536.mod' -> `/boot/grub/x86_64-efi/cs5536.mod'.
  1509. grub-install : information : copying `/usr/lib/grub/x86_64-efi/configfile.mod' -> `/boot/grub/x86_64-efi/configfile.mod'.
  1510. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_serpent.mod' -> `/boot/grub/x86_64-efi/gcry_serpent.mod'.
  1511. grub-install : information : copying `/usr/lib/grub/x86_64-efi/datetime.mod' -> `/boot/grub/x86_64-efi/datetime.mod'.
  1512. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_sha256.mod' -> `/boot/grub/x86_64-efi/gcry_sha256.mod'.
  1513. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_tiger.mod' -> `/boot/grub/x86_64-efi/gcry_tiger.mod'.
  1514. grub-install : information : copying `/usr/lib/grub/x86_64-efi/disk.mod' -> `/boot/grub/x86_64-efi/disk.mod'.
  1515. grub-install : information : copying `/usr/lib/grub/x86_64-efi/parttool.mod' -> `/boot/grub/x86_64-efi/parttool.mod'.
  1516. grub-install : information : copying `/usr/lib/grub/x86_64-efi/hashsum.mod' -> `/boot/grub/x86_64-efi/hashsum.mod'.
  1517. grub-install : information : copying `/usr/lib/grub/x86_64-efi/sleep.mod' -> `/boot/grub/x86_64-efi/sleep.mod'.
  1518. grub-install : information : copying `/usr/lib/grub/x86_64-efi/linux16.mod' -> `/boot/grub/x86_64-efi/linux16.mod'.
  1519. grub-install : information : copying `/usr/lib/grub/x86_64-efi/usbserial_pl2303.mod' -> `/boot/grub/x86_64-efi/usbserial_pl2303.mod'.
  1520. grub-install : information : copying `/usr/lib/grub/x86_64-efi/zfs.mod' -> `/boot/grub/x86_64-efi/zfs.mod'.
  1521. grub-install : information : copying `/usr/lib/grub/x86_64-efi/romfs.mod' -> `/boot/grub/x86_64-efi/romfs.mod'.
  1522. grub-install : information : copying `/usr/lib/grub/x86_64-efi/minix2.mod' -> `/boot/grub/x86_64-efi/minix2.mod'.
  1523. grub-install : information : copying `/usr/lib/grub/x86_64-efi/part_dfly.mod' -> `/boot/grub/x86_64-efi/part_dfly.mod'.
  1524. grub-install : information : copying `/usr/lib/grub/x86_64-efi/backtrace.mod' -> `/boot/grub/x86_64-efi/backtrace.mod'.
  1525. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_whirlpool.mod' -> `/boot/grub/x86_64-efi/gcry_whirlpool.mod'.
  1526. grub-install : information : copying `/usr/lib/grub/x86_64-efi/setpci.mod' -> `/boot/grub/x86_64-efi/setpci.mod'.
  1527. grub-install : information : copying `/usr/lib/grub/x86_64-efi/nilfs2.mod' -> `/boot/grub/x86_64-efi/nilfs2.mod'.
  1528. grub-install : information : copying `/usr/lib/grub/x86_64-efi/pbkdf2.mod' -> `/boot/grub/x86_64-efi/pbkdf2.mod'.
  1529. grub-install : information : copying `/usr/lib/grub/x86_64-efi/jfs.mod' -> `/boot/grub/x86_64-efi/jfs.mod'.
  1530. grub-install : information : copying `/usr/lib/grub/x86_64-efi/lssal.mod' -> `/boot/grub/x86_64-efi/lssal.mod'.
  1531. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gfxterm_background.mod' -> `/boot/grub/x86_64-efi/gfxterm_background.mod'.
  1532. grub-install : information : copying `/usr/lib/grub/x86_64-efi/cbmemc.mod' -> `/boot/grub/x86_64-efi/cbmemc.mod'.
  1533. grub-install : information : copying `/usr/lib/grub/x86_64-efi/crc64.mod' -> `/boot/grub/x86_64-efi/crc64.mod'.
  1534. grub-install : information : copying `/usr/lib/grub/x86_64-efi/password_pbkdf2.mod' -> `/boot/grub/x86_64-efi/password_pbkdf2.mod'.
  1535. grub-install : information : copying `/usr/lib/grub/x86_64-efi/mdraid09.mod' -> `/boot/grub/x86_64-efi/mdraid09.mod'.
  1536. grub-install : information : copying `/usr/lib/grub/x86_64-efi/relocator.mod' -> `/boot/grub/x86_64-efi/relocator.mod'.
  1537. grub-install : information : copying `/usr/lib/grub/x86_64-efi/minix3_be.mod' -> `/boot/grub/x86_64-efi/minix3_be.mod'.
  1538. grub-install : information : copying `/usr/lib/grub/x86_64-efi/search_label.mod' -> `/boot/grub/x86_64-efi/search_label.mod'.
  1539. grub-install : information : copying `/usr/lib/grub/x86_64-efi/part_apple.mod' -> `/boot/grub/x86_64-efi/part_apple.mod'.
  1540. grub-install : information : copying `/usr/lib/grub/x86_64-efi/reboot.mod' -> `/boot/grub/x86_64-efi/reboot.mod'.
  1541. grub-install : information : copying `/usr/lib/grub/x86_64-efi/functional_test.mod' -> `/boot/grub/x86_64-efi/functional_test.mod'.
  1542. grub-install : information : copying `/usr/lib/grub/x86_64-efi/mdraid1x.mod' -> `/boot/grub/x86_64-efi/mdraid1x.mod'.
  1543. grub-install : information : copying `/usr/lib/grub/x86_64-efi/tftp.mod' -> `/boot/grub/x86_64-efi/tftp.mod'.
  1544. grub-install : information : copying `/usr/lib/grub/x86_64-efi/cpuid.mod' -> `/boot/grub/x86_64-efi/cpuid.mod'.
  1545. grub-install : information : copying `/usr/lib/grub/x86_64-efi/hfs.mod' -> `/boot/grub/x86_64-efi/hfs.mod'.
  1546. grub-install : information : copying `/usr/lib/grub/x86_64-efi/keylayouts.mod' -> `/boot/grub/x86_64-efi/keylayouts.mod'.
  1547. grub-install : information : copying `/usr/lib/grub/x86_64-efi/cpio_be.mod' -> `/boot/grub/x86_64-efi/cpio_be.mod'.
  1548. grub-install : information : copying `/usr/lib/grub/x86_64-efi/offsetio.mod' -> `/boot/grub/x86_64-efi/offsetio.mod'.
  1549. grub-install : information : copying `/usr/lib/grub/x86_64-efi/halt.mod' -> `/boot/grub/x86_64-efi/halt.mod'.
  1550. grub-install : information : copying `/usr/lib/grub/x86_64-efi/net.mod' -> `/boot/grub/x86_64-efi/net.mod'.
  1551. grub-install : information : copying `/usr/lib/grub/x86_64-efi/fixvideo.mod' -> `/boot/grub/x86_64-efi/fixvideo.mod'.
  1552. grub-install : information : copying `/usr/lib/grub/x86_64-efi/cmdline_cat_test.mod' -> `/boot/grub/x86_64-efi/cmdline_cat_test.mod'.
  1553. grub-install : information : copying `/usr/lib/grub/x86_64-efi/search.mod' -> `/boot/grub/x86_64-efi/search.mod'.
  1554. grub-install : information : copying `/usr/lib/grub/x86_64-efi/linux.mod' -> `/boot/grub/x86_64-efi/linux.mod'.
  1555. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gettext.mod' -> `/boot/grub/x86_64-efi/gettext.mod'.
  1556. grub-install : information : copying `/usr/lib/grub/x86_64-efi/cbfs.mod' -> `/boot/grub/x86_64-efi/cbfs.mod'.
  1557. grub-install : information : copying `/usr/lib/grub/x86_64-efi/part_dvh.mod' -> `/boot/grub/x86_64-efi/part_dvh.mod'.
  1558. grub-install : information : copying `/usr/lib/grub/x86_64-efi/tga.mod' -> `/boot/grub/x86_64-efi/tga.mod'.
  1559. grub-install : information : copying `/usr/lib/grub/x86_64-efi/usbtest.mod' -> `/boot/grub/x86_64-efi/usbtest.mod'.
  1560. grub-install : information : copying `/usr/lib/grub/x86_64-efi/cbtime.mod' -> `/boot/grub/x86_64-efi/cbtime.mod'.
  1561. grub-install : information : copying `/usr/lib/grub/x86_64-efi/video_colors.mod' -> `/boot/grub/x86_64-efi/video_colors.mod'.
  1562. grub-install : information : copying `/usr/lib/grub/x86_64-efi/cpio.mod' -> `/boot/grub/x86_64-efi/cpio.mod'.
  1563. grub-install : information : copying `/usr/lib/grub/x86_64-efi/loadenv.mod' -> `/boot/grub/x86_64-efi/loadenv.mod'.
  1564. grub-install : information : copying `/usr/lib/grub/x86_64-efi/zfsinfo.mod' -> `/boot/grub/x86_64-efi/zfsinfo.mod'.
  1565. grub-install : information : copying `/usr/lib/grub/x86_64-efi/hexdump.mod' -> `/boot/grub/x86_64-efi/hexdump.mod'.
  1566. grub-install : information : copying `/usr/lib/grub/x86_64-efi/jpeg.mod' -> `/boot/grub/x86_64-efi/jpeg.mod'.
  1567. grub-install : information : copying `/usr/lib/grub/x86_64-efi/xzio.mod' -> `/boot/grub/x86_64-efi/xzio.mod'.
  1568. grub-install : information : copying `/usr/lib/grub/x86_64-efi/luks.mod' -> `/boot/grub/x86_64-efi/luks.mod'.
  1569. grub-install : information : copying `/usr/lib/grub/x86_64-efi/help.mod' -> `/boot/grub/x86_64-efi/help.mod'.
  1570. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_md5.mod' -> `/boot/grub/x86_64-efi/gcry_md5.mod'.
  1571. grub-install : information : copying `/usr/lib/grub/x86_64-efi/morse.mod' -> `/boot/grub/x86_64-efi/morse.mod'.
  1572. grub-install : information : copying `/usr/lib/grub/x86_64-efi/legacy_password_test.mod' -> `/boot/grub/x86_64-efi/legacy_password_test.mod'.
  1573. grub-install : information : copying `/usr/lib/grub/x86_64-efi/extcmd.mod' -> `/boot/grub/x86_64-efi/extcmd.mod'.
  1574. grub-install : information : copying `/usr/lib/grub/x86_64-efi/fat.mod' -> `/boot/grub/x86_64-efi/fat.mod'.
  1575. grub-install : information : copying `/usr/lib/grub/x86_64-efi/acpi.mod' -> `/boot/grub/x86_64-efi/acpi.mod'.
  1576. grub-install : information : copying `/usr/lib/grub/x86_64-efi/videotest.mod' -> `/boot/grub/x86_64-efi/videotest.mod'.
  1577. grub-install : information : copying `/usr/lib/grub/x86_64-efi/http.mod' -> `/boot/grub/x86_64-efi/http.mod'.
  1578. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_cast5.mod' -> `/boot/grub/x86_64-efi/gcry_cast5.mod'.
  1579. grub-install : information : copying `/usr/lib/grub/x86_64-efi/part_plan.mod' -> `/boot/grub/x86_64-efi/part_plan.mod'.
  1580. grub-install : information : copying `/usr/lib/grub/x86_64-efi/memrw.mod' -> `/boot/grub/x86_64-efi/memrw.mod'.
  1581. grub-install : information : copying `/usr/lib/grub/x86_64-efi/legacycfg.mod' -> `/boot/grub/x86_64-efi/legacycfg.mod'.
  1582. grub-install : information : copying `/usr/lib/grub/x86_64-efi/ufs2.mod' -> `/boot/grub/x86_64-efi/ufs2.mod'.
  1583. grub-install : information : copying `/usr/lib/grub/x86_64-efi/file.mod' -> `/boot/grub/x86_64-efi/file.mod'.
  1584. grub-install : information : copying `/usr/lib/grub/x86_64-efi/blocklist.mod' -> `/boot/grub/x86_64-efi/blocklist.mod'.
  1585. grub-install : information : copying `/usr/lib/grub/x86_64-efi/usb.mod' -> `/boot/grub/x86_64-efi/usb.mod'.
  1586. grub-install : information : copying `/usr/lib/grub/x86_64-efi/minix2_be.mod' -> `/boot/grub/x86_64-efi/minix2_be.mod'.
  1587. grub-install : information : copying `/usr/lib/grub/x86_64-efi/ext2.mod' -> `/boot/grub/x86_64-efi/ext2.mod'.
  1588. grub-install : information : copying `/usr/lib/grub/x86_64-efi/bitmap.mod' -> `/boot/grub/x86_64-efi/bitmap.mod'.
  1589. grub-install : information : copying `/usr/lib/grub/x86_64-efi/trig.mod' -> `/boot/grub/x86_64-efi/trig.mod'.
  1590. grub-install : information : copying `/usr/lib/grub/x86_64-efi/time.mod' -> `/boot/grub/x86_64-efi/time.mod'.
  1591. grub-install : information : copying `/usr/lib/grub/x86_64-efi/minicmd.mod' -> `/boot/grub/x86_64-efi/minicmd.mod'.
  1592. grub-install : information : copying `/usr/lib/grub/x86_64-efi/uhci.mod' -> `/boot/grub/x86_64-efi/uhci.mod'.
  1593. grub-install : information : copying `/usr/lib/grub/x86_64-efi/zfscrypt.mod' -> `/boot/grub/x86_64-efi/zfscrypt.mod'.
  1594. grub-install : information : copying `/usr/lib/grub/x86_64-efi/mdraid09_be.mod' -> `/boot/grub/x86_64-efi/mdraid09_be.mod'.
  1595. grub-install : information : copying `/usr/lib/grub/x86_64-efi/part_gpt.mod' -> `/boot/grub/x86_64-efi/part_gpt.mod'.
  1596. grub-install : information : copying `/usr/lib/grub/x86_64-efi/sfs.mod' -> `/boot/grub/x86_64-efi/sfs.mod'.
  1597. grub-install : information : copying `/usr/lib/grub/x86_64-efi/minix_be.mod' -> `/boot/grub/x86_64-efi/minix_be.mod'.
  1598. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_sha512.mod' -> `/boot/grub/x86_64-efi/gcry_sha512.mod'.
  1599. grub-install : information : copying `/usr/lib/grub/x86_64-efi/part_amiga.mod' -> `/boot/grub/x86_64-efi/part_amiga.mod'.
  1600. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gzio.mod' -> `/boot/grub/x86_64-efi/gzio.mod'.
  1601. grub-install : information : copying `/usr/lib/grub/x86_64-efi/fshelp.mod' -> `/boot/grub/x86_64-efi/fshelp.mod'.
  1602. grub-install : information : copying `/usr/lib/grub/x86_64-efi/part_sun.mod' -> `/boot/grub/x86_64-efi/part_sun.mod'.
  1603. grub-install : information : copying `/usr/lib/grub/x86_64-efi/multiboot.mod' -> `/boot/grub/x86_64-efi/multiboot.mod'.
  1604. grub-install : information : copying `/usr/lib/grub/x86_64-efi/bsd.mod' -> `/boot/grub/x86_64-efi/bsd.mod'.
  1605. grub-install : information : copying `/usr/lib/grub/x86_64-efi/cbls.mod' -> `/boot/grub/x86_64-efi/cbls.mod'.
  1606. grub-install : information : copying `/usr/lib/grub/x86_64-efi/ufs1_be.mod' -> `/boot/grub/x86_64-efi/ufs1_be.mod'.
  1607. grub-install : information : copying `/usr/lib/grub/x86_64-efi/crypto.mod' -> `/boot/grub/x86_64-efi/crypto.mod'.
  1608. grub-install : information : copying `/usr/lib/grub/x86_64-efi/normal.mod' -> `/boot/grub/x86_64-efi/normal.mod'.
  1609. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_rijndael.mod' -> `/boot/grub/x86_64-efi/gcry_rijndael.mod'.
  1610. grub-install : information : copying `/usr/lib/grub/x86_64-efi/lvm.mod' -> `/boot/grub/x86_64-efi/lvm.mod'.
  1611. grub-install : information : copying `/usr/lib/grub/x86_64-efi/test.mod' -> `/boot/grub/x86_64-efi/test.mod'.
  1612. grub-install : information : copying `/usr/lib/grub/x86_64-efi/reiserfs.mod' -> `/boot/grub/x86_64-efi/reiserfs.mod'.
  1613. grub-install : information : copying `/usr/lib/grub/x86_64-efi/tr.mod' -> `/boot/grub/x86_64-efi/tr.mod'.
  1614. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_md4.mod' -> `/boot/grub/x86_64-efi/gcry_md4.mod'.
  1615. grub-install : information : copying `/usr/lib/grub/x86_64-efi/exfat.mod' -> `/boot/grub/x86_64-efi/exfat.mod'.
  1616. grub-install : information : copying `/usr/lib/grub/x86_64-efi/test_blockarg.mod' -> `/boot/grub/x86_64-efi/test_blockarg.mod'.
  1617. grub-install : information : copying `/usr/lib/grub/x86_64-efi/affs.mod' -> `/boot/grub/x86_64-efi/affs.mod'.
  1618. grub-install : information : copying `/usr/lib/grub/x86_64-efi/raid6rec.mod' -> `/boot/grub/x86_64-efi/raid6rec.mod'.
  1619. grub-install : information : copying `/usr/lib/grub/x86_64-efi/boot.mod' -> `/boot/grub/x86_64-efi/boot.mod'.
  1620. grub-install : information : copying `/usr/lib/grub/x86_64-efi/ntfscomp.mod' -> `/boot/grub/x86_64-efi/ntfscomp.mod'.
  1621. grub-install : information : copying `/usr/lib/grub/x86_64-efi/udf.mod' -> `/boot/grub/x86_64-efi/udf.mod'.
  1622. grub-install : information : copying `/usr/lib/grub/x86_64-efi/probe.mod' -> `/boot/grub/x86_64-efi/probe.mod'.
  1623. grub-install : information : copying `/usr/lib/grub/x86_64-efi/spkmodem.mod' -> `/boot/grub/x86_64-efi/spkmodem.mod'.
  1624. grub-install : information : copying `/usr/lib/grub/x86_64-efi/progress.mod' -> `/boot/grub/x86_64-efi/progress.mod'.
  1625. grub-install : information : copying `/usr/lib/grub/x86_64-efi/odc.mod' -> `/boot/grub/x86_64-efi/odc.mod'.
  1626. grub-install : information : copying `/usr/lib/grub/x86_64-efi/squash4.mod' -> `/boot/grub/x86_64-efi/squash4.mod'.
  1627. grub-install : information : copying `/usr/lib/grub/x86_64-efi/password.mod' -> `/boot/grub/x86_64-efi/password.mod'.
  1628. grub-install : information : copying `/usr/lib/grub/x86_64-efi/lsefi.mod' -> `/boot/grub/x86_64-efi/lsefi.mod'.
  1629. grub-install : information : copying `/usr/lib/grub/x86_64-efi/bfs.mod' -> `/boot/grub/x86_64-efi/bfs.mod'.
  1630. grub-install : information : copying `/usr/lib/grub/x86_64-efi/search_fs_uuid.mod' -> `/boot/grub/x86_64-efi/search_fs_uuid.mod'.
  1631. grub-install : information : copying `/usr/lib/grub/x86_64-efi/ehci.mod' -> `/boot/grub/x86_64-efi/ehci.mod'.
  1632. grub-install : information : copying `/usr/lib/grub/x86_64-efi/videoinfo.mod' -> `/boot/grub/x86_64-efi/videoinfo.mod'.
  1633. grub-install : information : copying `/usr/lib/grub/x86_64-efi/terminfo.mod' -> `/boot/grub/x86_64-efi/terminfo.mod'.
  1634. grub-install : information : copying `/usr/lib/grub/x86_64-efi/procfs.mod' -> `/boot/grub/x86_64-efi/procfs.mod'.
  1635. grub-install : information : copying `/usr/lib/grub/x86_64-efi/usb_keyboard.mod' -> `/boot/grub/x86_64-efi/usb_keyboard.mod'.
  1636. grub-install : information : copying `/usr/lib/grub/x86_64-efi/efi_uga.mod' -> `/boot/grub/x86_64-efi/efi_uga.mod'.
  1637. grub-install : information : copying `/usr/lib/grub/x86_64-efi/part_bsd.mod' -> `/boot/grub/x86_64-efi/part_bsd.mod'.
  1638. grub-install : information : copying `/usr/lib/grub/x86_64-efi/xfs.mod' -> `/boot/grub/x86_64-efi/xfs.mod'.
  1639. grub-install : information : copying `/usr/lib/grub/x86_64-efi/lsefimmap.mod' -> `/boot/grub/x86_64-efi/lsefimmap.mod'.
  1640. grub-install : information : copying `/usr/lib/grub/x86_64-efi/lsefisystab.mod' -> `/boot/grub/x86_64-efi/lsefisystab.mod'.
  1641. grub-install : information : copying `/usr/lib/grub/x86_64-efi/linuxefi.mod' -> `/boot/grub/x86_64-efi/linuxefi.mod'.
  1642. grub-install : information : copying `/usr/lib/grub/x86_64-efi/pcidump.mod' -> `/boot/grub/x86_64-efi/pcidump.mod'.
  1643. grub-install : information : copying `/usr/lib/grub/x86_64-efi/pbkdf2_test.mod' -> `/boot/grub/x86_64-efi/pbkdf2_test.mod'.
  1644. grub-install : information : copying `/usr/lib/grub/x86_64-efi/all_video.mod' -> `/boot/grub/x86_64-efi/all_video.mod'.
  1645. grub-install : information : copying `/usr/lib/grub/x86_64-efi/testspeed.mod' -> `/boot/grub/x86_64-efi/testspeed.mod'.
  1646. grub-install : information : copying `/usr/lib/grub/x86_64-efi/testload.mod' -> `/boot/grub/x86_64-efi/testload.mod'.
  1647. grub-install : information : copying `/usr/lib/grub/x86_64-efi/macho.mod' -> `/boot/grub/x86_64-efi/macho.mod'.
  1648. grub-install : information : copying `/usr/lib/grub/x86_64-efi/tar.mod' -> `/boot/grub/x86_64-efi/tar.mod'.
  1649. grub-install : information : copying `/usr/lib/grub/x86_64-efi/hfspluscomp.mod' -> `/boot/grub/x86_64-efi/hfspluscomp.mod'.
  1650. grub-install : information : copying `/usr/lib/grub/x86_64-efi/cmp.mod' -> `/boot/grub/x86_64-efi/cmp.mod'.
  1651. grub-install : information : copying `/usr/lib/grub/x86_64-efi/adler32.mod' -> `/boot/grub/x86_64-efi/adler32.mod'.
  1652. grub-install : information : copying `/usr/lib/grub/x86_64-efi/loopback.mod' -> `/boot/grub/x86_64-efi/loopback.mod'.
  1653. grub-install : information : copying `/usr/lib/grub/x86_64-efi/usbserial_common.mod' -> `/boot/grub/x86_64-efi/usbserial_common.mod'.
  1654. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gfxterm.mod' -> `/boot/grub/x86_64-efi/gfxterm.mod'.
  1655. grub-install : information : copying `/usr/lib/grub/x86_64-efi/efifwsetup.mod' -> `/boot/grub/x86_64-efi/efifwsetup.mod'.
  1656. grub-install : information : copying `/usr/lib/grub/x86_64-efi/ntfs.mod' -> `/boot/grub/x86_64-efi/ntfs.mod'.
  1657. grub-install : information : copying `/usr/lib/grub/x86_64-efi/hello.mod' -> `/boot/grub/x86_64-efi/hello.mod'.
  1658. grub-install : information : copying `/usr/lib/grub/x86_64-efi/usbserial_ftdi.mod' -> `/boot/grub/x86_64-efi/usbserial_ftdi.mod'.
  1659. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_rmd160.mod' -> `/boot/grub/x86_64-efi/gcry_rmd160.mod'.
  1660. grub-install : information : copying `/usr/lib/grub/x86_64-efi/cat.mod' -> `/boot/grub/x86_64-efi/cat.mod'.
  1661. grub-install : information : copying `/usr/lib/grub/x86_64-efi/syslinuxcfg.mod' -> `/boot/grub/x86_64-efi/syslinuxcfg.mod'.
  1662. grub-install : information : copying `/usr/lib/grub/x86_64-efi/mmap.mod' -> `/boot/grub/x86_64-efi/mmap.mod'.
  1663. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gptsync.mod' -> `/boot/grub/x86_64-efi/gptsync.mod'.
  1664. grub-install : information : copying `/usr/lib/grub/x86_64-efi/multiboot2.mod' -> `/boot/grub/x86_64-efi/multiboot2.mod'.
  1665. grub-install : information : copying `/usr/lib/grub/x86_64-efi/search_fs_file.mod' -> `/boot/grub/x86_64-efi/search_fs_file.mod'.
  1666. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_crc.mod' -> `/boot/grub/x86_64-efi/gcry_crc.mod'.
  1667. grub-install : information : copying `/usr/lib/grub/x86_64-efi/terminal.mod' -> `/boot/grub/x86_64-efi/terminal.mod'.
  1668. grub-install : information : copying `/usr/lib/grub/x86_64-efi/appleldr.mod' -> `/boot/grub/x86_64-efi/appleldr.mod'.
  1669. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_rfc2268.mod' -> `/boot/grub/x86_64-efi/gcry_rfc2268.mod'.
  1670. grub-install : information : copying `/usr/lib/grub/x86_64-efi/ata.mod' -> `/boot/grub/x86_64-efi/ata.mod'.
  1671. grub-install : information : copying `/usr/lib/grub/x86_64-efi/xnu_uuid.mod' -> `/boot/grub/x86_64-efi/xnu_uuid.mod'.
  1672. grub-install : information : copying `/usr/lib/grub/x86_64-efi/serial.mod' -> `/boot/grub/x86_64-efi/serial.mod'.
  1673. grub-install : information : copying `/usr/lib/grub/x86_64-efi/date.mod' -> `/boot/grub/x86_64-efi/date.mod'.
  1674. grub-install : information : copying `/usr/lib/grub/x86_64-efi/newc.mod' -> `/boot/grub/x86_64-efi/newc.mod'.
  1675. grub-install : information : copying `/usr/lib/grub/x86_64-efi/aout.mod' -> `/boot/grub/x86_64-efi/aout.mod'.
  1676. grub-install : information : copying `/usr/lib/grub/x86_64-efi/div_test.mod' -> `/boot/grub/x86_64-efi/div_test.mod'.
  1677. grub-install : information : copying `/usr/lib/grub/x86_64-efi/bitmap_scale.mod' -> `/boot/grub/x86_64-efi/bitmap_scale.mod'.
  1678. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_des.mod' -> `/boot/grub/x86_64-efi/gcry_des.mod'.
  1679. grub-install : information : copying `/usr/lib/grub/x86_64-efi/true.mod' -> `/boot/grub/x86_64-efi/true.mod'.
  1680. grub-install : information : copying `/usr/lib/grub/x86_64-efi/chain.mod' -> `/boot/grub/x86_64-efi/chain.mod'.
  1681. grub-install : information : copying `/usr/lib/grub/x86_64-efi/usbserial_usbdebug.mod' -> `/boot/grub/x86_64-efi/usbserial_usbdebug.mod'.
  1682. grub-install : information : copying `/usr/lib/grub/x86_64-efi/verify.mod' -> `/boot/grub/x86_64-efi/verify.mod'.
  1683. grub-install : information : copying `/usr/lib/grub/x86_64-efi/priority_queue.mod' -> `/boot/grub/x86_64-efi/priority_queue.mod'.
  1684. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_arcfour.mod' -> `/boot/grub/x86_64-efi/gcry_arcfour.mod'.
  1685. grub-install : information : copying `/usr/lib/grub/x86_64-efi/sleep_test.mod' -> `/boot/grub/x86_64-efi/sleep_test.mod'.
  1686. grub-install : information : copying `/usr/lib/grub/x86_64-efi/archelp.mod' -> `/boot/grub/x86_64-efi/archelp.mod'.
  1687. grub-install : information : copying `/usr/lib/grub/x86_64-efi/lzopio.mod' -> `/boot/grub/x86_64-efi/lzopio.mod'.
  1688. grub-install : information : copying `/usr/lib/grub/x86_64-efi/video.mod' -> `/boot/grub/x86_64-efi/video.mod'.
  1689. grub-install : information : copying `/usr/lib/grub/x86_64-efi/macbless.mod' -> `/boot/grub/x86_64-efi/macbless.mod'.
  1690. grub-install : information : copying `/usr/lib/grub/x86_64-efi/hdparm.mod' -> `/boot/grub/x86_64-efi/hdparm.mod'.
  1691. grub-install : information : copying `/usr/lib/grub/x86_64-efi/regexp.mod' -> `/boot/grub/x86_64-efi/regexp.mod'.
  1692. grub-install : information : copying `/usr/lib/grub/x86_64-efi/dm_nv.mod' -> `/boot/grub/x86_64-efi/dm_nv.mod'.
  1693. grub-install : information : copying `/usr/lib/grub/x86_64-efi/exfctest.mod' -> `/boot/grub/x86_64-efi/exfctest.mod'.
  1694. grub-install : information : copying `/usr/lib/grub/x86_64-efi/cbtable.mod' -> `/boot/grub/x86_64-efi/cbtable.mod'.
  1695. grub-install : information : copying `/usr/lib/grub/x86_64-efi/raid5rec.mod' -> `/boot/grub/x86_64-efi/raid5rec.mod'.
  1696. grub-install : information : copying `/usr/lib/grub/x86_64-efi/datehook.mod' -> `/boot/grub/x86_64-efi/datehook.mod'.
  1697. grub-install : information : copying `/usr/lib/grub/x86_64-efi/xnu_uuid_test.mod' -> `/boot/grub/x86_64-efi/xnu_uuid_test.mod'.
  1698. grub-install : information : copying `/usr/lib/grub/x86_64-efi/png.mod' -> `/boot/grub/x86_64-efi/png.mod'.
  1699. grub-install : information : copying `/usr/lib/grub/x86_64-efi/iorw.mod' -> `/boot/grub/x86_64-efi/iorw.mod'.
  1700. grub-install : information : copying `/usr/lib/grub/x86_64-efi/ldm.mod' -> `/boot/grub/x86_64-efi/ldm.mod'.
  1701. grub-install : information : copying `/usr/lib/grub/x86_64-efi/bufio.mod' -> `/boot/grub/x86_64-efi/bufio.mod'.
  1702. grub-install : information : copying `/usr/lib/grub/x86_64-efi/setjmp_test.mod' -> `/boot/grub/x86_64-efi/setjmp_test.mod'.
  1703. grub-install : information : copying `/usr/lib/grub/x86_64-efi/video_cirrus.mod' -> `/boot/grub/x86_64-efi/video_cirrus.mod'.
  1704. grub-install : information : copying `/usr/lib/grub/x86_64-efi/pata.mod' -> `/boot/grub/x86_64-efi/pata.mod'.
  1705. grub-install : information : copying `/usr/lib/grub/x86_64-efi/efi_gop.mod' -> `/boot/grub/x86_64-efi/efi_gop.mod'.
  1706. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_idea.mod' -> `/boot/grub/x86_64-efi/gcry_idea.mod'.
  1707. grub-install : information : copying `/usr/lib/grub/x86_64-efi/nativedisk.mod' -> `/boot/grub/x86_64-efi/nativedisk.mod'.
  1708. grub-install : information : copying `/usr/lib/grub/x86_64-efi/loadbios.mod' -> `/boot/grub/x86_64-efi/loadbios.mod'.
  1709. grub-install : information : copying `/usr/lib/grub/x86_64-efi/video_bochs.mod' -> `/boot/grub/x86_64-efi/video_bochs.mod'.
  1710. grub-install : information : copying `/usr/lib/grub/x86_64-efi/ohci.mod' -> `/boot/grub/x86_64-efi/ohci.mod'.
  1711. grub-install : information : copying `/usr/lib/grub/x86_64-efi/xnu.mod' -> `/boot/grub/x86_64-efi/xnu.mod'.
  1712. grub-install : information : copying `/usr/lib/grub/x86_64-efi/keystatus.mod' -> `/boot/grub/x86_64-efi/keystatus.mod'.
  1713. grub-install : information : copying `/usr/lib/grub/x86_64-efi/read.mod' -> `/boot/grub/x86_64-efi/read.mod'.
  1714. grub-install : information : copying `/usr/lib/grub/x86_64-efi/ls.mod' -> `/boot/grub/x86_64-efi/ls.mod'.
  1715. grub-install : information : copying `/usr/lib/grub/x86_64-efi/part_sunpc.mod' -> `/boot/grub/x86_64-efi/part_sunpc.mod'.
  1716. grub-install : information : copying `/usr/lib/grub/x86_64-efi/afs.mod' -> `/boot/grub/x86_64-efi/afs.mod'.
  1717. grub-install : information : copying `/usr/lib/grub/x86_64-efi/signature_test.mod' -> `/boot/grub/x86_64-efi/signature_test.mod'.
  1718. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_dsa.mod' -> `/boot/grub/x86_64-efi/gcry_dsa.mod'.
  1719. grub-install : information : copying `/usr/lib/grub/x86_64-efi/cryptodisk.mod' -> `/boot/grub/x86_64-efi/cryptodisk.mod'.
  1720. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_camellia.mod' -> `/boot/grub/x86_64-efi/gcry_camellia.mod'.
  1721. grub-install : information : copying `/usr/lib/grub/x86_64-efi/diskfilter.mod' -> `/boot/grub/x86_64-efi/diskfilter.mod'.
  1722. grub-install : information : copying `/usr/lib/grub/x86_64-efi/setjmp.mod' -> `/boot/grub/x86_64-efi/setjmp.mod'.
  1723. grub-install : information : copying `/usr/lib/grub/x86_64-efi/scsi.mod' -> `/boot/grub/x86_64-efi/scsi.mod'.
  1724. grub-install : information : copying `/usr/lib/grub/x86_64-efi/at_keyboard.mod' -> `/boot/grub/x86_64-efi/at_keyboard.mod'.
  1725. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_sha1.mod' -> `/boot/grub/x86_64-efi/gcry_sha1.mod'.
  1726. grub-install : information : copying `/usr/lib/grub/x86_64-efi/ufs1.mod' -> `/boot/grub/x86_64-efi/ufs1.mod'.
  1727. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_twofish.mod' -> `/boot/grub/x86_64-efi/gcry_twofish.mod'.
  1728. grub-install : information : copying `/usr/lib/grub/x86_64-efi/geli.mod' -> `/boot/grub/x86_64-efi/geli.mod'.
  1729. grub-install : information : copying `/usr/lib/grub/x86_64-efi/gcry_rsa.mod' -> `/boot/grub/x86_64-efi/gcry_rsa.mod'.
  1730. grub-install : information : copying `/usr/lib/grub/x86_64-efi/efiemu32.o' -> `/boot/grub/x86_64-efi/efiemu32.o'.
  1731. grub-install : information : impossible d'ouvrir « /usr/lib/grub/x86_64-efi/efiemu32.o » : Aucun fichier ou dossier de ce type.
  1732. grub-install : information : copying `/usr/lib/grub/x86_64-efi/efiemu64.o' -> `/boot/grub/x86_64-efi/efiemu64.o'.
  1733. grub-install : information : impossible d'ouvrir « /usr/lib/grub/x86_64-efi/efiemu64.o » : Aucun fichier ou dossier de ce type.
  1734. grub-install : information : copying `/usr/lib/grub/x86_64-efi/moddep.lst' -> `/boot/grub/x86_64-efi/moddep.lst'.
  1735. grub-install : information : copying `/usr/lib/grub/x86_64-efi/command.lst' -> `/boot/grub/x86_64-efi/command.lst'.
  1736. grub-install : information : copying `/usr/lib/grub/x86_64-efi/fs.lst' -> `/boot/grub/x86_64-efi/fs.lst'.
  1737. grub-install : information : copying `/usr/lib/grub/x86_64-efi/partmap.lst' -> `/boot/grub/x86_64-efi/partmap.lst'.
  1738. grub-install : information : copying `/usr/lib/grub/x86_64-efi/parttool.lst' -> `/boot/grub/x86_64-efi/parttool.lst'.
  1739. grub-install : information : copying `/usr/lib/grub/x86_64-efi/video.lst' -> `/boot/grub/x86_64-efi/video.lst'.
  1740. grub-install : information : copying `/usr/lib/grub/x86_64-efi/crypto.lst' -> `/boot/grub/x86_64-efi/crypto.lst'.
  1741. grub-install : information : copying `/usr/lib/grub/x86_64-efi/terminal.lst' -> `/boot/grub/x86_64-efi/terminal.lst'.
  1742. grub-install : information : copying `/usr/lib/grub/x86_64-efi/modinfo.sh' -> `/boot/grub/x86_64-efi/modinfo.sh'.
  1743. grub-install : information : copying `/usr/share/locale/te/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/te.mo'.
  1744. grub-install : information : impossible d'ouvrir « /usr/share/locale/te/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1745. grub-install : information : copying `/usr/share/locale/as/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/as.mo'.
  1746. grub-install : information : impossible d'ouvrir « /usr/share/locale/as/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1747. grub-install : information : copying `/usr/share/locale/tt@iqtelif/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  1748. grub-install : information : impossible d'ouvrir « /usr/share/locale/tt@iqtelif/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1749. grub-install : information : copying `/usr/share/locale/ms_MY/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ms_MY.mo'.
  1750. grub-install : information : impossible d'ouvrir « /usr/share/locale/ms_MY/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1751. grub-install : information : copying `/usr/share/locale/fi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fi.mo'.
  1752. grub-install : information : impossible d'ouvrir « /usr/share/locale/fi/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1753. grub-install : information : copying `/usr/share/locale/uk_UA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uk_UA.mo'.
  1754. grub-install : information : impossible d'ouvrir « /usr/share/locale/uk_UA/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1755. grub-install : information : copying `/usr/share/locale/gl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gl.mo'.
  1756. grub-install : information : impossible d'ouvrir « /usr/share/locale/gl/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1757. grub-install : information : copying `/usr/share/locale/en_US/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_US.mo'.
  1758. grub-install : information : impossible d'ouvrir « /usr/share/locale/en_US/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1759. grub-install : information : copying `/usr/share/locale/es_CL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_CL.mo'.
  1760. grub-install : information : impossible d'ouvrir « /usr/share/locale/es_CL/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1761. grub-install : information : copying `/usr/share/locale/ht/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ht.mo'.
  1762. grub-install : information : impossible d'ouvrir « /usr/share/locale/ht/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1763. grub-install : information : copying `/usr/share/locale/ff/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ff.mo'.
  1764. grub-install : information : impossible d'ouvrir « /usr/share/locale/ff/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1765. grub-install : information : copying `/usr/share/locale/byn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/byn.mo'.
  1766. grub-install : information : impossible d'ouvrir « /usr/share/locale/byn/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1767. grub-install : information : copying `/usr/share/locale/nhn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nhn.mo'.
  1768. grub-install : information : impossible d'ouvrir « /usr/share/locale/nhn/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1769. grub-install : information : copying `/usr/share/locale/wae/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wae.mo'.
  1770. grub-install : information : impossible d'ouvrir « /usr/share/locale/wae/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1771. grub-install : information : copying `/usr/share/locale/fr_FR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr_FR.mo'.
  1772. grub-install : information : impossible d'ouvrir « /usr/share/locale/fr_FR/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1773. grub-install : information : copying `/usr/share/locale/bs/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bs.mo'.
  1774. grub-install : information : impossible d'ouvrir « /usr/share/locale/bs/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1775. grub-install : information : copying `/usr/share/locale/en@boldquot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  1776. grub-install : information : impossible d'ouvrir « /usr/share/locale/en@boldquot/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1777. grub-install : information : copying `/usr/share/locale/fr_CA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr_CA.mo'.
  1778. grub-install : information : impossible d'ouvrir « /usr/share/locale/fr_CA/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1779. grub-install : information : copying `/usr/share/locale/jbo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/jbo.mo'.
  1780. grub-install : information : impossible d'ouvrir « /usr/share/locale/jbo/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1781. grub-install : information : copying `/usr/share/locale/ceb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ceb.mo'.
  1782. grub-install : information : impossible d'ouvrir « /usr/share/locale/ceb/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1783. grub-install : information : copying `/usr/share/locale/es_UY/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_UY.mo'.
  1784. grub-install : information : impossible d'ouvrir « /usr/share/locale/es_UY/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1785. grub-install : information : copying `/usr/share/locale/mi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mi.mo'.
  1786. grub-install : information : impossible d'ouvrir « /usr/share/locale/mi/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1787. grub-install : information : copying `/usr/share/locale/ta_LK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ta_LK.mo'.
  1788. grub-install : information : impossible d'ouvrir « /usr/share/locale/ta_LK/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1789. grub-install : information : copying `/usr/share/locale/an/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/an.mo'.
  1790. grub-install : information : impossible d'ouvrir « /usr/share/locale/an/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1791. grub-install : information : copying `/usr/share/locale/uk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uk.mo'.
  1792. grub-install : information : impossible d'ouvrir « /usr/share/locale/uk/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1793. grub-install : information : copying `/usr/share/locale/rw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/rw.mo'.
  1794. grub-install : information : impossible d'ouvrir « /usr/share/locale/rw/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1795. grub-install : information : copying `/usr/share/locale/ia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ia.mo'.
  1796. grub-install : information : impossible d'ouvrir « /usr/share/locale/ia/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1797. grub-install : information : copying `/usr/share/locale/it/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/it.mo'.
  1798. grub-install : information : impossible d'ouvrir « /usr/share/locale/it/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1799. grub-install : information : copying `/usr/share/locale/lv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lv.mo'.
  1800. grub-install : information : impossible d'ouvrir « /usr/share/locale/lv/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1801. grub-install : information : copying `/usr/share/locale/es_PE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_PE.mo'.
  1802. grub-install : information : impossible d'ouvrir « /usr/share/locale/es_PE/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1803. grub-install : information : copying `/usr/share/locale/zh/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh.mo'.
  1804. grub-install : information : impossible d'ouvrir « /usr/share/locale/zh/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1805. grub-install : information : copying `/usr/share/locale/da/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/da.mo'.
  1806. grub-install : information : impossible d'ouvrir « /usr/share/locale/da/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1807. grub-install : information : copying `/usr/share/locale/en_AU/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_AU.mo'.
  1808. grub-install : information : impossible d'ouvrir « /usr/share/locale/en_AU/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1809. grub-install : information : copying `/usr/share/locale/sco/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sco.mo'.
  1810. grub-install : information : impossible d'ouvrir « /usr/share/locale/sco/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1811. grub-install : information : copying `/usr/share/locale/ve/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ve.mo'.
  1812. grub-install : information : impossible d'ouvrir « /usr/share/locale/ve/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1813. grub-install : information : copying `/usr/share/locale/hr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hr.mo'.
  1814. grub-install : information : impossible d'ouvrir « /usr/share/locale/hr/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1815. grub-install : information : copying `/usr/share/locale/se/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/se.mo'.
  1816. grub-install : information : impossible d'ouvrir « /usr/share/locale/se/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1817. grub-install : information : copying `/usr/share/locale/sml/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sml.mo'.
  1818. grub-install : information : impossible d'ouvrir « /usr/share/locale/sml/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1819. grub-install : information : copying `/usr/share/locale/ig/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ig.mo'.
  1820. grub-install : information : impossible d'ouvrir « /usr/share/locale/ig/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1821. grub-install : information : copying `/usr/share/locale/sk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sk.mo'.
  1822. grub-install : information : impossible d'ouvrir « /usr/share/locale/sk/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1823. grub-install : information : copying `/usr/share/locale/sa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sa.mo'.
  1824. grub-install : information : impossible d'ouvrir « /usr/share/locale/sa/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1825. grub-install : information : copying `/usr/share/locale/af/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/af.mo'.
  1826. grub-install : information : impossible d'ouvrir « /usr/share/locale/af/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1827. grub-install : information : copying `/usr/share/locale/fa_AF/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fa_AF.mo'.
  1828. grub-install : information : impossible d'ouvrir « /usr/share/locale/fa_AF/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1829. grub-install : information : copying `/usr/share/locale/ks/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ks.mo'.
  1830. grub-install : information : impossible d'ouvrir « /usr/share/locale/ks/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1831. grub-install : information : copying `/usr/share/locale/pt_PT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_PT.mo'.
  1832. grub-install : information : impossible d'ouvrir « /usr/share/locale/pt_PT/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1833. grub-install : information : copying `/usr/share/locale/es_DO/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_DO.mo'.
  1834. grub-install : information : impossible d'ouvrir « /usr/share/locale/es_DO/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1835. grub-install : information : copying `/usr/share/locale/li/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/li.mo'.
  1836. grub-install : information : impossible d'ouvrir « /usr/share/locale/li/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1837. grub-install : information : copying `/usr/share/locale/es_AR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_AR.mo'.
  1838. grub-install : information : impossible d'ouvrir « /usr/share/locale/es_AR/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1839. grub-install : information : copying `/usr/share/locale/currency/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/currency.mo'.
  1840. grub-install : information : impossible d'ouvrir « /usr/share/locale/currency/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1841. grub-install : information : copying `/usr/share/locale/ks_IN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ks_IN.mo'.
  1842. grub-install : information : impossible d'ouvrir « /usr/share/locale/ks_IN/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1843. grub-install : information : copying `/usr/share/locale/hi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hi.mo'.
  1844. grub-install : information : impossible d'ouvrir « /usr/share/locale/hi/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1845. grub-install : information : copying `/usr/share/locale/zu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zu.mo'.
  1846. grub-install : information : impossible d'ouvrir « /usr/share/locale/zu/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1847. grub-install : information : copying `/usr/share/locale/ckb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ckb.mo'.
  1848. grub-install : information : impossible d'ouvrir « /usr/share/locale/ckb/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1849. grub-install : information : copying `/usr/share/locale/ku/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ku.mo'.
  1850. grub-install : information : impossible d'ouvrir « /usr/share/locale/ku/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1851. grub-install : information : copying `/usr/share/locale/pa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pa.mo'.
  1852. grub-install : information : impossible d'ouvrir « /usr/share/locale/pa/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1853. grub-install : information : copying `/usr/share/locale/bn_IN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bn_IN.mo'.
  1854. grub-install : information : impossible d'ouvrir « /usr/share/locale/bn_IN/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1855. grub-install : information : copying `/usr/share/locale/es_EC/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_EC.mo'.
  1856. grub-install : information : impossible d'ouvrir « /usr/share/locale/es_EC/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1857. grub-install : information : copying `/usr/share/locale/az/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/az.mo'.
  1858. grub-install : information : impossible d'ouvrir « /usr/share/locale/az/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1859. grub-install : information : copying `/usr/share/locale/ast/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ast.mo'.
  1860. grub-install : information : impossible d'ouvrir « /usr/share/locale/ast/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1861. grub-install : information : copying `/usr/share/locale/fa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fa.mo'.
  1862. grub-install : information : impossible d'ouvrir « /usr/share/locale/fa/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1863. grub-install : information : copying `/usr/share/locale/eu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eu.mo'.
  1864. grub-install : information : impossible d'ouvrir « /usr/share/locale/eu/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1865. grub-install : information : copying `/usr/share/locale/yo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/yo.mo'.
  1866. grub-install : information : impossible d'ouvrir « /usr/share/locale/yo/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1867. grub-install : information : copying `/usr/share/locale/en@quot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  1868. grub-install : information : impossible d'ouvrir « /usr/share/locale/en@quot/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1869. grub-install : information : copying `/usr/share/locale/fur/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fur.mo'.
  1870. grub-install : information : impossible d'ouvrir « /usr/share/locale/fur/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1871. grub-install : information : copying `/usr/share/locale/kg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kg.mo'.
  1872. grub-install : information : impossible d'ouvrir « /usr/share/locale/kg/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1873. grub-install : information : copying `/usr/share/locale/fr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr.mo'.
  1874. grub-install : information : impossible d'ouvrir « /usr/share/locale/fr/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1875. grub-install : information : copying `/usr/share/locale/zh_TW/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_TW.mo'.
  1876. grub-install : information : impossible d'ouvrir « /usr/share/locale/zh_TW/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1877. grub-install : information : copying `/usr/share/locale/wa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wa.mo'.
  1878. grub-install : information : impossible d'ouvrir « /usr/share/locale/wa/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1879. grub-install : information : copying `/usr/share/locale/hu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hu.mo'.
  1880. grub-install : information : impossible d'ouvrir « /usr/share/locale/hu/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1881. grub-install : information : copying `/usr/share/locale/fil/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fil.mo'.
  1882. grub-install : information : impossible d'ouvrir « /usr/share/locale/fil/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1883. grub-install : information : copying `/usr/share/locale/sr@ijekavian/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  1884. grub-install : information : impossible d'ouvrir « /usr/share/locale/sr@ijekavian/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1885. grub-install : information : copying `/usr/share/locale/gr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gr.mo'.
  1886. grub-install : information : impossible d'ouvrir « /usr/share/locale/gr/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1887. grub-install : information : copying `/usr/share/locale/sl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sl.mo'.
  1888. grub-install : information : impossible d'ouvrir « /usr/share/locale/sl/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1889. grub-install : information : copying `/usr/share/locale/id_ID/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/id_ID.mo'.
  1890. grub-install : information : impossible d'ouvrir « /usr/share/locale/id_ID/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1891. grub-install : information : copying `/usr/share/locale/fo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fo.mo'.
  1892. grub-install : information : impossible d'ouvrir « /usr/share/locale/fo/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1893. grub-install : information : copying `/usr/share/locale/gv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gv.mo'.
  1894. grub-install : information : impossible d'ouvrir « /usr/share/locale/gv/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1895. grub-install : information : copying `/usr/share/locale/kn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kn.mo'.
  1896. grub-install : information : impossible d'ouvrir « /usr/share/locale/kn/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1897. grub-install : information : copying `/usr/share/locale/os/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/os.mo'.
  1898. grub-install : information : impossible d'ouvrir « /usr/share/locale/os/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1899. grub-install : information : copying `/usr/share/locale/nl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nl.mo'.
  1900. grub-install : information : impossible d'ouvrir « /usr/share/locale/nl/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1901. grub-install : information : copying `/usr/share/locale/cgg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cgg.mo'.
  1902. grub-install : information : impossible d'ouvrir « /usr/share/locale/cgg/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1903. grub-install : information : copying `/usr/share/locale/sd/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sd.mo'.
  1904. grub-install : information : impossible d'ouvrir « /usr/share/locale/sd/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1905. grub-install : information : copying `/usr/share/locale/om/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/om.mo'.
  1906. grub-install : information : impossible d'ouvrir « /usr/share/locale/om/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1907. grub-install : information : copying `/usr/share/locale/tr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tr.mo'.
  1908. grub-install : information : impossible d'ouvrir « /usr/share/locale/tr/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1909. grub-install : information : copying `/usr/share/locale/kw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kw.mo'.
  1910. grub-install : information : impossible d'ouvrir « /usr/share/locale/kw/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1911. grub-install : information : copying `/usr/share/locale/szl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/szl.mo'.
  1912. grub-install : information : impossible d'ouvrir « /usr/share/locale/szl/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1913. grub-install : information : copying `/usr/share/locale/ace/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ace.mo'.
  1914. grub-install : information : impossible d'ouvrir « /usr/share/locale/ace/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1915. grub-install : information : copying `/usr/share/locale/ka/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ka.mo'.
  1916. grub-install : information : impossible d'ouvrir « /usr/share/locale/ka/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1917. grub-install : information : copying `/usr/share/locale/tt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tt.mo'.
  1918. grub-install : information : impossible d'ouvrir « /usr/share/locale/tt/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1919. grub-install : information : copying `/usr/share/locale/es/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es.mo'.
  1920. grub-install : information : impossible d'ouvrir « /usr/share/locale/es/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1921. grub-install : information : copying `/usr/share/locale/si/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/si.mo'.
  1922. grub-install : information : impossible d'ouvrir « /usr/share/locale/si/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1923. grub-install : information : copying `/usr/share/locale/sr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr.mo'.
  1924. grub-install : information : impossible d'ouvrir « /usr/share/locale/sr/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1925. grub-install : information : copying `/usr/share/locale/ko/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ko.mo'.
  1926. grub-install : information : impossible d'ouvrir « /usr/share/locale/ko/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1927. grub-install : information : copying `/usr/share/locale/ca/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca.mo'.
  1928. grub-install : information : impossible d'ouvrir « /usr/share/locale/ca/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1929. grub-install : information : copying `/usr/share/locale/lo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lo.mo'.
  1930. grub-install : information : impossible d'ouvrir « /usr/share/locale/lo/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1931. grub-install : information : copying `/usr/share/locale/mhr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mhr.mo'.
  1932. grub-install : information : impossible d'ouvrir « /usr/share/locale/mhr/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1933. grub-install : information : copying `/usr/share/locale/ne/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ne.mo'.
  1934. grub-install : information : impossible d'ouvrir « /usr/share/locale/ne/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1935. grub-install : information : copying `/usr/share/locale/de/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de.mo'.
  1936. grub-install : information : impossible d'ouvrir « /usr/share/locale/de/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1937. grub-install : information : copying `/usr/share/locale/et/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/et.mo'.
  1938. grub-install : information : impossible d'ouvrir « /usr/share/locale/et/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1939. grub-install : information : copying `/usr/share/locale/ach/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ach.mo'.
  1940. grub-install : information : impossible d'ouvrir « /usr/share/locale/ach/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1941. grub-install : information : copying `/usr/share/locale/hsb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hsb.mo'.
  1942. grub-install : information : impossible d'ouvrir « /usr/share/locale/hsb/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1943. grub-install : information : copying `/usr/share/locale/cs_CZ/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cs_CZ.mo'.
  1944. grub-install : information : impossible d'ouvrir « /usr/share/locale/cs_CZ/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1945. grub-install : information : copying `/usr/share/locale/sr@latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  1946. grub-install : information : impossible d'ouvrir « /usr/share/locale/sr@latin/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1947. grub-install : information : copying `/usr/share/locale/frp/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/frp.mo'.
  1948. grub-install : information : impossible d'ouvrir « /usr/share/locale/frp/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1949. grub-install : information : copying `/usr/share/locale/es_ES/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_ES.mo'.
  1950. grub-install : information : impossible d'ouvrir « /usr/share/locale/es_ES/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1951. grub-install : information : copying `/usr/share/locale/es_NI/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_NI.mo'.
  1952. grub-install : information : impossible d'ouvrir « /usr/share/locale/es_NI/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1953. grub-install : information : copying `/usr/share/locale/lt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt.mo'.
  1954. grub-install : information : impossible d'ouvrir « /usr/share/locale/lt/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1955. grub-install : information : copying `/usr/share/locale/es_PA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_PA.mo'.
  1956. grub-install : information : impossible d'ouvrir « /usr/share/locale/es_PA/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1957. grub-install : information : copying `/usr/share/locale/es_CO/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_CO.mo'.
  1958. grub-install : information : impossible d'ouvrir « /usr/share/locale/es_CO/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1959. grub-install : information : copying `/usr/share/locale/bo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bo.mo'.
  1960. grub-install : information : impossible d'ouvrir « /usr/share/locale/bo/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1961. grub-install : information : copying `/usr/share/locale/hrx/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hrx.mo'.
  1962. grub-install : information : impossible d'ouvrir « /usr/share/locale/hrx/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1963. grub-install : information : copying `/usr/share/locale/pl_PL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pl_PL.mo'.
  1964. grub-install : information : impossible d'ouvrir « /usr/share/locale/pl_PL/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1965. grub-install : information : copying `/usr/share/locale/mk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mk.mo'.
  1966. grub-install : information : impossible d'ouvrir « /usr/share/locale/mk/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1967. grub-install : information : copying `/usr/share/locale/ru/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru.mo'.
  1968. grub-install : information : impossible d'ouvrir « /usr/share/locale/ru/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1969. grub-install : information : copying `/usr/share/locale/es_HN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_HN.mo'.
  1970. grub-install : information : impossible d'ouvrir « /usr/share/locale/es_HN/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1971. grub-install : information : copying `/usr/share/locale/is/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/is.mo'.
  1972. grub-install : information : impossible d'ouvrir « /usr/share/locale/is/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1973. grub-install : information : copying `/usr/share/locale/pt_BR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_BR.mo'.
  1974. grub-install : information : impossible d'ouvrir « /usr/share/locale/pt_BR/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1975. grub-install : information : copying `/usr/share/locale/rm/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/rm.mo'.
  1976. grub-install : information : impossible d'ouvrir « /usr/share/locale/rm/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1977. grub-install : information : copying `/usr/share/locale/kf5_all_languages/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kf5_all_languages.mo'.
  1978. grub-install : information : impossible d'ouvrir « /usr/share/locale/kf5_all_languages/LC_MESSAGES/grub.mo » : N'est pas un dossier.
  1979. grub-install : information : copying `/usr/share/locale/gez/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gez.mo'.
  1980. grub-install : information : impossible d'ouvrir « /usr/share/locale/gez/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1981. grub-install : information : copying `/usr/share/locale/tl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tl.mo'.
  1982. grub-install : information : impossible d'ouvrir « /usr/share/locale/tl/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1983. grub-install : information : copying `/usr/share/locale/lt_LT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt_LT.mo'.
  1984. grub-install : information : impossible d'ouvrir « /usr/share/locale/lt_LT/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1985. grub-install : information : copying `/usr/share/locale/hy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hy.mo'.
  1986. grub-install : information : impossible d'ouvrir « /usr/share/locale/hy/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1987. grub-install : information : copying `/usr/share/locale/uz@cyrillic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  1988. grub-install : information : impossible d'ouvrir « /usr/share/locale/uz@cyrillic/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1989. grub-install : information : copying `/usr/share/locale/ug/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ug.mo'.
  1990. grub-install : information : impossible d'ouvrir « /usr/share/locale/ug/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1991. grub-install : information : copying `/usr/share/locale/tig/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tig.mo'.
  1992. grub-install : information : impossible d'ouvrir « /usr/share/locale/tig/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1993. grub-install : information : copying `/usr/share/locale/wal/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wal.mo'.
  1994. grub-install : information : impossible d'ouvrir « /usr/share/locale/wal/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1995. grub-install : information : copying `/usr/share/locale/ms/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ms.mo'.
  1996. grub-install : information : impossible d'ouvrir « /usr/share/locale/ms/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1997. grub-install : information : copying `/usr/share/locale/es_PR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_PR.mo'.
  1998. grub-install : information : impossible d'ouvrir « /usr/share/locale/es_PR/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  1999. grub-install : information : copying `/usr/share/locale/fy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fy.mo'.
  2000. grub-install : information : impossible d'ouvrir « /usr/share/locale/fy/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2001. grub-install : information : copying `/usr/share/locale/am/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/am.mo'.
  2002. grub-install : information : impossible d'ouvrir « /usr/share/locale/am/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2003. grub-install : information : copying `/usr/share/locale/all_languages/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/all_languages.mo'.
  2004. grub-install : information : impossible d'ouvrir « /usr/share/locale/all_languages/LC_MESSAGES/grub.mo » : N'est pas un dossier.
  2005. grub-install : information : copying `/usr/share/locale/en/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en.mo'.
  2006. grub-install : information : impossible d'ouvrir « /usr/share/locale/en/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2007. grub-install : information : copying `/usr/share/locale/my_MM/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/my_MM.mo'.
  2008. grub-install : information : impossible d'ouvrir « /usr/share/locale/my_MM/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2009. grub-install : information : copying `/usr/share/locale/io/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/io.mo'.
  2010. grub-install : information : impossible d'ouvrir « /usr/share/locale/io/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2011. grub-install : information : copying `/usr/share/locale/C/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/C.mo'.
  2012. grub-install : information : impossible d'ouvrir « /usr/share/locale/C/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2013. grub-install : information : copying `/usr/share/locale/en_GB/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_GB.mo'.
  2014. grub-install : information : impossible d'ouvrir « /usr/share/locale/en_GB/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2015. grub-install : information : copying `/usr/share/locale/km/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/km.mo'.
  2016. grub-install : information : impossible d'ouvrir « /usr/share/locale/km/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2017. grub-install : information : copying `/usr/share/locale/pl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pl.mo'.
  2018. grub-install : information : impossible d'ouvrir « /usr/share/locale/pl/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2019. grub-install : information : copying `/usr/share/locale/be@latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  2020. grub-install : information : impossible d'ouvrir « /usr/share/locale/be@latin/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2021. grub-install : information : copying `/usr/share/locale/ur_PK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ur_PK.mo'.
  2022. grub-install : information : impossible d'ouvrir « /usr/share/locale/ur_PK/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2023. grub-install : information : copying `/usr/share/locale/ca_ES/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca_ES.mo'.
  2024. grub-install : information : impossible d'ouvrir « /usr/share/locale/ca_ES/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2025. grub-install : information : copying `/usr/share/locale/he/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/he.mo'.
  2026. grub-install : information : impossible d'ouvrir « /usr/share/locale/he/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2027. grub-install : information : copying `/usr/share/locale/nb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nb.mo'.
  2028. grub-install : information : impossible d'ouvrir « /usr/share/locale/nb/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2029. grub-install : information : copying `/usr/share/locale/lb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lb.mo'.
  2030. grub-install : information : impossible d'ouvrir « /usr/share/locale/lb/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2031. grub-install : information : copying `/usr/share/locale/ca@valencia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  2032. grub-install : information : impossible d'ouvrir « /usr/share/locale/ca@valencia/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2033. grub-install : information : copying `/usr/share/locale/dv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/dv.mo'.
  2034. grub-install : information : impossible d'ouvrir « /usr/share/locale/dv/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2035. grub-install : information : copying `/usr/share/locale/ln/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ln.mo'.
  2036. grub-install : information : impossible d'ouvrir « /usr/share/locale/ln/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2037. grub-install : information : copying `/usr/share/locale/aa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/aa.mo'.
  2038. grub-install : information : impossible d'ouvrir « /usr/share/locale/aa/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2039. grub-install : information : copying `/usr/share/locale/dz/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/dz.mo'.
  2040. grub-install : information : impossible d'ouvrir « /usr/share/locale/dz/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2041. grub-install : information : copying `/usr/share/locale/cv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cv.mo'.
  2042. grub-install : information : impossible d'ouvrir « /usr/share/locale/cv/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2043. grub-install : information : copying `/usr/share/locale/ga/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ga.mo'.
  2044. grub-install : information : impossible d'ouvrir « /usr/share/locale/ga/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2045. grub-install : information : copying `/usr/share/locale/ku_IQ/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ku_IQ.mo'.
  2046. grub-install : information : impossible d'ouvrir « /usr/share/locale/ku_IQ/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2047. grub-install : information : copying `/usr/share/locale/sc/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sc.mo'.
  2048. grub-install : information : impossible d'ouvrir « /usr/share/locale/sc/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2049. grub-install : information : copying `/usr/share/locale/ja_JP/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ja_JP.mo'.
  2050. grub-install : information : impossible d'ouvrir « /usr/share/locale/ja_JP/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2051. grub-install : information : copying `/usr/share/locale/shn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/shn.mo'.
  2052. grub-install : information : impossible d'ouvrir « /usr/share/locale/shn/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2053. grub-install : information : copying `/usr/share/locale/so/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/so.mo'.
  2054. grub-install : information : impossible d'ouvrir « /usr/share/locale/so/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2055. grub-install : information : copying `/usr/share/locale/uz/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uz.mo'.
  2056. grub-install : information : impossible d'ouvrir « /usr/share/locale/uz/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2057. grub-install : information : copying `/usr/share/locale/tg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tg.mo'.
  2058. grub-install : information : impossible d'ouvrir « /usr/share/locale/tg/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2059. grub-install : information : copying `/usr/share/locale/chr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/chr.mo'.
  2060. grub-install : information : impossible d'ouvrir « /usr/share/locale/chr/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2061. grub-install : information : copying `/usr/share/locale/bem/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bem.mo'.
  2062. grub-install : information : impossible d'ouvrir « /usr/share/locale/bem/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2063. grub-install : information : copying `/usr/share/locale/mg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mg.mo'.
  2064. grub-install : information : impossible d'ouvrir « /usr/share/locale/mg/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2065. grub-install : information : copying `/usr/share/locale/vi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vi.mo'.
  2066. grub-install : information : impossible d'ouvrir « /usr/share/locale/vi/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2067. grub-install : information : copying `/usr/share/locale/csb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/csb.mo'.
  2068. grub-install : information : impossible d'ouvrir « /usr/share/locale/csb/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2069. grub-install : information : copying `/usr/share/locale/pt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt.mo'.
  2070. grub-install : information : impossible d'ouvrir « /usr/share/locale/pt/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2071. grub-install : information : copying `/usr/share/locale/ps/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ps.mo'.
  2072. grub-install : information : impossible d'ouvrir « /usr/share/locale/ps/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2073. grub-install : information : copying `/usr/share/locale/zh_CN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_CN.mo'.
  2074. grub-install : information : impossible d'ouvrir « /usr/share/locale/zh_CN/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2075. grub-install : information : copying `/usr/share/locale/sw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sw.mo'.
  2076. grub-install : information : impossible d'ouvrir « /usr/share/locale/sw/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2077. grub-install : information : copying `/usr/share/locale/sq/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sq.mo'.
  2078. grub-install : information : impossible d'ouvrir « /usr/share/locale/sq/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2079. grub-install : information : copying `/usr/share/locale/sv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sv.mo'.
  2080. grub-install : information : impossible d'ouvrir « /usr/share/locale/sv/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2081. grub-install : information : copying `/usr/share/locale/lg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lg.mo'.
  2082. grub-install : information : impossible d'ouvrir « /usr/share/locale/lg/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2083. grub-install : information : copying `/usr/share/locale/crh/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/crh.mo'.
  2084. grub-install : information : impossible d'ouvrir « /usr/share/locale/crh/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2085. grub-install : information : copying `/usr/share/locale/qu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/qu.mo'.
  2086. grub-install : information : impossible d'ouvrir « /usr/share/locale/qu/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2087. grub-install : information : copying `/usr/share/locale/vec/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vec.mo'.
  2088. grub-install : information : impossible d'ouvrir « /usr/share/locale/vec/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2089. grub-install : information : copying `/usr/share/locale/l10n/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/l10n.mo'.
  2090. grub-install : information : impossible d'ouvrir « /usr/share/locale/l10n/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2091. grub-install : information : copying `/usr/share/locale/eo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eo.mo'.
  2092. grub-install : information : impossible d'ouvrir « /usr/share/locale/eo/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2093. grub-install : information : copying `/usr/share/locale/ml/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ml.mo'.
  2094. grub-install : information : impossible d'ouvrir « /usr/share/locale/ml/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2095. grub-install : information : copying `/usr/share/locale/ru_UA.koi8u/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru_UA.koi8u.mo'.
  2096. grub-install : information : impossible d'ouvrir « /usr/share/locale/ru_UA.koi8u/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2097. grub-install : information : copying `/usr/share/locale/kk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kk.mo'.
  2098. grub-install : information : impossible d'ouvrir « /usr/share/locale/kk/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2099. grub-install : information : copying `/usr/share/locale/xh/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/xh.mo'.
  2100. grub-install : information : impossible d'ouvrir « /usr/share/locale/xh/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2101. grub-install : information : copying `/usr/share/locale/de_DE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_DE.mo'.
  2102. grub-install : information : impossible d'ouvrir « /usr/share/locale/de_DE/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2103. grub-install : information : copying `/usr/share/locale/es_MX/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_MX.mo'.
  2104. grub-install : information : impossible d'ouvrir « /usr/share/locale/es_MX/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2105. grub-install : information : copying `/usr/share/locale/ta/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ta.mo'.
  2106. grub-install : information : impossible d'ouvrir « /usr/share/locale/ta/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2107. grub-install : information : copying `/usr/share/locale/nso/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nso.mo'.
  2108. grub-install : information : impossible d'ouvrir « /usr/share/locale/nso/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2109. grub-install : information : copying `/usr/share/locale/es_VE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_VE.mo'.
  2110. grub-install : information : impossible d'ouvrir « /usr/share/locale/es_VE/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2111. grub-install : information : copying `/usr/share/locale/cs/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cs.mo'.
  2112. grub-install : information : impossible d'ouvrir « /usr/share/locale/cs/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2113. grub-install : information : copying `/usr/share/locale/ce/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ce.mo'.
  2114. grub-install : information : impossible d'ouvrir « /usr/share/locale/ce/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2115. grub-install : information : copying `/usr/share/locale/ur/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ur.mo'.
  2116. grub-install : information : impossible d'ouvrir « /usr/share/locale/ur/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2117. grub-install : information : copying `/usr/share/locale/ky/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ky.mo'.
  2118. grub-install : information : impossible d'ouvrir « /usr/share/locale/ky/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2119. grub-install : information : copying `/usr/share/locale/ro/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ro.mo'.
  2120. grub-install : information : impossible d'ouvrir « /usr/share/locale/ro/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2121. grub-install : information : copying `/usr/share/locale/hne/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hne.mo'.
  2122. grub-install : information : impossible d'ouvrir « /usr/share/locale/hne/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2123. grub-install : information : copying `/usr/share/locale/it_IT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/it_IT.mo'.
  2124. grub-install : information : impossible d'ouvrir « /usr/share/locale/it_IT/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2125. grub-install : information : copying `/usr/share/locale/ja/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ja.mo'.
  2126. grub-install : information : impossible d'ouvrir « /usr/share/locale/ja/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2127. grub-install : information : copying `/usr/share/locale/co/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/co.mo'.
  2128. grub-install : information : impossible d'ouvrir « /usr/share/locale/co/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2129. grub-install : information : copying `/usr/share/locale/sr@Latn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  2130. grub-install : information : impossible d'ouvrir « /usr/share/locale/sr@Latn/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2131. grub-install : information : copying `/usr/share/locale/mai/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mai.mo'.
  2132. grub-install : information : impossible d'ouvrir « /usr/share/locale/mai/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2133. grub-install : information : copying `/usr/share/locale/nds/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nds.mo'.
  2134. grub-install : information : impossible d'ouvrir « /usr/share/locale/nds/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2135. grub-install : information : copying `/usr/share/locale/la/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/la.mo'.
  2136. grub-install : information : impossible d'ouvrir « /usr/share/locale/la/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2137. grub-install : information : copying `/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_HK.mo'.
  2138. grub-install : information : impossible d'ouvrir « /usr/share/locale/zh_HK/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2139. grub-install : information : copying `/usr/share/locale/pam/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pam.mo'.
  2140. grub-install : information : impossible d'ouvrir « /usr/share/locale/pam/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2141. grub-install : information : copying `/usr/share/locale/my/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/my.mo'.
  2142. grub-install : information : impossible d'ouvrir « /usr/share/locale/my/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2143. grub-install : information : copying `/usr/share/locale/sn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sn.mo'.
  2144. grub-install : information : impossible d'ouvrir « /usr/share/locale/sn/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2145. grub-install : information : copying `/usr/share/locale/nl_NL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nl_NL.mo'.
  2146. grub-install : information : impossible d'ouvrir « /usr/share/locale/nl_NL/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2147. grub-install : information : copying `/usr/share/locale/ilo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ilo.mo'.
  2148. grub-install : information : impossible d'ouvrir « /usr/share/locale/ilo/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2149. grub-install : information : copying `/usr/share/locale/miq/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/miq.mo'.
  2150. grub-install : information : impossible d'ouvrir « /usr/share/locale/miq/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2151. grub-install : information : copying `/usr/share/locale/br/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/br.mo'.
  2152. grub-install : information : impossible d'ouvrir « /usr/share/locale/br/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2153. grub-install : information : copying `/usr/share/locale/es_GT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_GT.mo'.
  2154. grub-install : information : impossible d'ouvrir « /usr/share/locale/es_GT/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2155. grub-install : information : copying `/usr/share/locale/mt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mt.mo'.
  2156. grub-install : information : impossible d'ouvrir « /usr/share/locale/mt/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2157. grub-install : information : copying `/usr/share/locale/id/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/id.mo'.
  2158. grub-install : information : impossible d'ouvrir « /usr/share/locale/id/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2159. grub-install : information : copying `/usr/share/locale/ary/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ary.mo'.
  2160. grub-install : information : impossible d'ouvrir « /usr/share/locale/ary/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2161. grub-install : information : copying `/usr/share/locale/or/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/or.mo'.
  2162. grub-install : information : impossible d'ouvrir « /usr/share/locale/or/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2163. grub-install : information : copying `/usr/share/locale/st/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/st.mo'.
  2164. grub-install : information : impossible d'ouvrir « /usr/share/locale/st/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2165. grub-install : information : copying `/usr/share/locale/locale.alias/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/locale.alias.mo'.
  2166. grub-install : information : impossible d'ouvrir « /usr/share/locale/locale.alias/LC_MESSAGES/grub.mo » : N'est pas un dossier.
  2167. grub-install : information : copying `/usr/share/locale/es_SV/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_SV.mo'.
  2168. grub-install : information : impossible d'ouvrir « /usr/share/locale/es_SV/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2169. grub-install : information : copying `/usr/share/locale/haw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/haw.mo'.
  2170. grub-install : information : impossible d'ouvrir « /usr/share/locale/haw/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2171. grub-install : information : copying `/usr/share/locale/be/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/be.mo'.
  2172. grub-install : information : impossible d'ouvrir « /usr/share/locale/be/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2173. grub-install : information : copying `/usr/share/locale/ti/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ti.mo'.
  2174. grub-install : information : impossible d'ouvrir « /usr/share/locale/ti/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2175. grub-install : information : copying `/usr/share/locale/nn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nn.mo'.
  2176. grub-install : information : impossible d'ouvrir « /usr/share/locale/nn/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2177. grub-install : information : copying `/usr/share/locale/bg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bg.mo'.
  2178. grub-install : information : impossible d'ouvrir « /usr/share/locale/bg/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2179. grub-install : information : copying `/usr/share/locale/th/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/th.mo'.
  2180. grub-install : information : impossible d'ouvrir « /usr/share/locale/th/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2181. grub-install : information : copying `/usr/share/locale/el/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/el.mo'.
  2182. grub-install : information : impossible d'ouvrir « /usr/share/locale/el/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2183. grub-install : information : copying `/usr/share/locale/oc/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/oc.mo'.
  2184. grub-install : information : impossible d'ouvrir « /usr/share/locale/oc/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2185. grub-install : information : copying `/usr/share/locale/cy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cy.mo'.
  2186. grub-install : information : impossible d'ouvrir « /usr/share/locale/cy/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2187. grub-install : information : copying `/usr/share/locale/no/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/no.mo'.
  2188. grub-install : information : impossible d'ouvrir « /usr/share/locale/no/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2189. grub-install : information : copying `/usr/share/locale/gu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gu.mo'.
  2190. grub-install : information : impossible d'ouvrir « /usr/share/locale/gu/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2191. grub-install : information : copying `/usr/share/locale/brx/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/brx.mo'.
  2192. grub-install : information : impossible d'ouvrir « /usr/share/locale/brx/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2193. grub-install : information : copying `/usr/share/locale/ru_RU/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru_RU.mo'.
  2194. grub-install : information : impossible d'ouvrir « /usr/share/locale/ru_RU/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2195. grub-install : information : copying `/usr/share/locale/tk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tk.mo'.
  2196. grub-install : information : impossible d'ouvrir « /usr/share/locale/tk/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2197. grub-install : information : copying `/usr/share/locale/ha/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ha.mo'.
  2198. grub-install : information : impossible d'ouvrir « /usr/share/locale/ha/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2199. grub-install : information : copying `/usr/share/locale/ar/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ar.mo'.
  2200. grub-install : information : impossible d'ouvrir « /usr/share/locale/ar/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2201. grub-install : information : copying `/usr/share/locale/kl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kl.mo'.
  2202. grub-install : information : impossible d'ouvrir « /usr/share/locale/kl/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2203. grub-install : information : copying `/usr/share/locale/bn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bn.mo'.
  2204. grub-install : information : impossible d'ouvrir « /usr/share/locale/bn/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2205. grub-install : information : copying `/usr/share/locale/trv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/trv.mo'.
  2206. grub-install : information : impossible d'ouvrir « /usr/share/locale/trv/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2207. grub-install : information : copying `/usr/share/locale/es_CR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_CR.mo'.
  2208. grub-install : information : impossible d'ouvrir « /usr/share/locale/es_CR/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2209. grub-install : information : copying `/usr/share/locale/gd/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gd.mo'.
  2210. grub-install : information : impossible d'ouvrir « /usr/share/locale/gd/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2211. grub-install : information : copying `/usr/share/locale/sr@ijekavianlatin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  2212. grub-install : information : impossible d'ouvrir « /usr/share/locale/sr@ijekavianlatin/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2213. grub-install : information : copying `/usr/share/locale/kok/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kok.mo'.
  2214. grub-install : information : impossible d'ouvrir « /usr/share/locale/kok/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2215. grub-install : information : copying `/usr/share/locale/mn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mn.mo'.
  2216. grub-install : information : impossible d'ouvrir « /usr/share/locale/mn/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2217. grub-install : information : copying `/usr/share/locale/en_CA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_CA.mo'.
  2218. grub-install : information : impossible d'ouvrir « /usr/share/locale/en_CA/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2219. grub-install : information : copying `/usr/share/locale/wo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wo.mo'.
  2220. grub-install : information : impossible d'ouvrir « /usr/share/locale/wo/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2221. grub-install : information : copying `/usr/share/locale/mr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mr.mo'.
  2222. grub-install : information : impossible d'ouvrir « /usr/share/locale/mr/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2223. grub-install : information : copying `/usr/share/locale/tet/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tet.mo'.
  2224. grub-install : information : impossible d'ouvrir « /usr/share/locale/tet/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2225. grub-install : information : copying `/usr/share/locale/sr@ije/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  2226. grub-install : information : impossible d'ouvrir « /usr/share/locale/sr@ije/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2227. grub-install : information : copying `/usr/share/locale/yi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/yi.mo'.
  2228. grub-install : information : impossible d'ouvrir « /usr/share/locale/yi/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2229. grub-install : information : copying `/usr/share/locale/jv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/jv.mo'.
  2230. grub-install : information : impossible d'ouvrir « /usr/share/locale/jv/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2231. grub-install : information : copying `/usr/share/locale/en@shaw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  2232. grub-install : information : impossible d'ouvrir « /usr/share/locale/en@shaw/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2233. grub-install : information : copying `/usr/share/locale-langpack/en_US/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_US.mo'.
  2234. grub-install : information : impossible d'ouvrir « /usr/share/locale-langpack/en_US/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2235. grub-install : information : copying `/usr/share/locale-langpack/en@boldquot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  2236. grub-install : information : impossible d'ouvrir « /usr/share/locale-langpack/en@boldquot/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2237. grub-install : information : copying `/usr/share/locale-langpack/en_AU/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_AU.mo'.
  2238. grub-install : information : copying `/usr/share/locale-langpack/en@quot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  2239. grub-install : information : impossible d'ouvrir « /usr/share/locale-langpack/en@quot/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2240. grub-install : information : copying `/usr/share/locale-langpack/fr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr.mo'.
  2241. grub-install : information : copying `/usr/share/locale-langpack/en/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en.mo'.
  2242. grub-install : information : impossible d'ouvrir « /usr/share/locale-langpack/en/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2243. grub-install : information : copying `/usr/share/locale-langpack/en_GB/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_GB.mo'.
  2244. grub-install : information : copying `/usr/share/locale-langpack/en_US@piglatin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  2245. grub-install : information : impossible d'ouvrir « /usr/share/locale-langpack/en_US@piglatin/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2246. grub-install : information : copying `/usr/share/locale-langpack/en_CA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_CA.mo'.
  2247. grub-install : information : copying `/usr/share/locale-langpack/en@shaw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
  2248. grub-install : information : impossible d'ouvrir « /usr/share/locale-langpack/en@shaw/LC_MESSAGES/grub.mo » : Aucun fichier ou dossier de ce type.
  2249. grub-install : information : copying `/usr/share/grub/unicode.pf2' -> `/boot/grub/fonts/unicode.pf2'.
  2250. grub-install : information : /dev/sda9 is present.
  2251. grub-install : information : Looking for /dev/sda9.
  2252. grub-install : information : /dev/sda is a parent of /dev/sda9.
  2253. grub-install : information : /dev/sda9 starts from 1207369728.
  2254. grub-install : information : opening the device hostdisk//dev/sda.
  2255. grub-install : information : drive = 0.
  2256. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  2257. grub-install : information : drive = 0.
  2258. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  2259. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2260. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2261. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2262. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2263. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2264. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2265. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2266. grub-install : information : no LDM signature found.
  2267. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2268. grub-install : information : no LVM signature found.
  2269. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2270. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2271. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2272. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2273. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2274. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2275. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2276. grub-install : information : no LDM signature found.
  2277. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2278. grub-install : information : no LVM signature found.
  2279. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2280. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2281. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2282. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2283. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2284. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2285. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2286. grub-install : information : no LDM signature found.
  2287. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2288. grub-install : information : no LVM signature found.
  2289. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2290. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2291. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2292. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2293. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2294. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2295. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2296. grub-install : information : no LDM signature found.
  2297. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2298. grub-install : information : no LVM signature found.
  2299. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2300. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2301. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2302. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2303. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2304. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2305. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2306. grub-install : information : no LDM signature found.
  2307. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2308. grub-install : information : no LVM signature found.
  2309. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2310. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2311. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2312. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2313. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2314. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2315. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2316. grub-install : information : no LDM signature found.
  2317. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2318. grub-install : information : no LVM signature found.
  2319. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2320. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2321. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2322. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2323. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2324. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2325. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2326. grub-install : information : no LDM signature found.
  2327. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2328. grub-install : information : no LVM signature found.
  2329. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2330. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2331. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2332. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2333. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2334. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2335. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2336. grub-install : information : no LDM signature found.
  2337. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2338. grub-install : information : no LVM signature found.
  2339. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2340. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2341. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2342. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2343. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2344. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2345. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2346. grub-install : information : no LDM signature found.
  2347. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2348. grub-install : information : no LVM signature found.
  2349. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2350. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2351. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2352. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2353. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2354. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2355. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2356. grub-install : information : no LDM signature found.
  2357. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2358. grub-install : information : no LVM signature found.
  2359. grub-install : information : Partition 0 starts from 2048.
  2360. grub-install : information : Partition 1 starts from 616448.
  2361. grub-install : information : Partition 2 starts from 2459648.
  2362. grub-install : information : Partition 3 starts from 2721792.
  2363. grub-install : information : Partition 4 starts from 1911560192.
  2364. grub-install : information : Partition 5 starts from 409782272.
  2365. grub-install : information : Partition 6 starts from 1903407104.
  2366. grub-install : information : Partition 7 starts from 511332352.
  2367. grub-install : information : Partition 8 starts from 1207369728.
  2368. grub-install : information : /dev/sda9 is present.
  2369. grub-install : information : Looking for /dev/sda9.
  2370. grub-install : information : /dev/sda is a parent of /dev/sda9.
  2371. grub-install : information : /dev/sda9 starts from 1207369728.
  2372. grub-install : information : opening the device hostdisk//dev/sda.
  2373. grub-install : information : drive = 0.
  2374. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  2375. grub-install : information : drive = 0.
  2376. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  2377. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2378. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2379. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2380. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2381. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2382. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2383. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2384. grub-install : information : no LDM signature found.
  2385. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2386. grub-install : information : no LVM signature found.
  2387. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2388. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2389. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2390. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2391. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2392. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2393. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2394. grub-install : information : no LDM signature found.
  2395. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2396. grub-install : information : no LVM signature found.
  2397. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2398. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2399. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2400. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2401. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2402. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2403. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2404. grub-install : information : no LDM signature found.
  2405. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2406. grub-install : information : no LVM signature found.
  2407. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2408. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2409. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2410. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2411. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2412. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2413. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2414. grub-install : information : no LDM signature found.
  2415. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2416. grub-install : information : no LVM signature found.
  2417. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2418. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2419. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2420. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2421. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2422. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2423. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2424. grub-install : information : no LDM signature found.
  2425. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2426. grub-install : information : no LVM signature found.
  2427. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2428. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2429. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2430. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2431. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2432. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2433. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2434. grub-install : information : no LDM signature found.
  2435. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2436. grub-install : information : no LVM signature found.
  2437. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2438. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2439. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2440. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2441. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2442. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2443. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2444. grub-install : information : no LDM signature found.
  2445. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2446. grub-install : information : no LVM signature found.
  2447. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2448. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2449. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2450. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2451. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2452. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2453. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2454. grub-install : information : no LDM signature found.
  2455. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2456. grub-install : information : no LVM signature found.
  2457. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2458. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2459. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2460. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2461. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2462. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2463. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2464. grub-install : information : no LDM signature found.
  2465. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2466. grub-install : information : no LVM signature found.
  2467. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2468. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2469. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2470. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2471. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2472. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2473. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2474. grub-install : information : no LDM signature found.
  2475. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2476. grub-install : information : no LVM signature found.
  2477. grub-install : information : Partition 0 starts from 2048.
  2478. grub-install : information : Partition 1 starts from 616448.
  2479. grub-install : information : Partition 2 starts from 2459648.
  2480. grub-install : information : Partition 3 starts from 2721792.
  2481. grub-install : information : Partition 4 starts from 1911560192.
  2482. grub-install : information : Partition 5 starts from 409782272.
  2483. grub-install : information : Partition 6 starts from 1903407104.
  2484. grub-install : information : Partition 7 starts from 511332352.
  2485. grub-install : information : Partition 8 starts from 1207369728.
  2486. grub-install : information : /dev/sda9 is present.
  2487. grub-install : information : Looking for /dev/sda9.
  2488. grub-install : information : /dev/sda is a parent of /dev/sda9.
  2489. grub-install : information : /dev/sda9 starts from 1207369728.
  2490. grub-install : information : opening the device hostdisk//dev/sda.
  2491. grub-install : information : drive = 0.
  2492. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  2493. grub-install : information : drive = 0.
  2494. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  2495. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2496. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2497. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2498. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2499. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2500. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2501. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2502. grub-install : information : no LDM signature found.
  2503. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2504. grub-install : information : no LVM signature found.
  2505. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2506. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2507. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2508. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2509. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2510. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2511. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2512. grub-install : information : no LDM signature found.
  2513. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2514. grub-install : information : no LVM signature found.
  2515. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2516. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2517. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2518. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2519. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2520. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2521. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2522. grub-install : information : no LDM signature found.
  2523. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2524. grub-install : information : no LVM signature found.
  2525. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2526. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2527. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2528. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2529. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2530. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2531. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2532. grub-install : information : no LDM signature found.
  2533. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2534. grub-install : information : no LVM signature found.
  2535. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2536. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2537. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2538. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2539. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2540. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2541. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2542. grub-install : information : no LDM signature found.
  2543. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2544. grub-install : information : no LVM signature found.
  2545. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2546. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2547. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2548. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2549. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2550. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2551. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2552. grub-install : information : no LDM signature found.
  2553. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2554. grub-install : information : no LVM signature found.
  2555. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2556. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2557. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2558. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2559. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2560. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2561. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2562. grub-install : information : no LDM signature found.
  2563. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2564. grub-install : information : no LVM signature found.
  2565. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2566. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2567. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2568. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2569. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2570. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2571. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2572. grub-install : information : no LDM signature found.
  2573. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2574. grub-install : information : no LVM signature found.
  2575. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2576. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2577. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2578. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2579. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2580. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2581. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2582. grub-install : information : no LDM signature found.
  2583. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2584. grub-install : information : no LVM signature found.
  2585. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2586. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2587. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2588. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2589. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2590. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2591. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2592. grub-install : information : no LDM signature found.
  2593. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2594. grub-install : information : no LVM signature found.
  2595. grub-install : information : Partition 0 starts from 2048.
  2596. grub-install : information : Partition 1 starts from 616448.
  2597. grub-install : information : Partition 2 starts from 2459648.
  2598. grub-install : information : Partition 3 starts from 2721792.
  2599. grub-install : information : Partition 4 starts from 1911560192.
  2600. grub-install : information : Partition 5 starts from 409782272.
  2601. grub-install : information : Partition 6 starts from 1903407104.
  2602. grub-install : information : Partition 7 starts from 511332352.
  2603. grub-install : information : Partition 8 starts from 1207369728.
  2604. grub-install : information : drive = 0.
  2605. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  2606. grub-install : information : /dev/sda1 is present.
  2607. grub-install : information : Looking for /dev/sda1.
  2608. grub-install : information : /dev/sda is a parent of /dev/sda1.
  2609. grub-install : information : /dev/sda1 starts from 2048.
  2610. grub-install : information : opening the device hostdisk//dev/sda.
  2611. grub-install : information : drive = 0.
  2612. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  2613. grub-install : information : drive = 0.
  2614. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  2615. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2616. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2617. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2618. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2619. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2620. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2621. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2622. grub-install : information : no LDM signature found.
  2623. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2624. grub-install : information : no LVM signature found.
  2625. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2626. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2627. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2628. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2629. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2630. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2631. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2632. grub-install : information : no LDM signature found.
  2633. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2634. grub-install : information : no LVM signature found.
  2635. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2636. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2637. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2638. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2639. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2640. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2641. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2642. grub-install : information : no LDM signature found.
  2643. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2644. grub-install : information : no LVM signature found.
  2645. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2646. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2647. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2648. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2649. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2650. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2651. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2652. grub-install : information : no LDM signature found.
  2653. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2654. grub-install : information : no LVM signature found.
  2655. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2656. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2657. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2658. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2659. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2660. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2661. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2662. grub-install : information : no LDM signature found.
  2663. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2664. grub-install : information : no LVM signature found.
  2665. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2666. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2667. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2668. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2669. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2670. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2671. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2672. grub-install : information : no LDM signature found.
  2673. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2674. grub-install : information : no LVM signature found.
  2675. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2676. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2677. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2678. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2679. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2680. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2681. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2682. grub-install : information : no LDM signature found.
  2683. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2684. grub-install : information : no LVM signature found.
  2685. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2686. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2687. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2688. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2689. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2690. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2691. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2692. grub-install : information : no LDM signature found.
  2693. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2694. grub-install : information : no LVM signature found.
  2695. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2696. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2697. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2698. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2699. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2700. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2701. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2702. grub-install : information : no LDM signature found.
  2703. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2704. grub-install : information : no LVM signature found.
  2705. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2706. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2707. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2708. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2709. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2710. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2711. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2712. grub-install : information : no LDM signature found.
  2713. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2714. grub-install : information : no LVM signature found.
  2715. grub-install : information : Partition 0 starts from 2048.
  2716. grub-install : information : /dev/sda1 is present.
  2717. grub-install : information : Looking for /dev/sda1.
  2718. grub-install : information : /dev/sda is a parent of /dev/sda1.
  2719. grub-install : information : /dev/sda1 starts from 2048.
  2720. grub-install : information : opening the device hostdisk//dev/sda.
  2721. grub-install : information : drive = 0.
  2722. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  2723. grub-install : information : drive = 0.
  2724. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  2725. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2726. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2727. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2728. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2729. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2730. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2731. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2732. grub-install : information : no LDM signature found.
  2733. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2734. grub-install : information : no LVM signature found.
  2735. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2736. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2737. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2738. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2739. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2740. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2741. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2742. grub-install : information : no LDM signature found.
  2743. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2744. grub-install : information : no LVM signature found.
  2745. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2746. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2747. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2748. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2749. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2750. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2751. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2752. grub-install : information : no LDM signature found.
  2753. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2754. grub-install : information : no LVM signature found.
  2755. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2756. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2757. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2758. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2759. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2760. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2761. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2762. grub-install : information : no LDM signature found.
  2763. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2764. grub-install : information : no LVM signature found.
  2765. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2766. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2767. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2768. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2769. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2770. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2771. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2772. grub-install : information : no LDM signature found.
  2773. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2774. grub-install : information : no LVM signature found.
  2775. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2776. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2777. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2778. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2779. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2780. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2781. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2782. grub-install : information : no LDM signature found.
  2783. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2784. grub-install : information : no LVM signature found.
  2785. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2786. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2787. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2788. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2789. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2790. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2791. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2792. grub-install : information : no LDM signature found.
  2793. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2794. grub-install : information : no LVM signature found.
  2795. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2796. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2797. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2798. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2799. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2800. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2801. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2802. grub-install : information : no LDM signature found.
  2803. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2804. grub-install : information : no LVM signature found.
  2805. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2806. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2807. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2808. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2809. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2810. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2811. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2812. grub-install : information : no LDM signature found.
  2813. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2814. grub-install : information : no LVM signature found.
  2815. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2816. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2817. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2818. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2819. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2820. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2821. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2822. grub-install : information : no LDM signature found.
  2823. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2824. grub-install : information : no LVM signature found.
  2825. grub-install : information : Partition 0 starts from 2048.
  2826. grub-install : information : /dev/sda1 is present.
  2827. grub-install : information : Looking for /dev/sda1.
  2828. grub-install : information : /dev/sda is a parent of /dev/sda1.
  2829. grub-install : information : /dev/sda1 starts from 2048.
  2830. grub-install : information : opening the device hostdisk//dev/sda.
  2831. grub-install : information : drive = 0.
  2832. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  2833. grub-install : information : drive = 0.
  2834. grub-install : information : the size of hostdisk//dev/sda is 1953525168.
  2835. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2836. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2837. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2838. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2839. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2840. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2841. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2842. grub-install : information : no LDM signature found.
  2843. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2844. grub-install : information : no LVM signature found.
  2845. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2846. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2847. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2848. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2849. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2850. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2851. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2852. grub-install : information : no LDM signature found.
  2853. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2854. grub-install : information : no LVM signature found.
  2855. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2856. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2857. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2858. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2859. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2860. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2861. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2862. grub-install : information : no LDM signature found.
  2863. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2864. grub-install : information : no LVM signature found.
  2865. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2866. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2867. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2868. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2869. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2870. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2871. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2872. grub-install : information : no LDM signature found.
  2873. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2874. grub-install : information : no LVM signature found.
  2875. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2876. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2877. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2878. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2879. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2880. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2881. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2882. grub-install : information : no LDM signature found.
  2883. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2884. grub-install : information : no LVM signature found.
  2885. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2886. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2887. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2888. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2889. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2890. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2891. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2892. grub-install : information : no LDM signature found.
  2893. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2894. grub-install : information : no LVM signature found.
  2895. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2896. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2897. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2898. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2899. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2900. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2901. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2902. grub-install : information : no LDM signature found.
  2903. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2904. grub-install : information : no LVM signature found.
  2905. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2906. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2907. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2908. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2909. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2910. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2911. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2912. grub-install : information : no LDM signature found.
  2913. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2914. grub-install : information : no LVM signature found.
  2915. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2916. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2917. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2918. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2919. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2920. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2921. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2922. grub-install : information : no LDM signature found.
  2923. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2924. grub-install : information : no LVM signature found.
  2925. grub-install : information : Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
  2926. grub-install : information : Scanning for mdraid1x devices on disk hostdisk//dev/sda.
  2927. grub-install : information : Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
  2928. grub-install : information : Scanning for mdraid09 devices on disk hostdisk//dev/sda.
  2929. grub-install : information : Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
  2930. grub-install : information : Scanning for ldm devices on disk hostdisk//dev/sda.
  2931. grub-install : information : scanning hostdisk//dev/sda for LDM.
  2932. grub-install : information : no LDM signature found.
  2933. grub-install : information : Scanning for lvm devices on disk hostdisk//dev/sda.
  2934. grub-install : information : no LVM signature found.
  2935. grub-install : information : Partition 0 starts from 2048.
  2936. grub-install : information : 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'
  2937. .
  2938. grub-install : information : the size of config file is 0x68.
  2939. grub-install : information : the total module size is 0x51e0.
  2940. grub-install : information : reading /usr/lib/grub/x86_64-efi/kernel.img.
  2941. grub-install : information : locating the section .text at 0x0.
  2942. grub-install : information : locating the section .text.unlikely at 0x94ba.
  2943. grub-install : information : locating the section .rodata at 0x9600.
  2944. grub-install : information : locating the section .rodata.str1.1 at 0x9798.
  2945. grub-install : information : locating the section .data at 0xb120.
  2946. grub-install : information : locating the section .module_license at 0xc318.
  2947. grub-install : information : locating the section .bss at 0xc340.
  2948. grub-install : information : locating at 0x400 (0x400).
  2949. grub-install : information : locating at 0x9a00 (0x9a00).
  2950. grub-install : information : locating at 0x9b98 (0x9b98).
  2951. grub-install : information : locating at 0xb520 (0xb520).
  2952. grub-install : information : locating at 0xc740 (0xc740).
  2953. grub-install : information : locating at 0x98ba (0x98ba).
  2954. grub-install : information : locating at 0xc718 (0xc718).
  2955. grub-install : information : locating at 0x400 (0x400).
  2956. grub-install : information : locating grub_strlen at 0x7b68 (0x400).
  2957. grub-install : information : locating grub_net_poll_cards_idle at 0xe4c0 (0xc740).
  2958. grub-install : information : locating grub_efi_finish_boot_services at 0x2f25 (0x400).
  2959. grub-install : information : locating grub_disk_get_size at 0x556c (0x400).
  2960. grub-install : information : locating grub_file_progress_hook at 0x18600 (0xc740).
  2961. grub-install : information : locating grub_efidisk_fini at 0xb39 (0x400).
  2962. grub-install : information : locating grub_puts_ at 0x7916 (0x400).
  2963. grub-install : information : locating grub_millisleep at 0x4160 (0x400).
  2964. grub-install : information : locating grub_fs_autoload_hook at 0xe288 (0xc740).
  2965. grub-install : information : locating efi_wrap_10 at 0x4cc (0x400).
  2966. grub-install : information : locating grub_efi_allocate_pages_max at 0x2c75 (0x400).
  2967. grub-install : information : locating grub_fs_blocklist at 0xb6a0 (0xb520).
  2968. grub-install : information : locating grub_errmsg at 0x184e0 (0xc740).
  2969. grub-install : information : locating efi_wrap_5 at 0x463 (0x400).
  2970. grub-install : information : locating grub_strncmp at 0x798e (0x400).
  2971. grub-install : information : locating grub_strtoull at 0x7c7f (0x400).
  2972. grub-install : information : locating grub_dma_get_virt at 0x5a5 (0x400).
  2973. grub-install : information : locating grub_efi_system_table at 0xe4d0 (0xc740).
  2974. grub-install : information : locating memmove at 0x78d4 (0x400).
  2975. grub-install : information : locating efi_wrap_4 at 0x44f (0x400).
  2976. grub-install : information : locating grub_disk_open at 0x4f1e (0x400).
  2977. grub-install : information : locating grub_efi_locate_protocol at 0x1aff (0x400).
  2978. grub-install : information : locating grub_env_update_get_sorted at 0x6607 (0x400).
  2979. grub-install : information : locating grub_strcpy at 0x7903 (0x400).
  2980. grub-install : information : locating grub_partition_probe at 0x8ee5 (0x400).
  2981. grub-install : information : locating grub_strrchr at 0x79d0 (0x400).
  2982. grub-install : information : locating grub_partition_get_name at 0x90e7 (0x400).
  2983. grub-install : information : locating grub_dl_load at 0x6285 (0x400).
  2984. grub-install : information : locating grub_efi_stall at 0x1d28 (0x400).
  2985. grub-install : information : locating grub_efi_get_filename at 0x2163 (0x400).
  2986. grub-install : information : locating grub_env_export at 0x66f2 (0x400).
  2987. grub-install : information : locating grub_xvasprintf at 0x88d5 (0x400).
  2988. grub-install : information : locating grub_error_push at 0x67b4 (0x400).
  2989. grub-install : information : locating grub_rescue_run at 0x968e (0x400).
  2990. grub-install : information : locating grub_xasprintf at 0x8982 (0x400).
  2991. grub-install : information : locating grub_realloc at 0x408d (0x400).
  2992. grub-install : information : locating grub_exit at 0x1d67 (0x400).
  2993. grub-install : information : locating memcpy at 0x78d4 (0x400).
  2994. grub-install : information : locating grub_memmove at 0x78d4 (0x400).
  2995. grub-install : information : locating grub_device_open at 0x4763 (0x400).
  2996. grub-install : information : locating grub_register_exported_symbols at 0x9886 (0x400).
  2997. grub-install : information : locating grub_strdup at 0x7b79 (0x400).
  2998. grub-install : information : locating grub_disk_firmware_is_tainted at 0xe520 (0xc740).
  2999. grub-install : information : locating grub_divmod64 at 0x7c16 (0x400).
  3000. grub-install : information : locating grub_file_get_device_name at 0x695c (0x400).
  3001. grub-install : information : locating grub_efi_print_device_path at 0x2302 (0x400).
  3002. grub-install : information : locating grub_partition_iterate at 0x907a (0x400).
  3003. grub-install : information : locating grub_dma_free at 0x599 (0x400).
  3004. grub-install : information : locating grub_vsnprintf at 0x887c (0x400).
  3005. grub-install : information : locating grub_partition_map_list at 0x18660 (0xc740).
  3006. grub-install : information : locating efi_wrap_1 at 0x422 (0x400).
  3007. grub-install : information : locating grub_command_list at 0xe500 (0xc740).
  3008. grub-install : information : locating grub_machine_fini at 0x534 (0x400).
  3009. grub-install : information : locating grub_tsc_rate at 0xe4f0 (0xc740).
  3010. grub-install : information : locating grub_rescue_parse_line at 0x93f5 (0x400).
  3011. grub-install : information : locating grub_efi_get_variable at 0x1ee1 (0x400).
  3012. grub-install : information : locating grub_snprintf at 0x8890 (0x400).
  3013. grub-install : information : locating grub_register_core_commands at 0x45f4 (0x400).
  3014. grub-install : information : locating grub_disk_dev_register at 0x4e34 (0x400).
  3015. grub-install : information : locating grub_console_init at 0x3924 (0x400).
  3016. grub-install : information : locating grub_disk_write_weak at 0xe528 (0xc740).
  3017. grub-install : information : locating grub_dl_add at 0x5641 (0x400).
  3018. grub-install : information : locating grub_disk_read at 0x5208 (0x400).
  3019. grub-install : information : locating grub_term_highlight_color at 0xb848 (0xb520).
  3020. grub-install : information : locating grub_parser_execute at 0x8e77 (0x400).
  3021. grub-install : information : locating grub_xputs at 0xb840 (0xb520).
  3022. grub-install : information : locating grub_console_fini at 0x3a21 (0x400).
  3023. grub-install : information : locating grub_fatal at 0x89d1 (0x400).
  3024. grub-install : information : locating grub_dl_ref at 0x573b (0x400).
  3025. grub-install : information : locating grub_file_seek at 0x6ca8 (0x400).
  3026. grub-install : information : locating grub_pci_find_capability at 0x69b (0x400).
  3027. grub-install : information : locating grub_efi_get_loaded_image at 0x1d4c (0x400).
  3028. grub-install : information : locating grub_errno at 0x185e0 (0xc740).
  3029. grub-install : information : locating grub_parser_cmdline_state at 0x8b51 (0x400).
  3030. grub-install : information : locating grub_memset at 0x7af1 (0x400).
  3031. grub-install : information : locating grub_getkey at 0x9867 (0x400).
  3032. grub-install : information : locating grub_term_outputs_disabled at 0x18668 (0xc740).
  3033. grub-install : information : locating grub_grubnet_fini at 0x18608 (0xc740).
  3034. grub-install : information : locating grub_register_variable_hook at 0x6692 (0x400).
  3035. grub-install : information : locating grub_efi_image_handle at 0xe4d8 (0xc740).
  3036. grub-install : information : locating grub_vprintf at 0x8575 (0x400).
  3037. grub-install : information : locating grub_net_open at 0xc790 (0xc740).
  3038. grub-install : information : locating grub_register_command_prio at 0x4184 (0x400).
  3039. grub-install : information : locating grub_efi_find_last_device_path at 0x226e (0x400).
  3040. grub-install : information : locating grub_efi_compare_device_paths at 0x29f1 (0x400).
  3041. grub-install : information : locating grub_file_filters_all at 0x18620 (0xc740).
  3042. grub-install : information : locating grub_install_get_time_ms at 0x4152 (0x400).
  3043. grub-install : information : locating _start at 0x400 (0x400).
  3044. grub-install : information : locating grub_term_inputs at 0x18670 (0xc740).
  3045. grub-install : information : locating grub_parser_split_cmdline at 0x8c07 (0x400).
  3046. grub-install : information : locating grub_disk_firmware_fini at 0xe530 (0xc740).
  3047. grub-install : information : locating grub_disk_close at 0x4e7a (0x400).
  3048. grub-install : information : locating grub_dl_unload at 0x57b3 (0x400).
  3049. grub-install : information : locating grub_efi_set_variable at 0x1e06 (0x400).
  3050. grub-install : information : locating grub_printf at 0x868b (0x400).
  3051. grub-install : information : locating grub_efi_secure_boot at 0x1ff5 (0x400).
  3052. grub-install : information : locating grub_unregister_command at 0x4276 (0x400).
  3053. grub-install : information : locating grub_fs_list at 0xe290 (0xc740).
  3054. grub-install : information : locating grub_efidisk_get_device_handle at 0x14b3 (0x400).
  3055. grub-install : information : locating grub_main at 0x72a7 (0x400).
  3056. grub-install : information : locating grub_file_read at 0x69ee (0x400).
  3057. grub-install : information : locating grub_dl_unload_unneeded at 0x637c (0x400).
  3058. grub-install : information : locating grub_pci_make_address at 0x5ac (0x400).
  3059. grub-install : information : locating memcmp at 0x794f (0x400).
  3060. grub-install : information : locating grub_term_normal_color at 0xb849 (0xb520).
  3061. grub-install : information : locating grub_disk_dev_list at 0xe538 (0xc740).
  3062. grub-install : information : locating grub_machine_init at 0x51a (0x400).
  3063. grub-install : information : locating efi_wrap_0 at 0x417 (0x400).
  3064. grub-install : information : locating grub_efi_locate_handle at 0x1b49 (0x400).
  3065. grub-install : information : locating grub_term_outputs at 0x18678 (0xc740).
  3066. grub-install : information : locating grub_modbase at 0xe4e0 (0xc740).
  3067. grub-install : information : locating grub_term_inputs_disabled at 0x18680 (0xc740).
  3068. grub-install : information : locating grub_efi_net_config at 0xe4e8 (0xc740).
  3069. grub-install : information : locating grub_efi_set_virtual_address_map at 0x1dab (0x400).
  3070. grub-install : information : locating grub_print_error at 0x68be (0x400).
  3071. grub-install : information : locating grub_efi_mm_init at 0x3200 (0x400).
  3072. grub-install : information : locating memset at 0x7af1 (0x400).
  3073. grub-install : information : locating grub_zalloc at 0x3e13 (0x400).
  3074. grub-install : information : locating grub_strcmp at 0x796f (0x400).
  3075. grub-install : information : locating grub_tsc_init at 0x3aa0 (0x400).
  3076. grub-install : information : locating grub_efi_allocate_pages at 0x2d27 (0x400).
  3077. grub-install : information : locating grub_strchr at 0x79bb (0x400).
  3078. grub-install : information : locating grub_refresh at 0x983f (0x400).
  3079. grub-install : information : locating grub_malloc at 0x3e02 (0x400).
  3080. grub-install : information : locating grub_efi_get_memory_map at 0x2deb (0x400).
  3081. grub-install : information : locating grub_efidisk_get_device_name at 0x1600 (0x400).
  3082. grub-install : information : locating grub_get_time_ms at 0x4146 (0x400).
  3083. grub-install : information : locating grub_file_close at 0x6a8e (0x400).
  3084. grub-install : information : locating grub_file_open at 0x6ad9 (0x400).
  3085. grub-install : information : locating grub_isspace at 0x79e3 (0x400).
  3086. grub-install : information : locating grub_efi_open_protocol at 0x1c42 (0x400).
  3087. grub-install : information : locating grub_real_dprintf at 0x8738 (0x400).
  3088. grub-install : information : locating efi_wrap_3 at 0x43e (0x400).
  3089. grub-install : information : locating grub_dl_load_core_noinit at 0x58d0 (0x400).
  3090. grub-install : information : locating grub_dl_load_file at 0x6187 (0x400).
  3091. grub-install : information : locating grub_env_unset at 0x6583 (0x400).
  3092. grub-install : information : locating grub_device_close at 0x4846 (0x400).
  3093. grub-install : information : locating efi_wrap_6 at 0x47c (0x400).
  3094. grub-install : information : locating grub_dl_head at 0xc7a0 (0xc740).
  3095. grub-install : information : locating grub_fs_probe at 0x6fba (0x400).
  3096. grub-install : information : locating grub_mm_base at 0xe4f8 (0xc740).
  3097. grub-install : information : locating grub_term_poll_usb at 0xe4c8 (0xc740).
  3098. grub-install : information : locating grub_file_filters_enabled at 0x18640 (0xc740).
  3099. grub-install : information : locating grub_strword at 0x7a58 (0x400).
  3100. grub-install : information : locating grub_machine_get_bootlocation at 0x2af0 (0x400).
  3101. grub-install : information : locating grub_efi_fini at 0x2b87 (0x400).
  3102. grub-install : information : locating grub_err_printed_errors at 0x185e4 (0xc740).
  3103. grub-install : information : locating grub_error at 0x6738 (0x400).
  3104. grub-install : information : locating grub_current_context at 0xb680 (0xb520).
  3105. grub-install : information : locating efi_codes at 0x9ae0 (0x9a00).
  3106. grub-install : information : locating grub_dl_register_symbol at 0x567e (0x400).
  3107. grub-install : information : locating grub_efi_is_finished at 0xc758 (0xc740).
  3108. grub-install : information : locating grub_list_remove at 0x7218 (0x400).
  3109. grub-install : information : locating grub_pci_iterate at 0x5d4 (0x400).
  3110. grub-install : information : locating grub_modules_get_end at 0x728b (0x400).
  3111. grub-install : information : locating grub_free at 0x3e4d (0x400).
  3112. grub-install : information : locating grub_strndup at 0x7bc1 (0x400).
  3113. grub-install : information : locating efi_wrap_7 at 0x49f (0x400).
  3114. grub-install : information : locating grub_named_list_find at 0x71c6 (0x400).
  3115. grub-install : information : locating grub_dl_unref at 0x5777 (0x400).
  3116. grub-install : information : locating grub_efi_duplicate_device_path at 0x22a6 (0x400).
  3117. grub-install : information : locating grub_efidisk_init at 0x1282 (0x400).
  3118. grub-install : information : locating grub_disk_dev_unregister at 0x4e49 (0x400).
  3119. grub-install : information : locating grub_efi_init at 0x2a8a (0x400).
  3120. grub-install : information : locating grub_arch_dl_check_header at 0x735 (0x400).
  3121. grub-install : information : locating grub_arch_dl_relocate_symbols at 0x764 (0x400).
  3122. grub-install : information : locating grub_efi_free_pages at 0x2c4b (0x400).
  3123. grub-install : information : locating grub_printf_ at 0x86da (0x400).
  3124. grub-install : information : locating grub_efi_get_device_path at 0x2253 (0x400).
  3125. grub-install : information : locating start at 0x400 (0x400).
  3126. grub-install : information : locating grub_efi_modules_addr at 0x20c9 (0x400).
  3127. grub-install : information : locating grub_error_pop at 0x684b (0x400).
  3128. grub-install : information : locating grub_device_iterate at 0x4978 (0x400).
  3129. grub-install : information : locating grub_getkey_noblock at 0x97f5 (0x400).
  3130. grub-install : information : locating grub_memalign_dma32 at 0x547 (0x400).
  3131. grub-install : information : locating grub_list_push at 0x71fe (0x400).
  3132. grub-install : information : locating grub_efi_set_text_mode at 0x1ca1 (0x400).
  3133. grub-install : information : locating grub_err_printf at 0x868b (0x400).
  3134. grub-install : information : locating grub_disk_cache_invalidate_all at 0x4dea (0x400).
  3135. grub-install : information : locating grub_env_set at 0x6425 (0x400).
  3136. grub-install : information : locating grub_dl_load_core at 0x6145 (0x400).
  3137. grub-install : information : locating grub_gettext at 0xb6f0 (0xb520).
  3138. grub-install : information : locating grub_memcmp at 0x794f (0x400).
  3139. grub-install : information : locating grub_env_get at 0x6555 (0x400).
  3140. grub-install : information : locating efi_wrap_2 at 0x430 (0x400).
  3141. grub-install : information : locating grub_strtoul at 0x80f4 (0x400).
  3142. grub-install : information : locating grub_dma_get_phys at 0x5a9 (0x400).
  3143. grub-install : information : locating grub_mm_init_region at 0x3f63 (0x400).
  3144. grub-install : information : locating grub_disk_cache_table at 0xe540 (0xc740).
  3145. grub-install : information : locating grub_memalign at 0x3c1c (0x400).
  3146. grub-install : information : dealing with the relocation section .rela.text for .text.
  3147. grub-install : information : relocating an R_X86_64_PC32 entry to 0xe0d1 at the offset 0x3.
  3148. grub-install : information : relocating an R_X86_64_PC32 entry to 0xe0c2 at the offset 0xa.
  3149. grub-install : information : relocating an R_X86_64_PC32 entry to 0x6e90 at the offset 0x13.
  3150. grub-install : information : relocating an R_X86_64_64 entry to 0x2a8a at the offset 0x11d.
  3151. grub-install : information : relocating an R_X86_64_64 entry to 0x3aa0 at the offset 0x12a.
  3152. grub-install : information : relocating an R_X86_64_64 entry to 0x2b87 at the offset 0x13c.
  3153. grub-install : information : relocating an R_X86_64_64 entry to 0x3c1c at the offset 0x165.
  3154. grub-install : information : relocating an R_X86_64_64 entry to 0x9b98 at the offset 0x17a.
  3155. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x18b.
  3156. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x19b.
  3157. grub-install : information : relocating an R_X86_64_64 entry to 0x5ac at the offset 0x1e8.
  3158. grub-install : information : relocating an R_X86_64_64 entry to 0x5ac at the offset 0x2ac.
  3159. grub-install : information : relocating an R_X86_64_64 entry to 0x9bb8 at the offset 0x346.
  3160. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x357.
  3161. grub-install : information : relocating an R_X86_64_64 entry to 0x9bd9 at the offset 0x385.
  3162. grub-install : information : relocating an R_X86_64_64 entry to 0x9bfc at the offset 0x421.
  3163. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x434.
  3164. grub-install : information : relocating an R_X86_64_64 entry to 0x9c14 at the offset 0x45f.
  3165. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x470.
  3166. grub-install : information : relocating an R_X86_64_64 entry to 0x9c3b at the offset 0x4aa.
  3167. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x4b4.
  3168. grub-install : information : relocating an R_X86_64_64 entry to 0x9c4f at the offset 0x4c3.
  3169. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4cf.
  3170. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x4ee.
  3171. grub-install : information : relocating an R_X86_64_64 entry to 0x9c62 at the offset 0x4fb.
  3172. grub-install : information : relocating an R_X86_64_64 entry to 0x9c4f at the offset 0x50e.
  3173. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0x518.
  3174. grub-install : information : relocating an R_X86_64_64 entry to 0x80f4 at the offset 0x545.
  3175. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x554.
  3176. grub-install : information : relocating an R_X86_64_64 entry to 0x9c6e at the offset 0x56d.
  3177. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x57e.
  3178. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x58a.
  3179. grub-install : information : relocating an R_X86_64_64 entry to 0xc740 at the offset 0x5b2.
  3180. grub-install : information : relocating an R_X86_64_64 entry to 0xc750 at the offset 0x5c1.
  3181. grub-install : information : relocating an R_X86_64_64 entry to 0xc748 at the offset 0x5d0.
  3182. grub-install : information : relocating an R_X86_64_64 entry to 0x888 at the offset 0x5dd.
  3183. grub-install : information : relocating an R_X86_64_64 entry to 0x9c7c at the offset 0x5f5.
  3184. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x610.
  3185. grub-install : information : relocating an R_X86_64_64 entry to 0x9c4f at the offset 0x630.
  3186. grub-install : information : relocating an R_X86_64_64 entry to 0x9c8b at the offset 0x641.
  3187. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x659.
  3188. grub-install : information : relocating an R_X86_64_64 entry to 0x9cb7 at the offset 0x694.
  3189. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6af.
  3190. grub-install : information : relocating an R_X86_64_64 entry to 0x9cce at the offset 0x6e0.
  3191. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x6ea.
  3192. grub-install : information : relocating an R_X86_64_64 entry to 0x9c4f at the offset 0x6f9.
  3193. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x71c.
  3194. grub-install : information : relocating an R_X86_64_64 entry to 0xc750 at the offset 0x73d.
  3195. grub-install : information : relocating an R_X86_64_64 entry to 0xc748 at the offset 0x749.
  3196. grub-install : information : relocating an R_X86_64_64 entry to 0xc740 at the offset 0x754.
  3197. grub-install : information : relocating an R_X86_64_64 entry to 0xb18 at the offset 0x75f.
  3198. grub-install : information : relocating an R_X86_64_64 entry to 0xb520 at the offset 0x78c.
  3199. grub-install : information : relocating an R_X86_64_64 entry to 0x4e49 at the offset 0x79e.
  3200. grub-install : information : relocating an R_X86_64_64 entry to 0xb560 at the offset 0x7bb.
  3201. grub-install : information : relocating an R_X86_64_64 entry to 0x1b49 at the offset 0x7cc.
  3202. grub-install : information : relocating an R_X86_64_64 entry to 0x2253 at the offset 0x7f4.
  3203. grub-install : information : relocating an R_X86_64_64 entry to 0x226e at the offset 0x82b.
  3204. grub-install : information : relocating an R_X86_64_64 entry to 0xb560 at the offset 0x844.
  3205. grub-install : information : relocating an R_X86_64_64 entry to 0x1c42 at the offset 0x852.
  3206. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x86d.
  3207. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x883.
  3208. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8b9.
  3209. grub-install : information : relocating an R_X86_64_64 entry to 0x22a6 at the offset 0x8de.
  3210. grub-install : information : relocating an R_X86_64_64 entry to 0x226e at the offset 0x904.
  3211. grub-install : information : relocating an R_X86_64_64 entry to 0x29f1 at the offset 0x90e.
  3212. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x945.
  3213. grub-install : information : relocating an R_X86_64_64 entry to 0x29f1 at the offset 0x961.
  3214. grub-install : information : relocating an R_X86_64_64 entry to 0x9ce4 at the offset 0x991.
  3215. grub-install : information : relocating an R_X86_64_64 entry to 0x8890 at the offset 0x9a3.
  3216. grub-install : information : relocating an R_X86_64_64 entry to 0xc748 at the offset 0x9d2.
  3217. grub-install : information : relocating an R_X86_64_64 entry to 0xd5d at the offset 0x9eb.
  3218. grub-install : information : relocating an R_X86_64_64 entry to 0xc750 at the offset 0xa00.
  3219. grub-install : information : relocating an R_X86_64_64 entry to 0xc740 at the offset 0xa1e.
  3220. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xa67.
  3221. grub-install : information : relocating an R_X86_64_64 entry to 0x9ce8 at the offset 0xa71.
  3222. grub-install : information : relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xa80.
  3223. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0xa8a.
  3224. grub-install : information : relocating an R_X86_64_64 entry to 0x463 at the offset 0xab8.
  3225. grub-install : information : relocating an R_X86_64_64 entry to 0x9d1c at the offset 0xad3.
  3226. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0xaec.
  3227. grub-install : information : relocating an R_X86_64_64 entry to 0xc750 at the offset 0xb1f.
  3228. grub-install : information : relocating an R_X86_64_64 entry to 0xc748 at the offset 0xb33.
  3229. grub-install : information : relocating an R_X86_64_64 entry to 0x9d44 at the offset 0xb4d.
  3230. grub-install : information : relocating an R_X86_64_64 entry to 0x8890 at the offset 0xb61.
  3231. grub-install : information : relocating an R_X86_64_64 entry to 0x9d49 at the offset 0xb73.
  3232. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xb7d.
  3233. grub-install : information : relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xb8c.
  3234. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0xb96.
  3235. grub-install : information : relocating an R_X86_64_64 entry to 0x9d57 at the offset 0xbbe.
  3236. grub-install : information : relocating an R_X86_64_64 entry to 0x8890 at the offset 0xbd2.
  3237. grub-install : information : relocating an R_X86_64_64 entry to 0x9d49 at the offset 0xbe4.
  3238. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xbee.
  3239. grub-install : information : relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xbfd.
  3240. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0xc07.
  3241. grub-install : information : relocating an R_X86_64_64 entry to 0xc740 at the offset 0xc30.
  3242. grub-install : information : relocating an R_X86_64_64 entry to 0x9d5c at the offset 0xc46.
  3243. grub-install : information : relocating an R_X86_64_64 entry to 0x8890 at the offset 0xc5a.
  3244. grub-install : information : relocating an R_X86_64_64 entry to 0x9d49 at the offset 0xc6c.
  3245. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xc76.
  3246. grub-install : information : relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xc85.
  3247. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0xc8f.
  3248. grub-install : information : relocating an R_X86_64_64 entry to 0x226e at the offset 0xcc9.
  3249. grub-install : information : relocating an R_X86_64_64 entry to 0x29f1 at the offset 0xcfd.
  3250. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0xd28.
  3251. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0xd47.
  3252. grub-install : information : relocating an R_X86_64_64 entry to 0x90e7 at the offset 0xdb2.
  3253. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xde8.
  3254. grub-install : information : relocating an R_X86_64_64 entry to 0x9d61 at the offset 0xdf2.
  3255. grub-install : information : relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xe01.
  3256. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0xe0b.
  3257. grub-install : information : relocating an R_X86_64_64 entry to 0x463 at the offset 0xe39.
  3258. grub-install : information : relocating an R_X86_64_64 entry to 0x9d93 at the offset 0xe54.
  3259. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0xe6d.
  3260. grub-install : information : relocating an R_X86_64_64 entry to 0xb39 at the offset 0xe88.
  3261. grub-install : information : relocating an R_X86_64_64 entry to 0xe530 at the offset 0xe9a.
  3262. grub-install : information : relocating an R_X86_64_64 entry to 0xbaf at the offset 0xea4.
  3263. grub-install : information : relocating an R_X86_64_64 entry to 0xcd8 at the offset 0xebf.
  3264. grub-install : information : relocating an R_X86_64_64 entry to 0xc748 at the offset 0xf1e.
  3265. grub-install : information : relocating an R_X86_64_64 entry to 0x10c3 at the offset 0xf28.
  3266. grub-install : information : relocating an R_X86_64_64 entry to 0xc740 at the offset 0xf34.
  3267. grub-install : information : relocating an R_X86_64_64 entry to 0x794f at the offset 0xfcd.
  3268. grub-install : information : relocating an R_X86_64_64 entry to 0xcd8 at the offset 0xfe3.
  3269. grub-install : information : relocating an R_X86_64_64 entry to 0x10c3 at the offset 0x1004.
  3270. grub-install : information : relocating an R_X86_64_64 entry to 0xc740 at the offset 0x104a.
  3271. grub-install : information : relocating an R_X86_64_64 entry to 0xb18 at the offset 0x1068.
  3272. grub-install : information : relocating an R_X86_64_64 entry to 0xb520 at the offset 0x1074.
  3273. grub-install : information : relocating an R_X86_64_64 entry to 0x4e34 at the offset 0x107e.
  3274. grub-install : information : relocating an R_X86_64_64 entry to 0xc748 at the offset 0x109a.
  3275. grub-install : information : relocating an R_X86_64_64 entry to 0xc750 at the offset 0x10a9.
  3276. grub-install : information : relocating an R_X86_64_64 entry to 0xbaf at the offset 0x1101.
  3277. grub-install : information : relocating an R_X86_64_64 entry to 0x22a6 at the offset 0x110b.
  3278. grub-install : information : relocating an R_X86_64_64 entry to 0x226e at the offset 0x113c.
  3279. grub-install : information : relocating an R_X86_64_64 entry to 0x29f1 at the offset 0x115d.
  3280. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x1170.
  3281. grub-install : information : relocating an R_X86_64_64 entry to 0xb18 at the offset 0x11dd.
  3282. grub-install : information : relocating an R_X86_64_64 entry to 0x2253 at the offset 0x1206.
  3283. grub-install : information : relocating an R_X86_64_64 entry to 0x226e at the offset 0x1229.
  3284. grub-install : information : relocating an R_X86_64_64 entry to 0x22a6 at the offset 0x125f.
  3285. grub-install : information : relocating an R_X86_64_64 entry to 0xdc8 at the offset 0x12b4.
  3286. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x12c2.
  3287. grub-install : information : relocating an R_X86_64_64 entry to 0x4f1e at the offset 0x12e0.
  3288. grub-install : information : relocating an R_X86_64_64 entry to 0x4e7a at the offset 0x1308.
  3289. grub-install : information : relocating an R_X86_64_64 entry to 0x556c at the offset 0x1326.
  3290. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x133d.
  3291. grub-install : information : relocating an R_X86_64_64 entry to 0x1171 at the offset 0x1353.
  3292. grub-install : information : relocating an R_X86_64_64 entry to 0x907a at the offset 0x1360.
  3293. grub-install : information : relocating an R_X86_64_64 entry to 0x9db9 at the offset 0x1381.
  3294. grub-install : information : relocating an R_X86_64_64 entry to 0x8982 at the offset 0x1390.
  3295. grub-install : information : relocating an R_X86_64_64 entry to 0xdc8 at the offset 0x13ba.
  3296. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x13d3.
  3297. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x1509.
  3298. grub-install : information : relocating an R_X86_64_64 entry to 0x9dbf at the offset 0x1552.
  3299. grub-install : information : relocating an R_X86_64_64 entry to 0x9e00 at the offset 0x156d.
  3300. grub-install : information : relocating an R_X86_64_64 entry to 0x9e02 at the offset 0x158c.
  3301. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x1708.
  3302. grub-install : information : relocating an R_X86_64_64 entry to 0x43e at the offset 0x171b.
  3303. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1756.
  3304. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x178e.
  3305. grub-install : information : relocating an R_X86_64_64 entry to 0x463 at the offset 0x17ac.
  3306. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x17d5.
  3307. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x1816.
  3308. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x184b.
  3309. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x1869.
  3310. grub-install : information : relocating an R_X86_64_64 entry to 0x47c at the offset 0x1881.
  3311. grub-install : information : relocating an R_X86_64_64 entry to 0x1aff at the offset 0x18a9.
  3312. grub-install : information : relocating an R_X86_64_64 entry to 0xb590 at the offset 0x18b3.
  3313. grub-install : information : relocating an R_X86_64_64 entry to 0x44f at the offset 0x18e2.
  3314. grub-install : information : relocating an R_X86_64_64 entry to 0x430 at the offset 0x190d.
  3315. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x192a.
  3316. grub-install : information : relocating an R_X86_64_64 entry to 0x422 at the offset 0x1942.
  3317. grub-install : information : relocating an R_X86_64_64 entry to 0xb580 at the offset 0x1953.
  3318. grub-install : information : relocating an R_X86_64_64 entry to 0x1c42 at the offset 0x195d.
  3319. grub-install : information : relocating an R_X86_64_64 entry to 0x2b87 at the offset 0x196a.
  3320. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x1976.
  3321. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x1992.
  3322. grub-install : information : relocating an R_X86_64_64 entry to 0x44f at the offset 0x199f.
  3323. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x19b0.
  3324. grub-install : information : relocating an R_X86_64_64 entry to 0x44f at the offset 0x19d5.
  3325. grub-install : information : relocating an R_X86_64_64 entry to 0x9e08 at the offset 0x19e7.
  3326. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x19f8.
  3327. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x1a1a.
  3328. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1a34.
  3329. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x1a44.
  3330. grub-install : information : relocating an R_X86_64_64 entry to 0x199d at the offset 0x1a62.
  3331. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x1a74.
  3332. grub-install : information : relocating an R_X86_64_64 entry to 0x463 at the offset 0x1a97.
  3333. grub-install : information : relocating an R_X86_64_64 entry to 0x9e27 at the offset 0x1ab2.
  3334. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x1acb.
  3335. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x1af3.
  3336. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1afd.
  3337. grub-install : information : relocating an R_X86_64_64 entry to 0x199d at the offset 0x1b45.
  3338. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x1b58.
  3339. grub-install : information : relocating an R_X86_64_64 entry to 0x463 at the offset 0x1b74.
  3340. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x1b9f.
  3341. grub-install : information : relocating an R_X86_64_64 entry to 0x9e47 at the offset 0x1bfa.
  3342. grub-install : information : relocating an R_X86_64_64 entry to 0x1ee1 at the offset 0x1c05.
  3343. grub-install : information : relocating an R_X86_64_64 entry to 0x9e52 at the offset 0x1c7d.
  3344. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x1cac.
  3345. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x1ccd.
  3346. grub-install : information : relocating an R_X86_64_64 entry to 0x1d4c at the offset 0x1ce0.
  3347. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x1cfe.
  3348. grub-install : information : relocating an R_X86_64_64 entry to 0x9e5c at the offset 0x1d24.
  3349. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1db1.
  3350. grub-install : information : relocating an R_X86_64_64 entry to 0x17ea at the offset 0x1dc5.
  3351. grub-install : information : relocating an R_X86_64_64 entry to 0xb570 at the offset 0x1e5a.
  3352. grub-install : information : relocating an R_X86_64_64 entry to 0x1c42 at the offset 0x1e64.
  3353. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1ed3.
  3354. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x1ef0.
  3355. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x1f11.
  3356. grub-install : information : relocating an R_X86_64_64 entry to 0x9e61 at the offset 0x1f6a.
  3357. grub-install : information : relocating an R_X86_64_64 entry to 0x9e6d at the offset 0x1f78.
  3358. grub-install : information : relocating an R_X86_64_64 entry to 0x9e77 at the offset 0x1f8b.
  3359. grub-install : information : relocating an R_X86_64_64 entry to 0x9a00 at the offset 0x1fa4.
  3360. grub-install : information : relocating an R_X86_64_64 entry to 0x9e88 at the offset 0x1fbb.
  3361. grub-install : information : relocating an R_X86_64_64 entry to 0x9e94 at the offset 0x1fcf.
  3362. grub-install : information : relocating an R_X86_64_64 entry to 0x9ea0 at the offset 0x1fe6.
  3363. grub-install : information : relocating an R_X86_64_64 entry to 0x9eb4 at the offset 0x1ffc.
  3364. grub-install : information : relocating an R_X86_64_64 entry to 0x9ebd at the offset 0x200f.
  3365. grub-install : information : relocating an R_X86_64_64 entry to 0x9ec7 at the offset 0x201e.
  3366. grub-install : information : relocating an R_X86_64_64 entry to 0x9ed6 at the offset 0x2046.
  3367. grub-install : information : relocating an R_X86_64_64 entry to 0x9ee3 at the offset 0x205b.
  3368. grub-install : information : relocating an R_X86_64_64 entry to 0x9eea at the offset 0x2076.
  3369. grub-install : information : relocating an R_X86_64_64 entry to 0x9eee at the offset 0x2089.
  3370. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x209a.
  3371. grub-install : information : relocating an R_X86_64_64 entry to 0x9eea at the offset 0x20b2.
  3372. grub-install : information : relocating an R_X86_64_64 entry to 0x9eee at the offset 0x20c8.
  3373. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x20de.
  3374. grub-install : information : relocating an R_X86_64_64 entry to 0x9ef2 at the offset 0x2111.
  3375. grub-install : information : relocating an R_X86_64_64 entry to 0x9ef6 at the offset 0x213c.
  3376. grub-install : information : relocating an R_X86_64_64 entry to 0x9efa at the offset 0x214e.
  3377. grub-install : information : relocating an R_X86_64_64 entry to 0x9a28 at the offset 0x216b.
  3378. grub-install : information : relocating an R_X86_64_64 entry to 0x9f0b at the offset 0x2182.
  3379. grub-install : information : relocating an R_X86_64_64 entry to 0x9f1c at the offset 0x21a0.
  3380. grub-install : information : relocating an R_X86_64_64 entry to 0x9f29 at the offset 0x21b7.
  3381. grub-install : information : relocating an R_X86_64_64 entry to 0x9f42 at the offset 0x21ce.
  3382. grub-install : information : relocating an R_X86_64_64 entry to 0x9f4e at the offset 0x21eb.
  3383. grub-install : information : relocating an R_X86_64_64 entry to 0x9f5a at the offset 0x2204.
  3384. grub-install : information : relocating an R_X86_64_64 entry to 0x9f74 at the offset 0x222a.
  3385. grub-install : information : relocating an R_X86_64_64 entry to 0x9f7d at the offset 0x2243.
  3386. grub-install : information : relocating an R_X86_64_64 entry to 0x9fa8 at the offset 0x227b.
  3387. grub-install : information : relocating an R_X86_64_64 entry to 0x9fd3 at the offset 0x22d2.
  3388. grub-install : information : relocating an R_X86_64_64 entry to 0xa016 at the offset 0x2360.
  3389. grub-install : information : relocating an R_X86_64_64 entry to 0xa035 at the offset 0x2385.
  3390. grub-install : information : relocating an R_X86_64_64 entry to 0xa04a at the offset 0x23ab.
  3391. grub-install : information : relocating an R_X86_64_64 entry to 0xa05a at the offset 0x23c6.
  3392. grub-install : information : relocating an R_X86_64_64 entry to 0xa064 at the offset 0x23d5.
  3393. grub-install : information : relocating an R_X86_64_64 entry to 0x9ab8 at the offset 0x23f2.
  3394. grub-install : information : relocating an R_X86_64_64 entry to 0xa07a at the offset 0x2409.
  3395. grub-install : information : relocating an R_X86_64_64 entry to 0xa0b3 at the offset 0x2464.
  3396. grub-install : information : relocating an R_X86_64_64 entry to 0xa0c5 at the offset 0x247e.
  3397. grub-install : information : relocating an R_X86_64_64 entry to 0x18f4 at the offset 0x2488.
  3398. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x249d.
  3399. grub-install : information : relocating an R_X86_64_64 entry to 0x17ea at the offset 0x24c8.
  3400. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x24d9.
  3401. grub-install : information : relocating an R_X86_64_64 entry to 0xa0cb at the offset 0x24ec.
  3402. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x24fd.
  3403. grub-install : information : relocating an R_X86_64_64 entry to 0xa0d5 at the offset 0x2518.
  3404. grub-install : information : relocating an R_X86_64_64 entry to 0xa111 at the offset 0x255e.
  3405. grub-install : information : relocating an R_X86_64_64 entry to 0xa123 at the offset 0x257e.
  3406. grub-install : information : relocating an R_X86_64_64 entry to 0xa133 at the offset 0x258e.
  3407. grub-install : information : relocating an R_X86_64_64 entry to 0xa144 at the offset 0x25a6.
  3408. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x25bd.
  3409. grub-install : information : relocating an R_X86_64_64 entry to 0x794f at the offset 0x2613.
  3410. grub-install : information : relocating an R_X86_64_64 entry to 0x20c9 at the offset 0x268d.
  3411. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x2699.
  3412. grub-install : information : relocating an R_X86_64_64 entry to 0x3924 at the offset 0x26a3.
  3413. grub-install : information : relocating an R_X86_64_64 entry to 0x3200 at the offset 0x26af.
  3414. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x26bb.
  3415. grub-install : information : relocating an R_X86_64_64 entry to 0x44f at the offset 0x26d9.
  3416. grub-install : information : relocating an R_X86_64_64 entry to 0x1282 at the offset 0x26e6.
  3417. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x26f4.
  3418. grub-install : information : relocating an R_X86_64_64 entry to 0x1d4c at the offset 0x2709.
  3419. grub-install : information : relocating an R_X86_64_64 entry to 0x1600 at the offset 0x2721.
  3420. grub-install : information : relocating an R_X86_64_64 entry to 0x2163 at the offset 0x2731.
  3421. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e8 at the offset 0x274c.
  3422. grub-install : information : relocating an R_X86_64_64 entry to 0x79d0 at the offset 0x2770.
  3423. grub-install : information : relocating an R_X86_64_64 entry to 0xb39 at the offset 0x278a.
  3424. grub-install : information : relocating an R_X86_64_64 entry to 0x3a21 at the offset 0x2797.
  3425. grub-install : information : relocating an R_X86_64_64 entry to 0x5ac at the offset 0x27c0.
  3426. grub-install : information : relocating an R_X86_64_64 entry to 0x69b at the offset 0x27ed.
  3427. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2850.
  3428. grub-install : information : relocating an R_X86_64_64 entry to 0x430 at the offset 0x2863.
  3429. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2897.
  3430. grub-install : information : relocating an R_X86_64_64 entry to 0x44f at the offset 0x28b9.
  3431. grub-install : information : relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x2908.
  3432. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x295d.
  3433. grub-install : information : relocating an R_X86_64_64 entry to 0x44f at the offset 0x297a.
  3434. grub-install : information : relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x29cc.
  3435. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x29f1.
  3436. grub-install : information : relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2a1d.
  3437. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x2a27.
  3438. grub-install : information : relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2a36.
  3439. grub-install : information : relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2a4c.
  3440. grub-install : information : relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2a60.
  3441. grub-install : information : relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2a76.
  3442. grub-install : information : relocating an R_X86_64_64 entry to 0xc760 at the offset 0x2a8b.
  3443. grub-install : information : relocating an R_X86_64_64 entry to 0xc75c at the offset 0x2aa3.
  3444. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2acd.
  3445. grub-install : information : relocating an R_X86_64_64 entry to 0x463 at the offset 0x2aef.
  3446. grub-install : information : relocating an R_X86_64_64 entry to 0x2deb at the offset 0x2b2b.
  3447. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2b4e.
  3448. grub-install : information : relocating an R_X86_64_64 entry to 0x794f at the offset 0x2b89.
  3449. grub-install : information : relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2b99.
  3450. grub-install : information : relocating an R_X86_64_64 entry to 0xc75c at the offset 0x2ba3.
  3451. grub-install : information : relocating an R_X86_64_64 entry to 0xc760 at the offset 0x2bad.
  3452. grub-install : information : relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2bb7.
  3453. grub-install : information : relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2bc4.
  3454. grub-install : information : relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2bde.
  3455. grub-install : information : relocating an R_X86_64_64 entry to 0xa176 at the offset 0x2bf1.
  3456. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x2c02.
  3457. grub-install : information : relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2c13.
  3458. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x2c20.
  3459. grub-install : information : relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2c2f.
  3460. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x2c3a.
  3461. grub-install : information : relocating an R_X86_64_64 entry to 0xc75c at the offset 0x2c4c.
  3462. grub-install : information : relocating an R_X86_64_64 entry to 0xc760 at the offset 0x2c56.
  3463. grub-install : information : relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2c60.
  3464. grub-install : information : relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2c6a.
  3465. grub-install : information : relocating an R_X86_64_64 entry to 0x2deb at the offset 0x2c74.
  3466. grub-install : information : relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2c84.
  3467. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x2c91.
  3468. grub-install : information : relocating an R_X86_64_64 entry to 0xa159 at the offset 0x2c9d.
  3469. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2cac.
  3470. grub-install : information : relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2cc1.
  3471. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x2cce.
  3472. grub-install : information : relocating an R_X86_64_64 entry to 0x430 at the offset 0x2cdb.
  3473. grub-install : information : relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2cf6.
  3474. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x2d06.
  3475. grub-install : information : relocating an R_X86_64_64 entry to 0xa195 at the offset 0x2d14.
  3476. grub-install : information : relocating an R_X86_64_64 entry to 0xa1b5 at the offset 0x2d25.
  3477. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x2d31.
  3478. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x2d42.
  3479. grub-install : information : relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2d57.
  3480. grub-install : information : relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2d6a.
  3481. grub-install : information : relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2d7a.
  3482. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x2d87.
  3483. grub-install : information : relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2d98.
  3484. grub-install : information : relocating an R_X86_64_64 entry to 0xc760 at the offset 0x2daa.
  3485. grub-install : information : relocating an R_X86_64_64 entry to 0xc75c at the offset 0x2dbc.
  3486. grub-install : information : relocating an R_X86_64_64 entry to 0x2ba1 at the offset 0x2dd9.
  3487. grub-install : information : relocating an R_X86_64_64 entry to 0x5d4 at the offset 0x2de3.
  3488. grub-install : information : relocating an R_X86_64_64 entry to 0x2d27 at the offset 0x2e13.
  3489. grub-install : information : relocating an R_X86_64_64 entry to 0xa1dd at the offset 0x2e2c.
  3490. grub-install : information : relocating an R_X86_64_64 entry to 0x2deb at the offset 0x2e59.
  3491. grub-install : information : relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x2e71.
  3492. grub-install : information : relocating an R_X86_64_64 entry to 0xa1f4 at the offset 0x2eca.
  3493. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x2ed6.
  3494. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x2f42.
  3495. grub-install : information : relocating an R_X86_64_64 entry to 0x3f63 at the offset 0x305c.
  3496. grub-install : information : relocating an R_X86_64_64 entry to 0xa20a at the offset 0x30b4.
  3497. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x30be.
  3498. grub-install : information : relocating an R_X86_64_64 entry to 0xa23f at the offset 0x30ca.
  3499. grub-install : information : relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x30e1.
  3500. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x30fc.
  3501. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x3117.
  3502. grub-install : information : relocating an R_X86_64_64 entry to 0x430 at the offset 0x31fc.
  3503. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x3270.
  3504. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x3281.
  3505. grub-install : information : relocating an R_X86_64_64 entry to 0x43e at the offset 0x329a.
  3506. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x32ab.
  3507. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x32d1.
  3508. grub-install : information : relocating an R_X86_64_64 entry to 0x44f at the offset 0x32f3.
  3509. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x3317.
  3510. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x3329.
  3511. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x3349.
  3512. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x335b.
  3513. grub-install : information : relocating an R_X86_64_64 entry to 0x430 at the offset 0x3369.
  3514. grub-install : information : relocating an R_X86_64_64 entry to 0x3747 at the offset 0x337d.
  3515. grub-install : information : relocating an R_X86_64_64 entry to 0x1ca1 at the offset 0x338b.
  3516. grub-install : information : relocating an R_X86_64_64 entry to 0x1ca1 at the offset 0x339f.
  3517. grub-install : information : relocating an R_X86_64_64 entry to 0x3747 at the offset 0x33b3.
  3518. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x33c8.
  3519. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x33d9.
  3520. grub-install : information : relocating an R_X86_64_64 entry to 0xb849 at the offset 0x3401.
  3521. grub-install : information : relocating an R_X86_64_64 entry to 0xb848 at the offset 0x340c.
  3522. grub-install : information : relocating an R_X86_64_64 entry to 0x430 at the offset 0x3420.
  3523. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x342e.
  3524. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x3442.
  3525. grub-install : information : relocating an R_X86_64_64 entry to 0x430 at the offset 0x3455.
  3526. grub-install : information : relocating an R_X86_64_64 entry to 0x9ae0 at the offset 0x34a8.
  3527. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x34c1.
  3528. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x34d0.
  3529. grub-install : information : relocating an R_X86_64_64 entry to 0x430 at the offset 0x34dc.
  3530. grub-install : information : relocating an R_X86_64_64 entry to 0x422 at the offset 0x3506.
  3531. grub-install : information : relocating an R_X86_64_64 entry to 0x1ca1 at the offset 0x352c.
  3532. grub-install : information : relocating an R_X86_64_64 entry to 0xa251 at the offset 0x353d.
  3533. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x354c.
  3534. grub-install : information : relocating an R_X86_64_64 entry to 0x18670 at the offset 0x3558.
  3535. grub-install : information : relocating an R_X86_64_64 entry to 0xb640 at the offset 0x3562.
  3536. grub-install : information : relocating an R_X86_64_64 entry to 0x18680 at the offset 0x356c.
  3537. grub-install : information : relocating an R_X86_64_64 entry to 0xb658 at the offset 0x357c.
  3538. grub-install : information : relocating an R_X86_64_64 entry to 0xb640 at the offset 0x358b.
  3539. grub-install : information : relocating an R_X86_64_64 entry to 0x18670 at the offset 0x3595.
  3540. grub-install : information : relocating an R_X86_64_64 entry to 0x71fe at the offset 0x359f.
  3541. grub-install : information : relocating an R_X86_64_64 entry to 0xb640 at the offset 0x35ad.
  3542. grub-install : information : relocating an R_X86_64_64 entry to 0x18678 at the offset 0x35bd.
  3543. grub-install : information : relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x35c7.
  3544. grub-install : information : relocating an R_X86_64_64 entry to 0x18668 at the offset 0x35d1.
  3545. grub-install : information : relocating an R_X86_64_64 entry to 0xb5b8 at the offset 0x35e1.
  3546. grub-install : information : relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x35f0.
  3547. grub-install : information : relocating an R_X86_64_64 entry to 0x18678 at the offset 0x35fa.
  3548. grub-install : information : relocating an R_X86_64_64 entry to 0x71fe at the offset 0x3605.
  3549. grub-install : information : relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x3611.
  3550. grub-install : information : relocating an R_X86_64_64 entry to 0x7218 at the offset 0x3624.
  3551. grub-install : information : relocating an R_X86_64_64 entry to 0xb640 at the offset 0x362e.
  3552. grub-install : information : relocating an R_X86_64_64 entry to 0xb640 at the offset 0x363a.
  3553. grub-install : information : relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x3646.
  3554. grub-install : information : relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x3655.
  3555. grub-install : information : relocating an R_X86_64_64 entry to 0xc780 at the offset 0x3672.
  3556. grub-install : information : relocating an R_X86_64_64 entry to 0xe4f0 at the offset 0x367f.
  3557. grub-install : information : relocating an R_X86_64_64 entry to 0xc780 at the offset 0x36e3.
  3558. grub-install : information : relocating an R_X86_64_64 entry to 0x7c16 at the offset 0x3729.
  3559. grub-install : information : relocating an R_X86_64_64 entry to 0xe4f0 at the offset 0x3742.
  3560. grub-install : information : relocating an R_X86_64_64 entry to 0x3a60 at the offset 0x374c.
  3561. grub-install : information : relocating an R_X86_64_64 entry to 0x4152 at the offset 0x3756.
  3562. grub-install : information : relocating an R_X86_64_64 entry to 0xa26e at the offset 0x3762.
  3563. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x376e.
  3564. grub-install : information : relocating an R_X86_64_64 entry to 0xa27b at the offset 0x3784.
  3565. grub-install : information : relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3790.
  3566. grub-install : information : relocating an R_X86_64_64 entry to 0xa290 at the offset 0x37d4.
  3567. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x37e0.
  3568. grub-install : information : relocating an R_X86_64_64 entry to 0xa2c3 at the offset 0x37ef.
  3569. grub-install : information : relocating an R_X86_64_64 entry to 0xa2a2 at the offset 0x3804.
  3570. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x3810.
  3571. grub-install : information : relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3825.
  3572. grub-install : information : relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3858.
  3573. grub-install : information : relocating an R_X86_64_64 entry to 0xa2db at the offset 0x38a8.
  3574. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x38b4.
  3575. grub-install : information : relocating an R_X86_64_64 entry to 0xa2ec at the offset 0x38cd.
  3576. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x38d9.
  3577. grub-install : information : relocating an R_X86_64_64 entry to 0x4dea at the offset 0x39ca.
  3578. grub-install : information : relocating an R_X86_64_64 entry to 0xa30d at the offset 0x39e0.
  3579. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x39f1.
  3580. grub-install : information : relocating an R_X86_64_64 entry to 0x3c1c at the offset 0x3a07.
  3581. grub-install : information : relocating an R_X86_64_64 entry to 0x3c1c at the offset 0x3a20.
  3582. grub-install : information : relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x3a3c.
  3583. grub-install : information : relocating an R_X86_64_64 entry to 0x3b78 at the offset 0x3a5c.
  3584. grub-install : information : relocating an R_X86_64_64 entry to 0xa2ec at the offset 0x3aae.
  3585. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x3aba.
  3586. grub-install : information : relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3b94.
  3587. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x3bfa.
  3588. grub-install : information : relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3c4a.
  3589. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x3ca0.
  3590. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x3cbc.
  3591. grub-install : information : relocating an R_X86_64_64 entry to 0x3b78 at the offset 0x3ccf.
  3592. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x3cf6.
  3593. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x3d18.
  3594. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x3d2b.
  3595. grub-install : information : relocating an R_X86_64_64 entry to 0xc788 at the offset 0x3d48.
  3596. grub-install : information : relocating an R_X86_64_64 entry to 0xc788 at the offset 0x3d57.
  3597. grub-install : information : relocating an R_X86_64_64 entry to 0x4146 at the offset 0x3d68.
  3598. grub-install : information : relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x3d9f.
  3599. grub-install : information : relocating an R_X86_64_64 entry to 0xa31b at the offset 0x3dc5.
  3600. grub-install : information : relocating an R_X86_64_64 entry to 0xe500 at the offset 0x3dd8.
  3601. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x3ded.
  3602. grub-install : information : relocating an R_X86_64_64 entry to 0x7218 at the offset 0x3e94.
  3603. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x3ea3.
  3604. grub-install : information : relocating an R_X86_64_64 entry to 0xa31c at the offset 0x3eb4.
  3605. grub-install : information : relocating an R_X86_64_64 entry to 0xa31e at the offset 0x3ebe.
  3606. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x3ecb.
  3607. grub-install : information : relocating an R_X86_64_64 entry to 0xa31f at the offset 0x3ed5.
  3608. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x3eef.
  3609. grub-install : information : relocating an R_X86_64_64 entry to 0xa325 at the offset 0x3ef9.
  3610. grub-install : information : relocating an R_X86_64_64 entry to 0x42e9 at the offset 0x3f19.
  3611. grub-install : information : relocating an R_X86_64_64 entry to 0x4978 at the offset 0x3f23.
  3612. grub-install : information : relocating an R_X86_64_64 entry to 0xa333 at the offset 0x3f2f.
  3613. grub-install : information : relocating an R_X86_64_64 entry to 0xb840 at the offset 0x3f39.
  3614. grub-install : information : relocating an R_X86_64_64 entry to 0x983f at the offset 0x3f45.
  3615. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x3f56.
  3616. grub-install : information : relocating an R_X86_64_64 entry to 0x695c at the offset 0x3f66.
  3617. grub-install : information : relocating an R_X86_64_64 entry to 0x4763 at the offset 0x3f83.
  3618. grub-install : information : relocating an R_X86_64_64 entry to 0x6fba at the offset 0x3f9e.
  3619. grub-install : information : relocating an R_X86_64_64 entry to 0x79bb at the offset 0x3fb5.
  3620. grub-install : information : relocating an R_X86_64_64 entry to 0xa335 at the offset 0x3fd7.
  3621. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x3fe8.
  3622. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4000.
  3623. grub-install : information : relocating an R_X86_64_64 entry to 0xa32b at the offset 0x4013.
  3624. grub-install : information : relocating an R_X86_64_64 entry to 0xa346 at the offset 0x4027.
  3625. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x4033.
  3626. grub-install : information : relocating an R_X86_64_64 entry to 0x42ae at the offset 0x4048.
  3627. grub-install : information : relocating an R_X86_64_64 entry to 0xb840 at the offset 0x405a.
  3628. grub-install : information : relocating an R_X86_64_64 entry to 0xa333 at the offset 0x4064.
  3629. grub-install : information : relocating an R_X86_64_64 entry to 0x983f at the offset 0x4070.
  3630. grub-install : information : relocating an R_X86_64_64 entry to 0x4846 at the offset 0x407f.
  3631. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x408e.
  3632. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x409a.
  3633. grub-install : information : relocating an R_X86_64_64 entry to 0xa35f at the offset 0x40b0.
  3634. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x40c1.
  3635. grub-install : information : relocating an R_X86_64_64 entry to 0x6187 at the offset 0x40e1.
  3636. grub-install : information : relocating an R_X86_64_64 entry to 0x6285 at the offset 0x40ed.
  3637. grub-install : information : relocating an R_X86_64_64 entry to 0x573b at the offset 0x4101.
  3638. grub-install : information : relocating an R_X86_64_64 entry to 0x6607 at the offset 0x4118.
  3639. grub-install : information : relocating an R_X86_64_64 entry to 0x6555 at the offset 0x4122.
  3640. grub-install : information : relocating an R_X86_64_64 entry to 0xa375 at the offset 0x4145.
  3641. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x4151.
  3642. grub-install : information : relocating an R_X86_64_64 entry to 0x79bb at the offset 0x416b.
  3643. grub-install : information : relocating an R_X86_64_64 entry to 0xa37c at the offset 0x4185.
  3644. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4196.
  3645. grub-install : information : relocating an R_X86_64_64 entry to 0x6425 at the offset 0x41ac.
  3646. grub-install : information : relocating an R_X86_64_64 entry to 0xa35f at the offset 0x41c5.
  3647. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x41d6.
  3648. grub-install : information : relocating an R_X86_64_64 entry to 0x6583 at the offset 0x41e3.
  3649. grub-install : information : relocating an R_X86_64_64 entry to 0xa38e at the offset 0x41fa.
  3650. grub-install : information : relocating an R_X86_64_64 entry to 0xa3ab at the offset 0x4204.
  3651. grub-install : information : relocating an R_X86_64_64 entry to 0x450f at the offset 0x420e.
  3652. grub-install : information : relocating an R_X86_64_64 entry to 0xa3ba at the offset 0x4218.
  3653. grub-install : information : relocating an R_X86_64_64 entry to 0x4184 at the offset 0x4222.
  3654. grub-install : information : relocating an R_X86_64_64 entry to 0xa3be at the offset 0x423d.
  3655. grub-install : information : relocating an R_X86_64_64 entry to 0xa3de at the offset 0x4247.
  3656. grub-install : information : relocating an R_X86_64_64 entry to 0x45bf at the offset 0x4251.
  3657. grub-install : information : relocating an R_X86_64_64 entry to 0xa3e5 at the offset 0x425b.
  3658. grub-install : information : relocating an R_X86_64_64 entry to 0xa3eb at the offset 0x426a.
  3659. grub-install : information : relocating an R_X86_64_64 entry to 0xa402 at the offset 0x4274.
  3660. grub-install : information : relocating an R_X86_64_64 entry to 0x4309 at the offset 0x427e.
  3661. grub-install : information : relocating an R_X86_64_64 entry to 0xa408 at the offset 0x4288.
  3662. grub-install : information : relocating an R_X86_64_64 entry to 0xa40b at the offset 0x429a.
  3663. grub-install : information : relocating an R_X86_64_64 entry to 0xa41c at the offset 0x42a5.
  3664. grub-install : information : relocating an R_X86_64_64 entry to 0x44aa at the offset 0x42af.
  3665. grub-install : information : relocating an R_X86_64_64 entry to 0xa423 at the offset 0x42b9.
  3666. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x42c7.
  3667. grub-install : information : relocating an R_X86_64_64 entry to 0x90e7 at the offset 0x42f7.
  3668. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4301.
  3669. grub-install : information : relocating an R_X86_64_64 entry to 0xa42a at the offset 0x431b.
  3670. grub-install : information : relocating an R_X86_64_64 entry to 0x8982 at the offset 0x4327.
  3671. grub-install : information : relocating an R_X86_64_64 entry to 0xa430 at the offset 0x4370.
  3672. grub-install : information : relocating an R_X86_64_64 entry to 0x6555 at the offset 0x437a.
  3673. grub-install : information : relocating an R_X86_64_64 entry to 0xa430 at the offset 0x4393.
  3674. grub-install : information : relocating an R_X86_64_64 entry to 0xa435 at the offset 0x439d.
  3675. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x43ae.
  3676. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x43c3.
  3677. grub-install : information : relocating an R_X86_64_64 entry to 0x4f1e at the offset 0x43e2.
  3678. grub-install : information : relocating an R_X86_64_64 entry to 0xc790 at the offset 0x43f9.
  3679. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4408.
  3680. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4433.
  3681. grub-install : information : relocating an R_X86_64_64 entry to 0x4e7a at the offset 0x4456.
  3682. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4466.
  3683. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4484.
  3684. grub-install : information : relocating an R_X86_64_64 entry to 0x4763 at the offset 0x44b9.
  3685. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x44cd.
  3686. grub-install : information : relocating an R_X86_64_64 entry to 0x4846 at the offset 0x44e5.
  3687. grub-install : information : relocating an R_X86_64_64 entry to 0x46c3 at the offset 0x44f7.
  3688. grub-install : information : relocating an R_X86_64_64 entry to 0x907a at the offset 0x4509.
  3689. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4521.
  3690. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x452b.
  3691. grub-install : information : relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4595.
  3692. grub-install : information : relocating an R_X86_64_64 entry to 0x4890 at the offset 0x45bd.
  3693. grub-install : information : relocating an R_X86_64_64 entry to 0xe540 at the offset 0x4617.
  3694. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4631.
  3695. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x465c.
  3696. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4670.
  3697. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x4687.
  3698. grub-install : information : relocating an R_X86_64_64 entry to 0xe540 at the offset 0x46d3.
  3699. grub-install : information : relocating an R_X86_64_64 entry to 0xe540 at the offset 0x4729.
  3700. grub-install : information : relocating an R_X86_64_64 entry to 0x4afd at the offset 0x4788.
  3701. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x47a5.
  3702. grub-install : information : relocating an R_X86_64_64 entry to 0x4aa7 at the offset 0x47bf.
  3703. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x47d0.
  3704. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x47fb.
  3705. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x484e.
  3706. grub-install : information : relocating an R_X86_64_64 entry to 0x49e2 at the offset 0x486b.
  3707. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4885.
  3708. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4896.
  3709. grub-install : information : relocating an R_X86_64_64 entry to 0x67b4 at the offset 0x4935.
  3710. grub-install : information : relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4941.
  3711. grub-install : information : relocating an R_X86_64_64 entry to 0xa44d at the offset 0x494e.
  3712. grub-install : information : relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4958.
  3713. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4969.
  3714. grub-install : information : relocating an R_X86_64_64 entry to 0x684b at the offset 0x4976.
  3715. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4987.
  3716. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x49a4.
  3717. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x49ee.
  3718. grub-install : information : relocating an R_X86_64_64 entry to 0x184c8 at the offset 0x49f9.
  3719. grub-install : information : relocating an R_X86_64_64 entry to 0xe540 at the offset 0x4a04.
  3720. grub-install : information : relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4a36.
  3721. grub-install : information : relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4a4b.
  3722. grub-install : information : relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4a55.
  3723. grub-install : information : relocating an R_X86_64_64 entry to 0xa46e at the offset 0x4a88.
  3724. grub-install : information : relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4a92.
  3725. grub-install : information : relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4aa1.
  3726. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4aab.
  3727. grub-install : information : relocating an R_X86_64_64 entry to 0x4146 at the offset 0x4acf.
  3728. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4ad9.
  3729. grub-install : information : relocating an R_X86_64_64 entry to 0xc798 at the offset 0x4ae5.
  3730. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4af3.
  3731. grub-install : information : relocating an R_X86_64_64 entry to 0xa47d at the offset 0x4b2f.
  3732. grub-install : information : relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4b39.
  3733. grub-install : information : relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4b4f.
  3734. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4b59.
  3735. grub-install : information : relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x4b6d.
  3736. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x4bc2.
  3737. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x4bea.
  3738. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x4bfe.
  3739. grub-install : information : relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4c19.
  3740. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4c26.
  3741. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4c56.
  3742. grub-install : information : relocating an R_X86_64_64 entry to 0xa48e at the offset 0x4c80.
  3743. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4c93.
  3744. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4cac.
  3745. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4cb8.
  3746. grub-install : information : relocating an R_X86_64_64 entry to 0x67b4 at the offset 0x4cce.
  3747. grub-install : information : relocating an R_X86_64_64 entry to 0xa4ce at the offset 0x4cdf.
  3748. grub-install : information : relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4ce9.
  3749. grub-install : information : relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4cf8.
  3750. grub-install : information : relocating an R_X86_64_64 entry to 0x684b at the offset 0x4d07.
  3751. grub-install : information : relocating an R_X86_64_64 entry to 0x4e7a at the offset 0x4d16.
  3752. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x4d2a.
  3753. grub-install : information : relocating an R_X86_64_64 entry to 0xa4e4 at the offset 0x4d47.
  3754. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4d58.
  3755. grub-install : information : relocating an R_X86_64_64 entry to 0x8ee5 at the offset 0x4d79.
  3756. grub-install : information : relocating an R_X86_64_64 entry to 0xa4bc at the offset 0x4d8e.
  3757. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4d9d.
  3758. grub-install : information : relocating an R_X86_64_64 entry to 0x4146 at the offset 0x4dae.
  3759. grub-install : information : relocating an R_X86_64_64 entry to 0xc798 at the offset 0x4dba.
  3760. grub-install : information : relocating an R_X86_64_64 entry to 0x4dea at the offset 0x4dd8.
  3761. grub-install : information : relocating an R_X86_64_64 entry to 0xc798 at the offset 0x4de9.
  3762. grub-install : information : relocating an R_X86_64_64 entry to 0xa4f8 at the offset 0x4e56.
  3763. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4e67.
  3764. grub-install : information : relocating an R_X86_64_64 entry to 0xa526 at the offset 0x4eb2.
  3765. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4ec3.
  3766. grub-install : information : relocating an R_X86_64_64 entry to 0x67b4 at the offset 0x4ed3.
  3767. grub-install : information : relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x4ee1.
  3768. grub-install : information : relocating an R_X86_64_64 entry to 0xa554 at the offset 0x4eee.
  3769. grub-install : information : relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4ef8.
  3770. grub-install : information : relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4f07.
  3771. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4f11.
  3772. grub-install : information : relocating an R_X86_64_64 entry to 0x684b at the offset 0x4f1e.
  3773. grub-install : information : relocating an R_X86_64_64 entry to 0x4b59 at the offset 0x4f59.
  3774. grub-install : information : relocating an R_X86_64_64 entry to 0x4afd at the offset 0x4fc0.
  3775. grub-install : information : relocating an R_X86_64_64 entry to 0x49e2 at the offset 0x5014.
  3776. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x50bb.
  3777. grub-install : information : relocating an R_X86_64_64 entry to 0x4aa7 at the offset 0x50d9.
  3778. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x5122.
  3779. grub-install : information : relocating an R_X86_64_64 entry to 0x4b59 at the offset 0x513c.
  3780. grub-install : information : relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5192.
  3781. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x51a4.
  3782. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x51d6.
  3783. grub-install : information : relocating an R_X86_64_64 entry to 0x558e at the offset 0x5244.
  3784. grub-install : information : relocating an R_X86_64_64 entry to 0xa57c at the offset 0x525e.
  3785. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5270.
  3786. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x5282.
  3787. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x52b5.
  3788. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x52cd.
  3789. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x52d8.
  3790. grub-install : information : relocating an R_X86_64_64 entry to 0xc7c0 at the offset 0x531b.
  3791. grub-install : information : relocating an R_X86_64_64 entry to 0x573b at the offset 0x5345.
  3792. grub-install : information : relocating an R_X86_64_64 entry to 0x5777 at the offset 0x5381.
  3793. grub-install : information : relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x53db.
  3794. grub-install : information : relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x53e5.
  3795. grub-install : information : relocating an R_X86_64_64 entry to 0xc7c0 at the offset 0x540f.
  3796. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x541d.
  3797. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x5470.
  3798. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x547d.
  3799. grub-install : information : relocating an R_X86_64_64 entry to 0x57b3 at the offset 0x5491.
  3800. grub-install : information : relocating an R_X86_64_64 entry to 0xa593 at the offset 0x54f3.
  3801. grub-install : information : relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x54fd.
  3802. grub-install : information : relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5507.
  3803. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0x5511.
  3804. grub-install : information : relocating an R_X86_64_64 entry to 0xa5bf at the offset 0x5522.
  3805. grub-install : information : relocating an R_X86_64_64 entry to 0xa5e0 at the offset 0x5550.
  3806. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5561.
  3807. grub-install : information : relocating an R_X86_64_64 entry to 0x735 at the offset 0x5572.
  3808. grub-install : information : relocating an R_X86_64_64 entry to 0xa603 at the offset 0x558b.
  3809. grub-install : information : relocating an R_X86_64_64 entry to 0xa62a at the offset 0x55b2.
  3810. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x55c3.
  3811. grub-install : information : relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x55d9.
  3812. grub-install : information : relocating an R_X86_64_64 entry to 0xa644 at the offset 0x55fb.
  3813. grub-install : information : relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5607.
  3814. grub-install : information : relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5616.
  3815. grub-install : information : relocating an R_X86_64_64 entry to 0x55d0 at the offset 0x5620.
  3816. grub-install : information : relocating an R_X86_64_64 entry to 0xa656 at the offset 0x562d.
  3817. grub-install : information : relocating an R_X86_64_64 entry to 0xa666 at the offset 0x5647.
  3818. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5656.
  3819. grub-install : information : relocating an R_X86_64_64 entry to 0xa67b at the offset 0x5672.
  3820. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x567c.
  3821. grub-install : information : relocating an R_X86_64_64 entry to 0xa689 at the offset 0x5694.
  3822. grub-install : information : relocating an R_X86_64_64 entry to 0xa698 at the offset 0x56ac.
  3823. grub-install : information : relocating an R_X86_64_64 entry to 0xa70a at the offset 0x56bd.
  3824. grub-install : information : relocating an R_X86_64_64 entry to 0xa6a7 at the offset 0x56d2.
  3825. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x56e3.
  3826. grub-install : information : relocating an R_X86_64_64 entry to 0x57b3 at the offset 0x56fe.
  3827. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x5718.
  3828. grub-install : information : relocating an R_X86_64_64 entry to 0xa6bc at the offset 0x572d.
  3829. grub-install : information : relocating an R_X86_64_64 entry to 0x6285 at the offset 0x574d.
  3830. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x5764.
  3831. grub-install : information : relocating an R_X86_64_64 entry to 0x573b at the offset 0x578b.
  3832. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x579c.
  3833. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x57bf.
  3834. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x57d8.
  3835. grub-install : information : relocating an R_X86_64_64 entry to 0x3c1c at the offset 0x5830.
  3836. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x589d.
  3837. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x58ee.
  3838. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x5905.
  3839. grub-install : information : relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x5928.
  3840. grub-install : information : relocating an R_X86_64_64 entry to 0xa6c5 at the offset 0x5962.
  3841. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5973.
  3842. grub-install : information : relocating an R_X86_64_64 entry to 0x9b40 at the offset 0x5a00.
  3843. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x5a3d.
  3844. grub-install : information : relocating an R_X86_64_64 entry to 0xc7c0 at the offset 0x5a50.
  3845. grub-install : information : relocating an R_X86_64_64 entry to 0x567e at the offset 0x5ad4.
  3846. grub-install : information : relocating an R_X86_64_64 entry to 0x567e at the offset 0x5b21.
  3847. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x5b30.
  3848. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x5b3f.
  3849. grub-install : information : relocating an R_X86_64_64 entry to 0xa6d5 at the offset 0x5b49.
  3850. grub-install : information : relocating an R_X86_64_64 entry to 0xa6e3 at the offset 0x5b73.
  3851. grub-install : information : relocating an R_X86_64_64 entry to 0xa6f1 at the offset 0x5bc1.
  3852. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5bd2.
  3853. grub-install : information : relocating an R_X86_64_64 entry to 0xa713 at the offset 0x5c0a.
  3854. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5c1b.
  3855. grub-install : information : relocating an R_X86_64_64 entry to 0x764 at the offset 0x5c39.
  3856. grub-install : information : relocating an R_X86_64_64 entry to 0xa729 at the offset 0x5ca0.
  3857. grub-install : information : relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5caa.
  3858. grub-install : information : relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5cb9.
  3859. grub-install : information : relocating an R_X86_64_64 entry to 0xa745 at the offset 0x5ccc.
  3860. grub-install : information : relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5cd6.
  3861. grub-install : information : relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5ce5.
  3862. grub-install : information : relocating an R_X86_64_64 entry to 0xa756 at the offset 0x5cf8.
  3863. grub-install : information : relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5d02.
  3864. grub-install : information : relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5d11.
  3865. grub-install : information : relocating an R_X86_64_64 entry to 0x5641 at the offset 0x5d21.
  3866. grub-install : information : relocating an R_X86_64_64 entry to 0x58d0 at the offset 0x5d48.
  3867. grub-install : information : relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5d6c.
  3868. grub-install : information : relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5d7d.
  3869. grub-install : information : relocating an R_X86_64_64 entry to 0x1ff5 at the offset 0x5d8d.
  3870. grub-install : information : relocating an R_X86_64_64 entry to 0xa769 at the offset 0x5db2.
  3871. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5dc3.
  3872. grub-install : information : relocating an R_X86_64_64 entry to 0x6ad9 at the offset 0x5dd1.
  3873. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x5def.
  3874. grub-install : information : relocating an R_X86_64_64 entry to 0x6a8e at the offset 0x5df9.
  3875. grub-install : information : relocating an R_X86_64_64 entry to 0x69ee at the offset 0x5e23.
  3876. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x5e2d.
  3877. grub-install : information : relocating an R_X86_64_64 entry to 0x6145 at the offset 0x5e58.
  3878. grub-install : information : relocating an R_X86_64_64 entry to 0xa794 at the offset 0x5e8e.
  3879. grub-install : information : relocating an R_X86_64_64 entry to 0x6555 at the offset 0x5e98.
  3880. grub-install : information : relocating an R_X86_64_64 entry to 0x558e at the offset 0x5eaa.
  3881. grub-install : information : relocating an R_X86_64_64 entry to 0xa794 at the offset 0x5ec7.
  3882. grub-install : information : relocating an R_X86_64_64 entry to 0xa79b at the offset 0x5ed1.
  3883. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5ee2.
  3884. grub-install : information : relocating an R_X86_64_64 entry to 0xa7b3 at the offset 0x5efb.
  3885. grub-install : information : relocating an R_X86_64_64 entry to 0x8982 at the offset 0x5f05.
  3886. grub-install : information : relocating an R_X86_64_64 entry to 0x6187 at the offset 0x5f20.
  3887. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x5f32.
  3888. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x5f49.
  3889. grub-install : information : relocating an R_X86_64_64 entry to 0xa7c8 at the offset 0x5f59.
  3890. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5f6a.
  3891. grub-install : information : relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5f80.
  3892. grub-install : information : relocating an R_X86_64_64 entry to 0x57b3 at the offset 0x5f8e.
  3893. grub-install : information : relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5fa6.
  3894. grub-install : information : relocating an R_X86_64_64 entry to 0xb680 at the offset 0x5fe3.
  3895. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x5fef.
  3896. grub-install : information : relocating an R_X86_64_64 entry to 0x63bd at the offset 0x6029.
  3897. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x605f.
  3898. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x6082.
  3899. grub-install : information : relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x6098.
  3900. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x60b3.
  3901. grub-install : information : relocating an R_X86_64_64 entry to 0xb680 at the offset 0x60da.
  3902. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x6132.
  3903. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6148.
  3904. grub-install : information : relocating an R_X86_64_64 entry to 0x63bd at the offset 0x6157.
  3905. grub-install : information : relocating an R_X86_64_64 entry to 0x63bd at the offset 0x618b.
  3906. grub-install : information : relocating an R_X86_64_64 entry to 0xa7d9 at the offset 0x61b1.
  3907. grub-install : information : relocating an R_X86_64_64 entry to 0x6425 at the offset 0x61bb.
  3908. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x61e5.
  3909. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x620d.
  3910. grub-install : information : relocating an R_X86_64_64 entry to 0xb680 at the offset 0x6228.
  3911. grub-install : information : relocating an R_X86_64_64 entry to 0x63bd at the offset 0x62a0.
  3912. grub-install : information : relocating an R_X86_64_64 entry to 0xa7d9 at the offset 0x62b5.
  3913. grub-install : information : relocating an R_X86_64_64 entry to 0x6425 at the offset 0x62c2.
  3914. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x62d1.
  3915. grub-install : information : relocating an R_X86_64_64 entry to 0x63bd at the offset 0x62f6.
  3916. grub-install : information : relocating an R_X86_64_64 entry to 0xa7d9 at the offset 0x630b.
  3917. grub-install : information : relocating an R_X86_64_64 entry to 0x6425 at the offset 0x6318.
  3918. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6345.
  3919. grub-install : information : relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x637f.
  3920. grub-install : information : relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x6398.
  3921. grub-install : information : relocating an R_X86_64_64 entry to 0x887c at the offset 0x63a2.
  3922. grub-install : information : relocating an R_X86_64_64 entry to 0xd844 at the offset 0x63b5.
  3923. grub-install : information : relocating an R_X86_64_64 entry to 0xd860 at the offset 0x63c6.
  3924. grub-install : information : relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x63dd.
  3925. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x63e9.
  3926. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x63fa.
  3927. grub-install : information : relocating an R_X86_64_64 entry to 0xd844 at the offset 0x6405.
  3928. grub-install : information : relocating an R_X86_64_64 entry to 0xd844 at the offset 0x6410.
  3929. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x641a.
  3930. grub-install : information : relocating an R_X86_64_64 entry to 0xd840 at the offset 0x642c.
  3931. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x643c.
  3932. grub-install : information : relocating an R_X86_64_64 entry to 0xd844 at the offset 0x644c.
  3933. grub-install : information : relocating an R_X86_64_64 entry to 0xd860 at the offset 0x645d.
  3934. grub-install : information : relocating an R_X86_64_64 entry to 0xd844 at the offset 0x6466.
  3935. grub-install : information : relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x647e.
  3936. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6490.
  3937. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x649a.
  3938. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x64ad.
  3939. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x64c1.
  3940. grub-install : information : relocating an R_X86_64_64 entry to 0xa7da at the offset 0x64d0.
  3941. grub-install : information : relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x64da.
  3942. grub-install : information : relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x64e6.
  3943. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x64f3.
  3944. grub-install : information : relocating an R_X86_64_64 entry to 0x185e4 at the offset 0x6500.
  3945. grub-install : information : relocating an R_X86_64_64 entry to 0x185e4 at the offset 0x650b.
  3946. grub-install : information : relocating an R_X86_64_64 entry to 0x684b at the offset 0x6515.
  3947. grub-install : information : relocating an R_X86_64_64 entry to 0xd840 at the offset 0x6525.
  3948. grub-install : information : relocating an R_X86_64_64 entry to 0xa7e6 at the offset 0x6534.
  3949. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x6540.
  3950. grub-install : information : relocating an R_X86_64_64 entry to 0xd840 at the offset 0x654c.
  3951. grub-install : information : relocating an R_X86_64_64 entry to 0x79bb at the offset 0x6575.
  3952. grub-install : information : relocating an R_X86_64_64 entry to 0xa80e at the offset 0x658b.
  3953. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x659a.
  3954. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x65b1.
  3955. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x65d0.
  3956. grub-install : information : relocating an R_X86_64_64 entry to 0xa822 at the offset 0x6606.
  3957. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6612.
  3958. grub-install : information : relocating an R_X86_64_64 entry to 0x18600 at the offset 0x6651.
  3959. grub-install : information : relocating an R_X86_64_64 entry to 0x4846 at the offset 0x66ae.
  3960. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x66bd.
  3961. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x66cd.
  3962. grub-install : information : relocating an R_X86_64_64 entry to 0x695c at the offset 0x66dd.
  3963. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x66f0.
  3964. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x66ff.
  3965. grub-install : information : relocating an R_X86_64_64 entry to 0x79bb at the offset 0x6725.
  3966. grub-install : information : relocating an R_X86_64_64 entry to 0x4763 at the offset 0x673d.
  3967. grub-install : information : relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x6760.
  3968. grub-install : information : relocating an R_X86_64_64 entry to 0xb6a0 at the offset 0x678a.
  3969. grub-install : information : relocating an R_X86_64_64 entry to 0x6fba at the offset 0x679d.
  3970. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x67ce.
  3971. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x67e0.
  3972. grub-install : information : relocating an R_X86_64_64 entry to 0x18640 at the offset 0x67f2.
  3973. grub-install : information : relocating an R_X86_64_64 entry to 0x6a8e at the offset 0x6829.
  3974. grub-install : information : relocating an R_X86_64_64 entry to 0x18620 at the offset 0x683a.
  3975. grub-install : information : relocating an R_X86_64_64 entry to 0x18640 at the offset 0x6844.
  3976. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x684e.
  3977. grub-install : information : relocating an R_X86_64_64 entry to 0x4846 at the offset 0x6862.
  3978. grub-install : information : relocating an R_X86_64_64 entry to 0x18620 at the offset 0x6879.
  3979. grub-install : information : relocating an R_X86_64_64 entry to 0x18640 at the offset 0x6883.
  3980. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x688d.
  3981. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x68b0.
  3982. grub-install : information : relocating an R_X86_64_64 entry to 0xa847 at the offset 0x68ba.
  3983. grub-install : information : relocating an R_X86_64_64 entry to 0x5208 at the offset 0x68e7.
  3984. grub-install : information : relocating an R_X86_64_64 entry to 0x79bb at the offset 0x69de.
  3985. grub-install : information : relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x6a41.
  3986. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6a8e.
  3987. grub-install : information : relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x6aa4.
  3988. grub-install : information : relocating an R_X86_64_64 entry to 0xa86b at the offset 0x6abc.
  3989. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6acd.
  3990. grub-install : information : relocating an R_X86_64_64 entry to 0x80f4 at the offset 0x6afb.
  3991. grub-install : information : relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x6b2e.
  3992. grub-install : information : relocating an R_X86_64_64 entry to 0xa882 at the offset 0x6b5a.
  3993. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6b6b.
  3994. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x6b95.
  3995. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6ba3.
  3996. grub-install : information : relocating an R_X86_64_64 entry to 0xe290 at the offset 0x6bcd.
  3997. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0x6bda.
  3998. grub-install : information : relocating an R_X86_64_64 entry to 0xa89b at the offset 0x6bf3.
  3999. grub-install : information : relocating an R_X86_64_64 entry to 0xa8ac at the offset 0x6bfd.
  4000. grub-install : information : relocating an R_X86_64_64 entry to 0xa8af at the offset 0x6c0c.
  4001. grub-install : information : relocating an R_X86_64_64 entry to 0x6cdb at the offset 0x6c1b.
  4002. grub-install : information : relocating an R_X86_64_64 entry to 0xa8b9 at the offset 0x6c25.
  4003. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6c35.
  4004. grub-install : information : relocating an R_X86_64_64 entry to 0x67b4 at the offset 0x6c48.
  4005. grub-install : information : relocating an R_X86_64_64 entry to 0xa8bb at the offset 0x6c5a.
  4006. grub-install : information : relocating an R_X86_64_64 entry to 0xa8ac at the offset 0x6c64.
  4007. grub-install : information : relocating an R_X86_64_64 entry to 0xa8af at the offset 0x6c73.
  4008. grub-install : information : relocating an R_X86_64_64 entry to 0x684b at the offset 0x6c80.
  4009. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6c8b.
  4010. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6ca1.
  4011. grub-install : information : relocating an R_X86_64_64 entry to 0xe288 at the offset 0x6cb9.
  4012. grub-install : information : relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6ccd.
  4013. grub-install : information : relocating an R_X86_64_64 entry to 0xe288 at the offset 0x6ce6.
  4014. grub-install : information : relocating an R_X86_64_64 entry to 0xe290 at the offset 0x6cf6.
  4015. grub-install : information : relocating an R_X86_64_64 entry to 0x6cdb at the offset 0x6d05.
  4016. grub-install : information : relocating an R_X86_64_64 entry to 0xa8b9 at the offset 0x6d0f.
  4017. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6d1e.
  4018. grub-install : information : relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d2b.
  4019. grub-install : information : relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d36.
  4020. grub-install : information : relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d49.
  4021. grub-install : information : relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d54.
  4022. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6d60.
  4023. grub-install : information : relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d74.
  4024. grub-install : information : relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d7f.
  4025. grub-install : information : relocating an R_X86_64_64 entry to 0xa8d1 at the offset 0x6d9d.
  4026. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6dae.
  4027. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x6dca.
  4028. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x6e50.
  4029. grub-install : information : relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0x6e70.
  4030. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x6e80.
  4031. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6e8d.
  4032. grub-install : information : relocating an R_X86_64_64 entry to 0x51a at the offset 0x6ead.
  4033. grub-install : information : relocating an R_X86_64_64 entry to 0x18678 at the offset 0x6ec1.
  4034. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6ee8.
  4035. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x6f39.
  4036. grub-install : information : relocating an R_X86_64_64 entry to 0xe2a0 at the offset 0x6f48.
  4037. grub-install : information : relocating an R_X86_64_64 entry to 0x68be at the offset 0x6f54.
  4038. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x6f6c.
  4039. grub-install : information : relocating an R_X86_64_64 entry to 0xe2a0 at the offset 0x6f7f.
  4040. grub-install : information : relocating an R_X86_64_64 entry to 0x9886 at the offset 0x6f91.
  4041. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6f9d.
  4042. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6fac.
  4043. grub-install : information : relocating an R_X86_64_64 entry to 0x6145 at the offset 0x6fea.
  4044. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6ff9.
  4045. grub-install : information : relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x7023.
  4046. grub-install : information : relocating an R_X86_64_64 entry to 0xa8ef at the offset 0x702d.
  4047. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x7037.
  4048. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x7043.
  4049. grub-install : information : relocating an R_X86_64_64 entry to 0x68be at the offset 0x7052.
  4050. grub-install : information : relocating an R_X86_64_64 entry to 0x7247 at the offset 0x70ad.
  4051. grub-install : information : relocating an R_X86_64_64 entry to 0xa8f2 at the offset 0x70b7.
  4052. grub-install : information : relocating an R_X86_64_64 entry to 0x6692 at the offset 0x70c1.
  4053. grub-install : information : relocating an R_X86_64_64 entry to 0x2af0 at the offset 0x70d5.
  4054. grub-install : information : relocating an R_X86_64_64 entry to 0xa8ee at the offset 0x70ef.
  4055. grub-install : information : relocating an R_X86_64_64 entry to 0xa8f7 at the offset 0x70f9.
  4056. grub-install : information : relocating an R_X86_64_64 entry to 0x8982 at the offset 0x7103.
  4057. grub-install : information : relocating an R_X86_64_64 entry to 0xa8fe at the offset 0x7123.
  4058. grub-install : information : relocating an R_X86_64_64 entry to 0x6425 at the offset 0x712d.
  4059. grub-install : information : relocating an R_X86_64_64 entry to 0xa8fe at the offset 0x7139.
  4060. grub-install : information : relocating an R_X86_64_64 entry to 0x66f2 at the offset 0x7143.
  4061. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x7152.
  4062. grub-install : information : relocating an R_X86_64_64 entry to 0x79d0 at the offset 0x7176.
  4063. grub-install : information : relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0x7196.
  4064. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x71be.
  4065. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x721c.
  4066. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x7237.
  4067. grub-install : information : relocating an R_X86_64_64 entry to 0xa906 at the offset 0x7276.
  4068. grub-install : information : relocating an R_X86_64_64 entry to 0x794f at the offset 0x7280.
  4069. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x72a1.
  4070. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x72b0.
  4071. grub-install : information : relocating an R_X86_64_64 entry to 0xa8ee at the offset 0x72bf.
  4072. grub-install : information : relocating an R_X86_64_64 entry to 0xa8f7 at the offset 0x72d0.
  4073. grub-install : information : relocating an R_X86_64_64 entry to 0x8982 at the offset 0x72dc.
  4074. grub-install : information : relocating an R_X86_64_64 entry to 0x6425 at the offset 0x72e6.
  4075. grub-install : information : relocating an R_X86_64_64 entry to 0xa911 at the offset 0x72fa.
  4076. grub-install : information : relocating an R_X86_64_64 entry to 0xa8f2 at the offset 0x7313.
  4077. grub-install : information : relocating an R_X86_64_64 entry to 0x68be at the offset 0x7323.
  4078. grub-install : information : relocating an R_X86_64_64 entry to 0x66f2 at the offset 0x7333.
  4079. grub-install : information : relocating an R_X86_64_64 entry to 0xa8f2 at the offset 0x7342.
  4080. grub-install : information : relocating an R_X86_64_64 entry to 0xa911 at the offset 0x734e.
  4081. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x735a.
  4082. grub-install : information : relocating an R_X86_64_64 entry to 0x45f4 at the offset 0x7371.
  4083. grub-install : information : relocating an R_X86_64_64 entry to 0xe2a0 at the offset 0x737d.
  4084. grub-install : information : relocating an R_X86_64_64 entry to 0x8e77 at the offset 0x738f.
  4085. grub-install : information : relocating an R_X86_64_64 entry to 0xa918 at the offset 0x739b.
  4086. grub-install : information : relocating an R_X86_64_64 entry to 0x6285 at the offset 0x73a5.
  4087. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x73b3.
  4088. grub-install : information : relocating an R_X86_64_64 entry to 0xa918 at the offset 0x73bd.
  4089. grub-install : information : relocating an R_X86_64_64 entry to 0xe500 at the offset 0x73cd.
  4090. grub-install : information : relocating an R_X86_64_64 entry to 0x71c6 at the offset 0x73da.
  4091. grub-install : information : relocating an R_X86_64_64 entry to 0x18678 at the offset 0x73f5.
  4092. grub-install : information : relocating an R_X86_64_64 entry to 0x968e at the offset 0x741f.
  4093. grub-install : information : relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0x7435.
  4094. grub-install : information : relocating an R_X86_64_64 entry to 0xa91f at the offset 0x7447.
  4095. grub-install : information : relocating an R_X86_64_64 entry to 0x8982 at the offset 0x7456.
  4096. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x7468.
  4097. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x7478.
  4098. grub-install : information : relocating an R_X86_64_64 entry to 0xa91f at the offset 0x7499.
  4099. grub-install : information : relocating an R_X86_64_64 entry to 0x8982 at the offset 0x74a5.
  4100. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x74c9.
  4101. grub-install : information : relocating an R_X86_64_64 entry to 0xb840 at the offset 0x7519.
  4102. grub-install : information : relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x7527.
  4103. grub-install : information : relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x7610.
  4104. grub-install : information : relocating an R_X86_64_64 entry to 0x7a0b at the offset 0x7664.
  4105. grub-install : information : relocating an R_X86_64_64 entry to 0x7a0b at the offset 0x7672.
  4106. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x7781.
  4107. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x7791.
  4108. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x77b1.
  4109. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x77c9.
  4110. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x77df.
  4111. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x7800.
  4112. grub-install : information : relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x7883.
  4113. grub-install : information : relocating an R_X86_64_64 entry to 0xa939 at the offset 0x791b.
  4114. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x792c.
  4115. grub-install : information : relocating an R_X86_64_64 entry to 0x7c16 at the offset 0x7947.
  4116. grub-install : information : relocating an R_X86_64_64 entry to 0xa924 at the offset 0x7958.
  4117. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x7969.
  4118. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x7aac.
  4119. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x7ac5.
  4120. grub-install : information : relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x7afb.
  4121. grub-install : information : relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x7b0d.
  4122. grub-install : information : relocating an R_X86_64_64 entry to 0x9b68 at the offset 0x7c4b.
  4123. grub-install : information : relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x7cf6.
  4124. grub-install : information : relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x7da4.
  4125. grub-install : information : relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x7df2.
  4126. grub-install : information : relocating an R_X86_64_64 entry to 0xa94d at the offset 0x7eb5.
  4127. grub-install : information : relocating an R_X86_64_64 entry to 0x7c16 at the offset 0x7f4d.
  4128. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x7f76.
  4129. grub-install : information : relocating an R_X86_64_64 entry to 0x7d9e at the offset 0x8185.
  4130. grub-install : information : relocating an R_X86_64_64 entry to 0x8100 at the offset 0x818f.
  4131. grub-install : information : relocating an R_X86_64_64 entry to 0xe2c0 at the offset 0x8199.
  4132. grub-install : information : relocating an R_X86_64_64 entry to 0xe2c0 at the offset 0x81bd.
  4133. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x81da.
  4134. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x81ee.
  4135. grub-install : information : relocating an R_X86_64_64 entry to 0xe3bc at the offset 0x8201.
  4136. grub-install : information : relocating an R_X86_64_64 entry to 0xe3bd at the offset 0x820e.
  4137. grub-install : information : relocating an R_X86_64_64 entry to 0xe3be at the offset 0x821b.
  4138. grub-install : information : relocating an R_X86_64_64 entry to 0xe3bf at the offset 0x8228.
  4139. grub-install : information : relocating an R_X86_64_64 entry to 0x78b8 at the offset 0x824c.
  4140. grub-install : information : relocating an R_X86_64_64 entry to 0xb840 at the offset 0x825b.
  4141. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x826f.
  4142. grub-install : information : relocating an R_X86_64_64 entry to 0x8575 at the offset 0x82cb.
  4143. grub-install : information : relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x8315.
  4144. grub-install : information : relocating an R_X86_64_64 entry to 0x8575 at the offset 0x8329.
  4145. grub-install : information : relocating an R_X86_64_64 entry to 0xa954 at the offset 0x8350.
  4146. grub-install : information : relocating an R_X86_64_64 entry to 0x6555 at the offset 0x835a.
  4147. grub-install : information : relocating an R_X86_64_64 entry to 0xa95a at the offset 0x8380.
  4148. grub-install : information : relocating an R_X86_64_64 entry to 0x7a58 at the offset 0x838d.
  4149. grub-install : information : relocating an R_X86_64_64 entry to 0xa95e at the offset 0x83af.
  4150. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x83b9.
  4151. grub-install : information : relocating an R_X86_64_64 entry to 0x8575 at the offset 0x83ee.
  4152. grub-install : information : relocating an R_X86_64_64 entry to 0x983f at the offset 0x83fa.
  4153. grub-install : information : relocating an R_X86_64_64 entry to 0x7d9e at the offset 0x8429.
  4154. grub-install : information : relocating an R_X86_64_64 entry to 0x8100 at the offset 0x844b.
  4155. grub-install : information : relocating an R_X86_64_64 entry to 0x78b8 at the offset 0x845c.
  4156. grub-install : information : relocating an R_X86_64_64 entry to 0x8813 at the offset 0x8483.
  4157. grub-install : information : relocating an R_X86_64_64 entry to 0x887c at the offset 0x84c6.
  4158. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x84db.
  4159. grub-install : information : relocating an R_X86_64_64 entry to 0x7d9e at the offset 0x84f4.
  4160. grub-install : information : relocating an R_X86_64_64 entry to 0x78b8 at the offset 0x8519.
  4161. grub-install : information : relocating an R_X86_64_64 entry to 0x8100 at the offset 0x8538.
  4162. grub-install : information : relocating an R_X86_64_64 entry to 0x78b8 at the offset 0x854c.
  4163. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8563.
  4164. grub-install : information : relocating an R_X86_64_64 entry to 0x88d5 at the offset 0x85c2.
  4165. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x85d4.
  4166. grub-install : information : relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x8617.
  4167. grub-install : information : relocating an R_X86_64_64 entry to 0x8575 at the offset 0x862b.
  4168. grub-install : information : relocating an R_X86_64_64 entry to 0xa966 at the offset 0x8639.
  4169. grub-install : information : relocating an R_X86_64_64 entry to 0x18670 at the offset 0x8645.
  4170. grub-install : information : relocating an R_X86_64_64 entry to 0xa970 at the offset 0x8655.
  4171. grub-install : information : relocating an R_X86_64_64 entry to 0x9867 at the offset 0x8663.
  4172. grub-install : information : relocating an R_X86_64_64 entry to 0x1d67 at the offset 0x866f.
  4173. grub-install : information : relocating an R_X86_64_64 entry to 0x79bb at the offset 0x86b7.
  4174. grub-install : information : relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0x86d4.
  4175. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x86e9.
  4176. grub-install : information : relocating an R_X86_64_64 entry to 0x6555 at the offset 0x871f.
  4177. grub-install : information : relocating an R_X86_64_64 entry to 0xb700 at the offset 0x8775.
  4178. grub-install : information : relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x87b2.
  4179. grub-install : information : relocating an R_X86_64_64 entry to 0x8a79 at the offset 0x8855.
  4180. grub-install : information : relocating an R_X86_64_64 entry to 0x8b51 at the offset 0x88ad.
  4181. grub-install : information : relocating an R_X86_64_64 entry to 0x8a79 at the offset 0x88c8.
  4182. grub-install : information : relocating an R_X86_64_64 entry to 0x8b03 at the offset 0x88e7.
  4183. grub-install : information : relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x8925.
  4184. grub-install : information : relocating an R_X86_64_64 entry to 0x8b03 at the offset 0x89a4.
  4185. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x89d3.
  4186. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x89f5.
  4187. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8a1d.
  4188. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8a28.
  4189. grub-install : information : relocating an R_X86_64_64 entry to 0x93f5 at the offset 0x8a7b.
  4190. grub-install : information : relocating an R_X86_64_64 entry to 0x8a91 at the offset 0x8a85.
  4191. grub-install : information : relocating an R_X86_64_64 entry to 0x8a91 at the offset 0x8ab8.
  4192. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8ac9.
  4193. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8ad6.
  4194. grub-install : information : relocating an R_X86_64_64 entry to 0x80f4 at the offset 0x8b29.
  4195. grub-install : information : relocating an R_X86_64_64 entry to 0x18660 at the offset 0x8b3b.
  4196. grub-install : information : relocating an R_X86_64_64 entry to 0x798e at the offset 0x8b70.
  4197. grub-install : information : relocating an R_X86_64_64 entry to 0x92bf at the offset 0x8bc2.
  4198. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8bd2.
  4199. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8bf0.
  4200. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8c11.
  4201. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8c4e.
  4202. grub-install : information : relocating an R_X86_64_64 entry to 0x18660 at the offset 0x8c7e.
  4203. grub-install : information : relocating an R_X86_64_64 entry to 0x9326 at the offset 0x8cae.
  4204. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8cc2.
  4205. grub-install : information : relocating an R_X86_64_64 entry to 0xa988 at the offset 0x8cfc.
  4206. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x8d06.
  4207. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x8d1f.
  4208. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x8d2e.
  4209. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x8d52.
  4210. grub-install : information : relocating an R_X86_64_64 entry to 0x8890 at the offset 0x8d80.
  4211. grub-install : information : relocating an R_X86_64_64 entry to 0xa989 at the offset 0x8d8a.
  4212. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x8d9e.
  4213. grub-install : information : relocating an R_X86_64_64 entry to 0x90e7 at the offset 0x8e4e.
  4214. grub-install : information : relocating an R_X86_64_64 entry to 0xa98c at the offset 0x8e6a.
  4215. grub-install : information : relocating an R_X86_64_64 entry to 0xa9c8 at the offset 0x8e7e.
  4216. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0x8e88.
  4217. grub-install : information : relocating an R_X86_64_64 entry to 0xa9be at the offset 0x8e9a.
  4218. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8eac.
  4219. grub-install : information : relocating an R_X86_64_64 entry to 0x9226 at the offset 0x8ed0.
  4220. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x8ee7.
  4221. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x8f0c.
  4222. grub-install : information : relocating an R_X86_64_64 entry to 0x9226 at the offset 0x8f49.
  4223. grub-install : information : relocating an R_X86_64_64 entry to 0x18660 at the offset 0x8fa3.
  4224. grub-install : information : relocating an R_X86_64_64 entry to 0x9326 at the offset 0x8fbc.
  4225. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8fd2.
  4226. grub-install : information : relocating an R_X86_64_64 entry to 0x8c07 at the offset 0x8ff9.
  4227. grub-install : information : relocating an R_X86_64_64 entry to 0x79bb at the offset 0x903c.
  4228. grub-install : information : relocating an R_X86_64_64 entry to 0x6425 at the offset 0x906e.
  4229. grub-install : information : relocating an R_X86_64_64 entry to 0xe500 at the offset 0x9093.
  4230. grub-install : information : relocating an R_X86_64_64 entry to 0x71c6 at the offset 0x90a3.
  4231. grub-install : information : relocating an R_X86_64_64 entry to 0xa9d9 at the offset 0x90cf.
  4232. grub-install : information : relocating an R_X86_64_64 entry to 0x86da at the offset 0x90db.
  4233. grub-install : information : relocating an R_X86_64_64 entry to 0xe500 at the offset 0x90e7.
  4234. grub-install : information : relocating an R_X86_64_64 entry to 0xa9f0 at the offset 0x90f1.
  4235. grub-install : information : relocating an R_X86_64_64 entry to 0xa9f5 at the offset 0x9105.
  4236. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x9111.
  4237. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x9122.
  4238. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x9137.
  4239. grub-install : information : relocating an R_X86_64_64 entry to 0xaa0b at the offset 0x914c.
  4240. grub-install : information : relocating an R_X86_64_64 entry to 0xaa0e at the offset 0x915b.
  4241. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x9165.
  4242. grub-install : information : relocating an R_X86_64_64 entry to 0xe3c0 at the offset 0x9186.
  4243. grub-install : information : relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x9190.
  4244. grub-install : information : relocating an R_X86_64_64 entry to 0x9867 at the offset 0x919c.
  4245. grub-install : information : relocating an R_X86_64_64 entry to 0x983f at the offset 0x91a6.
  4246. grub-install : information : relocating an R_X86_64_64 entry to 0xe3c0 at the offset 0x91d8.
  4247. grub-install : information : relocating an R_X86_64_64 entry to 0xb840 at the offset 0x91f6.
  4248. grub-install : information : relocating an R_X86_64_64 entry to 0xe3c0 at the offset 0x9212.
  4249. grub-install : information : relocating an R_X86_64_64 entry to 0xb840 at the offset 0x923c.
  4250. grub-install : information : relocating an R_X86_64_64 entry to 0xaa1c at the offset 0x9250.
  4251. grub-install : information : relocating an R_X86_64_64 entry to 0xb840 at the offset 0x925a.
  4252. grub-install : information : relocating an R_X86_64_64 entry to 0xe3c0 at the offset 0x9269.
  4253. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x9273.
  4254. grub-install : information : relocating an R_X86_64_64 entry to 0xaa1e at the offset 0x9291.
  4255. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x929d.
  4256. grub-install : information : relocating an R_X86_64_64 entry to 0x68be at the offset 0x92ad.
  4257. grub-install : information : relocating an R_X86_64_64 entry to 0x9546 at the offset 0x92b7.
  4258. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x92c3.
  4259. grub-install : information : relocating an R_X86_64_64 entry to 0x93f5 at the offset 0x92f2.
  4260. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x9303.
  4261. grub-install : information : relocating an R_X86_64_64 entry to 0x970f at the offset 0x934f.
  4262. grub-install : information : relocating an R_X86_64_64 entry to 0x970f at the offset 0x938a.
  4263. grub-install : information : relocating an R_X86_64_64 entry to 0x970f at the offset 0x93a3.
  4264. grub-install : information : relocating an R_X86_64_64 entry to 0x18678 at the offset 0x93ca.
  4265. grub-install : information : relocating an R_X86_64_64 entry to 0xe4c8 at the offset 0x93f7.
  4266. grub-install : information : relocating an R_X86_64_64 entry to 0xe4c0 at the offset 0x940b.
  4267. grub-install : information : relocating an R_X86_64_64 entry to 0x18670 at the offset 0x941c.
  4268. grub-install : information : relocating an R_X86_64_64 entry to 0x18678 at the offset 0x9442.
  4269. grub-install : information : relocating an R_X86_64_64 entry to 0x97f5 at the offset 0x946a.
  4270. grub-install : information : relocating an R_X86_64_64 entry to 0x983f at the offset 0x9474.
  4271. grub-install : information : relocating an R_X86_64_64 entry to 0x567e at the offset 0x948a.
  4272. grub-install : information : relocating an R_X86_64_64 entry to 0xb860 at the offset 0x9495.
  4273. grub-install : information : dealing with the relocation section .rela.rodata for .rodata.
  4274. grub-install : information : relocating an R_X86_64_64 entry to 0x23af at the offset 0x0.
  4275. grub-install : information : relocating an R_X86_64_64 entry to 0x23c8 at the offset 0x8.
  4276. grub-install : information : relocating an R_X86_64_64 entry to 0x23dc at the offset 0x10.
  4277. grub-install : information : relocating an R_X86_64_64 entry to 0x23f7 at the offset 0x18.
  4278. grub-install : information : relocating an R_X86_64_64 entry to 0x2409 at the offset 0x20.
  4279. grub-install : information : relocating an R_X86_64_64 entry to 0x2576 at the offset 0x28.
  4280. grub-install : information : relocating an R_X86_64_64 entry to 0x2594 at the offset 0x30.
  4281. grub-install : information : relocating an R_X86_64_64 entry to 0x25ad at the offset 0x38.
  4282. grub-install : information : relocating an R_X86_64_64 entry to 0x25c8 at the offset 0x40.
  4283. grub-install : information : relocating an R_X86_64_64 entry to 0x25df at the offset 0x48.
  4284. grub-install : information : relocating an R_X86_64_64 entry to 0x2624 at the offset 0x50.
  4285. grub-install : information : relocating an R_X86_64_64 entry to 0x27d3 at the offset 0x58.
  4286. grub-install : information : relocating an R_X86_64_64 entry to 0x27d3 at the offset 0x60.
  4287. grub-install : information : relocating an R_X86_64_64 entry to 0x2755 at the offset 0x68.
  4288. grub-install : information : relocating an R_X86_64_64 entry to 0x27c1 at the offset 0x70.
  4289. grub-install : information : relocating an R_X86_64_64 entry to 0x2637 at the offset 0x78.
  4290. grub-install : information : relocating an R_X86_64_64 entry to 0x2673 at the offset 0x80.
  4291. grub-install : information : relocating an R_X86_64_64 entry to 0x26ca at the offset 0x88.
  4292. grub-install : information : relocating an R_X86_64_64 entry to 0x2779 at the offset 0x90.
  4293. grub-install : information : relocating an R_X86_64_64 entry to 0x25f8 at the offset 0x98.
  4294. grub-install : information : relocating an R_X86_64_64 entry to 0x27d3 at the offset 0xa0.
  4295. grub-install : information : relocating an R_X86_64_64 entry to 0x27d3 at the offset 0xa8.
  4296. grub-install : information : relocating an R_X86_64_64 entry to 0x279f at the offset 0xb0.
  4297. grub-install : information : relocating an R_X86_64_64 entry to 0x27fd at the offset 0xb8.
  4298. grub-install : information : relocating an R_X86_64_64 entry to 0x285a at the offset 0xc0.
  4299. grub-install : information : relocating an R_X86_64_64 entry to 0x2879 at the offset 0xc8.
  4300. grub-install : information : relocating an R_X86_64_64 entry to 0x2897 at the offset 0xd0.
  4301. grub-install : information : relocating an R_X86_64_64 entry to 0x290c at the offset 0xd8.
  4302. grub-install : information : relocating an R_X86_64_64 entry to 0x5e0b at the offset 0x140.
  4303. grub-install : information : relocating an R_X86_64_64 entry to 0x5e0b at the offset 0x148.
  4304. grub-install : information : relocating an R_X86_64_64 entry to 0x5ee8 at the offset 0x150.
  4305. grub-install : information : relocating an R_X86_64_64 entry to 0x5f8e at the offset 0x158.
  4306. grub-install : information : relocating an R_X86_64_64 entry to 0x5fb2 at the offset 0x160.
  4307. grub-install : information : relocating an R_X86_64_64 entry to 0x807d at the offset 0x168.
  4308. grub-install : information : relocating an R_X86_64_64 entry to 0x80be at the offset 0x170.
  4309. grub-install : information : relocating an R_X86_64_64 entry to 0x80be at the offset 0x178.
  4310. grub-install : information : relocating an R_X86_64_64 entry to 0x809e at the offset 0x180.
  4311. grub-install : information : relocating an R_X86_64_64 entry to 0x80be at the offset 0x188.
  4312. grub-install : information : relocating an R_X86_64_64 entry to 0x80be at the offset 0x190.
  4313. grub-install : information : dealing with the relocation section .rela.data for .data.
  4314. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x0.
  4315. grub-install : information : relocating an R_X86_64_64 entry to 0xf01 at the offset 0x10.
  4316. grub-install : information : relocating an R_X86_64_64 entry to 0x8da at the offset 0x18.
  4317. grub-install : information : relocating an R_X86_64_64 entry to 0x8a5 at the offset 0x20.
  4318. grub-install : information : relocating an R_X86_64_64 entry to 0xe45 at the offset 0x28.
  4319. grub-install : information : relocating an R_X86_64_64 entry to 0x11c6 at the offset 0x30.
  4320. grub-install : information : relocating an R_X86_64_64 entry to 0xa266 at the offset 0x90.
  4321. grub-install : information : relocating an R_X86_64_64 entry to 0x3799 at the offset 0x98.
  4322. grub-install : information : relocating an R_X86_64_64 entry to 0x3778 at the offset 0xa0.
  4323. grub-install : information : relocating an R_X86_64_64 entry to 0x34fa at the offset 0xa8.
  4324. grub-install : information : relocating an R_X86_64_64 entry to 0x36a9 at the offset 0xb8.
  4325. grub-install : information : relocating an R_X86_64_64 entry to 0x3715 at the offset 0xc0.
  4326. grub-install : information : relocating an R_X86_64_64 entry to 0x366e at the offset 0xc8.
  4327. grub-install : information : relocating an R_X86_64_64 entry to 0x38bf at the offset 0xd0.
  4328. grub-install : information : relocating an R_X86_64_64 entry to 0x37c6 at the offset 0xd8.
  4329. grub-install : information : relocating an R_X86_64_64 entry to 0x3747 at the offset 0xe0.
  4330. grub-install : information : relocating an R_X86_64_64 entry to 0xa266 at the offset 0x130.
  4331. grub-install : information : relocating an R_X86_64_64 entry to 0x382b at the offset 0x148.
  4332. grub-install : information : relocating an R_X86_64_64 entry to 0xd7c0 at the offset 0x160.
  4333. grub-install : information : relocating an R_X86_64_64 entry to 0xa8e4 at the offset 0x190.
  4334. grub-install : information : relocating an R_X86_64_64 entry to 0x6dd8 at the offset 0x1a0.
  4335. grub-install : information : relocating an R_X86_64_64 entry to 0x6ce1 at the offset 0x1a8.
  4336. grub-install : information : relocating an R_X86_64_64 entry to 0x78b4 at the offset 0x1d0.
  4337. grub-install : information : relocating an R_X86_64_64 entry to 0x979d at the offset 0x320.
  4338. grub-install : information : relocating an R_X86_64_64 entry to 0xaa37 at the offset 0x340.
  4339. grub-install : information : relocating an R_X86_64_64 entry to 0x417 at the offset 0x348.
  4340. grub-install : information : relocating an R_X86_64_64 entry to 0xaa42 at the offset 0x358.
  4341. grub-install : information : relocating an R_X86_64_64 entry to 0x422 at the offset 0x360.
  4342. grub-install : information : relocating an R_X86_64_64 entry to 0xaa4d at the offset 0x370.
  4343. grub-install : information : relocating an R_X86_64_64 entry to 0x4cc at the offset 0x378.
  4344. grub-install : information : relocating an R_X86_64_64 entry to 0xaa59 at the offset 0x388.
  4345. grub-install : information : relocating an R_X86_64_64 entry to 0x430 at the offset 0x390.
  4346. grub-install : information : relocating an R_X86_64_64 entry to 0xaa64 at the offset 0x3a0.
  4347. grub-install : information : relocating an R_X86_64_64 entry to 0x43e at the offset 0x3a8.
  4348. grub-install : information : relocating an R_X86_64_64 entry to 0xaa6f at the offset 0x3b8.
  4349. grub-install : information : relocating an R_X86_64_64 entry to 0x44f at the offset 0x3c0.
  4350. grub-install : information : relocating an R_X86_64_64 entry to 0xaa7a at the offset 0x3d0.
  4351. grub-install : information : relocating an R_X86_64_64 entry to 0x463 at the offset 0x3d8.
  4352. grub-install : information : relocating an R_X86_64_64 entry to 0xaa85 at the offset 0x3e8.
  4353. grub-install : information : relocating an R_X86_64_64 entry to 0x47c at the offset 0x3f0.
  4354. grub-install : information : relocating an R_X86_64_64 entry to 0xaa90 at the offset 0x400.
  4355. grub-install : information : relocating an R_X86_64_64 entry to 0x49f at the offset 0x408.
  4356. grub-install : information : relocating an R_X86_64_64 entry to 0xaa9b at the offset 0x418.
  4357. grub-install : information : relocating an R_X86_64_64 entry to 0xe500 at the offset 0x420.
  4358. grub-install : information : relocating an R_X86_64_64 entry to 0xaaad at the offset 0x430.
  4359. grub-install : information : relocating an R_X86_64_64 entry to 0xb680 at the offset 0x438.
  4360. grub-install : information : relocating an R_X86_64_64 entry to 0xaac2 at the offset 0x448.
  4361. grub-install : information : relocating an R_X86_64_64 entry to 0x4846 at the offset 0x450.
  4362. grub-install : information : relocating an R_X86_64_64 entry to 0xaad4 at the offset 0x460.
  4363. grub-install : information : relocating an R_X86_64_64 entry to 0x4978 at the offset 0x468.
  4364. grub-install : information : relocating an R_X86_64_64 entry to 0xaae8 at the offset 0x478.
  4365. grub-install : information : relocating an R_X86_64_64 entry to 0x4763 at the offset 0x480.
  4366. grub-install : information : relocating an R_X86_64_64 entry to 0xaaf9 at the offset 0x490.
  4367. grub-install : information : relocating an R_X86_64_64 entry to 0xe540 at the offset 0x498.
  4368. grub-install : information : relocating an R_X86_64_64 entry to 0xab0f at the offset 0x4a8.
  4369. grub-install : information : relocating an R_X86_64_64 entry to 0x4e7a at the offset 0x4b0.
  4370. grub-install : information : relocating an R_X86_64_64 entry to 0xab1f at the offset 0x4c0.
  4371. grub-install : information : relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4c8.
  4372. grub-install : information : relocating an R_X86_64_64 entry to 0xab32 at the offset 0x4d8.
  4373. grub-install : information : relocating an R_X86_64_64 entry to 0x4e34 at the offset 0x4e0.
  4374. grub-install : information : relocating an R_X86_64_64 entry to 0xab49 at the offset 0x4f0.
  4375. grub-install : information : relocating an R_X86_64_64 entry to 0x4e49 at the offset 0x4f8.
  4376. grub-install : information : relocating an R_X86_64_64 entry to 0xab62 at the offset 0x508.
  4377. grub-install : information : relocating an R_X86_64_64 entry to 0xe530 at the offset 0x510.
  4378. grub-install : information : relocating an R_X86_64_64 entry to 0xab7a at the offset 0x520.
  4379. grub-install : information : relocating an R_X86_64_64 entry to 0xe520 at the offset 0x528.
  4380. grub-install : information : relocating an R_X86_64_64 entry to 0xab98 at the offset 0x538.
  4381. grub-install : information : relocating an R_X86_64_64 entry to 0x556c at the offset 0x540.
  4382. grub-install : information : relocating an R_X86_64_64 entry to 0xabab at the offset 0x550.
  4383. grub-install : information : relocating an R_X86_64_64 entry to 0x4f1e at the offset 0x558.
  4384. grub-install : information : relocating an R_X86_64_64 entry to 0xabba at the offset 0x568.
  4385. grub-install : information : relocating an R_X86_64_64 entry to 0x5208 at the offset 0x570.
  4386. grub-install : information : relocating an R_X86_64_64 entry to 0xabc9 at the offset 0x580.
  4387. grub-install : information : relocating an R_X86_64_64 entry to 0xe528 at the offset 0x588.
  4388. grub-install : information : relocating an R_X86_64_64 entry to 0xabde at the offset 0x598.
  4389. grub-install : information : relocating an R_X86_64_64 entry to 0x7c16 at the offset 0x5a0.
  4390. grub-install : information : relocating an R_X86_64_64 entry to 0xabec at the offset 0x5b0.
  4391. grub-install : information : relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5b8.
  4392. grub-install : information : relocating an R_X86_64_64 entry to 0xabf9 at the offset 0x5c8.
  4393. grub-install : information : relocating an R_X86_64_64 entry to 0x6285 at the offset 0x5d0.
  4394. grub-install : information : relocating an R_X86_64_64 entry to 0xac06 at the offset 0x5e0.
  4395. grub-install : information : relocating an R_X86_64_64 entry to 0x58d0 at the offset 0x5e8.
  4396. grub-install : information : relocating an R_X86_64_64 entry to 0xac1f at the offset 0x5f8.
  4397. grub-install : information : relocating an R_X86_64_64 entry to 0x573b at the offset 0x600.
  4398. grub-install : information : relocating an R_X86_64_64 entry to 0xac2b at the offset 0x610.
  4399. grub-install : information : relocating an R_X86_64_64 entry to 0x57b3 at the offset 0x618.
  4400. grub-install : information : relocating an R_X86_64_64 entry to 0xac3a at the offset 0x628.
  4401. grub-install : information : relocating an R_X86_64_64 entry to 0x5777 at the offset 0x630.
  4402. grub-install : information : relocating an R_X86_64_64 entry to 0xac48 at the offset 0x640.
  4403. grub-install : information : relocating an R_X86_64_64 entry to 0x599 at the offset 0x648.
  4404. grub-install : information : relocating an R_X86_64_64 entry to 0xac56 at the offset 0x658.
  4405. grub-install : information : relocating an R_X86_64_64 entry to 0x5a9 at the offset 0x660.
  4406. grub-install : information : relocating an R_X86_64_64 entry to 0xac68 at the offset 0x670.
  4407. grub-install : information : relocating an R_X86_64_64 entry to 0x5a5 at the offset 0x678.
  4408. grub-install : information : relocating an R_X86_64_64 entry to 0xac7a at the offset 0x688.
  4409. grub-install : information : relocating an R_X86_64_64 entry to 0x2d27 at the offset 0x690.
  4410. grub-install : information : relocating an R_X86_64_64 entry to 0xac92 at the offset 0x6a0.
  4411. grub-install : information : relocating an R_X86_64_64 entry to 0x2c75 at the offset 0x6a8.
  4412. grub-install : information : relocating an R_X86_64_64 entry to 0xacae at the offset 0x6b8.
  4413. grub-install : information : relocating an R_X86_64_64 entry to 0x29f1 at the offset 0x6c0.
  4414. grub-install : information : relocating an R_X86_64_64 entry to 0xaccc at the offset 0x6d0.
  4415. grub-install : information : relocating an R_X86_64_64 entry to 0x22a6 at the offset 0x6d8.
  4416. grub-install : information : relocating an R_X86_64_64 entry to 0xaceb at the offset 0x6e8.
  4417. grub-install : information : relocating an R_X86_64_64 entry to 0x226e at the offset 0x6f0.
  4418. grub-install : information : relocating an R_X86_64_64 entry to 0xad0a at the offset 0x700.
  4419. grub-install : information : relocating an R_X86_64_64 entry to 0x2f25 at the offset 0x708.
  4420. grub-install : information : relocating an R_X86_64_64 entry to 0xad28 at the offset 0x718.
  4421. grub-install : information : relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x720.
  4422. grub-install : information : relocating an R_X86_64_64 entry to 0xad3c at the offset 0x730.
  4423. grub-install : information : relocating an R_X86_64_64 entry to 0x2253 at the offset 0x738.
  4424. grub-install : information : relocating an R_X86_64_64 entry to 0xad55 at the offset 0x748.
  4425. grub-install : information : relocating an R_X86_64_64 entry to 0x2163 at the offset 0x750.
  4426. grub-install : information : relocating an R_X86_64_64 entry to 0xad6b at the offset 0x760.
  4427. grub-install : information : relocating an R_X86_64_64 entry to 0x1d4c at the offset 0x768.
  4428. grub-install : information : relocating an R_X86_64_64 entry to 0xad85 at the offset 0x778.
  4429. grub-install : information : relocating an R_X86_64_64 entry to 0x2deb at the offset 0x780.
  4430. grub-install : information : relocating an R_X86_64_64 entry to 0xad9d at the offset 0x790.
  4431. grub-install : information : relocating an R_X86_64_64 entry to 0x1ee1 at the offset 0x798.
  4432. grub-install : information : relocating an R_X86_64_64 entry to 0xadb3 at the offset 0x7a8.
  4433. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x7b0.
  4434. grub-install : information : relocating an R_X86_64_64 entry to 0xadc9 at the offset 0x7c0.
  4435. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x7c8.
  4436. grub-install : information : relocating an R_X86_64_64 entry to 0xadde at the offset 0x7d8.
  4437. grub-install : information : relocating an R_X86_64_64 entry to 0x1b49 at the offset 0x7e0.
  4438. grub-install : information : relocating an R_X86_64_64 entry to 0xadf5 at the offset 0x7f0.
  4439. grub-install : information : relocating an R_X86_64_64 entry to 0x1aff at the offset 0x7f8.
  4440. grub-install : information : relocating an R_X86_64_64 entry to 0xae0e at the offset 0x808.
  4441. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e8 at the offset 0x810.
  4442. grub-install : information : relocating an R_X86_64_64 entry to 0xae22 at the offset 0x820.
  4443. grub-install : information : relocating an R_X86_64_64 entry to 0x1c42 at the offset 0x828.
  4444. grub-install : information : relocating an R_X86_64_64 entry to 0xae39 at the offset 0x838.
  4445. grub-install : information : relocating an R_X86_64_64 entry to 0x2302 at the offset 0x840.
  4446. grub-install : information : relocating an R_X86_64_64 entry to 0xae54 at the offset 0x850.
  4447. grub-install : information : relocating an R_X86_64_64 entry to 0x1ff5 at the offset 0x858.
  4448. grub-install : information : relocating an R_X86_64_64 entry to 0xae69 at the offset 0x868.
  4449. grub-install : information : relocating an R_X86_64_64 entry to 0x1ca1 at the offset 0x870.
  4450. grub-install : information : relocating an R_X86_64_64 entry to 0xae80 at the offset 0x880.
  4451. grub-install : information : relocating an R_X86_64_64 entry to 0x1e06 at the offset 0x888.
  4452. grub-install : information : relocating an R_X86_64_64 entry to 0xae96 at the offset 0x898.
  4453. grub-install : information : relocating an R_X86_64_64 entry to 0x1dab at the offset 0x8a0.
  4454. grub-install : information : relocating an R_X86_64_64 entry to 0xaeb7 at the offset 0x8b0.
  4455. grub-install : information : relocating an R_X86_64_64 entry to 0x1d28 at the offset 0x8b8.
  4456. grub-install : information : relocating an R_X86_64_64 entry to 0xaec6 at the offset 0x8c8.
  4457. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x8d0.
  4458. grub-install : information : relocating an R_X86_64_64 entry to 0xaedc at the offset 0x8e0.
  4459. grub-install : information : relocating an R_X86_64_64 entry to 0x14b3 at the offset 0x8e8.
  4460. grub-install : information : relocating an R_X86_64_64 entry to 0xaefb at the offset 0x8f8.
  4461. grub-install : information : relocating an R_X86_64_64 entry to 0x1600 at the offset 0x900.
  4462. grub-install : information : relocating an R_X86_64_64 entry to 0xaf18 at the offset 0x910.
  4463. grub-install : information : relocating an R_X86_64_64 entry to 0x66f2 at the offset 0x918.
  4464. grub-install : information : relocating an R_X86_64_64 entry to 0xaf28 at the offset 0x928.
  4465. grub-install : information : relocating an R_X86_64_64 entry to 0x6555 at the offset 0x930.
  4466. grub-install : information : relocating an R_X86_64_64 entry to 0xaf35 at the offset 0x940.
  4467. grub-install : information : relocating an R_X86_64_64 entry to 0x6425 at the offset 0x948.
  4468. grub-install : information : relocating an R_X86_64_64 entry to 0xaf42 at the offset 0x958.
  4469. grub-install : information : relocating an R_X86_64_64 entry to 0x6583 at the offset 0x960.
  4470. grub-install : information : relocating an R_X86_64_64 entry to 0xaf51 at the offset 0x970.
  4471. grub-install : information : relocating an R_X86_64_64 entry to 0x6607 at the offset 0x978.
  4472. grub-install : information : relocating an R_X86_64_64 entry to 0xaf6c at the offset 0x988.
  4473. grub-install : information : relocating an R_X86_64_64 entry to 0x185e4 at the offset 0x990.
  4474. grub-install : information : relocating an R_X86_64_64 entry to 0xaf84 at the offset 0x9a0.
  4475. grub-install : information : relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x9a8.
  4476. grub-install : information : relocating an R_X86_64_64 entry to 0xaf90 at the offset 0x9b8.
  4477. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x9c0.
  4478. grub-install : information : relocating an R_X86_64_64 entry to 0xaf9b at the offset 0x9d0.
  4479. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x9d8.
  4480. grub-install : information : relocating an R_X86_64_64 entry to 0xafa6 at the offset 0x9e8.
  4481. grub-install : information : relocating an R_X86_64_64 entry to 0x684b at the offset 0x9f0.
  4482. grub-install : information : relocating an R_X86_64_64 entry to 0xafb5 at the offset 0xa00.
  4483. grub-install : information : relocating an R_X86_64_64 entry to 0x67b4 at the offset 0xa08.
  4484. grub-install : information : relocating an R_X86_64_64 entry to 0xafc5 at the offset 0xa18.
  4485. grub-install : information : relocating an R_X86_64_64 entry to 0x1d67 at the offset 0xa20.
  4486. grub-install : information : relocating an R_X86_64_64 entry to 0xafcf at the offset 0xa30.
  4487. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0xa38.
  4488. grub-install : information : relocating an R_X86_64_64 entry to 0xafda at the offset 0xa48.
  4489. grub-install : information : relocating an R_X86_64_64 entry to 0x6a8e at the offset 0xa50.
  4490. grub-install : information : relocating an R_X86_64_64 entry to 0xafea at the offset 0xa60.
  4491. grub-install : information : relocating an R_X86_64_64 entry to 0x18620 at the offset 0xa68.
  4492. grub-install : information : relocating an R_X86_64_64 entry to 0xb000 at the offset 0xa78.
  4493. grub-install : information : relocating an R_X86_64_64 entry to 0x18640 at the offset 0xa80.
  4494. grub-install : information : relocating an R_X86_64_64 entry to 0xb01a at the offset 0xa90.
  4495. grub-install : information : relocating an R_X86_64_64 entry to 0x695c at the offset 0xa98.
  4496. grub-install : information : relocating an R_X86_64_64 entry to 0xb034 at the offset 0xaa8.
  4497. grub-install : information : relocating an R_X86_64_64 entry to 0x6ad9 at the offset 0xab0.
  4498. grub-install : information : relocating an R_X86_64_64 entry to 0xb043 at the offset 0xac0.
  4499. grub-install : information : relocating an R_X86_64_64 entry to 0x18600 at the offset 0xac8.
  4500. grub-install : information : relocating an R_X86_64_64 entry to 0xb05b at the offset 0xad8.
  4501. grub-install : information : relocating an R_X86_64_64 entry to 0x69ee at the offset 0xae0.
  4502. grub-install : information : relocating an R_X86_64_64 entry to 0xb06a at the offset 0xaf0.
  4503. grub-install : information : relocating an R_X86_64_64 entry to 0x6ca8 at the offset 0xaf8.
  4504. grub-install : information : relocating an R_X86_64_64 entry to 0xb079 at the offset 0xb08.
  4505. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0xb10.
  4506. grub-install : information : relocating an R_X86_64_64 entry to 0xb083 at the offset 0xb20.
  4507. grub-install : information : relocating an R_X86_64_64 entry to 0xe288 at the offset 0xb28.
  4508. grub-install : information : relocating an R_X86_64_64 entry to 0xb099 at the offset 0xb38.
  4509. grub-install : information : relocating an R_X86_64_64 entry to 0xe290 at the offset 0xb40.
  4510. grub-install : information : relocating an R_X86_64_64 entry to 0xb0a6 at the offset 0xb50.
  4511. grub-install : information : relocating an R_X86_64_64 entry to 0x6fba at the offset 0xb58.
  4512. grub-install : information : relocating an R_X86_64_64 entry to 0xb0b4 at the offset 0xb68.
  4513. grub-install : information : relocating an R_X86_64_64 entry to 0x4146 at the offset 0xb70.
  4514. grub-install : information : relocating an R_X86_64_64 entry to 0xb0c5 at the offset 0xb80.
  4515. grub-install : information : relocating an R_X86_64_64 entry to 0x9867 at the offset 0xb88.
  4516. grub-install : information : relocating an R_X86_64_64 entry to 0xb0d1 at the offset 0xb98.
  4517. grub-install : information : relocating an R_X86_64_64 entry to 0x97f5 at the offset 0xba0.
  4518. grub-install : information : relocating an R_X86_64_64 entry to 0xb0e5 at the offset 0xbb0.
  4519. grub-install : information : relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0xbb8.
  4520. grub-install : information : relocating an R_X86_64_64 entry to 0xb0f2 at the offset 0xbc8.
  4521. grub-install : information : relocating an R_X86_64_64 entry to 0x79e3 at the offset 0xbd0.
  4522. grub-install : information : relocating an R_X86_64_64 entry to 0xb0ff at the offset 0xbe0.
  4523. grub-install : information : relocating an R_X86_64_64 entry to 0x71fe at the offset 0xbe8.
  4524. grub-install : information : relocating an R_X86_64_64 entry to 0xb10e at the offset 0xbf8.
  4525. grub-install : information : relocating an R_X86_64_64 entry to 0x7218 at the offset 0xc00.
  4526. grub-install : information : relocating an R_X86_64_64 entry to 0xb11f at the offset 0xc10.
  4527. grub-install : information : relocating an R_X86_64_64 entry to 0x534 at the offset 0xc18.
  4528. grub-install : information : relocating an R_X86_64_64 entry to 0xb131 at the offset 0xc28.
  4529. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0xc30.
  4530. grub-install : information : relocating an R_X86_64_64 entry to 0xb13d at the offset 0xc40.
  4531. grub-install : information : relocating an R_X86_64_64 entry to 0x3c1c at the offset 0xc48.
  4532. grub-install : information : relocating an R_X86_64_64 entry to 0xb14b at the offset 0xc58.
  4533. grub-install : information : relocating an R_X86_64_64 entry to 0x547 at the offset 0xc60.
  4534. grub-install : information : relocating an R_X86_64_64 entry to 0xb15f at the offset 0xc70.
  4535. grub-install : information : relocating an R_X86_64_64 entry to 0x794f at the offset 0xc78.
  4536. grub-install : information : relocating an R_X86_64_64 entry to 0xb16b at the offset 0xc88.
  4537. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0xc90.
  4538. grub-install : information : relocating an R_X86_64_64 entry to 0xb178 at the offset 0xca0.
  4539. grub-install : information : relocating an R_X86_64_64 entry to 0x7af1 at the offset 0xca8.
  4540. grub-install : information : relocating an R_X86_64_64 entry to 0xb184 at the offset 0xcb8.
  4541. grub-install : information : relocating an R_X86_64_64 entry to 0x4160 at the offset 0xcc0.
  4542. grub-install : information : relocating an R_X86_64_64 entry to 0xb194 at the offset 0xcd0.
  4543. grub-install : information : relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0xcd8.
  4544. grub-install : information : relocating an R_X86_64_64 entry to 0xb1a1 at the offset 0xce8.
  4545. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0xcf0.
  4546. grub-install : information : relocating an R_X86_64_64 entry to 0xb1ae at the offset 0xd00.
  4547. grub-install : information : relocating an R_X86_64_64 entry to 0x71c6 at the offset 0xd08.
  4548. grub-install : information : relocating an R_X86_64_64 entry to 0xb1c3 at the offset 0xd18.
  4549. grub-install : information : relocating an R_X86_64_64 entry to 0xc790 at the offset 0xd20.
  4550. grub-install : information : relocating an R_X86_64_64 entry to 0xb1d1 at the offset 0xd30.
  4551. grub-install : information : relocating an R_X86_64_64 entry to 0xe4c0 at the offset 0xd38.
  4552. grub-install : information : relocating an R_X86_64_64 entry to 0xb1ea at the offset 0xd48.
  4553. grub-install : information : relocating an R_X86_64_64 entry to 0x8b51 at the offset 0xd50.
  4554. grub-install : information : relocating an R_X86_64_64 entry to 0xb204 at the offset 0xd60.
  4555. grub-install : information : relocating an R_X86_64_64 entry to 0x8c07 at the offset 0xd68.
  4556. grub-install : information : relocating an R_X86_64_64 entry to 0xb21e at the offset 0xd78.
  4557. grub-install : information : relocating an R_X86_64_64 entry to 0x90e7 at the offset 0xd80.
  4558. grub-install : information : relocating an R_X86_64_64 entry to 0xb236 at the offset 0xd90.
  4559. grub-install : information : relocating an R_X86_64_64 entry to 0x907a at the offset 0xd98.
  4560. grub-install : information : relocating an R_X86_64_64 entry to 0xb24d at the offset 0xda8.
  4561. grub-install : information : relocating an R_X86_64_64 entry to 0x18660 at the offset 0xdb0.
  4562. grub-install : information : relocating an R_X86_64_64 entry to 0xb265 at the offset 0xdc0.
  4563. grub-install : information : relocating an R_X86_64_64 entry to 0x8ee5 at the offset 0xdc8.
  4564. grub-install : information : relocating an R_X86_64_64 entry to 0xb27a at the offset 0xdd8.
  4565. grub-install : information : relocating an R_X86_64_64 entry to 0x69b at the offset 0xde0.
  4566. grub-install : information : relocating an R_X86_64_64 entry to 0xb293 at the offset 0xdf0.
  4567. grub-install : information : relocating an R_X86_64_64 entry to 0x5d4 at the offset 0xdf8.
  4568. grub-install : information : relocating an R_X86_64_64 entry to 0xb2a4 at the offset 0xe08.
  4569. grub-install : information : relocating an R_X86_64_64 entry to 0x5ac at the offset 0xe10.
  4570. grub-install : information : relocating an R_X86_64_64 entry to 0xb2ba at the offset 0xe20.
  4571. grub-install : information : relocating an R_X86_64_64 entry to 0x68be at the offset 0xe28.
  4572. grub-install : information : relocating an R_X86_64_64 entry to 0xb2cb at the offset 0xe38.
  4573. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0xe40.
  4574. grub-install : information : relocating an R_X86_64_64 entry to 0xb2d7 at the offset 0xe50.
  4575. grub-install : information : relocating an R_X86_64_64 entry to 0x86da at the offset 0xe58.
  4576. grub-install : information : relocating an R_X86_64_64 entry to 0xb2e4 at the offset 0xe68.
  4577. grub-install : information : relocating an R_X86_64_64 entry to 0x7916 at the offset 0xe70.
  4578. grub-install : information : relocating an R_X86_64_64 entry to 0xb2ef at the offset 0xe80.
  4579. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0xe88.
  4580. grub-install : information : relocating an R_X86_64_64 entry to 0xb301 at the offset 0xe98.
  4581. grub-install : information : relocating an R_X86_64_64 entry to 0x408d at the offset 0xea0.
  4582. grub-install : information : relocating an R_X86_64_64 entry to 0xb30e at the offset 0xeb0.
  4583. grub-install : information : relocating an R_X86_64_64 entry to 0x983f at the offset 0xeb8.
  4584. grub-install : information : relocating an R_X86_64_64 entry to 0xb31b at the offset 0xec8.
  4585. grub-install : information : relocating an R_X86_64_64 entry to 0x4184 at the offset 0xed0.
  4586. grub-install : information : relocating an R_X86_64_64 entry to 0xb336 at the offset 0xee0.
  4587. grub-install : information : relocating an R_X86_64_64 entry to 0x6692 at the offset 0xee8.
  4588. grub-install : information : relocating an R_X86_64_64 entry to 0xb352 at the offset 0xef8.
  4589. grub-install : information : relocating an R_X86_64_64 entry to 0x8890 at the offset 0xf00.
  4590. grub-install : information : relocating an R_X86_64_64 entry to 0xb360 at the offset 0xf10.
  4591. grub-install : information : relocating an R_X86_64_64 entry to 0x79bb at the offset 0xf18.
  4592. grub-install : information : relocating an R_X86_64_64 entry to 0xb36c at the offset 0xf28.
  4593. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0xf30.
  4594. grub-install : information : relocating an R_X86_64_64 entry to 0xb378 at the offset 0xf40.
  4595. grub-install : information : relocating an R_X86_64_64 entry to 0x7903 at the offset 0xf48.
  4596. grub-install : information : relocating an R_X86_64_64 entry to 0xb384 at the offset 0xf58.
  4597. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0xf60.
  4598. grub-install : information : relocating an R_X86_64_64 entry to 0xb390 at the offset 0xf70.
  4599. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0xf78.
  4600. grub-install : information : relocating an R_X86_64_64 entry to 0xb39c at the offset 0xf88.
  4601. grub-install : information : relocating an R_X86_64_64 entry to 0x798e at the offset 0xf90.
  4602. grub-install : information : relocating an R_X86_64_64 entry to 0xb3a9 at the offset 0xfa0.
  4603. grub-install : information : relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0xfa8.
  4604. grub-install : information : relocating an R_X86_64_64 entry to 0xb3b6 at the offset 0xfb8.
  4605. grub-install : information : relocating an R_X86_64_64 entry to 0x79d0 at the offset 0xfc0.
  4606. grub-install : information : relocating an R_X86_64_64 entry to 0xb3c3 at the offset 0xfd0.
  4607. grub-install : information : relocating an R_X86_64_64 entry to 0x80f4 at the offset 0xfd8.
  4608. grub-install : information : relocating an R_X86_64_64 entry to 0xb3d0 at the offset 0xfe8.
  4609. grub-install : information : relocating an R_X86_64_64 entry to 0x7c7f at the offset 0xff0.
  4610. grub-install : information : relocating an R_X86_64_64 entry to 0xb3de at the offset 0x1000.
  4611. grub-install : information : relocating an R_X86_64_64 entry to 0x7a58 at the offset 0x1008.
  4612. grub-install : information : relocating an R_X86_64_64 entry to 0xb3eb at the offset 0x1018.
  4613. grub-install : information : relocating an R_X86_64_64 entry to 0xb848 at the offset 0x1020.
  4614. grub-install : information : relocating an R_X86_64_64 entry to 0xb405 at the offset 0x1030.
  4615. grub-install : information : relocating an R_X86_64_64 entry to 0x18670 at the offset 0x1038.
  4616. grub-install : information : relocating an R_X86_64_64 entry to 0xb416 at the offset 0x1048.
  4617. grub-install : information : relocating an R_X86_64_64 entry to 0x18680 at the offset 0x1050.
  4618. grub-install : information : relocating an R_X86_64_64 entry to 0xb430 at the offset 0x1060.
  4619. grub-install : information : relocating an R_X86_64_64 entry to 0xb849 at the offset 0x1068.
  4620. grub-install : information : relocating an R_X86_64_64 entry to 0xb447 at the offset 0x1078.
  4621. grub-install : information : relocating an R_X86_64_64 entry to 0x18678 at the offset 0x1080.
  4622. grub-install : information : relocating an R_X86_64_64 entry to 0xb459 at the offset 0x1090.
  4623. grub-install : information : relocating an R_X86_64_64 entry to 0x18668 at the offset 0x1098.
  4624. grub-install : information : relocating an R_X86_64_64 entry to 0xb474 at the offset 0x10a8.
  4625. grub-install : information : relocating an R_X86_64_64 entry to 0xe4c8 at the offset 0x10b0.
  4626. grub-install : information : relocating an R_X86_64_64 entry to 0xb487 at the offset 0x10c0.
  4627. grub-install : information : relocating an R_X86_64_64 entry to 0xe4f0 at the offset 0x10c8.
  4628. grub-install : information : relocating an R_X86_64_64 entry to 0xb495 at the offset 0x10d8.
  4629. grub-install : information : relocating an R_X86_64_64 entry to 0x4276 at the offset 0x10e0.
  4630. grub-install : information : relocating an R_X86_64_64 entry to 0xb4ad at the offset 0x10f0.
  4631. grub-install : information : relocating an R_X86_64_64 entry to 0x8575 at the offset 0x10f8.
  4632. grub-install : information : relocating an R_X86_64_64 entry to 0xb4ba at the offset 0x1108.
  4633. grub-install : information : relocating an R_X86_64_64 entry to 0x887c at the offset 0x1110.
  4634. grub-install : information : relocating an R_X86_64_64 entry to 0xb4c9 at the offset 0x1120.
  4635. grub-install : information : relocating an R_X86_64_64 entry to 0x8982 at the offset 0x1128.
  4636. grub-install : information : relocating an R_X86_64_64 entry to 0xb4d8 at the offset 0x1138.
  4637. grub-install : information : relocating an R_X86_64_64 entry to 0xb840 at the offset 0x1140.
  4638. grub-install : information : relocating an R_X86_64_64 entry to 0xb4e3 at the offset 0x1150.
  4639. grub-install : information : relocating an R_X86_64_64 entry to 0x88d5 at the offset 0x1158.
  4640. grub-install : information : relocating an R_X86_64_64 entry to 0xb4f3 at the offset 0x1168.
  4641. grub-install : information : relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x1170.
  4642. grub-install : information : relocating an R_X86_64_64 entry to 0xb4ff at the offset 0x1180.
  4643. grub-install : information : relocating an R_X86_64_64 entry to 0x794f at the offset 0x1188.
  4644. grub-install : information : relocating an R_X86_64_64 entry to 0xb506 at the offset 0x1198.
  4645. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x11a0.
  4646. grub-install : information : relocating an R_X86_64_64 entry to 0xb50d at the offset 0x11b0.
  4647. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x11b8.
  4648. grub-install : information : relocating an R_X86_64_64 entry to 0xb515 at the offset 0x11c8.
  4649. grub-install : information : relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x11d0.
  4650. grub-install : information : translating the relocation section .rela.text.
  4651. grub-install : information : adding a relocation entry for 0x51d.
  4652. grub-install : information : adding a relocation entry for 0x52a.
  4653. grub-install : information : adding a relocation entry for 0x53c.
  4654. grub-install : information : adding a relocation entry for 0x565.
  4655. grub-install : information : adding a relocation entry for 0x57a.
  4656. grub-install : information : adding a relocation entry for 0x58b.
  4657. grub-install : information : adding a relocation entry for 0x59b.
  4658. grub-install : information : adding a relocation entry for 0x5e8.
  4659. grub-install : information : adding a relocation entry for 0x6ac.
  4660. grub-install : information : adding a relocation entry for 0x746.
  4661. grub-install : information : adding a relocation entry for 0x757.
  4662. grub-install : information : adding a relocation entry for 0x785.
  4663. grub-install : information : adding a relocation entry for 0x821.
  4664. grub-install : information : adding a relocation entry for 0x834.
  4665. grub-install : information : adding a relocation entry for 0x85f.
  4666. grub-install : information : adding a relocation entry for 0x870.
  4667. grub-install : information : adding a relocation entry for 0x8aa.
  4668. grub-install : information : adding a relocation entry for 0x8b4.
  4669. grub-install : information : adding a relocation entry for 0x8c3.
  4670. grub-install : information : adding a relocation entry for 0x8cf.
  4671. grub-install : information : adding a relocation entry for 0x8ee.
  4672. grub-install : information : adding a relocation entry for 0x8fb.
  4673. grub-install : information : adding a relocation entry for 0x90e.
  4674. grub-install : information : adding a relocation entry for 0x918.
  4675. grub-install : information : adding a relocation entry for 0x945.
  4676. grub-install : information : adding a relocation entry for 0x954.
  4677. grub-install : information : adding a relocation entry for 0x96d.
  4678. grub-install : information : adding a relocation entry for 0x97e.
  4679. grub-install : information : adding a relocation entry for 0x98a.
  4680. grub-install : information : adding a relocation entry for 0x9b2.
  4681. grub-install : information : adding a relocation entry for 0x9c1.
  4682. grub-install : information : adding a relocation entry for 0x9d0.
  4683. grub-install : information : adding a relocation entry for 0x9dd.
  4684. grub-install : information : adding a relocation entry for 0x9f5.
  4685. grub-install : information : adding a relocation entry for 0xa10.
  4686. grub-install : information : adding a relocation entry for 0xa30.
  4687. grub-install : information : adding a relocation entry for 0xa41.
  4688. grub-install : information : adding a relocation entry for 0xa59.
  4689. grub-install : information : adding a relocation entry for 0xa94.
  4690. grub-install : information : adding a relocation entry for 0xaaf.
  4691. grub-install : information : adding a relocation entry for 0xae0.
  4692. grub-install : information : adding a relocation entry for 0xaea.
  4693. grub-install : information : adding a relocation entry for 0xaf9.
  4694. grub-install : information : adding a relocation entry for 0xb1c.
  4695. grub-install : information : adding a relocation entry for 0xb3d.
  4696. grub-install : information : adding a relocation entry for 0xb49.
  4697. grub-install : information : adding a relocation entry for 0xb54.
  4698. grub-install : information : adding a relocation entry for 0xb5f.
  4699. grub-install : information : adding a relocation entry for 0xb8c.
  4700. grub-install : information : adding a relocation entry for 0xb9e.
  4701. grub-install : information : adding a relocation entry for 0xbbb.
  4702. grub-install : information : adding a relocation entry for 0xbcc.
  4703. grub-install : information : adding a relocation entry for 0xbf4.
  4704. grub-install : information : adding a relocation entry for 0xc2b.
  4705. grub-install : information : adding a relocation entry for 0xc44.
  4706. grub-install : information : adding a relocation entry for 0xc52.
  4707. grub-install : information : adding a relocation entry for 0xc6d.
  4708. grub-install : information : adding a relocation entry for 0xc83.
  4709. grub-install : information : adding a relocation entry for 0xcb9.
  4710. grub-install : information : adding a relocation entry for 0xcde.
  4711. grub-install : information : adding a relocation entry for 0xd04.
  4712. grub-install : information : adding a relocation entry for 0xd0e.
  4713. grub-install : information : adding a relocation entry for 0xd45.
  4714. grub-install : information : adding a relocation entry for 0xd61.
  4715. grub-install : information : adding a relocation entry for 0xd91.
  4716. grub-install : information : adding a relocation entry for 0xda3.
  4717. grub-install : information : adding a relocation entry for 0xdd2.
  4718. grub-install : information : adding a relocation entry for 0xdeb.
  4719. grub-install : information : adding a relocation entry for 0xe00.
  4720. grub-install : information : adding a relocation entry for 0xe1e.
  4721. grub-install : information : adding a relocation entry for 0xe67.
  4722. grub-install : information : adding a relocation entry for 0xe71.
  4723. grub-install : information : adding a relocation entry for 0xe80.
  4724. grub-install : information : adding a relocation entry for 0xe8a.
  4725. grub-install : information : adding a relocation entry for 0xeb8.
  4726. grub-install : information : adding a relocation entry for 0xed3.
  4727. grub-install : information : adding a relocation entry for 0xeec.
  4728. grub-install : information : adding a relocation entry for 0xf1f.
  4729. grub-install : information : adding a relocation entry for 0xf33.
  4730. grub-install : information : adding a relocation entry for 0xf4d.
  4731. grub-install : information : adding a relocation entry for 0xf61.
  4732. grub-install : information : adding a relocation entry for 0xf73.
  4733. grub-install : information : adding a relocation entry for 0xf7d.
  4734. grub-install : information : adding a relocation entry for 0xf8c.
  4735. grub-install : information : adding a relocation entry for 0xf96.
  4736. grub-install : information : adding a relocation entry for 0xfbe.
  4737. grub-install : information : adding a relocation entry for 0xfd2.
  4738. grub-install : information : adding a relocation entry for 0xfe4.
  4739. grub-install : information : adding a relocation entry for 0xfee.
  4740. grub-install : information : adding a relocation entry for 0xffd.
  4741. grub-install : information : adding a relocation entry for 0x1007.
  4742. grub-install : information : adding a padding fixup entry.
  4743. grub-install : information : adding a padding fixup entry.
  4744. grub-install : information : writing 192 bytes of a fixup block starting at 0x0.
  4745. grub-install : information : adding a relocation entry for 0x1030.
  4746. grub-install : information : adding a relocation entry for 0x1046.
  4747. grub-install : information : adding a relocation entry for 0x105a.
  4748. grub-install : information : adding a relocation entry for 0x106c.
  4749. grub-install : information : adding a relocation entry for 0x1076.
  4750. grub-install : information : adding a relocation entry for 0x1085.
  4751. grub-install : information : adding a relocation entry for 0x108f.
  4752. grub-install : information : adding a relocation entry for 0x10c9.
  4753. grub-install : information : adding a relocation entry for 0x10fd.
  4754. grub-install : information : adding a relocation entry for 0x1128.
  4755. grub-install : information : adding a relocation entry for 0x1147.
  4756. grub-install : information : adding a relocation entry for 0x11b2.
  4757. grub-install : information : adding a relocation entry for 0x11e8.
  4758. grub-install : information : adding a relocation entry for 0x11f2.
  4759. grub-install : information : adding a relocation entry for 0x1201.
  4760. grub-install : information : adding a relocation entry for 0x120b.
  4761. grub-install : information : adding a relocation entry for 0x1239.
  4762. grub-install : information : adding a relocation entry for 0x1254.
  4763. grub-install : information : adding a relocation entry for 0x126d.
  4764. grub-install : information : adding a relocation entry for 0x1288.
  4765. grub-install : information : adding a relocation entry for 0x129a.
  4766. grub-install : information : adding a relocation entry for 0x12a4.
  4767. grub-install : information : adding a relocation entry for 0x12bf.
  4768. grub-install : information : adding a relocation entry for 0x131e.
  4769. grub-install : information : adding a relocation entry for 0x1328.
  4770. grub-install : information : adding a relocation entry for 0x1334.
  4771. grub-install : information : adding a relocation entry for 0x13cd.
  4772. grub-install : information : adding a relocation entry for 0x13e3.
  4773. grub-install : information : adding a relocation entry for 0x1404.
  4774. grub-install : information : adding a relocation entry for 0x144a.
  4775. grub-install : information : adding a relocation entry for 0x1468.
  4776. grub-install : information : adding a relocation entry for 0x1474.
  4777. grub-install : information : adding a relocation entry for 0x147e.
  4778. grub-install : information : adding a relocation entry for 0x149a.
  4779. grub-install : information : adding a relocation entry for 0x14a9.
  4780. grub-install : information : adding a relocation entry for 0x1501.
  4781. grub-install : information : adding a relocation entry for 0x150b.
  4782. grub-install : information : adding a relocation entry for 0x153c.
  4783. grub-install : information : adding a relocation entry for 0x155d.
  4784. grub-install : information : adding a relocation entry for 0x1570.
  4785. grub-install : information : adding a relocation entry for 0x15dd.
  4786. grub-install : information : adding a relocation entry for 0x1606.
  4787. grub-install : information : adding a relocation entry for 0x1629.
  4788. grub-install : information : adding a relocation entry for 0x165f.
  4789. grub-install : information : adding a relocation entry for 0x16b4.
  4790. grub-install : information : adding a relocation entry for 0x16c2.
  4791. grub-install : information : adding a relocation entry for 0x16e0.
  4792. grub-install : information : adding a relocation entry for 0x1708.
  4793. grub-install : information : adding a relocation entry for 0x1726.
  4794. grub-install : information : adding a relocation entry for 0x173d.
  4795. grub-install : information : adding a relocation entry for 0x1753.
  4796. grub-install : information : adding a relocation entry for 0x1760.
  4797. grub-install : information : adding a relocation entry for 0x1781.
  4798. grub-install : information : adding a relocation entry for 0x1790.
  4799. grub-install : information : adding a relocation entry for 0x17ba.
  4800. grub-install : information : adding a relocation entry for 0x17d3.
  4801. grub-install : information : adding a relocation entry for 0x1909.
  4802. grub-install : information : adding a relocation entry for 0x1952.
  4803. grub-install : information : adding a relocation entry for 0x196d.
  4804. grub-install : information : adding a relocation entry for 0x198c.
  4805. grub-install : information : adding a relocation entry for 0x1b08.
  4806. grub-install : information : adding a relocation entry for 0x1b1b.
  4807. grub-install : information : adding a relocation entry for 0x1b56.
  4808. grub-install : information : adding a relocation entry for 0x1b8e.
  4809. grub-install : information : adding a relocation entry for 0x1bac.
  4810. grub-install : information : adding a relocation entry for 0x1bd5.
  4811. grub-install : information : adding a relocation entry for 0x1c16.
  4812. grub-install : information : adding a relocation entry for 0x1c4b.
  4813. grub-install : information : adding a relocation entry for 0x1c69.
  4814. grub-install : information : adding a relocation entry for 0x1c81.
  4815. grub-install : information : adding a relocation entry for 0x1ca9.
  4816. grub-install : information : adding a relocation entry for 0x1cb3.
  4817. grub-install : information : adding a relocation entry for 0x1ce2.
  4818. grub-install : information : adding a relocation entry for 0x1d0d.
  4819. grub-install : information : adding a relocation entry for 0x1d2a.
  4820. grub-install : information : adding a relocation entry for 0x1d42.
  4821. grub-install : information : adding a relocation entry for 0x1d53.
  4822. grub-install : information : adding a relocation entry for 0x1d5d.
  4823. grub-install : information : adding a relocation entry for 0x1d6a.
  4824. grub-install : information : adding a relocation entry for 0x1d76.
  4825. grub-install : information : adding a relocation entry for 0x1d92.
  4826. grub-install : information : adding a relocation entry for 0x1d9f.
  4827. grub-install : information : adding a relocation entry for 0x1db0.
  4828. grub-install : information : adding a relocation entry for 0x1dd5.
  4829. grub-install : information : adding a relocation entry for 0x1de7.
  4830. grub-install : information : adding a relocation entry for 0x1df8.
  4831. grub-install : information : adding a relocation entry for 0x1e1a.
  4832. grub-install : information : adding a relocation entry for 0x1e34.
  4833. grub-install : information : adding a relocation entry for 0x1e44.
  4834. grub-install : information : adding a relocation entry for 0x1e62.
  4835. grub-install : information : adding a relocation entry for 0x1e74.
  4836. grub-install : information : adding a relocation entry for 0x1e97.
  4837. grub-install : information : adding a relocation entry for 0x1eb2.
  4838. grub-install : information : adding a relocation entry for 0x1ecb.
  4839. grub-install : information : adding a relocation entry for 0x1ef3.
  4840. grub-install : information : adding a relocation entry for 0x1efd.
  4841. grub-install : information : adding a relocation entry for 0x1f45.
  4842. grub-install : information : adding a relocation entry for 0x1f58.
  4843. grub-install : information : adding a relocation entry for 0x1f74.
  4844. grub-install : information : adding a relocation entry for 0x1f9f.
  4845. grub-install : information : adding a relocation entry for 0x1ffa.
  4846. grub-install : information : adding a relocation entry for 0x2005.
  4847. grub-install : information : adding a padding fixup entry.
  4848. grub-install : information : adding a padding fixup entry.
  4849. grub-install : information : writing 216 bytes of a fixup block starting at 0x1000.
  4850. grub-install : information : adding a relocation entry for 0x207d.
  4851. grub-install : information : adding a relocation entry for 0x20ac.
  4852. grub-install : information : adding a relocation entry for 0x20cd.
  4853. grub-install : information : adding a relocation entry for 0x20e0.
  4854. grub-install : information : adding a relocation entry for 0x20fe.
  4855. grub-install : information : adding a relocation entry for 0x2124.
  4856. grub-install : information : adding a relocation entry for 0x21b1.
  4857. grub-install : information : adding a relocation entry for 0x21c5.
  4858. grub-install : information : adding a relocation entry for 0x225a.
  4859. grub-install : information : adding a relocation entry for 0x2264.
  4860. grub-install : information : adding a relocation entry for 0x22d3.
  4861. grub-install : information : adding a relocation entry for 0x22f0.
  4862. grub-install : information : adding a relocation entry for 0x2311.
  4863. grub-install : information : adding a relocation entry for 0x236a.
  4864. grub-install : information : adding a relocation entry for 0x2378.
  4865. grub-install : information : adding a relocation entry for 0x238b.
  4866. grub-install : information : adding a relocation entry for 0x23a4.
  4867. grub-install : information : adding a relocation entry for 0x23bb.
  4868. grub-install : information : adding a relocation entry for 0x23cf.
  4869. grub-install : information : adding a relocation entry for 0x23e6.
  4870. grub-install : information : adding a relocation entry for 0x23fc.
  4871. grub-install : information : adding a relocation entry for 0x240f.
  4872. grub-install : information : adding a relocation entry for 0x241e.
  4873. grub-install : information : adding a relocation entry for 0x2446.
  4874. grub-install : information : adding a relocation entry for 0x245b.
  4875. grub-install : information : adding a relocation entry for 0x2476.
  4876. grub-install : information : adding a relocation entry for 0x2489.
  4877. grub-install : information : adding a relocation entry for 0x249a.
  4878. grub-install : information : adding a relocation entry for 0x24b2.
  4879. grub-install : information : adding a relocation entry for 0x24c8.
  4880. grub-install : information : adding a relocation entry for 0x24de.
  4881. grub-install : information : adding a relocation entry for 0x2511.
  4882. grub-install : information : adding a relocation entry for 0x253c.
  4883. grub-install : information : adding a relocation entry for 0x254e.
  4884. grub-install : information : adding a relocation entry for 0x256b.
  4885. grub-install : information : adding a relocation entry for 0x2582.
  4886. grub-install : information : adding a relocation entry for 0x25a0.
  4887. grub-install : information : adding a relocation entry for 0x25b7.
  4888. grub-install : information : adding a relocation entry for 0x25ce.
  4889. grub-install : information : adding a relocation entry for 0x25eb.
  4890. grub-install : information : adding a relocation entry for 0x2604.
  4891. grub-install : information : adding a relocation entry for 0x262a.
  4892. grub-install : information : adding a relocation entry for 0x2643.
  4893. grub-install : information : adding a relocation entry for 0x267b.
  4894. grub-install : information : adding a relocation entry for 0x26d2.
  4895. grub-install : information : adding a relocation entry for 0x2760.
  4896. grub-install : information : adding a relocation entry for 0x2785.
  4897. grub-install : information : adding a relocation entry for 0x27ab.
  4898. grub-install : information : adding a relocation entry for 0x27c6.
  4899. grub-install : information : adding a relocation entry for 0x27d5.
  4900. grub-install : information : adding a relocation entry for 0x27f2.
  4901. grub-install : information : adding a relocation entry for 0x2809.
  4902. grub-install : information : adding a relocation entry for 0x2864.
  4903. grub-install : information : adding a relocation entry for 0x287e.
  4904. grub-install : information : adding a relocation entry for 0x2888.
  4905. grub-install : information : adding a relocation entry for 0x289d.
  4906. grub-install : information : adding a relocation entry for 0x28c8.
  4907. grub-install : information : adding a relocation entry for 0x28d9.
  4908. grub-install : information : adding a relocation entry for 0x28ec.
  4909. grub-install : information : adding a relocation entry for 0x28fd.
  4910. grub-install : information : adding a relocation entry for 0x2918.
  4911. grub-install : information : adding a relocation entry for 0x295e.
  4912. grub-install : information : adding a relocation entry for 0x297e.
  4913. grub-install : information : adding a relocation entry for 0x298e.
  4914. grub-install : information : adding a relocation entry for 0x29a6.
  4915. grub-install : information : adding a relocation entry for 0x29bd.
  4916. grub-install : information : adding a relocation entry for 0x2a13.
  4917. grub-install : information : adding a relocation entry for 0x2a8d.
  4918. grub-install : information : adding a relocation entry for 0x2a99.
  4919. grub-install : information : adding a relocation entry for 0x2aa3.
  4920. grub-install : information : adding a relocation entry for 0x2aaf.
  4921. grub-install : information : adding a relocation entry for 0x2abb.
  4922. grub-install : information : adding a relocation entry for 0x2ad9.
  4923. grub-install : information : adding a relocation entry for 0x2ae6.
  4924. grub-install : information : adding a relocation entry for 0x2af4.
  4925. grub-install : information : adding a relocation entry for 0x2b09.
  4926. grub-install : information : adding a relocation entry for 0x2b21.
  4927. grub-install : information : adding a relocation entry for 0x2b31.
  4928. grub-install : information : adding a relocation entry for 0x2b4c.
  4929. grub-install : information : adding a relocation entry for 0x2b70.
  4930. grub-install : information : adding a relocation entry for 0x2b8a.
  4931. grub-install : information : adding a relocation entry for 0x2b97.
  4932. grub-install : information : adding a relocation entry for 0x2bc0.
  4933. grub-install : information : adding a relocation entry for 0x2bed.
  4934. grub-install : information : adding a relocation entry for 0x2c50.
  4935. grub-install : information : adding a relocation entry for 0x2c63.
  4936. grub-install : information : adding a relocation entry for 0x2c97.
  4937. grub-install : information : adding a relocation entry for 0x2cb9.
  4938. grub-install : information : adding a relocation entry for 0x2d08.
  4939. grub-install : information : adding a relocation entry for 0x2d5d.
  4940. grub-install : information : adding a relocation entry for 0x2d7a.
  4941. grub-install : information : adding a relocation entry for 0x2dcc.
  4942. grub-install : information : adding a relocation entry for 0x2df1.
  4943. grub-install : information : adding a relocation entry for 0x2e1d.
  4944. grub-install : information : adding a relocation entry for 0x2e27.
  4945. grub-install : information : adding a relocation entry for 0x2e36.
  4946. grub-install : information : adding a relocation entry for 0x2e4c.
  4947. grub-install : information : adding a relocation entry for 0x2e60.
  4948. grub-install : information : adding a relocation entry for 0x2e76.
  4949. grub-install : information : adding a relocation entry for 0x2e8b.
  4950. grub-install : information : adding a relocation entry for 0x2ea3.
  4951. grub-install : information : adding a relocation entry for 0x2ecd.
  4952. grub-install : information : adding a relocation entry for 0x2eef.
  4953. grub-install : information : adding a relocation entry for 0x2f2b.
  4954. grub-install : information : adding a relocation entry for 0x2f4e.
  4955. grub-install : information : adding a relocation entry for 0x2f89.
  4956. grub-install : information : adding a relocation entry for 0x2f99.
  4957. grub-install : information : adding a relocation entry for 0x2fa3.
  4958. grub-install : information : adding a relocation entry for 0x2fad.
  4959. grub-install : information : adding a relocation entry for 0x2fb7.
  4960. grub-install : information : adding a relocation entry for 0x2fc4.
  4961. grub-install : information : adding a relocation entry for 0x2fde.
  4962. grub-install : information : adding a relocation entry for 0x2ff1.
  4963. grub-install : information : adding a relocation entry for 0x3002.
  4964. grub-install : information : adding a padding fixup entry.
  4965. grub-install : information : adding a padding fixup entry.
  4966. grub-install : information : writing 240 bytes of a fixup block starting at 0x2000.
  4967. grub-install : information : adding a relocation entry for 0x3013.
  4968. grub-install : information : adding a relocation entry for 0x3020.
  4969. grub-install : information : adding a relocation entry for 0x302f.
  4970. grub-install : information : adding a relocation entry for 0x303a.
  4971. grub-install : information : adding a relocation entry for 0x304c.
  4972. grub-install : information : adding a relocation entry for 0x3056.
  4973. grub-install : information : adding a relocation entry for 0x3060.
  4974. grub-install : information : adding a relocation entry for 0x306a.
  4975. grub-install : information : adding a relocation entry for 0x3074.
  4976. grub-install : information : adding a relocation entry for 0x3084.
  4977. grub-install : information : adding a relocation entry for 0x3091.
  4978. grub-install : information : adding a relocation entry for 0x309d.
  4979. grub-install : information : adding a relocation entry for 0x30ac.
  4980. grub-install : information : adding a relocation entry for 0x30c1.
  4981. grub-install : information : adding a relocation entry for 0x30ce.
  4982. grub-install : information : adding a relocation entry for 0x30db.
  4983. grub-install : information : adding a relocation entry for 0x30f6.
  4984. grub-install : information : adding a relocation entry for 0x3106.
  4985. grub-install : information : adding a relocation entry for 0x3114.
  4986. grub-install : information : adding a relocation entry for 0x3125.
  4987. grub-install : information : adding a relocation entry for 0x3131.
  4988. grub-install : information : adding a relocation entry for 0x3142.
  4989. grub-install : information : adding a relocation entry for 0x3157.
  4990. grub-install : information : adding a relocation entry for 0x316a.
  4991. grub-install : information : adding a relocation entry for 0x317a.
  4992. grub-install : information : adding a relocation entry for 0x3187.
  4993. grub-install : information : adding a relocation entry for 0x3198.
  4994. grub-install : information : adding a relocation entry for 0x31aa.
  4995. grub-install : information : adding a relocation entry for 0x31bc.
  4996. grub-install : information : adding a relocation entry for 0x31d9.
  4997. grub-install : information : adding a relocation entry for 0x31e3.
  4998. grub-install : information : adding a relocation entry for 0x3213.
  4999. grub-install : information : adding a relocation entry for 0x322c.
  5000. grub-install : information : adding a relocation entry for 0x3259.
  5001. grub-install : information : adding a relocation entry for 0x3271.
  5002. grub-install : information : adding a relocation entry for 0x32ca.
  5003. grub-install : information : adding a relocation entry for 0x32d6.
  5004. grub-install : information : adding a relocation entry for 0x3342.
  5005. grub-install : information : adding a relocation entry for 0x345c.
  5006. grub-install : information : adding a relocation entry for 0x34b4.
  5007. grub-install : information : adding a relocation entry for 0x34be.
  5008. grub-install : information : adding a relocation entry for 0x34ca.
  5009. grub-install : information : adding a relocation entry for 0x34e1.
  5010. grub-install : information : adding a relocation entry for 0x34fc.
  5011. grub-install : information : adding a relocation entry for 0x3517.
  5012. grub-install : information : adding a relocation entry for 0x35fc.
  5013. grub-install : information : adding a relocation entry for 0x3670.
  5014. grub-install : information : adding a relocation entry for 0x3681.
  5015. grub-install : information : adding a relocation entry for 0x369a.
  5016. grub-install : information : adding a relocation entry for 0x36ab.
  5017. grub-install : information : adding a relocation entry for 0x36d1.
  5018. grub-install : information : adding a relocation entry for 0x36f3.
  5019. grub-install : information : adding a relocation entry for 0x3717.
  5020. grub-install : information : adding a relocation entry for 0x3729.
  5021. grub-install : information : adding a relocation entry for 0x3749.
  5022. grub-install : information : adding a relocation entry for 0x375b.
  5023. grub-install : information : adding a relocation entry for 0x3769.
  5024. grub-install : information : adding a relocation entry for 0x377d.
  5025. grub-install : information : adding a relocation entry for 0x378b.
  5026. grub-install : information : adding a relocation entry for 0x379f.
  5027. grub-install : information : adding a relocation entry for 0x37b3.
  5028. grub-install : information : adding a relocation entry for 0x37c8.
  5029. grub-install : information : adding a relocation entry for 0x37d9.
  5030. grub-install : information : adding a relocation entry for 0x3801.
  5031. grub-install : information : adding a relocation entry for 0x380c.
  5032. grub-install : information : adding a relocation entry for 0x3820.
  5033. grub-install : information : adding a relocation entry for 0x382e.
  5034. grub-install : information : adding a relocation entry for 0x3842.
  5035. grub-install : information : adding a relocation entry for 0x3855.
  5036. grub-install : information : adding a relocation entry for 0x38a8.
  5037. grub-install : information : adding a relocation entry for 0x38c1.
  5038. grub-install : information : adding a relocation entry for 0x38d0.
  5039. grub-install : information : adding a relocation entry for 0x38dc.
  5040. grub-install : information : adding a relocation entry for 0x3906.
  5041. grub-install : information : adding a relocation entry for 0x392c.
  5042. grub-install : information : adding a relocation entry for 0x393d.
  5043. grub-install : information : adding a relocation entry for 0x394c.
  5044. grub-install : information : adding a relocation entry for 0x3958.
  5045. grub-install : information : adding a relocation entry for 0x3962.
  5046. grub-install : information : adding a relocation entry for 0x396c.
  5047. grub-install : information : adding a relocation entry for 0x397c.
  5048. grub-install : information : adding a relocation entry for 0x398b.
  5049. grub-install : information : adding a relocation entry for 0x3995.
  5050. grub-install : information : adding a relocation entry for 0x399f.
  5051. grub-install : information : adding a relocation entry for 0x39ad.
  5052. grub-install : information : adding a relocation entry for 0x39bd.
  5053. grub-install : information : adding a relocation entry for 0x39c7.
  5054. grub-install : information : adding a relocation entry for 0x39d1.
  5055. grub-install : information : adding a relocation entry for 0x39e1.
  5056. grub-install : information : adding a relocation entry for 0x39f0.
  5057. grub-install : information : adding a relocation entry for 0x39fa.
  5058. grub-install : information : adding a relocation entry for 0x3a05.
  5059. grub-install : information : adding a relocation entry for 0x3a11.
  5060. grub-install : information : adding a relocation entry for 0x3a24.
  5061. grub-install : information : adding a relocation entry for 0x3a2e.
  5062. grub-install : information : adding a relocation entry for 0x3a3a.
  5063. grub-install : information : adding a relocation entry for 0x3a46.
  5064. grub-install : information : adding a relocation entry for 0x3a55.
  5065. grub-install : information : adding a relocation entry for 0x3a72.
  5066. grub-install : information : adding a relocation entry for 0x3a7f.
  5067. grub-install : information : adding a relocation entry for 0x3ae3.
  5068. grub-install : information : adding a relocation entry for 0x3b29.
  5069. grub-install : information : adding a relocation entry for 0x3b42.
  5070. grub-install : information : adding a relocation entry for 0x3b4c.
  5071. grub-install : information : adding a relocation entry for 0x3b56.
  5072. grub-install : information : adding a relocation entry for 0x3b62.
  5073. grub-install : information : adding a relocation entry for 0x3b6e.
  5074. grub-install : information : adding a relocation entry for 0x3b84.
  5075. grub-install : information : adding a relocation entry for 0x3b90.
  5076. grub-install : information : adding a relocation entry for 0x3bd4.
  5077. grub-install : information : adding a relocation entry for 0x3be0.
  5078. grub-install : information : adding a relocation entry for 0x3bef.
  5079. grub-install : information : adding a relocation entry for 0x3c04.
  5080. grub-install : information : adding a relocation entry for 0x3c10.
  5081. grub-install : information : adding a relocation entry for 0x3c25.
  5082. grub-install : information : adding a relocation entry for 0x3c58.
  5083. grub-install : information : adding a relocation entry for 0x3ca8.
  5084. grub-install : information : adding a relocation entry for 0x3cb4.
  5085. grub-install : information : adding a relocation entry for 0x3ccd.
  5086. grub-install : information : adding a relocation entry for 0x3cd9.
  5087. grub-install : information : adding a relocation entry for 0x3dca.
  5088. grub-install : information : adding a relocation entry for 0x3de0.
  5089. grub-install : information : adding a relocation entry for 0x3df1.
  5090. grub-install : information : adding a relocation entry for 0x3e07.
  5091. grub-install : information : adding a relocation entry for 0x3e20.
  5092. grub-install : information : adding a relocation entry for 0x3e3c.
  5093. grub-install : information : adding a relocation entry for 0x3e5c.
  5094. grub-install : information : adding a relocation entry for 0x3eae.
  5095. grub-install : information : adding a relocation entry for 0x3eba.
  5096. grub-install : information : adding a relocation entry for 0x3f94.
  5097. grub-install : information : adding a relocation entry for 0x3ffa.
  5098. grub-install : information : adding a relocation entry for 0x404a.
  5099. grub-install : information : writing 272 bytes of a fixup block starting at 0x3000.
  5100. grub-install : information : adding a relocation entry for 0x40a0.
  5101. grub-install : information : adding a relocation entry for 0x40bc.
  5102. grub-install : information : adding a relocation entry for 0x40cf.
  5103. grub-install : information : adding a relocation entry for 0x40f6.
  5104. grub-install : information : adding a relocation entry for 0x4118.
  5105. grub-install : information : adding a relocation entry for 0x412b.
  5106. grub-install : information : adding a relocation entry for 0x4148.
  5107. grub-install : information : adding a relocation entry for 0x4157.
  5108. grub-install : information : adding a relocation entry for 0x4168.
  5109. grub-install : information : adding a relocation entry for 0x419f.
  5110. grub-install : information : adding a relocation entry for 0x41c5.
  5111. grub-install : information : adding a relocation entry for 0x41d8.
  5112. grub-install : information : adding a relocation entry for 0x41ed.
  5113. grub-install : information : adding a relocation entry for 0x4294.
  5114. grub-install : information : adding a relocation entry for 0x42a3.
  5115. grub-install : information : adding a relocation entry for 0x42b4.
  5116. grub-install : information : adding a relocation entry for 0x42be.
  5117. grub-install : information : adding a relocation entry for 0x42cb.
  5118. grub-install : information : adding a relocation entry for 0x42d5.
  5119. grub-install : information : adding a relocation entry for 0x42ef.
  5120. grub-install : information : adding a relocation entry for 0x42f9.
  5121. grub-install : information : adding a relocation entry for 0x4319.
  5122. grub-install : information : adding a relocation entry for 0x4323.
  5123. grub-install : information : adding a relocation entry for 0x432f.
  5124. grub-install : information : adding a relocation entry for 0x4339.
  5125. grub-install : information : adding a relocation entry for 0x4345.
  5126. grub-install : information : adding a relocation entry for 0x4356.
  5127. grub-install : information : adding a relocation entry for 0x4366.
  5128. grub-install : information : adding a relocation entry for 0x4383.
  5129. grub-install : information : adding a relocation entry for 0x439e.
  5130. grub-install : information : adding a relocation entry for 0x43b5.
  5131. grub-install : information : adding a relocation entry for 0x43d7.
  5132. grub-install : information : adding a relocation entry for 0x43e8.
  5133. grub-install : information : adding a relocation entry for 0x4400.
  5134. grub-install : information : adding a relocation entry for 0x4413.
  5135. grub-install : information : adding a relocation entry for 0x4427.
  5136. grub-install : information : adding a relocation entry for 0x4433.
  5137. grub-install : information : adding a relocation entry for 0x4448.
  5138. grub-install : information : adding a relocation entry for 0x445a.
  5139. grub-install : information : adding a relocation entry for 0x4464.
  5140. grub-install : information : adding a relocation entry for 0x4470.
  5141. grub-install : information : adding a relocation entry for 0x447f.
  5142. grub-install : information : adding a relocation entry for 0x448e.
  5143. grub-install : information : adding a relocation entry for 0x449a.
  5144. grub-install : information : adding a relocation entry for 0x44b0.
  5145. grub-install : information : adding a relocation entry for 0x44c1.
  5146. grub-install : information : adding a relocation entry for 0x44e1.
  5147. grub-install : information : adding a relocation entry for 0x44ed.
  5148. grub-install : information : adding a relocation entry for 0x4501.
  5149. grub-install : information : adding a relocation entry for 0x4518.
  5150. grub-install : information : adding a relocation entry for 0x4522.
  5151. grub-install : information : adding a relocation entry for 0x4545.
  5152. grub-install : information : adding a relocation entry for 0x4551.
  5153. grub-install : information : adding a relocation entry for 0x456b.
  5154. grub-install : information : adding a relocation entry for 0x4585.
  5155. grub-install : information : adding a relocation entry for 0x4596.
  5156. grub-install : information : adding a relocation entry for 0x45ac.
  5157. grub-install : information : adding a relocation entry for 0x45c5.
  5158. grub-install : information : adding a relocation entry for 0x45d6.
  5159. grub-install : information : adding a relocation entry for 0x45e3.
  5160. grub-install : information : adding a relocation entry for 0x45fa.
  5161. grub-install : information : adding a relocation entry for 0x4604.
  5162. grub-install : information : adding a relocation entry for 0x460e.
  5163. grub-install : information : adding a relocation entry for 0x4618.
  5164. grub-install : information : adding a relocation entry for 0x4622.
  5165. grub-install : information : adding a relocation entry for 0x463d.
  5166. grub-install : information : adding a relocation entry for 0x4647.
  5167. grub-install : information : adding a relocation entry for 0x4651.
  5168. grub-install : information : adding a relocation entry for 0x465b.
  5169. grub-install : information : adding a relocation entry for 0x466a.
  5170. grub-install : information : adding a relocation entry for 0x4674.
  5171. grub-install : information : adding a relocation entry for 0x467e.
  5172. grub-install : information : adding a relocation entry for 0x4688.
  5173. grub-install : information : adding a relocation entry for 0x469a.
  5174. grub-install : information : adding a relocation entry for 0x46a5.
  5175. grub-install : information : adding a relocation entry for 0x46af.
  5176. grub-install : information : adding a relocation entry for 0x46b9.
  5177. grub-install : information : adding a relocation entry for 0x46c7.
  5178. grub-install : information : adding a relocation entry for 0x46f7.
  5179. grub-install : information : adding a relocation entry for 0x4701.
  5180. grub-install : information : adding a relocation entry for 0x471b.
  5181. grub-install : information : adding a relocation entry for 0x4727.
  5182. grub-install : information : adding a relocation entry for 0x4770.
  5183. grub-install : information : adding a relocation entry for 0x477a.
  5184. grub-install : information : adding a relocation entry for 0x4793.
  5185. grub-install : information : adding a relocation entry for 0x479d.
  5186. grub-install : information : adding a relocation entry for 0x47ae.
  5187. grub-install : information : adding a relocation entry for 0x47c3.
  5188. grub-install : information : adding a relocation entry for 0x47e2.
  5189. grub-install : information : adding a relocation entry for 0x47f9.
  5190. grub-install : information : adding a relocation entry for 0x4808.
  5191. grub-install : information : adding a relocation entry for 0x4833.
  5192. grub-install : information : adding a relocation entry for 0x4856.
  5193. grub-install : information : adding a relocation entry for 0x4866.
  5194. grub-install : information : adding a relocation entry for 0x4884.
  5195. grub-install : information : adding a relocation entry for 0x48b9.
  5196. grub-install : information : adding a relocation entry for 0x48cd.
  5197. grub-install : information : adding a relocation entry for 0x48e5.
  5198. grub-install : information : adding a relocation entry for 0x48f7.
  5199. grub-install : information : adding a relocation entry for 0x4909.
  5200. grub-install : information : adding a relocation entry for 0x4921.
  5201. grub-install : information : adding a relocation entry for 0x492b.
  5202. grub-install : information : adding a relocation entry for 0x4995.
  5203. grub-install : information : adding a relocation entry for 0x49bd.
  5204. grub-install : information : adding a relocation entry for 0x4a17.
  5205. grub-install : information : adding a relocation entry for 0x4a31.
  5206. grub-install : information : adding a relocation entry for 0x4a5c.
  5207. grub-install : information : adding a relocation entry for 0x4a70.
  5208. grub-install : information : adding a relocation entry for 0x4a87.
  5209. grub-install : information : adding a relocation entry for 0x4ad3.
  5210. grub-install : information : adding a relocation entry for 0x4b29.
  5211. grub-install : information : adding a relocation entry for 0x4b88.
  5212. grub-install : information : adding a relocation entry for 0x4ba5.
  5213. grub-install : information : adding a relocation entry for 0x4bbf.
  5214. grub-install : information : adding a relocation entry for 0x4bd0.
  5215. grub-install : information : adding a relocation entry for 0x4bfb.
  5216. grub-install : information : adding a relocation entry for 0x4c4e.
  5217. grub-install : information : adding a relocation entry for 0x4c6b.
  5218. grub-install : information : adding a relocation entry for 0x4c85.
  5219. grub-install : information : adding a relocation entry for 0x4c96.
  5220. grub-install : information : adding a relocation entry for 0x4d35.
  5221. grub-install : information : adding a relocation entry for 0x4d41.
  5222. grub-install : information : adding a relocation entry for 0x4d4e.
  5223. grub-install : information : adding a relocation entry for 0x4d58.
  5224. grub-install : information : adding a relocation entry for 0x4d69.
  5225. grub-install : information : adding a relocation entry for 0x4d76.
  5226. grub-install : information : adding a relocation entry for 0x4d87.
  5227. grub-install : information : adding a relocation entry for 0x4da4.
  5228. grub-install : information : adding a relocation entry for 0x4dee.
  5229. grub-install : information : adding a relocation entry for 0x4df9.
  5230. grub-install : information : adding a relocation entry for 0x4e04.
  5231. grub-install : information : adding a relocation entry for 0x4e36.
  5232. grub-install : information : adding a relocation entry for 0x4e4b.
  5233. grub-install : information : adding a relocation entry for 0x4e55.
  5234. grub-install : information : adding a relocation entry for 0x4e88.
  5235. grub-install : information : adding a relocation entry for 0x4e92.
  5236. grub-install : information : adding a relocation entry for 0x4ea1.
  5237. grub-install : information : adding a relocation entry for 0x4eab.
  5238. grub-install : information : adding a relocation entry for 0x4ecf.
  5239. grub-install : information : adding a relocation entry for 0x4ed9.
  5240. grub-install : information : adding a relocation entry for 0x4ee5.
  5241. grub-install : information : adding a relocation entry for 0x4ef3.
  5242. grub-install : information : adding a relocation entry for 0x4f2f.
  5243. grub-install : information : adding a relocation entry for 0x4f39.
  5244. grub-install : information : adding a relocation entry for 0x4f4f.
  5245. grub-install : information : adding a relocation entry for 0x4f59.
  5246. grub-install : information : adding a relocation entry for 0x4f6d.
  5247. grub-install : information : adding a relocation entry for 0x4fc2.
  5248. grub-install : information : adding a relocation entry for 0x4fea.
  5249. grub-install : information : adding a relocation entry for 0x4ffe.
  5250. grub-install : information : adding a relocation entry for 0x5019.
  5251. grub-install : information : adding a padding fixup entry.
  5252. grub-install : information : writing 312 bytes of a fixup block starting at 0x4000.
  5253. grub-install : information : adding a relocation entry for 0x5026.
  5254. grub-install : information : adding a relocation entry for 0x5056.
  5255. grub-install : information : adding a relocation entry for 0x5080.
  5256. grub-install : information : adding a relocation entry for 0x5093.
  5257. grub-install : information : adding a relocation entry for 0x50ac.
  5258. grub-install : information : adding a relocation entry for 0x50b8.
  5259. grub-install : information : adding a relocation entry for 0x50ce.
  5260. grub-install : information : adding a relocation entry for 0x50df.
  5261. grub-install : information : adding a relocation entry for 0x50e9.
  5262. grub-install : information : adding a relocation entry for 0x50f8.
  5263. grub-install : information : adding a relocation entry for 0x5107.
  5264. grub-install : information : adding a relocation entry for 0x5116.
  5265. grub-install : information : adding a relocation entry for 0x512a.
  5266. grub-install : information : adding a relocation entry for 0x5147.
  5267. grub-install : information : adding a relocation entry for 0x5158.
  5268. grub-install : information : adding a relocation entry for 0x5179.
  5269. grub-install : information : adding a relocation entry for 0x518e.
  5270. grub-install : information : adding a relocation entry for 0x519d.
  5271. grub-install : information : adding a relocation entry for 0x51ae.
  5272. grub-install : information : adding a relocation entry for 0x51ba.
  5273. grub-install : information : adding a relocation entry for 0x51d8.
  5274. grub-install : information : adding a relocation entry for 0x51e9.
  5275. grub-install : information : adding a relocation entry for 0x5256.
  5276. grub-install : information : adding a relocation entry for 0x5267.
  5277. grub-install : information : adding a relocation entry for 0x52b2.
  5278. grub-install : information : adding a relocation entry for 0x52c3.
  5279. grub-install : information : adding a relocation entry for 0x52d3.
  5280. grub-install : information : adding a relocation entry for 0x52e1.
  5281. grub-install : information : adding a relocation entry for 0x52ee.
  5282. grub-install : information : adding a relocation entry for 0x52f8.
  5283. grub-install : information : adding a relocation entry for 0x5307.
  5284. grub-install : information : adding a relocation entry for 0x5311.
  5285. grub-install : information : adding a relocation entry for 0x531e.
  5286. grub-install : information : adding a relocation entry for 0x5359.
  5287. grub-install : information : adding a relocation entry for 0x53c0.
  5288. grub-install : information : adding a relocation entry for 0x5414.
  5289. grub-install : information : adding a relocation entry for 0x54bb.
  5290. grub-install : information : adding a relocation entry for 0x54d9.
  5291. grub-install : information : adding a relocation entry for 0x5522.
  5292. grub-install : information : adding a relocation entry for 0x553c.
  5293. grub-install : information : adding a relocation entry for 0x5592.
  5294. grub-install : information : adding a relocation entry for 0x55a4.
  5295. grub-install : information : adding a relocation entry for 0x55d6.
  5296. grub-install : information : adding a relocation entry for 0x5644.
  5297. grub-install : information : adding a relocation entry for 0x565e.
  5298. grub-install : information : adding a relocation entry for 0x5670.
  5299. grub-install : information : adding a relocation entry for 0x5682.
  5300. grub-install : information : adding a relocation entry for 0x56b5.
  5301. grub-install : information : adding a relocation entry for 0x56cd.
  5302. grub-install : information : adding a relocation entry for 0x56d8.
  5303. grub-install : information : adding a relocation entry for 0x571b.
  5304. grub-install : information : adding a relocation entry for 0x5745.
  5305. grub-install : information : adding a relocation entry for 0x5781.
  5306. grub-install : information : adding a relocation entry for 0x57db.
  5307. grub-install : information : adding a relocation entry for 0x57e5.
  5308. grub-install : information : adding a relocation entry for 0x580f.
  5309. grub-install : information : adding a relocation entry for 0x581d.
  5310. grub-install : information : adding a relocation entry for 0x5870.
  5311. grub-install : information : adding a relocation entry for 0x587d.
  5312. grub-install : information : adding a relocation entry for 0x5891.
  5313. grub-install : information : adding a relocation entry for 0x58f3.
  5314. grub-install : information : adding a relocation entry for 0x58fd.
  5315. grub-install : information : adding a relocation entry for 0x5907.
  5316. grub-install : information : adding a relocation entry for 0x5911.
  5317. grub-install : information : adding a relocation entry for 0x5922.
  5318. grub-install : information : adding a relocation entry for 0x5950.
  5319. grub-install : information : adding a relocation entry for 0x5961.
  5320. grub-install : information : adding a relocation entry for 0x5972.
  5321. grub-install : information : adding a relocation entry for 0x598b.
  5322. grub-install : information : adding a relocation entry for 0x59b2.
  5323. grub-install : information : adding a relocation entry for 0x59c3.
  5324. grub-install : information : adding a relocation entry for 0x59d9.
  5325. grub-install : information : adding a relocation entry for 0x59fb.
  5326. grub-install : information : adding a relocation entry for 0x5a07.
  5327. grub-install : information : adding a relocation entry for 0x5a16.
  5328. grub-install : information : adding a relocation entry for 0x5a20.
  5329. grub-install : information : adding a relocation entry for 0x5a2d.
  5330. grub-install : information : adding a relocation entry for 0x5a47.
  5331. grub-install : information : adding a relocation entry for 0x5a56.
  5332. grub-install : information : adding a relocation entry for 0x5a72.
  5333. grub-install : information : adding a relocation entry for 0x5a7c.
  5334. grub-install : information : adding a relocation entry for 0x5a94.
  5335. grub-install : information : adding a relocation entry for 0x5aac.
  5336. grub-install : information : adding a relocation entry for 0x5abd.
  5337. grub-install : information : adding a relocation entry for 0x5ad2.
  5338. grub-install : information : adding a relocation entry for 0x5ae3.
  5339. grub-install : information : adding a relocation entry for 0x5afe.
  5340. grub-install : information : adding a relocation entry for 0x5b18.
  5341. grub-install : information : adding a relocation entry for 0x5b2d.
  5342. grub-install : information : adding a relocation entry for 0x5b4d.
  5343. grub-install : information : adding a relocation entry for 0x5b64.
  5344. grub-install : information : adding a relocation entry for 0x5b8b.
  5345. grub-install : information : adding a relocation entry for 0x5b9c.
  5346. grub-install : information : adding a relocation entry for 0x5bbf.
  5347. grub-install : information : adding a relocation entry for 0x5bd8.
  5348. grub-install : information : adding a relocation entry for 0x5c30.
  5349. grub-install : information : adding a relocation entry for 0x5c9d.
  5350. grub-install : information : adding a relocation entry for 0x5cee.
  5351. grub-install : information : adding a relocation entry for 0x5d05.
  5352. grub-install : information : adding a relocation entry for 0x5d28.
  5353. grub-install : information : adding a relocation entry for 0x5d62.
  5354. grub-install : information : adding a relocation entry for 0x5d73.
  5355. grub-install : information : adding a relocation entry for 0x5e00.
  5356. grub-install : information : adding a relocation entry for 0x5e3d.
  5357. grub-install : information : adding a relocation entry for 0x5e50.
  5358. grub-install : information : adding a relocation entry for 0x5ed4.
  5359. grub-install : information : adding a relocation entry for 0x5f21.
  5360. grub-install : information : adding a relocation entry for 0x5f30.
  5361. grub-install : information : adding a relocation entry for 0x5f3f.
  5362. grub-install : information : adding a relocation entry for 0x5f49.
  5363. grub-install : information : adding a relocation entry for 0x5f73.
  5364. grub-install : information : adding a relocation entry for 0x5fc1.
  5365. grub-install : information : adding a relocation entry for 0x5fd2.
  5366. grub-install : information : adding a relocation entry for 0x600a.
  5367. grub-install : information : adding a padding fixup entry.
  5368. grub-install : information : adding a padding fixup entry.
  5369. grub-install : information : writing 240 bytes of a fixup block starting at 0x5000.
  5370. grub-install : information : adding a relocation entry for 0x601b.
  5371. grub-install : information : adding a relocation entry for 0x6039.
  5372. grub-install : information : adding a relocation entry for 0x60a0.
  5373. grub-install : information : adding a relocation entry for 0x60aa.
  5374. grub-install : information : adding a relocation entry for 0x60b9.
  5375. grub-install : information : adding a relocation entry for 0x60cc.
  5376. grub-install : information : adding a relocation entry for 0x60d6.
  5377. grub-install : information : adding a relocation entry for 0x60e5.
  5378. grub-install : information : adding a relocation entry for 0x60f8.
  5379. grub-install : information : adding a relocation entry for 0x6102.
  5380. grub-install : information : adding a relocation entry for 0x6111.
  5381. grub-install : information : adding a relocation entry for 0x6121.
  5382. grub-install : information : adding a relocation entry for 0x6148.
  5383. grub-install : information : adding a relocation entry for 0x616c.
  5384. grub-install : information : adding a relocation entry for 0x617d.
  5385. grub-install : information : adding a relocation entry for 0x618d.
  5386. grub-install : information : adding a relocation entry for 0x61b2.
  5387. grub-install : information : adding a relocation entry for 0x61c3.
  5388. grub-install : information : adding a relocation entry for 0x61d1.
  5389. grub-install : information : adding a relocation entry for 0x61ef.
  5390. grub-install : information : adding a relocation entry for 0x61f9.
  5391. grub-install : information : adding a relocation entry for 0x6223.
  5392. grub-install : information : adding a relocation entry for 0x622d.
  5393. grub-install : information : adding a relocation entry for 0x6258.
  5394. grub-install : information : adding a relocation entry for 0x628e.
  5395. grub-install : information : adding a relocation entry for 0x6298.
  5396. grub-install : information : adding a relocation entry for 0x62aa.
  5397. grub-install : information : adding a relocation entry for 0x62c7.
  5398. grub-install : information : adding a relocation entry for 0x62d1.
  5399. grub-install : information : adding a relocation entry for 0x62e2.
  5400. grub-install : information : adding a relocation entry for 0x62fb.
  5401. grub-install : information : adding a relocation entry for 0x6305.
  5402. grub-install : information : adding a relocation entry for 0x6320.
  5403. grub-install : information : adding a relocation entry for 0x6332.
  5404. grub-install : information : adding a relocation entry for 0x6349.
  5405. grub-install : information : adding a relocation entry for 0x6359.
  5406. grub-install : information : adding a relocation entry for 0x636a.
  5407. grub-install : information : adding a relocation entry for 0x6380.
  5408. grub-install : information : adding a relocation entry for 0x638e.
  5409. grub-install : information : adding a relocation entry for 0x63a6.
  5410. grub-install : information : adding a relocation entry for 0x63e3.
  5411. grub-install : information : adding a relocation entry for 0x63ef.
  5412. grub-install : information : adding a relocation entry for 0x6429.
  5413. grub-install : information : adding a relocation entry for 0x645f.
  5414. grub-install : information : adding a relocation entry for 0x6482.
  5415. grub-install : information : adding a relocation entry for 0x6498.
  5416. grub-install : information : adding a relocation entry for 0x64b3.
  5417. grub-install : information : adding a relocation entry for 0x64da.
  5418. grub-install : information : adding a relocation entry for 0x6532.
  5419. grub-install : information : adding a relocation entry for 0x6548.
  5420. grub-install : information : adding a relocation entry for 0x6557.
  5421. grub-install : information : adding a relocation entry for 0x658b.
  5422. grub-install : information : adding a relocation entry for 0x65b1.
  5423. grub-install : information : adding a relocation entry for 0x65bb.
  5424. grub-install : information : adding a relocation entry for 0x65e5.
  5425. grub-install : information : adding a relocation entry for 0x660d.
  5426. grub-install : information : adding a relocation entry for 0x6628.
  5427. grub-install : information : adding a relocation entry for 0x66a0.
  5428. grub-install : information : adding a relocation entry for 0x66b5.
  5429. grub-install : information : adding a relocation entry for 0x66c2.
  5430. grub-install : information : adding a relocation entry for 0x66d1.
  5431. grub-install : information : adding a relocation entry for 0x66f6.
  5432. grub-install : information : adding a relocation entry for 0x670b.
  5433. grub-install : information : adding a relocation entry for 0x6718.
  5434. grub-install : information : adding a relocation entry for 0x6745.
  5435. grub-install : information : adding a relocation entry for 0x677f.
  5436. grub-install : information : adding a relocation entry for 0x6798.
  5437. grub-install : information : adding a relocation entry for 0x67a2.
  5438. grub-install : information : adding a relocation entry for 0x67b5.
  5439. grub-install : information : adding a relocation entry for 0x67c6.
  5440. grub-install : information : adding a relocation entry for 0x67dd.
  5441. grub-install : information : adding a relocation entry for 0x67e9.
  5442. grub-install : information : adding a relocation entry for 0x67fa.
  5443. grub-install : information : adding a relocation entry for 0x6805.
  5444. grub-install : information : adding a relocation entry for 0x6810.
  5445. grub-install : information : adding a relocation entry for 0x681a.
  5446. grub-install : information : adding a relocation entry for 0x682c.
  5447. grub-install : information : adding a relocation entry for 0x683c.
  5448. grub-install : information : adding a relocation entry for 0x684c.
  5449. grub-install : information : adding a relocation entry for 0x685d.
  5450. grub-install : information : adding a relocation entry for 0x6866.
  5451. grub-install : information : adding a relocation entry for 0x687e.
  5452. grub-install : information : adding a relocation entry for 0x6890.
  5453. grub-install : information : adding a relocation entry for 0x689a.
  5454. grub-install : information : adding a relocation entry for 0x68ad.
  5455. grub-install : information : adding a relocation entry for 0x68c1.
  5456. grub-install : information : adding a relocation entry for 0x68d0.
  5457. grub-install : information : adding a relocation entry for 0x68da.
  5458. grub-install : information : adding a relocation entry for 0x68e6.
  5459. grub-install : information : adding a relocation entry for 0x68f3.
  5460. grub-install : information : adding a relocation entry for 0x6900.
  5461. grub-install : information : adding a relocation entry for 0x690b.
  5462. grub-install : information : adding a relocation entry for 0x6915.
  5463. grub-install : information : adding a relocation entry for 0x6925.
  5464. grub-install : information : adding a relocation entry for 0x6934.
  5465. grub-install : information : adding a relocation entry for 0x6940.
  5466. grub-install : information : adding a relocation entry for 0x694c.
  5467. grub-install : information : adding a relocation entry for 0x6975.
  5468. grub-install : information : adding a relocation entry for 0x698b.
  5469. grub-install : information : adding a relocation entry for 0x699a.
  5470. grub-install : information : adding a relocation entry for 0x69b1.
  5471. grub-install : information : adding a relocation entry for 0x69d0.
  5472. grub-install : information : adding a relocation entry for 0x6a06.
  5473. grub-install : information : adding a relocation entry for 0x6a12.
  5474. grub-install : information : adding a relocation entry for 0x6a51.
  5475. grub-install : information : adding a relocation entry for 0x6aae.
  5476. grub-install : information : adding a relocation entry for 0x6abd.
  5477. grub-install : information : adding a relocation entry for 0x6acd.
  5478. grub-install : information : adding a relocation entry for 0x6add.
  5479. grub-install : information : adding a relocation entry for 0x6af0.
  5480. grub-install : information : adding a relocation entry for 0x6aff.
  5481. grub-install : information : adding a relocation entry for 0x6b25.
  5482. grub-install : information : adding a relocation entry for 0x6b3d.
  5483. grub-install : information : adding a relocation entry for 0x6b60.
  5484. grub-install : information : adding a relocation entry for 0x6b8a.
  5485. grub-install : information : adding a relocation entry for 0x6b9d.
  5486. grub-install : information : adding a relocation entry for 0x6bce.
  5487. grub-install : information : adding a relocation entry for 0x6be0.
  5488. grub-install : information : adding a relocation entry for 0x6bf2.
  5489. grub-install : information : adding a relocation entry for 0x6c29.
  5490. grub-install : information : adding a relocation entry for 0x6c3a.
  5491. grub-install : information : adding a relocation entry for 0x6c44.
  5492. grub-install : information : adding a relocation entry for 0x6c4e.
  5493. grub-install : information : adding a relocation entry for 0x6c62.
  5494. grub-install : information : adding a relocation entry for 0x6c79.
  5495. grub-install : information : adding a relocation entry for 0x6c83.
  5496. grub-install : information : adding a relocation entry for 0x6c8d.
  5497. grub-install : information : adding a relocation entry for 0x6cb0.
  5498. grub-install : information : adding a relocation entry for 0x6cba.
  5499. grub-install : information : adding a relocation entry for 0x6ce7.
  5500. grub-install : information : adding a relocation entry for 0x6dde.
  5501. grub-install : information : adding a relocation entry for 0x6e41.
  5502. grub-install : information : adding a relocation entry for 0x6e8e.
  5503. grub-install : information : adding a relocation entry for 0x6ea4.
  5504. grub-install : information : adding a relocation entry for 0x6ebc.
  5505. grub-install : information : adding a relocation entry for 0x6ecd.
  5506. grub-install : information : adding a relocation entry for 0x6efb.
  5507. grub-install : information : adding a relocation entry for 0x6f2e.
  5508. grub-install : information : adding a relocation entry for 0x6f5a.
  5509. grub-install : information : adding a relocation entry for 0x6f6b.
  5510. grub-install : information : adding a relocation entry for 0x6f95.
  5511. grub-install : information : adding a relocation entry for 0x6fa3.
  5512. grub-install : information : adding a relocation entry for 0x6fcd.
  5513. grub-install : information : adding a relocation entry for 0x6fda.
  5514. grub-install : information : adding a relocation entry for 0x6ff3.
  5515. grub-install : information : adding a relocation entry for 0x6ffd.
  5516. grub-install : information : adding a relocation entry for 0x700c.
  5517. grub-install : information : adding a padding fixup entry.
  5518. grub-install : information : writing 304 bytes of a fixup block starting at 0x6000.
  5519. grub-install : information : adding a relocation entry for 0x701b.
  5520. grub-install : information : adding a relocation entry for 0x7025.
  5521. grub-install : information : adding a relocation entry for 0x7035.
  5522. grub-install : information : adding a relocation entry for 0x7048.
  5523. grub-install : information : adding a relocation entry for 0x705a.
  5524. grub-install : information : adding a relocation entry for 0x7064.
  5525. grub-install : information : adding a relocation entry for 0x7073.
  5526. grub-install : information : adding a relocation entry for 0x7080.
  5527. grub-install : information : adding a relocation entry for 0x708b.
  5528. grub-install : information : adding a relocation entry for 0x70a1.
  5529. grub-install : information : adding a relocation entry for 0x70b9.
  5530. grub-install : information : adding a relocation entry for 0x70cd.
  5531. grub-install : information : adding a relocation entry for 0x70e6.
  5532. grub-install : information : adding a relocation entry for 0x70f6.
  5533. grub-install : information : adding a relocation entry for 0x7105.
  5534. grub-install : information : adding a relocation entry for 0x710f.
  5535. grub-install : information : adding a relocation entry for 0x711e.
  5536. grub-install : information : adding a relocation entry for 0x712b.
  5537. grub-install : information : adding a relocation entry for 0x7136.
  5538. grub-install : information : adding a relocation entry for 0x7149.
  5539. grub-install : information : adding a relocation entry for 0x7154.
  5540. grub-install : information : adding a relocation entry for 0x7160.
  5541. grub-install : information : adding a relocation entry for 0x7174.
  5542. grub-install : information : adding a relocation entry for 0x717f.
  5543. grub-install : information : adding a relocation entry for 0x719d.
  5544. grub-install : information : adding a relocation entry for 0x71ae.
  5545. grub-install : information : adding a relocation entry for 0x71ca.
  5546. grub-install : information : adding a relocation entry for 0x7250.
  5547. grub-install : information : adding a relocation entry for 0x7270.
  5548. grub-install : information : adding a relocation entry for 0x7280.
  5549. grub-install : information : adding a relocation entry for 0x728d.
  5550. grub-install : information : adding a relocation entry for 0x72ad.
  5551. grub-install : information : adding a relocation entry for 0x72c1.
  5552. grub-install : information : adding a relocation entry for 0x72e8.
  5553. grub-install : information : adding a relocation entry for 0x7339.
  5554. grub-install : information : adding a relocation entry for 0x7348.
  5555. grub-install : information : adding a relocation entry for 0x7354.
  5556. grub-install : information : adding a relocation entry for 0x736c.
  5557. grub-install : information : adding a relocation entry for 0x737f.
  5558. grub-install : information : adding a relocation entry for 0x7391.
  5559. grub-install : information : adding a relocation entry for 0x739d.
  5560. grub-install : information : adding a relocation entry for 0x73ac.
  5561. grub-install : information : adding a relocation entry for 0x73ea.
  5562. grub-install : information : adding a relocation entry for 0x73f9.
  5563. grub-install : information : adding a relocation entry for 0x7423.
  5564. grub-install : information : adding a relocation entry for 0x742d.
  5565. grub-install : information : adding a relocation entry for 0x7437.
  5566. grub-install : information : adding a relocation entry for 0x7443.
  5567. grub-install : information : adding a relocation entry for 0x7452.
  5568. grub-install : information : adding a relocation entry for 0x74ad.
  5569. grub-install : information : adding a relocation entry for 0x74b7.
  5570. grub-install : information : adding a relocation entry for 0x74c1.
  5571. grub-install : information : adding a relocation entry for 0x74d5.
  5572. grub-install : information : adding a relocation entry for 0x74ef.
  5573. grub-install : information : adding a relocation entry for 0x74f9.
  5574. grub-install : information : adding a relocation entry for 0x7503.
  5575. grub-install : information : adding a relocation entry for 0x7523.
  5576. grub-install : information : adding a relocation entry for 0x752d.
  5577. grub-install : information : adding a relocation entry for 0x7539.
  5578. grub-install : information : adding a relocation entry for 0x7543.
  5579. grub-install : information : adding a relocation entry for 0x7552.
  5580. grub-install : information : adding a relocation entry for 0x7576.
  5581. grub-install : information : adding a relocation entry for 0x7596.
  5582. grub-install : information : adding a relocation entry for 0x75be.
  5583. grub-install : information : adding a relocation entry for 0x761c.
  5584. grub-install : information : adding a relocation entry for 0x7637.
  5585. grub-install : information : adding a relocation entry for 0x7676.
  5586. grub-install : information : adding a relocation entry for 0x7680.
  5587. grub-install : information : adding a relocation entry for 0x76a1.
  5588. grub-install : information : adding a relocation entry for 0x76b0.
  5589. grub-install : information : adding a relocation entry for 0x76bf.
  5590. grub-install : information : adding a relocation entry for 0x76d0.
  5591. grub-install : information : adding a relocation entry for 0x76dc.
  5592. grub-install : information : adding a relocation entry for 0x76e6.
  5593. grub-install : information : adding a relocation entry for 0x76fa.
  5594. grub-install : information : adding a relocation entry for 0x7713.
  5595. grub-install : information : adding a relocation entry for 0x7723.
  5596. grub-install : information : adding a relocation entry for 0x7733.
  5597. grub-install : information : adding a relocation entry for 0x7742.
  5598. grub-install : information : adding a relocation entry for 0x774e.
  5599. grub-install : information : adding a relocation entry for 0x775a.
  5600. grub-install : information : adding a relocation entry for 0x7771.
  5601. grub-install : information : adding a relocation entry for 0x777d.
  5602. grub-install : information : adding a relocation entry for 0x778f.
  5603. grub-install : information : adding a relocation entry for 0x779b.
  5604. grub-install : information : adding a relocation entry for 0x77a5.
  5605. grub-install : information : adding a relocation entry for 0x77b3.
  5606. grub-install : information : adding a relocation entry for 0x77bd.
  5607. grub-install : information : adding a relocation entry for 0x77cd.
  5608. grub-install : information : adding a relocation entry for 0x77da.
  5609. grub-install : information : adding a relocation entry for 0x77f5.
  5610. grub-install : information : adding a relocation entry for 0x781f.
  5611. grub-install : information : adding a relocation entry for 0x7835.
  5612. grub-install : information : adding a relocation entry for 0x7847.
  5613. grub-install : information : adding a relocation entry for 0x7856.
  5614. grub-install : information : adding a relocation entry for 0x7868.
  5615. grub-install : information : adding a relocation entry for 0x7878.
  5616. grub-install : information : adding a relocation entry for 0x7899.
  5617. grub-install : information : adding a relocation entry for 0x78a5.
  5618. grub-install : information : adding a relocation entry for 0x78c9.
  5619. grub-install : information : adding a relocation entry for 0x7919.
  5620. grub-install : information : adding a relocation entry for 0x7927.
  5621. grub-install : information : adding a relocation entry for 0x7a10.
  5622. grub-install : information : adding a relocation entry for 0x7a64.
  5623. grub-install : information : adding a relocation entry for 0x7a72.
  5624. grub-install : information : adding a relocation entry for 0x7b81.
  5625. grub-install : information : adding a relocation entry for 0x7b91.
  5626. grub-install : information : adding a relocation entry for 0x7bb1.
  5627. grub-install : information : adding a relocation entry for 0x7bc9.
  5628. grub-install : information : adding a relocation entry for 0x7bdf.
  5629. grub-install : information : adding a relocation entry for 0x7c00.
  5630. grub-install : information : adding a relocation entry for 0x7c83.
  5631. grub-install : information : adding a relocation entry for 0x7d1b.
  5632. grub-install : information : adding a relocation entry for 0x7d2c.
  5633. grub-install : information : adding a relocation entry for 0x7d47.
  5634. grub-install : information : adding a relocation entry for 0x7d58.
  5635. grub-install : information : adding a relocation entry for 0x7d69.
  5636. grub-install : information : adding a relocation entry for 0x7eac.
  5637. grub-install : information : adding a relocation entry for 0x7ec5.
  5638. grub-install : information : adding a relocation entry for 0x7efb.
  5639. grub-install : information : adding a relocation entry for 0x7f0d.
  5640. grub-install : information : adding a relocation entry for 0x804b.
  5641. grub-install : information : adding a padding fixup entry.
  5642. grub-install : information : adding a padding fixup entry.
  5643. grub-install : information : writing 256 bytes of a fixup block starting at 0x7000.
  5644. grub-install : information : adding a relocation entry for 0x80f6.
  5645. grub-install : information : adding a relocation entry for 0x81a4.
  5646. grub-install : information : adding a relocation entry for 0x81f2.
  5647. grub-install : information : adding a relocation entry for 0x82b5.
  5648. grub-install : information : adding a relocation entry for 0x834d.
  5649. grub-install : information : adding a relocation entry for 0x8376.
  5650. grub-install : information : adding a relocation entry for 0x8585.
  5651. grub-install : information : adding a relocation entry for 0x858f.
  5652. grub-install : information : adding a relocation entry for 0x8599.
  5653. grub-install : information : adding a relocation entry for 0x85bd.
  5654. grub-install : information : adding a relocation entry for 0x85da.
  5655. grub-install : information : adding a relocation entry for 0x85ee.
  5656. grub-install : information : adding a relocation entry for 0x8601.
  5657. grub-install : information : adding a relocation entry for 0x860e.
  5658. grub-install : information : adding a relocation entry for 0x861b.
  5659. grub-install : information : adding a relocation entry for 0x8628.
  5660. grub-install : information : adding a relocation entry for 0x864c.
  5661. grub-install : information : adding a relocation entry for 0x865b.
  5662. grub-install : information : adding a relocation entry for 0x866f.
  5663. grub-install : information : adding a relocation entry for 0x86cb.
  5664. grub-install : information : adding a relocation entry for 0x8715.
  5665. grub-install : information : adding a relocation entry for 0x8729.
  5666. grub-install : information : adding a relocation entry for 0x8750.
  5667. grub-install : information : adding a relocation entry for 0x875a.
  5668. grub-install : information : adding a relocation entry for 0x8780.
  5669. grub-install : information : adding a relocation entry for 0x878d.
  5670. grub-install : information : adding a relocation entry for 0x87af.
  5671. grub-install : information : adding a relocation entry for 0x87b9.
  5672. grub-install : information : adding a relocation entry for 0x87ee.
  5673. grub-install : information : adding a relocation entry for 0x87fa.
  5674. grub-install : information : adding a relocation entry for 0x8829.
  5675. grub-install : information : adding a relocation entry for 0x884b.
  5676. grub-install : information : adding a relocation entry for 0x885c.
  5677. grub-install : information : adding a relocation entry for 0x8883.
  5678. grub-install : information : adding a relocation entry for 0x88c6.
  5679. grub-install : information : adding a relocation entry for 0x88db.
  5680. grub-install : information : adding a relocation entry for 0x88f4.
  5681. grub-install : information : adding a relocation entry for 0x8919.
  5682. grub-install : information : adding a relocation entry for 0x8938.
  5683. grub-install : information : adding a relocation entry for 0x894c.
  5684. grub-install : information : adding a relocation entry for 0x8963.
  5685. grub-install : information : adding a relocation entry for 0x89c2.
  5686. grub-install : information : adding a relocation entry for 0x89d4.
  5687. grub-install : information : adding a relocation entry for 0x8a17.
  5688. grub-install : information : adding a relocation entry for 0x8a2b.
  5689. grub-install : information : adding a relocation entry for 0x8a39.
  5690. grub-install : information : adding a relocation entry for 0x8a45.
  5691. grub-install : information : adding a relocation entry for 0x8a55.
  5692. grub-install : information : adding a relocation entry for 0x8a63.
  5693. grub-install : information : adding a relocation entry for 0x8a6f.
  5694. grub-install : information : adding a relocation entry for 0x8ab7.
  5695. grub-install : information : adding a relocation entry for 0x8ad4.
  5696. grub-install : information : adding a relocation entry for 0x8ae9.
  5697. grub-install : information : adding a relocation entry for 0x8b1f.
  5698. grub-install : information : adding a relocation entry for 0x8b75.
  5699. grub-install : information : adding a relocation entry for 0x8bb2.
  5700. grub-install : information : adding a relocation entry for 0x8c55.
  5701. grub-install : information : adding a relocation entry for 0x8cad.
  5702. grub-install : information : adding a relocation entry for 0x8cc8.
  5703. grub-install : information : adding a relocation entry for 0x8ce7.
  5704. grub-install : information : adding a relocation entry for 0x8d25.
  5705. grub-install : information : adding a relocation entry for 0x8da4.
  5706. grub-install : information : adding a relocation entry for 0x8dd3.
  5707. grub-install : information : adding a relocation entry for 0x8df5.
  5708. grub-install : information : adding a relocation entry for 0x8e1d.
  5709. grub-install : information : adding a relocation entry for 0x8e28.
  5710. grub-install : information : adding a relocation entry for 0x8e7b.
  5711. grub-install : information : adding a relocation entry for 0x8e85.
  5712. grub-install : information : adding a relocation entry for 0x8eb8.
  5713. grub-install : information : adding a relocation entry for 0x8ec9.
  5714. grub-install : information : adding a relocation entry for 0x8ed6.
  5715. grub-install : information : adding a relocation entry for 0x8f29.
  5716. grub-install : information : adding a relocation entry for 0x8f3b.
  5717. grub-install : information : adding a relocation entry for 0x8f70.
  5718. grub-install : information : adding a relocation entry for 0x8fc2.
  5719. grub-install : information : adding a relocation entry for 0x8fd2.
  5720. grub-install : information : adding a relocation entry for 0x8ff0.
  5721. grub-install : information : adding a relocation entry for 0x9011.
  5722. grub-install : information : adding a padding fixup entry.
  5723. grub-install : information : adding a padding fixup entry.
  5724. grub-install : information : writing 168 bytes of a fixup block starting at 0x8000.
  5725. grub-install : information : adding a relocation entry for 0x904e.
  5726. grub-install : information : adding a relocation entry for 0x907e.
  5727. grub-install : information : adding a relocation entry for 0x90ae.
  5728. grub-install : information : adding a relocation entry for 0x90c2.
  5729. grub-install : information : adding a relocation entry for 0x90fc.
  5730. grub-install : information : adding a relocation entry for 0x9106.
  5731. grub-install : information : adding a relocation entry for 0x911f.
  5732. grub-install : information : adding a relocation entry for 0x912e.
  5733. grub-install : information : adding a relocation entry for 0x9152.
  5734. grub-install : information : adding a relocation entry for 0x9180.
  5735. grub-install : information : adding a relocation entry for 0x918a.
  5736. grub-install : information : adding a relocation entry for 0x919e.
  5737. grub-install : information : adding a relocation entry for 0x924e.
  5738. grub-install : information : adding a relocation entry for 0x926a.
  5739. grub-install : information : adding a relocation entry for 0x927e.
  5740. grub-install : information : adding a relocation entry for 0x9288.
  5741. grub-install : information : adding a relocation entry for 0x929a.
  5742. grub-install : information : adding a relocation entry for 0x92ac.
  5743. grub-install : information : adding a relocation entry for 0x92d0.
  5744. grub-install : information : adding a relocation entry for 0x92e7.
  5745. grub-install : information : adding a relocation entry for 0x930c.
  5746. grub-install : information : adding a relocation entry for 0x9349.
  5747. grub-install : information : adding a relocation entry for 0x93a3.
  5748. grub-install : information : adding a relocation entry for 0x93bc.
  5749. grub-install : information : adding a relocation entry for 0x93d2.
  5750. grub-install : information : adding a relocation entry for 0x93f9.
  5751. grub-install : information : adding a relocation entry for 0x943c.
  5752. grub-install : information : adding a relocation entry for 0x946e.
  5753. grub-install : information : adding a relocation entry for 0x9493.
  5754. grub-install : information : adding a relocation entry for 0x94a3.
  5755. grub-install : information : adding a relocation entry for 0x94cf.
  5756. grub-install : information : adding a relocation entry for 0x94db.
  5757. grub-install : information : adding a relocation entry for 0x94e7.
  5758. grub-install : information : adding a relocation entry for 0x94f1.
  5759. grub-install : information : adding a relocation entry for 0x9505.
  5760. grub-install : information : adding a relocation entry for 0x9511.
  5761. grub-install : information : adding a relocation entry for 0x9522.
  5762. grub-install : information : adding a relocation entry for 0x9537.
  5763. grub-install : information : adding a relocation entry for 0x954c.
  5764. grub-install : information : adding a relocation entry for 0x955b.
  5765. grub-install : information : adding a relocation entry for 0x9565.
  5766. grub-install : information : adding a relocation entry for 0x9586.
  5767. grub-install : information : adding a relocation entry for 0x9590.
  5768. grub-install : information : adding a relocation entry for 0x959c.
  5769. grub-install : information : adding a relocation entry for 0x95a6.
  5770. grub-install : information : adding a relocation entry for 0x95d8.
  5771. grub-install : information : adding a relocation entry for 0x95f6.
  5772. grub-install : information : adding a relocation entry for 0x9612.
  5773. grub-install : information : adding a relocation entry for 0x963c.
  5774. grub-install : information : adding a relocation entry for 0x9650.
  5775. grub-install : information : adding a relocation entry for 0x965a.
  5776. grub-install : information : adding a relocation entry for 0x9669.
  5777. grub-install : information : adding a relocation entry for 0x9673.
  5778. grub-install : information : adding a relocation entry for 0x9691.
  5779. grub-install : information : adding a relocation entry for 0x969d.
  5780. grub-install : information : adding a relocation entry for 0x96ad.
  5781. grub-install : information : adding a relocation entry for 0x96b7.
  5782. grub-install : information : adding a relocation entry for 0x96c3.
  5783. grub-install : information : adding a relocation entry for 0x96f2.
  5784. grub-install : information : adding a relocation entry for 0x9703.
  5785. grub-install : information : adding a relocation entry for 0x974f.
  5786. grub-install : information : adding a relocation entry for 0x978a.
  5787. grub-install : information : adding a relocation entry for 0x97a3.
  5788. grub-install : information : adding a relocation entry for 0x97ca.
  5789. grub-install : information : adding a relocation entry for 0x97f7.
  5790. grub-install : information : adding a relocation entry for 0x980b.
  5791. grub-install : information : adding a relocation entry for 0x981c.
  5792. grub-install : information : adding a relocation entry for 0x9842.
  5793. grub-install : information : adding a relocation entry for 0x986a.
  5794. grub-install : information : adding a relocation entry for 0x9874.
  5795. grub-install : information : adding a relocation entry for 0x988a.
  5796. grub-install : information : adding a relocation entry for 0x9895.
  5797. grub-install : information : translating the relocation section .rela.rodata.
  5798. grub-install : information : adding a relocation entry for 0x9a00.
  5799. grub-install : information : adding a relocation entry for 0x9a08.
  5800. grub-install : information : adding a relocation entry for 0x9a10.
  5801. grub-install : information : adding a relocation entry for 0x9a18.
  5802. grub-install : information : adding a relocation entry for 0x9a20.
  5803. grub-install : information : adding a relocation entry for 0x9a28.
  5804. grub-install : information : adding a relocation entry for 0x9a30.
  5805. grub-install : information : adding a relocation entry for 0x9a38.
  5806. grub-install : information : adding a relocation entry for 0x9a40.
  5807. grub-install : information : adding a relocation entry for 0x9a48.
  5808. grub-install : information : adding a relocation entry for 0x9a50.
  5809. grub-install : information : adding a relocation entry for 0x9a58.
  5810. grub-install : information : adding a relocation entry for 0x9a60.
  5811. grub-install : information : adding a relocation entry for 0x9a68.
  5812. grub-install : information : adding a relocation entry for 0x9a70.
  5813. grub-install : information : adding a relocation entry for 0x9a78.
  5814. grub-install : information : adding a relocation entry for 0x9a80.
  5815. grub-install : information : adding a relocation entry for 0x9a88.
  5816. grub-install : information : adding a relocation entry for 0x9a90.
  5817. grub-install : information : adding a relocation entry for 0x9a98.
  5818. grub-install : information : adding a relocation entry for 0x9aa0.
  5819. grub-install : information : adding a relocation entry for 0x9aa8.
  5820. grub-install : information : adding a relocation entry for 0x9ab0.
  5821. grub-install : information : adding a relocation entry for 0x9ab8.
  5822. grub-install : information : adding a relocation entry for 0x9ac0.
  5823. grub-install : information : adding a relocation entry for 0x9ac8.
  5824. grub-install : information : adding a relocation entry for 0x9ad0.
  5825. grub-install : information : adding a relocation entry for 0x9ad8.
  5826. grub-install : information : adding a relocation entry for 0x9b40.
  5827. grub-install : information : adding a relocation entry for 0x9b48.
  5828. grub-install : information : adding a relocation entry for 0x9b50.
  5829. grub-install : information : adding a relocation entry for 0x9b58.
  5830. grub-install : information : adding a relocation entry for 0x9b60.
  5831. grub-install : information : adding a relocation entry for 0x9b68.
  5832. grub-install : information : adding a relocation entry for 0x9b70.
  5833. grub-install : information : adding a relocation entry for 0x9b78.
  5834. grub-install : information : adding a relocation entry for 0x9b80.
  5835. grub-install : information : adding a relocation entry for 0x9b88.
  5836. grub-install : information : adding a relocation entry for 0x9b90.
  5837. grub-install : information : translating the relocation section .rela.data.
  5838. grub-install : information : adding a relocation entry for 0xb520.
  5839. grub-install : information : writing 232 bytes of a fixup block starting at 0x9000.
  5840. grub-install : information : adding a relocation entry for 0xb530.
  5841. grub-install : information : adding a relocation entry for 0xb538.
  5842. grub-install : information : adding a relocation entry for 0xb540.
  5843. grub-install : information : adding a relocation entry for 0xb548.
  5844. grub-install : information : adding a relocation entry for 0xb550.
  5845. grub-install : information : adding a relocation entry for 0xb5b0.
  5846. grub-install : information : adding a relocation entry for 0xb5b8.
  5847. grub-install : information : adding a relocation entry for 0xb5c0.
  5848. grub-install : information : adding a relocation entry for 0xb5c8.
  5849. grub-install : information : adding a relocation entry for 0xb5d8.
  5850. grub-install : information : adding a relocation entry for 0xb5e0.
  5851. grub-install : information : adding a relocation entry for 0xb5e8.
  5852. grub-install : information : adding a relocation entry for 0xb5f0.
  5853. grub-install : information : adding a relocation entry for 0xb5f8.
  5854. grub-install : information : adding a relocation entry for 0xb600.
  5855. grub-install : information : adding a relocation entry for 0xb650.
  5856. grub-install : information : adding a relocation entry for 0xb668.
  5857. grub-install : information : adding a relocation entry for 0xb680.
  5858. grub-install : information : adding a relocation entry for 0xb6b0.
  5859. grub-install : information : adding a relocation entry for 0xb6c0.
  5860. grub-install : information : adding a relocation entry for 0xb6c8.
  5861. grub-install : information : adding a relocation entry for 0xb6f0.
  5862. grub-install : information : adding a relocation entry for 0xb840.
  5863. grub-install : information : adding a relocation entry for 0xb860.
  5864. grub-install : information : adding a relocation entry for 0xb868.
  5865. grub-install : information : adding a relocation entry for 0xb878.
  5866. grub-install : information : adding a relocation entry for 0xb880.
  5867. grub-install : information : adding a relocation entry for 0xb890.
  5868. grub-install : information : adding a relocation entry for 0xb898.
  5869. grub-install : information : adding a relocation entry for 0xb8a8.
  5870. grub-install : information : adding a relocation entry for 0xb8b0.
  5871. grub-install : information : adding a relocation entry for 0xb8c0.
  5872. grub-install : information : adding a relocation entry for 0xb8c8.
  5873. grub-install : information : adding a relocation entry for 0xb8d8.
  5874. grub-install : information : adding a relocation entry for 0xb8e0.
  5875. grub-install : information : adding a relocation entry for 0xb8f0.
  5876. grub-install : information : adding a relocation entry for 0xb8f8.
  5877. grub-install : information : adding a relocation entry for 0xb908.
  5878. grub-install : information : adding a relocation entry for 0xb910.
  5879. grub-install : information : adding a relocation entry for 0xb920.
  5880. grub-install : information : adding a relocation entry for 0xb928.
  5881. grub-install : information : adding a relocation entry for 0xb938.
  5882. grub-install : information : adding a relocation entry for 0xb940.
  5883. grub-install : information : adding a relocation entry for 0xb950.
  5884. grub-install : information : adding a relocation entry for 0xb958.
  5885. grub-install : information : adding a relocation entry for 0xb968.
  5886. grub-install : information : adding a relocation entry for 0xb970.
  5887. grub-install : information : adding a relocation entry for 0xb980.
  5888. grub-install : information : adding a relocation entry for 0xb988.
  5889. grub-install : information : adding a relocation entry for 0xb998.
  5890. grub-install : information : adding a relocation entry for 0xb9a0.
  5891. grub-install : information : adding a relocation entry for 0xb9b0.
  5892. grub-install : information : adding a relocation entry for 0xb9b8.
  5893. grub-install : information : adding a relocation entry for 0xb9c8.
  5894. grub-install : information : adding a relocation entry for 0xb9d0.
  5895. grub-install : information : adding a relocation entry for 0xb9e0.
  5896. grub-install : information : adding a relocation entry for 0xb9e8.
  5897. grub-install : information : adding a relocation entry for 0xb9f8.
  5898. grub-install : information : adding a relocation entry for 0xba00.
  5899. grub-install : information : adding a relocation entry for 0xba10.
  5900. grub-install : information : adding a relocation entry for 0xba18.
  5901. grub-install : information : adding a relocation entry for 0xba28.
  5902. grub-install : information : adding a relocation entry for 0xba30.
  5903. grub-install : information : adding a relocation entry for 0xba40.
  5904. grub-install : information : adding a relocation entry for 0xba48.
  5905. grub-install : information : adding a relocation entry for 0xba58.
  5906. grub-install : information : adding a relocation entry for 0xba60.
  5907. grub-install : information : adding a relocation entry for 0xba70.
  5908. grub-install : information : adding a relocation entry for 0xba78.
  5909. grub-install : information : adding a relocation entry for 0xba88.
  5910. grub-install : information : adding a relocation entry for 0xba90.
  5911. grub-install : information : adding a relocation entry for 0xbaa0.
  5912. grub-install : information : adding a relocation entry for 0xbaa8.
  5913. grub-install : information : adding a relocation entry for 0xbab8.
  5914. grub-install : information : adding a relocation entry for 0xbac0.
  5915. grub-install : information : adding a relocation entry for 0xbad0.
  5916. grub-install : information : adding a relocation entry for 0xbad8.
  5917. grub-install : information : adding a relocation entry for 0xbae8.
  5918. grub-install : information : adding a relocation entry for 0xbaf0.
  5919. grub-install : information : adding a relocation entry for 0xbb00.
  5920. grub-install : information : adding a relocation entry for 0xbb08.
  5921. grub-install : information : adding a relocation entry for 0xbb18.
  5922. grub-install : information : adding a relocation entry for 0xbb20.
  5923. grub-install : information : adding a relocation entry for 0xbb30.
  5924. grub-install : information : adding a relocation entry for 0xbb38.
  5925. grub-install : information : adding a relocation entry for 0xbb48.
  5926. grub-install : information : adding a relocation entry for 0xbb50.
  5927. grub-install : information : adding a relocation entry for 0xbb60.
  5928. grub-install : information : adding a relocation entry for 0xbb68.
  5929. grub-install : information : adding a relocation entry for 0xbb78.
  5930. grub-install : information : adding a relocation entry for 0xbb80.
  5931. grub-install : information : adding a relocation entry for 0xbb90.
  5932. grub-install : information : adding a relocation entry for 0xbb98.
  5933. grub-install : information : adding a relocation entry for 0xbba8.
  5934. grub-install : information : adding a relocation entry for 0xbbb0.
  5935. grub-install : information : adding a relocation entry for 0xbbc0.
  5936. grub-install : information : adding a relocation entry for 0xbbc8.
  5937. grub-install : information : adding a relocation entry for 0xbbd8.
  5938. grub-install : information : adding a relocation entry for 0xbbe0.
  5939. grub-install : information : adding a relocation entry for 0xbbf0.
  5940. grub-install : information : adding a relocation entry for 0xbbf8.
  5941. grub-install : information : adding a relocation entry for 0xbc08.
  5942. grub-install : information : adding a relocation entry for 0xbc10.
  5943. grub-install : information : adding a relocation entry for 0xbc20.
  5944. grub-install : information : adding a relocation entry for 0xbc28.
  5945. grub-install : information : adding a relocation entry for 0xbc38.
  5946. grub-install : information : adding a relocation entry for 0xbc40.
  5947. grub-install : information : adding a relocation entry for 0xbc50.
  5948. grub-install : information : adding a relocation entry for 0xbc58.
  5949. grub-install : information : adding a relocation entry for 0xbc68.
  5950. grub-install : information : adding a relocation entry for 0xbc70.
  5951. grub-install : information : adding a relocation entry for 0xbc80.
  5952. grub-install : information : adding a relocation entry for 0xbc88.
  5953. grub-install : information : adding a relocation entry for 0xbc98.
  5954. grub-install : information : adding a relocation entry for 0xbca0.
  5955. grub-install : information : adding a relocation entry for 0xbcb0.
  5956. grub-install : information : adding a relocation entry for 0xbcb8.
  5957. grub-install : information : adding a relocation entry for 0xbcc8.
  5958. grub-install : information : adding a relocation entry for 0xbcd0.
  5959. grub-install : information : adding a relocation entry for 0xbce0.
  5960. grub-install : information : adding a relocation entry for 0xbce8.
  5961. grub-install : information : adding a relocation entry for 0xbcf8.
  5962. grub-install : information : adding a relocation entry for 0xbd00.
  5963. grub-install : information : adding a relocation entry for 0xbd10.
  5964. grub-install : information : adding a relocation entry for 0xbd18.
  5965. grub-install : information : adding a relocation entry for 0xbd28.
  5966. grub-install : information : adding a relocation entry for 0xbd30.
  5967. grub-install : information : adding a relocation entry for 0xbd40.
  5968. grub-install : information : adding a relocation entry for 0xbd48.
  5969. grub-install : information : adding a relocation entry for 0xbd58.
  5970. grub-install : information : adding a relocation entry for 0xbd60.
  5971. grub-install : information : adding a relocation entry for 0xbd70.
  5972. grub-install : information : adding a relocation entry for 0xbd78.
  5973. grub-install : information : adding a relocation entry for 0xbd88.
  5974. grub-install : information : adding a relocation entry for 0xbd90.
  5975. grub-install : information : adding a relocation entry for 0xbda0.
  5976. grub-install : information : adding a relocation entry for 0xbda8.
  5977. grub-install : information : adding a relocation entry for 0xbdb8.
  5978. grub-install : information : adding a relocation entry for 0xbdc0.
  5979. grub-install : information : adding a relocation entry for 0xbdd0.
  5980. grub-install : information : adding a relocation entry for 0xbdd8.
  5981. grub-install : information : adding a relocation entry for 0xbde8.
  5982. grub-install : information : adding a relocation entry for 0xbdf0.
  5983. grub-install : information : adding a relocation entry for 0xbe00.
  5984. grub-install : information : adding a relocation entry for 0xbe08.
  5985. grub-install : information : adding a relocation entry for 0xbe18.
  5986. grub-install : information : adding a relocation entry for 0xbe20.
  5987. grub-install : information : adding a relocation entry for 0xbe30.
  5988. grub-install : information : adding a relocation entry for 0xbe38.
  5989. grub-install : information : adding a relocation entry for 0xbe48.
  5990. grub-install : information : adding a relocation entry for 0xbe50.
  5991. grub-install : information : adding a relocation entry for 0xbe60.
  5992. grub-install : information : adding a relocation entry for 0xbe68.
  5993. grub-install : information : adding a relocation entry for 0xbe78.
  5994. grub-install : information : adding a relocation entry for 0xbe80.
  5995. grub-install : information : adding a relocation entry for 0xbe90.
  5996. grub-install : information : adding a relocation entry for 0xbe98.
  5997. grub-install : information : adding a relocation entry for 0xbea8.
  5998. grub-install : information : adding a relocation entry for 0xbeb0.
  5999. grub-install : information : adding a relocation entry for 0xbec0.
  6000. grub-install : information : adding a relocation entry for 0xbec8.
  6001. grub-install : information : adding a relocation entry for 0xbed8.
  6002. grub-install : information : adding a relocation entry for 0xbee0.
  6003. grub-install : information : adding a relocation entry for 0xbef0.
  6004. grub-install : information : adding a relocation entry for 0xbef8.
  6005. grub-install : information : adding a relocation entry for 0xbf08.
  6006. grub-install : information : adding a relocation entry for 0xbf10.
  6007. grub-install : information : adding a relocation entry for 0xbf20.
  6008. grub-install : information : adding a relocation entry for 0xbf28.
  6009. grub-install : information : adding a relocation entry for 0xbf38.
  6010. grub-install : information : adding a relocation entry for 0xbf40.
  6011. grub-install : information : adding a relocation entry for 0xbf50.
  6012. grub-install : information : adding a relocation entry for 0xbf58.
  6013. grub-install : information : adding a relocation entry for 0xbf68.
  6014. grub-install : information : adding a relocation entry for 0xbf70.
  6015. grub-install : information : adding a relocation entry for 0xbf80.
  6016. grub-install : information : adding a relocation entry for 0xbf88.
  6017. grub-install : information : adding a relocation entry for 0xbf98.
  6018. grub-install : information : adding a relocation entry for 0xbfa0.
  6019. grub-install : information : adding a relocation entry for 0xbfb0.
  6020. grub-install : information : adding a relocation entry for 0xbfb8.
  6021. grub-install : information : adding a relocation entry for 0xbfc8.
  6022. grub-install : information : adding a relocation entry for 0xbfd0.
  6023. grub-install : information : adding a relocation entry for 0xbfe0.
  6024. grub-install : information : adding a relocation entry for 0xbfe8.
  6025. grub-install : information : adding a relocation entry for 0xbff8.
  6026. grub-install : information : adding a relocation entry for 0xc000.
  6027. grub-install : information : adding a padding fixup entry.
  6028. grub-install : information : writing 384 bytes of a fixup block starting at 0xb000.
  6029. grub-install : information : adding a relocation entry for 0xc010.
  6030. grub-install : information : adding a relocation entry for 0xc018.
  6031. grub-install : information : adding a relocation entry for 0xc028.
  6032. grub-install : information : adding a relocation entry for 0xc030.
  6033. grub-install : information : adding a relocation entry for 0xc040.
  6034. grub-install : information : adding a relocation entry for 0xc048.
  6035. grub-install : information : adding a relocation entry for 0xc058.
  6036. grub-install : information : adding a relocation entry for 0xc060.
  6037. grub-install : information : adding a relocation entry for 0xc070.
  6038. grub-install : information : adding a relocation entry for 0xc078.
  6039. grub-install : information : adding a relocation entry for 0xc088.
  6040. grub-install : information : adding a relocation entry for 0xc090.
  6041. grub-install : information : adding a relocation entry for 0xc0a0.
  6042. grub-install : information : adding a relocation entry for 0xc0a8.
  6043. grub-install : information : adding a relocation entry for 0xc0b8.
  6044. grub-install : information : adding a relocation entry for 0xc0c0.
  6045. grub-install : information : adding a relocation entry for 0xc0d0.
  6046. grub-install : information : adding a relocation entry for 0xc0d8.
  6047. grub-install : information : adding a relocation entry for 0xc0e8.
  6048. grub-install : information : adding a relocation entry for 0xc0f0.
  6049. grub-install : information : adding a relocation entry for 0xc100.
  6050. grub-install : information : adding a relocation entry for 0xc108.
  6051. grub-install : information : adding a relocation entry for 0xc118.
  6052. grub-install : information : adding a relocation entry for 0xc120.
  6053. grub-install : information : adding a relocation entry for 0xc130.
  6054. grub-install : information : adding a relocation entry for 0xc138.
  6055. grub-install : information : adding a relocation entry for 0xc148.
  6056. grub-install : information : adding a relocation entry for 0xc150.
  6057. grub-install : information : adding a relocation entry for 0xc160.
  6058. grub-install : information : adding a relocation entry for 0xc168.
  6059. grub-install : information : adding a relocation entry for 0xc178.
  6060. grub-install : information : adding a relocation entry for 0xc180.
  6061. grub-install : information : adding a relocation entry for 0xc190.
  6062. grub-install : information : adding a relocation entry for 0xc198.
  6063. grub-install : information : adding a relocation entry for 0xc1a8.
  6064. grub-install : information : adding a relocation entry for 0xc1b0.
  6065. grub-install : information : adding a relocation entry for 0xc1c0.
  6066. grub-install : information : adding a relocation entry for 0xc1c8.
  6067. grub-install : information : adding a relocation entry for 0xc1d8.
  6068. grub-install : information : adding a relocation entry for 0xc1e0.
  6069. grub-install : information : adding a relocation entry for 0xc1f0.
  6070. grub-install : information : adding a relocation entry for 0xc1f8.
  6071. grub-install : information : adding a relocation entry for 0xc208.
  6072. grub-install : information : adding a relocation entry for 0xc210.
  6073. grub-install : information : adding a relocation entry for 0xc220.
  6074. grub-install : information : adding a relocation entry for 0xc228.
  6075. grub-install : information : adding a relocation entry for 0xc238.
  6076. grub-install : information : adding a relocation entry for 0xc240.
  6077. grub-install : information : adding a relocation entry for 0xc250.
  6078. grub-install : information : adding a relocation entry for 0xc258.
  6079. grub-install : information : adding a relocation entry for 0xc268.
  6080. grub-install : information : adding a relocation entry for 0xc270.
  6081. grub-install : information : adding a relocation entry for 0xc280.
  6082. grub-install : information : adding a relocation entry for 0xc288.
  6083. grub-install : information : adding a relocation entry for 0xc298.
  6084. grub-install : information : adding a relocation entry for 0xc2a0.
  6085. grub-install : information : adding a relocation entry for 0xc2b0.
  6086. grub-install : information : adding a relocation entry for 0xc2b8.
  6087. grub-install : information : adding a relocation entry for 0xc2c8.
  6088. grub-install : information : adding a relocation entry for 0xc2d0.
  6089. grub-install : information : adding a relocation entry for 0xc2e0.
  6090. grub-install : information : adding a relocation entry for 0xc2e8.
  6091. grub-install : information : adding a relocation entry for 0xc2f8.
  6092. grub-install : information : adding a relocation entry for 0xc300.
  6093. grub-install : information : adding a relocation entry for 0xc310.
  6094. grub-install : information : adding a relocation entry for 0xc318.
  6095. grub-install : information : adding a relocation entry for 0xc328.
  6096. grub-install : information : adding a relocation entry for 0xc330.
  6097. grub-install : information : adding a relocation entry for 0xc340.
  6098. grub-install : information : adding a relocation entry for 0xc348.
  6099. grub-install : information : adding a relocation entry for 0xc358.
  6100. grub-install : information : adding a relocation entry for 0xc360.
  6101. grub-install : information : adding a relocation entry for 0xc370.
  6102. grub-install : information : adding a relocation entry for 0xc378.
  6103. grub-install : information : adding a relocation entry for 0xc388.
  6104. grub-install : information : adding a relocation entry for 0xc390.
  6105. grub-install : information : adding a relocation entry for 0xc3a0.
  6106. grub-install : information : adding a relocation entry for 0xc3a8.
  6107. grub-install : information : adding a relocation entry for 0xc3b8.
  6108. grub-install : information : adding a relocation entry for 0xc3c0.
  6109. grub-install : information : adding a relocation entry for 0xc3d0.
  6110. grub-install : information : adding a relocation entry for 0xc3d8.
  6111. grub-install : information : adding a relocation entry for 0xc3e8.
  6112. grub-install : information : adding a relocation entry for 0xc3f0.
  6113. grub-install : information : adding a relocation entry for 0xc400.
  6114. grub-install : information : adding a relocation entry for 0xc408.
  6115. grub-install : information : adding a relocation entry for 0xc418.
  6116. grub-install : information : adding a relocation entry for 0xc420.
  6117. grub-install : information : adding a relocation entry for 0xc430.
  6118. grub-install : information : adding a relocation entry for 0xc438.
  6119. grub-install : information : adding a relocation entry for 0xc448.
  6120. grub-install : information : adding a relocation entry for 0xc450.
  6121. grub-install : information : adding a relocation entry for 0xc460.
  6122. grub-install : information : adding a relocation entry for 0xc468.
  6123. grub-install : information : adding a relocation entry for 0xc478.
  6124. grub-install : information : adding a relocation entry for 0xc480.
  6125. grub-install : information : adding a relocation entry for 0xc490.
  6126. grub-install : information : adding a relocation entry for 0xc498.
  6127. grub-install : information : adding a relocation entry for 0xc4a8.
  6128. grub-install : information : adding a relocation entry for 0xc4b0.
  6129. grub-install : information : adding a relocation entry for 0xc4c0.
  6130. grub-install : information : adding a relocation entry for 0xc4c8.
  6131. grub-install : information : adding a relocation entry for 0xc4d8.
  6132. grub-install : information : adding a relocation entry for 0xc4e0.
  6133. grub-install : information : adding a relocation entry for 0xc4f0.
  6134. grub-install : information : adding a relocation entry for 0xc4f8.
  6135. grub-install : information : adding a relocation entry for 0xc508.
  6136. grub-install : information : adding a relocation entry for 0xc510.
  6137. grub-install : information : adding a relocation entry for 0xc520.
  6138. grub-install : information : adding a relocation entry for 0xc528.
  6139. grub-install : information : adding a relocation entry for 0xc538.
  6140. grub-install : information : adding a relocation entry for 0xc540.
  6141. grub-install : information : adding a relocation entry for 0xc550.
  6142. grub-install : information : adding a relocation entry for 0xc558.
  6143. grub-install : information : adding a relocation entry for 0xc568.
  6144. grub-install : information : adding a relocation entry for 0xc570.
  6145. grub-install : information : adding a relocation entry for 0xc580.
  6146. grub-install : information : adding a relocation entry for 0xc588.
  6147. grub-install : information : adding a relocation entry for 0xc598.
  6148. grub-install : information : adding a relocation entry for 0xc5a0.
  6149. grub-install : information : adding a relocation entry for 0xc5b0.
  6150. grub-install : information : adding a relocation entry for 0xc5b8.
  6151. grub-install : information : adding a relocation entry for 0xc5c8.
  6152. grub-install : information : adding a relocation entry for 0xc5d0.
  6153. grub-install : information : adding a relocation entry for 0xc5e0.
  6154. grub-install : information : adding a relocation entry for 0xc5e8.
  6155. grub-install : information : adding a relocation entry for 0xc5f8.
  6156. grub-install : information : adding a relocation entry for 0xc600.
  6157. grub-install : information : adding a relocation entry for 0xc610.
  6158. grub-install : information : adding a relocation entry for 0xc618.
  6159. grub-install : information : adding a relocation entry for 0xc628.
  6160. grub-install : information : adding a relocation entry for 0xc630.
  6161. grub-install : information : adding a relocation entry for 0xc640.
  6162. grub-install : information : adding a relocation entry for 0xc648.
  6163. grub-install : information : adding a relocation entry for 0xc658.
  6164. grub-install : information : adding a relocation entry for 0xc660.
  6165. grub-install : information : adding a relocation entry for 0xc670.
  6166. grub-install : information : adding a relocation entry for 0xc678.
  6167. grub-install : information : adding a relocation entry for 0xc688.
  6168. grub-install : information : adding a relocation entry for 0xc690.
  6169. grub-install : information : adding a relocation entry for 0xc6a0.
  6170. grub-install : information : adding a relocation entry for 0xc6a8.
  6171. grub-install : information : adding a relocation entry for 0xc6b8.
  6172. grub-install : information : adding a relocation entry for 0xc6c0.
  6173. grub-install : information : adding a relocation entry for 0xc6d0.
  6174. grub-install : information : adding a relocation entry for 0xc6d8.
  6175. grub-install : information : adding a relocation entry for 0xc6e8.
  6176. grub-install : information : adding a relocation entry for 0xc6f0.
  6177. grub-install : information : adding 231 padding fixup entries.
  6178. grub-install : information : writing 768 bytes of a fixup block starting at 0xc000.
  6179. grub-install : information : reading /usr/lib/grub/x86_64-efi/fshelp.mod.
  6180. grub-install : information : reading /usr/lib/grub/x86_64-efi/ext2.mod.
  6181. grub-install : information : reading /usr/lib/grub/x86_64-efi/part_gpt.mod.
  6182. grub-install : information : reading /usr/lib/grub/x86_64-efi/search_fs_uuid.mod.
  6183. grub-install : information : reading /boot/grub/x86_64-efi/load.cfg.
  6184. grub-install : information : kernel_img=0x227d1e0, kernel_size=0x18400.
  6185. grub-install : information : the core size is 0x1d5e0.
  6186. grub-install : information : writing 0x1e800 bytes.
  6187. grub-install : information : 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'
  6188. .
  6189. grub-install : information : the size of config file is 0x68.
  6190. grub-install : information : the total module size is 0x51d8.
  6191. grub-install : information : reading /usr/lib/grub/x86_64-efi/kernel.img.
  6192. grub-install : information : locating the section .text at 0x0.
  6193. grub-install : information : locating the section .text.unlikely at 0x94ba.
  6194. grub-install : information : locating the section .rodata at 0x9600.
  6195. grub-install : information : locating the section .rodata.str1.1 at 0x9798.
  6196. grub-install : information : locating the section .data at 0xb120.
  6197. grub-install : information : locating the section .module_license at 0xc318.
  6198. grub-install : information : locating the section .bss at 0xc340.
  6199. grub-install : information : locating at 0x400 (0x400).
  6200. grub-install : information : locating at 0x9a00 (0x9a00).
  6201. grub-install : information : locating at 0x9b98 (0x9b98).
  6202. grub-install : information : locating at 0xb520 (0xb520).
  6203. grub-install : information : locating at 0xc740 (0xc740).
  6204. grub-install : information : locating at 0x98ba (0x98ba).
  6205. grub-install : information : locating at 0xc718 (0xc718).
  6206. grub-install : information : locating at 0x400 (0x400).
  6207. grub-install : information : locating grub_strlen at 0x7b68 (0x400).
  6208. grub-install : information : locating grub_net_poll_cards_idle at 0xe4c0 (0xc740).
  6209. grub-install : information : locating grub_efi_finish_boot_services at 0x2f25 (0x400).
  6210. grub-install : information : locating grub_disk_get_size at 0x556c (0x400).
  6211. grub-install : information : locating grub_file_progress_hook at 0x18600 (0xc740).
  6212. grub-install : information : locating grub_efidisk_fini at 0xb39 (0x400).
  6213. grub-install : information : locating grub_puts_ at 0x7916 (0x400).
  6214. grub-install : information : locating grub_millisleep at 0x4160 (0x400).
  6215. grub-install : information : locating grub_fs_autoload_hook at 0xe288 (0xc740).
  6216. grub-install : information : locating efi_wrap_10 at 0x4cc (0x400).
  6217. grub-install : information : locating grub_efi_allocate_pages_max at 0x2c75 (0x400).
  6218. grub-install : information : locating grub_fs_blocklist at 0xb6a0 (0xb520).
  6219. grub-install : information : locating grub_errmsg at 0x184e0 (0xc740).
  6220. grub-install : information : locating efi_wrap_5 at 0x463 (0x400).
  6221. grub-install : information : locating grub_strncmp at 0x798e (0x400).
  6222. grub-install : information : locating grub_strtoull at 0x7c7f (0x400).
  6223. grub-install : information : locating grub_dma_get_virt at 0x5a5 (0x400).
  6224. grub-install : information : locating grub_efi_system_table at 0xe4d0 (0xc740).
  6225. grub-install : information : locating memmove at 0x78d4 (0x400).
  6226. grub-install : information : locating efi_wrap_4 at 0x44f (0x400).
  6227. grub-install : information : locating grub_disk_open at 0x4f1e (0x400).
  6228. grub-install : information : locating grub_efi_locate_protocol at 0x1aff (0x400).
  6229. grub-install : information : locating grub_env_update_get_sorted at 0x6607 (0x400).
  6230. grub-install : information : locating grub_strcpy at 0x7903 (0x400).
  6231. grub-install : information : locating grub_partition_probe at 0x8ee5 (0x400).
  6232. grub-install : information : locating grub_strrchr at 0x79d0 (0x400).
  6233. grub-install : information : locating grub_partition_get_name at 0x90e7 (0x400).
  6234. grub-install : information : locating grub_dl_load at 0x6285 (0x400).
  6235. grub-install : information : locating grub_efi_stall at 0x1d28 (0x400).
  6236. grub-install : information : locating grub_efi_get_filename at 0x2163 (0x400).
  6237. grub-install : information : locating grub_env_export at 0x66f2 (0x400).
  6238. grub-install : information : locating grub_xvasprintf at 0x88d5 (0x400).
  6239. grub-install : information : locating grub_error_push at 0x67b4 (0x400).
  6240. grub-install : information : locating grub_rescue_run at 0x968e (0x400).
  6241. grub-install : information : locating grub_xasprintf at 0x8982 (0x400).
  6242. grub-install : information : locating grub_realloc at 0x408d (0x400).
  6243. grub-install : information : locating grub_exit at 0x1d67 (0x400).
  6244. grub-install : information : locating memcpy at 0x78d4 (0x400).
  6245. grub-install : information : locating grub_memmove at 0x78d4 (0x400).
  6246. grub-install : information : locating grub_device_open at 0x4763 (0x400).
  6247. grub-install : information : locating grub_register_exported_symbols at 0x9886 (0x400).
  6248. grub-install : information : locating grub_strdup at 0x7b79 (0x400).
  6249. grub-install : information : locating grub_disk_firmware_is_tainted at 0xe520 (0xc740).
  6250. grub-install : information : locating grub_divmod64 at 0x7c16 (0x400).
  6251. grub-install : information : locating grub_file_get_device_name at 0x695c (0x400).
  6252. grub-install : information : locating grub_efi_print_device_path at 0x2302 (0x400).
  6253. grub-install : information : locating grub_partition_iterate at 0x907a (0x400).
  6254. grub-install : information : locating grub_dma_free at 0x599 (0x400).
  6255. grub-install : information : locating grub_vsnprintf at 0x887c (0x400).
  6256. grub-install : information : locating grub_partition_map_list at 0x18660 (0xc740).
  6257. grub-install : information : locating efi_wrap_1 at 0x422 (0x400).
  6258. grub-install : information : locating grub_command_list at 0xe500 (0xc740).
  6259. grub-install : information : locating grub_machine_fini at 0x534 (0x400).
  6260. grub-install : information : locating grub_tsc_rate at 0xe4f0 (0xc740).
  6261. grub-install : information : locating grub_rescue_parse_line at 0x93f5 (0x400).
  6262. grub-install : information : locating grub_efi_get_variable at 0x1ee1 (0x400).
  6263. grub-install : information : locating grub_snprintf at 0x8890 (0x400).
  6264. grub-install : information : locating grub_register_core_commands at 0x45f4 (0x400).
  6265. grub-install : information : locating grub_disk_dev_register at 0x4e34 (0x400).
  6266. grub-install : information : locating grub_console_init at 0x3924 (0x400).
  6267. grub-install : information : locating grub_disk_write_weak at 0xe528 (0xc740).
  6268. grub-install : information : locating grub_dl_add at 0x5641 (0x400).
  6269. grub-install : information : locating grub_disk_read at 0x5208 (0x400).
  6270. grub-install : information : locating grub_term_highlight_color at 0xb848 (0xb520).
  6271. grub-install : information : locating grub_parser_execute at 0x8e77 (0x400).
  6272. grub-install : information : locating grub_xputs at 0xb840 (0xb520).
  6273. grub-install : information : locating grub_console_fini at 0x3a21 (0x400).
  6274. grub-install : information : locating grub_fatal at 0x89d1 (0x400).
  6275. grub-install : information : locating grub_dl_ref at 0x573b (0x400).
  6276. grub-install : information : locating grub_file_seek at 0x6ca8 (0x400).
  6277. grub-install : information : locating grub_pci_find_capability at 0x69b (0x400).
  6278. grub-install : information : locating grub_efi_get_loaded_image at 0x1d4c (0x400).
  6279. grub-install : information : locating grub_errno at 0x185e0 (0xc740).
  6280. grub-install : information : locating grub_parser_cmdline_state at 0x8b51 (0x400).
  6281. grub-install : information : locating grub_memset at 0x7af1 (0x400).
  6282. grub-install : information : locating grub_getkey at 0x9867 (0x400).
  6283. grub-install : information : locating grub_term_outputs_disabled at 0x18668 (0xc740).
  6284. grub-install : information : locating grub_grubnet_fini at 0x18608 (0xc740).
  6285. grub-install : information : locating grub_register_variable_hook at 0x6692 (0x400).
  6286. grub-install : information : locating grub_efi_image_handle at 0xe4d8 (0xc740).
  6287. grub-install : information : locating grub_vprintf at 0x8575 (0x400).
  6288. grub-install : information : locating grub_net_open at 0xc790 (0xc740).
  6289. grub-install : information : locating grub_register_command_prio at 0x4184 (0x400).
  6290. grub-install : information : locating grub_efi_find_last_device_path at 0x226e (0x400).
  6291. grub-install : information : locating grub_efi_compare_device_paths at 0x29f1 (0x400).
  6292. grub-install : information : locating grub_file_filters_all at 0x18620 (0xc740).
  6293. grub-install : information : locating grub_install_get_time_ms at 0x4152 (0x400).
  6294. grub-install : information : locating _start at 0x400 (0x400).
  6295. grub-install : information : locating grub_term_inputs at 0x18670 (0xc740).
  6296. grub-install : information : locating grub_parser_split_cmdline at 0x8c07 (0x400).
  6297. grub-install : information : locating grub_disk_firmware_fini at 0xe530 (0xc740).
  6298. grub-install : information : locating grub_disk_close at 0x4e7a (0x400).
  6299. grub-install : information : locating grub_dl_unload at 0x57b3 (0x400).
  6300. grub-install : information : locating grub_efi_set_variable at 0x1e06 (0x400).
  6301. grub-install : information : locating grub_printf at 0x868b (0x400).
  6302. grub-install : information : locating grub_efi_secure_boot at 0x1ff5 (0x400).
  6303. grub-install : information : locating grub_unregister_command at 0x4276 (0x400).
  6304. grub-install : information : locating grub_fs_list at 0xe290 (0xc740).
  6305. grub-install : information : locating grub_efidisk_get_device_handle at 0x14b3 (0x400).
  6306. grub-install : information : locating grub_main at 0x72a7 (0x400).
  6307. grub-install : information : locating grub_file_read at 0x69ee (0x400).
  6308. grub-install : information : locating grub_dl_unload_unneeded at 0x637c (0x400).
  6309. grub-install : information : locating grub_pci_make_address at 0x5ac (0x400).
  6310. grub-install : information : locating memcmp at 0x794f (0x400).
  6311. grub-install : information : locating grub_term_normal_color at 0xb849 (0xb520).
  6312. grub-install : information : locating grub_disk_dev_list at 0xe538 (0xc740).
  6313. grub-install : information : locating grub_machine_init at 0x51a (0x400).
  6314. grub-install : information : locating efi_wrap_0 at 0x417 (0x400).
  6315. grub-install : information : locating grub_efi_locate_handle at 0x1b49 (0x400).
  6316. grub-install : information : locating grub_term_outputs at 0x18678 (0xc740).
  6317. grub-install : information : locating grub_modbase at 0xe4e0 (0xc740).
  6318. grub-install : information : locating grub_term_inputs_disabled at 0x18680 (0xc740).
  6319. grub-install : information : locating grub_efi_net_config at 0xe4e8 (0xc740).
  6320. grub-install : information : locating grub_efi_set_virtual_address_map at 0x1dab (0x400).
  6321. grub-install : information : locating grub_print_error at 0x68be (0x400).
  6322. grub-install : information : locating grub_efi_mm_init at 0x3200 (0x400).
  6323. grub-install : information : locating memset at 0x7af1 (0x400).
  6324. grub-install : information : locating grub_zalloc at 0x3e13 (0x400).
  6325. grub-install : information : locating grub_strcmp at 0x796f (0x400).
  6326. grub-install : information : locating grub_tsc_init at 0x3aa0 (0x400).
  6327. grub-install : information : locating grub_efi_allocate_pages at 0x2d27 (0x400).
  6328. grub-install : information : locating grub_strchr at 0x79bb (0x400).
  6329. grub-install : information : locating grub_refresh at 0x983f (0x400).
  6330. grub-install : information : locating grub_malloc at 0x3e02 (0x400).
  6331. grub-install : information : locating grub_efi_get_memory_map at 0x2deb (0x400).
  6332. grub-install : information : locating grub_efidisk_get_device_name at 0x1600 (0x400).
  6333. grub-install : information : locating grub_get_time_ms at 0x4146 (0x400).
  6334. grub-install : information : locating grub_file_close at 0x6a8e (0x400).
  6335. grub-install : information : locating grub_file_open at 0x6ad9 (0x400).
  6336. grub-install : information : locating grub_isspace at 0x79e3 (0x400).
  6337. grub-install : information : locating grub_efi_open_protocol at 0x1c42 (0x400).
  6338. grub-install : information : locating grub_real_dprintf at 0x8738 (0x400).
  6339. grub-install : information : locating efi_wrap_3 at 0x43e (0x400).
  6340. grub-install : information : locating grub_dl_load_core_noinit at 0x58d0 (0x400).
  6341. grub-install : information : locating grub_dl_load_file at 0x6187 (0x400).
  6342. grub-install : information : locating grub_env_unset at 0x6583 (0x400).
  6343. grub-install : information : locating grub_device_close at 0x4846 (0x400).
  6344. grub-install : information : locating efi_wrap_6 at 0x47c (0x400).
  6345. grub-install : information : locating grub_dl_head at 0xc7a0 (0xc740).
  6346. grub-install : information : locating grub_fs_probe at 0x6fba (0x400).
  6347. grub-install : information : locating grub_mm_base at 0xe4f8 (0xc740).
  6348. grub-install : information : locating grub_term_poll_usb at 0xe4c8 (0xc740).
  6349. grub-install : information : locating grub_file_filters_enabled at 0x18640 (0xc740).
  6350. grub-install : information : locating grub_strword at 0x7a58 (0x400).
  6351. grub-install : information : locating grub_machine_get_bootlocation at 0x2af0 (0x400).
  6352. grub-install : information : locating grub_efi_fini at 0x2b87 (0x400).
  6353. grub-install : information : locating grub_err_printed_errors at 0x185e4 (0xc740).
  6354. grub-install : information : locating grub_error at 0x6738 (0x400).
  6355. grub-install : information : locating grub_current_context at 0xb680 (0xb520).
  6356. grub-install : information : locating efi_codes at 0x9ae0 (0x9a00).
  6357. grub-install : information : locating grub_dl_register_symbol at 0x567e (0x400).
  6358. grub-install : information : locating grub_efi_is_finished at 0xc758 (0xc740).
  6359. grub-install : information : locating grub_list_remove at 0x7218 (0x400).
  6360. grub-install : information : locating grub_pci_iterate at 0x5d4 (0x400).
  6361. grub-install : information : locating grub_modules_get_end at 0x728b (0x400).
  6362. grub-install : information : locating grub_free at 0x3e4d (0x400).
  6363. grub-install : information : locating grub_strndup at 0x7bc1 (0x400).
  6364. grub-install : information : locating efi_wrap_7 at 0x49f (0x400).
  6365. grub-install : information : locating grub_named_list_find at 0x71c6 (0x400).
  6366. grub-install : information : locating grub_dl_unref at 0x5777 (0x400).
  6367. grub-install : information : locating grub_efi_duplicate_device_path at 0x22a6 (0x400).
  6368. grub-install : information : locating grub_efidisk_init at 0x1282 (0x400).
  6369. grub-install : information : locating grub_disk_dev_unregister at 0x4e49 (0x400).
  6370. grub-install : information : locating grub_efi_init at 0x2a8a (0x400).
  6371. grub-install : information : locating grub_arch_dl_check_header at 0x735 (0x400).
  6372. grub-install : information : locating grub_arch_dl_relocate_symbols at 0x764 (0x400).
  6373. grub-install : information : locating grub_efi_free_pages at 0x2c4b (0x400).
  6374. grub-install : information : locating grub_printf_ at 0x86da (0x400).
  6375. grub-install : information : locating grub_efi_get_device_path at 0x2253 (0x400).
  6376. grub-install : information : locating start at 0x400 (0x400).
  6377. grub-install : information : locating grub_efi_modules_addr at 0x20c9 (0x400).
  6378. grub-install : information : locating grub_error_pop at 0x684b (0x400).
  6379. grub-install : information : locating grub_device_iterate at 0x4978 (0x400).
  6380. grub-install : information : locating grub_getkey_noblock at 0x97f5 (0x400).
  6381. grub-install : information : locating grub_memalign_dma32 at 0x547 (0x400).
  6382. grub-install : information : locating grub_list_push at 0x71fe (0x400).
  6383. grub-install : information : locating grub_efi_set_text_mode at 0x1ca1 (0x400).
  6384. grub-install : information : locating grub_err_printf at 0x868b (0x400).
  6385. grub-install : information : locating grub_disk_cache_invalidate_all at 0x4dea (0x400).
  6386. grub-install : information : locating grub_env_set at 0x6425 (0x400).
  6387. grub-install : information : locating grub_dl_load_core at 0x6145 (0x400).
  6388. grub-install : information : locating grub_gettext at 0xb6f0 (0xb520).
  6389. grub-install : information : locating grub_memcmp at 0x794f (0x400).
  6390. grub-install : information : locating grub_env_get at 0x6555 (0x400).
  6391. grub-install : information : locating efi_wrap_2 at 0x430 (0x400).
  6392. grub-install : information : locating grub_strtoul at 0x80f4 (0x400).
  6393. grub-install : information : locating grub_dma_get_phys at 0x5a9 (0x400).
  6394. grub-install : information : locating grub_mm_init_region at 0x3f63 (0x400).
  6395. grub-install : information : locating grub_disk_cache_table at 0xe540 (0xc740).
  6396. grub-install : information : locating grub_memalign at 0x3c1c (0x400).
  6397. grub-install : information : dealing with the relocation section .rela.text for .text.
  6398. grub-install : information : relocating an R_X86_64_PC32 entry to 0xe0d1 at the offset 0x3.
  6399. grub-install : information : relocating an R_X86_64_PC32 entry to 0xe0c2 at the offset 0xa.
  6400. grub-install : information : relocating an R_X86_64_PC32 entry to 0x6e90 at the offset 0x13.
  6401. grub-install : information : relocating an R_X86_64_64 entry to 0x2a8a at the offset 0x11d.
  6402. grub-install : information : relocating an R_X86_64_64 entry to 0x3aa0 at the offset 0x12a.
  6403. grub-install : information : relocating an R_X86_64_64 entry to 0x2b87 at the offset 0x13c.
  6404. grub-install : information : relocating an R_X86_64_64 entry to 0x3c1c at the offset 0x165.
  6405. grub-install : information : relocating an R_X86_64_64 entry to 0x9b98 at the offset 0x17a.
  6406. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x18b.
  6407. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x19b.
  6408. grub-install : information : relocating an R_X86_64_64 entry to 0x5ac at the offset 0x1e8.
  6409. grub-install : information : relocating an R_X86_64_64 entry to 0x5ac at the offset 0x2ac.
  6410. grub-install : information : relocating an R_X86_64_64 entry to 0x9bb8 at the offset 0x346.
  6411. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x357.
  6412. grub-install : information : relocating an R_X86_64_64 entry to 0x9bd9 at the offset 0x385.
  6413. grub-install : information : relocating an R_X86_64_64 entry to 0x9bfc at the offset 0x421.
  6414. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x434.
  6415. grub-install : information : relocating an R_X86_64_64 entry to 0x9c14 at the offset 0x45f.
  6416. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x470.
  6417. grub-install : information : relocating an R_X86_64_64 entry to 0x9c3b at the offset 0x4aa.
  6418. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x4b4.
  6419. grub-install : information : relocating an R_X86_64_64 entry to 0x9c4f at the offset 0x4c3.
  6420. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4cf.
  6421. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x4ee.
  6422. grub-install : information : relocating an R_X86_64_64 entry to 0x9c62 at the offset 0x4fb.
  6423. grub-install : information : relocating an R_X86_64_64 entry to 0x9c4f at the offset 0x50e.
  6424. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0x518.
  6425. grub-install : information : relocating an R_X86_64_64 entry to 0x80f4 at the offset 0x545.
  6426. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x554.
  6427. grub-install : information : relocating an R_X86_64_64 entry to 0x9c6e at the offset 0x56d.
  6428. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x57e.
  6429. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x58a.
  6430. grub-install : information : relocating an R_X86_64_64 entry to 0xc740 at the offset 0x5b2.
  6431. grub-install : information : relocating an R_X86_64_64 entry to 0xc750 at the offset 0x5c1.
  6432. grub-install : information : relocating an R_X86_64_64 entry to 0xc748 at the offset 0x5d0.
  6433. grub-install : information : relocating an R_X86_64_64 entry to 0x888 at the offset 0x5dd.
  6434. grub-install : information : relocating an R_X86_64_64 entry to 0x9c7c at the offset 0x5f5.
  6435. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x610.
  6436. grub-install : information : relocating an R_X86_64_64 entry to 0x9c4f at the offset 0x630.
  6437. grub-install : information : relocating an R_X86_64_64 entry to 0x9c8b at the offset 0x641.
  6438. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x659.
  6439. grub-install : information : relocating an R_X86_64_64 entry to 0x9cb7 at the offset 0x694.
  6440. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6af.
  6441. grub-install : information : relocating an R_X86_64_64 entry to 0x9cce at the offset 0x6e0.
  6442. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x6ea.
  6443. grub-install : information : relocating an R_X86_64_64 entry to 0x9c4f at the offset 0x6f9.
  6444. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x71c.
  6445. grub-install : information : relocating an R_X86_64_64 entry to 0xc750 at the offset 0x73d.
  6446. grub-install : information : relocating an R_X86_64_64 entry to 0xc748 at the offset 0x749.
  6447. grub-install : information : relocating an R_X86_64_64 entry to 0xc740 at the offset 0x754.
  6448. grub-install : information : relocating an R_X86_64_64 entry to 0xb18 at the offset 0x75f.
  6449. grub-install : information : relocating an R_X86_64_64 entry to 0xb520 at the offset 0x78c.
  6450. grub-install : information : relocating an R_X86_64_64 entry to 0x4e49 at the offset 0x79e.
  6451. grub-install : information : relocating an R_X86_64_64 entry to 0xb560 at the offset 0x7bb.
  6452. grub-install : information : relocating an R_X86_64_64 entry to 0x1b49 at the offset 0x7cc.
  6453. grub-install : information : relocating an R_X86_64_64 entry to 0x2253 at the offset 0x7f4.
  6454. grub-install : information : relocating an R_X86_64_64 entry to 0x226e at the offset 0x82b.
  6455. grub-install : information : relocating an R_X86_64_64 entry to 0xb560 at the offset 0x844.
  6456. grub-install : information : relocating an R_X86_64_64 entry to 0x1c42 at the offset 0x852.
  6457. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x86d.
  6458. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x883.
  6459. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8b9.
  6460. grub-install : information : relocating an R_X86_64_64 entry to 0x22a6 at the offset 0x8de.
  6461. grub-install : information : relocating an R_X86_64_64 entry to 0x226e at the offset 0x904.
  6462. grub-install : information : relocating an R_X86_64_64 entry to 0x29f1 at the offset 0x90e.
  6463. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x945.
  6464. grub-install : information : relocating an R_X86_64_64 entry to 0x29f1 at the offset 0x961.
  6465. grub-install : information : relocating an R_X86_64_64 entry to 0x9ce4 at the offset 0x991.
  6466. grub-install : information : relocating an R_X86_64_64 entry to 0x8890 at the offset 0x9a3.
  6467. grub-install : information : relocating an R_X86_64_64 entry to 0xc748 at the offset 0x9d2.
  6468. grub-install : information : relocating an R_X86_64_64 entry to 0xd5d at the offset 0x9eb.
  6469. grub-install : information : relocating an R_X86_64_64 entry to 0xc750 at the offset 0xa00.
  6470. grub-install : information : relocating an R_X86_64_64 entry to 0xc740 at the offset 0xa1e.
  6471. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xa67.
  6472. grub-install : information : relocating an R_X86_64_64 entry to 0x9ce8 at the offset 0xa71.
  6473. grub-install : information : relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xa80.
  6474. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0xa8a.
  6475. grub-install : information : relocating an R_X86_64_64 entry to 0x463 at the offset 0xab8.
  6476. grub-install : information : relocating an R_X86_64_64 entry to 0x9d1c at the offset 0xad3.
  6477. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0xaec.
  6478. grub-install : information : relocating an R_X86_64_64 entry to 0xc750 at the offset 0xb1f.
  6479. grub-install : information : relocating an R_X86_64_64 entry to 0xc748 at the offset 0xb33.
  6480. grub-install : information : relocating an R_X86_64_64 entry to 0x9d44 at the offset 0xb4d.
  6481. grub-install : information : relocating an R_X86_64_64 entry to 0x8890 at the offset 0xb61.
  6482. grub-install : information : relocating an R_X86_64_64 entry to 0x9d49 at the offset 0xb73.
  6483. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xb7d.
  6484. grub-install : information : relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xb8c.
  6485. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0xb96.
  6486. grub-install : information : relocating an R_X86_64_64 entry to 0x9d57 at the offset 0xbbe.
  6487. grub-install : information : relocating an R_X86_64_64 entry to 0x8890 at the offset 0xbd2.
  6488. grub-install : information : relocating an R_X86_64_64 entry to 0x9d49 at the offset 0xbe4.
  6489. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xbee.
  6490. grub-install : information : relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xbfd.
  6491. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0xc07.
  6492. grub-install : information : relocating an R_X86_64_64 entry to 0xc740 at the offset 0xc30.
  6493. grub-install : information : relocating an R_X86_64_64 entry to 0x9d5c at the offset 0xc46.
  6494. grub-install : information : relocating an R_X86_64_64 entry to 0x8890 at the offset 0xc5a.
  6495. grub-install : information : relocating an R_X86_64_64 entry to 0x9d49 at the offset 0xc6c.
  6496. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xc76.
  6497. grub-install : information : relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xc85.
  6498. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0xc8f.
  6499. grub-install : information : relocating an R_X86_64_64 entry to 0x226e at the offset 0xcc9.
  6500. grub-install : information : relocating an R_X86_64_64 entry to 0x29f1 at the offset 0xcfd.
  6501. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0xd28.
  6502. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0xd47.
  6503. grub-install : information : relocating an R_X86_64_64 entry to 0x90e7 at the offset 0xdb2.
  6504. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xde8.
  6505. grub-install : information : relocating an R_X86_64_64 entry to 0x9d61 at the offset 0xdf2.
  6506. grub-install : information : relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xe01.
  6507. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0xe0b.
  6508. grub-install : information : relocating an R_X86_64_64 entry to 0x463 at the offset 0xe39.
  6509. grub-install : information : relocating an R_X86_64_64 entry to 0x9d93 at the offset 0xe54.
  6510. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0xe6d.
  6511. grub-install : information : relocating an R_X86_64_64 entry to 0xb39 at the offset 0xe88.
  6512. grub-install : information : relocating an R_X86_64_64 entry to 0xe530 at the offset 0xe9a.
  6513. grub-install : information : relocating an R_X86_64_64 entry to 0xbaf at the offset 0xea4.
  6514. grub-install : information : relocating an R_X86_64_64 entry to 0xcd8 at the offset 0xebf.
  6515. grub-install : information : relocating an R_X86_64_64 entry to 0xc748 at the offset 0xf1e.
  6516. grub-install : information : relocating an R_X86_64_64 entry to 0x10c3 at the offset 0xf28.
  6517. grub-install : information : relocating an R_X86_64_64 entry to 0xc740 at the offset 0xf34.
  6518. grub-install : information : relocating an R_X86_64_64 entry to 0x794f at the offset 0xfcd.
  6519. grub-install : information : relocating an R_X86_64_64 entry to 0xcd8 at the offset 0xfe3.
  6520. grub-install : information : relocating an R_X86_64_64 entry to 0x10c3 at the offset 0x1004.
  6521. grub-install : information : relocating an R_X86_64_64 entry to 0xc740 at the offset 0x104a.
  6522. grub-install : information : relocating an R_X86_64_64 entry to 0xb18 at the offset 0x1068.
  6523. grub-install : information : relocating an R_X86_64_64 entry to 0xb520 at the offset 0x1074.
  6524. grub-install : information : relocating an R_X86_64_64 entry to 0x4e34 at the offset 0x107e.
  6525. grub-install : information : relocating an R_X86_64_64 entry to 0xc748 at the offset 0x109a.
  6526. grub-install : information : relocating an R_X86_64_64 entry to 0xc750 at the offset 0x10a9.
  6527. grub-install : information : relocating an R_X86_64_64 entry to 0xbaf at the offset 0x1101.
  6528. grub-install : information : relocating an R_X86_64_64 entry to 0x22a6 at the offset 0x110b.
  6529. grub-install : information : relocating an R_X86_64_64 entry to 0x226e at the offset 0x113c.
  6530. grub-install : information : relocating an R_X86_64_64 entry to 0x29f1 at the offset 0x115d.
  6531. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x1170.
  6532. grub-install : information : relocating an R_X86_64_64 entry to 0xb18 at the offset 0x11dd.
  6533. grub-install : information : relocating an R_X86_64_64 entry to 0x2253 at the offset 0x1206.
  6534. grub-install : information : relocating an R_X86_64_64 entry to 0x226e at the offset 0x1229.
  6535. grub-install : information : relocating an R_X86_64_64 entry to 0x22a6 at the offset 0x125f.
  6536. grub-install : information : relocating an R_X86_64_64 entry to 0xdc8 at the offset 0x12b4.
  6537. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x12c2.
  6538. grub-install : information : relocating an R_X86_64_64 entry to 0x4f1e at the offset 0x12e0.
  6539. grub-install : information : relocating an R_X86_64_64 entry to 0x4e7a at the offset 0x1308.
  6540. grub-install : information : relocating an R_X86_64_64 entry to 0x556c at the offset 0x1326.
  6541. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x133d.
  6542. grub-install : information : relocating an R_X86_64_64 entry to 0x1171 at the offset 0x1353.
  6543. grub-install : information : relocating an R_X86_64_64 entry to 0x907a at the offset 0x1360.
  6544. grub-install : information : relocating an R_X86_64_64 entry to 0x9db9 at the offset 0x1381.
  6545. grub-install : information : relocating an R_X86_64_64 entry to 0x8982 at the offset 0x1390.
  6546. grub-install : information : relocating an R_X86_64_64 entry to 0xdc8 at the offset 0x13ba.
  6547. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x13d3.
  6548. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x1509.
  6549. grub-install : information : relocating an R_X86_64_64 entry to 0x9dbf at the offset 0x1552.
  6550. grub-install : information : relocating an R_X86_64_64 entry to 0x9e00 at the offset 0x156d.
  6551. grub-install : information : relocating an R_X86_64_64 entry to 0x9e02 at the offset 0x158c.
  6552. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x1708.
  6553. grub-install : information : relocating an R_X86_64_64 entry to 0x43e at the offset 0x171b.
  6554. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1756.
  6555. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x178e.
  6556. grub-install : information : relocating an R_X86_64_64 entry to 0x463 at the offset 0x17ac.
  6557. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x17d5.
  6558. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x1816.
  6559. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x184b.
  6560. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x1869.
  6561. grub-install : information : relocating an R_X86_64_64 entry to 0x47c at the offset 0x1881.
  6562. grub-install : information : relocating an R_X86_64_64 entry to 0x1aff at the offset 0x18a9.
  6563. grub-install : information : relocating an R_X86_64_64 entry to 0xb590 at the offset 0x18b3.
  6564. grub-install : information : relocating an R_X86_64_64 entry to 0x44f at the offset 0x18e2.
  6565. grub-install : information : relocating an R_X86_64_64 entry to 0x430 at the offset 0x190d.
  6566. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x192a.
  6567. grub-install : information : relocating an R_X86_64_64 entry to 0x422 at the offset 0x1942.
  6568. grub-install : information : relocating an R_X86_64_64 entry to 0xb580 at the offset 0x1953.
  6569. grub-install : information : relocating an R_X86_64_64 entry to 0x1c42 at the offset 0x195d.
  6570. grub-install : information : relocating an R_X86_64_64 entry to 0x2b87 at the offset 0x196a.
  6571. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x1976.
  6572. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x1992.
  6573. grub-install : information : relocating an R_X86_64_64 entry to 0x44f at the offset 0x199f.
  6574. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x19b0.
  6575. grub-install : information : relocating an R_X86_64_64 entry to 0x44f at the offset 0x19d5.
  6576. grub-install : information : relocating an R_X86_64_64 entry to 0x9e08 at the offset 0x19e7.
  6577. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x19f8.
  6578. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x1a1a.
  6579. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1a34.
  6580. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x1a44.
  6581. grub-install : information : relocating an R_X86_64_64 entry to 0x199d at the offset 0x1a62.
  6582. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x1a74.
  6583. grub-install : information : relocating an R_X86_64_64 entry to 0x463 at the offset 0x1a97.
  6584. grub-install : information : relocating an R_X86_64_64 entry to 0x9e27 at the offset 0x1ab2.
  6585. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x1acb.
  6586. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x1af3.
  6587. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1afd.
  6588. grub-install : information : relocating an R_X86_64_64 entry to 0x199d at the offset 0x1b45.
  6589. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x1b58.
  6590. grub-install : information : relocating an R_X86_64_64 entry to 0x463 at the offset 0x1b74.
  6591. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x1b9f.
  6592. grub-install : information : relocating an R_X86_64_64 entry to 0x9e47 at the offset 0x1bfa.
  6593. grub-install : information : relocating an R_X86_64_64 entry to 0x1ee1 at the offset 0x1c05.
  6594. grub-install : information : relocating an R_X86_64_64 entry to 0x9e52 at the offset 0x1c7d.
  6595. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x1cac.
  6596. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x1ccd.
  6597. grub-install : information : relocating an R_X86_64_64 entry to 0x1d4c at the offset 0x1ce0.
  6598. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x1cfe.
  6599. grub-install : information : relocating an R_X86_64_64 entry to 0x9e5c at the offset 0x1d24.
  6600. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1db1.
  6601. grub-install : information : relocating an R_X86_64_64 entry to 0x17ea at the offset 0x1dc5.
  6602. grub-install : information : relocating an R_X86_64_64 entry to 0xb570 at the offset 0x1e5a.
  6603. grub-install : information : relocating an R_X86_64_64 entry to 0x1c42 at the offset 0x1e64.
  6604. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1ed3.
  6605. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x1ef0.
  6606. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x1f11.
  6607. grub-install : information : relocating an R_X86_64_64 entry to 0x9e61 at the offset 0x1f6a.
  6608. grub-install : information : relocating an R_X86_64_64 entry to 0x9e6d at the offset 0x1f78.
  6609. grub-install : information : relocating an R_X86_64_64 entry to 0x9e77 at the offset 0x1f8b.
  6610. grub-install : information : relocating an R_X86_64_64 entry to 0x9a00 at the offset 0x1fa4.
  6611. grub-install : information : relocating an R_X86_64_64 entry to 0x9e88 at the offset 0x1fbb.
  6612. grub-install : information : relocating an R_X86_64_64 entry to 0x9e94 at the offset 0x1fcf.
  6613. grub-install : information : relocating an R_X86_64_64 entry to 0x9ea0 at the offset 0x1fe6.
  6614. grub-install : information : relocating an R_X86_64_64 entry to 0x9eb4 at the offset 0x1ffc.
  6615. grub-install : information : relocating an R_X86_64_64 entry to 0x9ebd at the offset 0x200f.
  6616. grub-install : information : relocating an R_X86_64_64 entry to 0x9ec7 at the offset 0x201e.
  6617. grub-install : information : relocating an R_X86_64_64 entry to 0x9ed6 at the offset 0x2046.
  6618. grub-install : information : relocating an R_X86_64_64 entry to 0x9ee3 at the offset 0x205b.
  6619. grub-install : information : relocating an R_X86_64_64 entry to 0x9eea at the offset 0x2076.
  6620. grub-install : information : relocating an R_X86_64_64 entry to 0x9eee at the offset 0x2089.
  6621. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x209a.
  6622. grub-install : information : relocating an R_X86_64_64 entry to 0x9eea at the offset 0x20b2.
  6623. grub-install : information : relocating an R_X86_64_64 entry to 0x9eee at the offset 0x20c8.
  6624. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x20de.
  6625. grub-install : information : relocating an R_X86_64_64 entry to 0x9ef2 at the offset 0x2111.
  6626. grub-install : information : relocating an R_X86_64_64 entry to 0x9ef6 at the offset 0x213c.
  6627. grub-install : information : relocating an R_X86_64_64 entry to 0x9efa at the offset 0x214e.
  6628. grub-install : information : relocating an R_X86_64_64 entry to 0x9a28 at the offset 0x216b.
  6629. grub-install : information : relocating an R_X86_64_64 entry to 0x9f0b at the offset 0x2182.
  6630. grub-install : information : relocating an R_X86_64_64 entry to 0x9f1c at the offset 0x21a0.
  6631. grub-install : information : relocating an R_X86_64_64 entry to 0x9f29 at the offset 0x21b7.
  6632. grub-install : information : relocating an R_X86_64_64 entry to 0x9f42 at the offset 0x21ce.
  6633. grub-install : information : relocating an R_X86_64_64 entry to 0x9f4e at the offset 0x21eb.
  6634. grub-install : information : relocating an R_X86_64_64 entry to 0x9f5a at the offset 0x2204.
  6635. grub-install : information : relocating an R_X86_64_64 entry to 0x9f74 at the offset 0x222a.
  6636. grub-install : information : relocating an R_X86_64_64 entry to 0x9f7d at the offset 0x2243.
  6637. grub-install : information : relocating an R_X86_64_64 entry to 0x9fa8 at the offset 0x227b.
  6638. grub-install : information : relocating an R_X86_64_64 entry to 0x9fd3 at the offset 0x22d2.
  6639. grub-install : information : relocating an R_X86_64_64 entry to 0xa016 at the offset 0x2360.
  6640. grub-install : information : relocating an R_X86_64_64 entry to 0xa035 at the offset 0x2385.
  6641. grub-install : information : relocating an R_X86_64_64 entry to 0xa04a at the offset 0x23ab.
  6642. grub-install : information : relocating an R_X86_64_64 entry to 0xa05a at the offset 0x23c6.
  6643. grub-install : information : relocating an R_X86_64_64 entry to 0xa064 at the offset 0x23d5.
  6644. grub-install : information : relocating an R_X86_64_64 entry to 0x9ab8 at the offset 0x23f2.
  6645. grub-install : information : relocating an R_X86_64_64 entry to 0xa07a at the offset 0x2409.
  6646. grub-install : information : relocating an R_X86_64_64 entry to 0xa0b3 at the offset 0x2464.
  6647. grub-install : information : relocating an R_X86_64_64 entry to 0xa0c5 at the offset 0x247e.
  6648. grub-install : information : relocating an R_X86_64_64 entry to 0x18f4 at the offset 0x2488.
  6649. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x249d.
  6650. grub-install : information : relocating an R_X86_64_64 entry to 0x17ea at the offset 0x24c8.
  6651. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x24d9.
  6652. grub-install : information : relocating an R_X86_64_64 entry to 0xa0cb at the offset 0x24ec.
  6653. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x24fd.
  6654. grub-install : information : relocating an R_X86_64_64 entry to 0xa0d5 at the offset 0x2518.
  6655. grub-install : information : relocating an R_X86_64_64 entry to 0xa111 at the offset 0x255e.
  6656. grub-install : information : relocating an R_X86_64_64 entry to 0xa123 at the offset 0x257e.
  6657. grub-install : information : relocating an R_X86_64_64 entry to 0xa133 at the offset 0x258e.
  6658. grub-install : information : relocating an R_X86_64_64 entry to 0xa144 at the offset 0x25a6.
  6659. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x25bd.
  6660. grub-install : information : relocating an R_X86_64_64 entry to 0x794f at the offset 0x2613.
  6661. grub-install : information : relocating an R_X86_64_64 entry to 0x20c9 at the offset 0x268d.
  6662. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x2699.
  6663. grub-install : information : relocating an R_X86_64_64 entry to 0x3924 at the offset 0x26a3.
  6664. grub-install : information : relocating an R_X86_64_64 entry to 0x3200 at the offset 0x26af.
  6665. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x26bb.
  6666. grub-install : information : relocating an R_X86_64_64 entry to 0x44f at the offset 0x26d9.
  6667. grub-install : information : relocating an R_X86_64_64 entry to 0x1282 at the offset 0x26e6.
  6668. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x26f4.
  6669. grub-install : information : relocating an R_X86_64_64 entry to 0x1d4c at the offset 0x2709.
  6670. grub-install : information : relocating an R_X86_64_64 entry to 0x1600 at the offset 0x2721.
  6671. grub-install : information : relocating an R_X86_64_64 entry to 0x2163 at the offset 0x2731.
  6672. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e8 at the offset 0x274c.
  6673. grub-install : information : relocating an R_X86_64_64 entry to 0x79d0 at the offset 0x2770.
  6674. grub-install : information : relocating an R_X86_64_64 entry to 0xb39 at the offset 0x278a.
  6675. grub-install : information : relocating an R_X86_64_64 entry to 0x3a21 at the offset 0x2797.
  6676. grub-install : information : relocating an R_X86_64_64 entry to 0x5ac at the offset 0x27c0.
  6677. grub-install : information : relocating an R_X86_64_64 entry to 0x69b at the offset 0x27ed.
  6678. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2850.
  6679. grub-install : information : relocating an R_X86_64_64 entry to 0x430 at the offset 0x2863.
  6680. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2897.
  6681. grub-install : information : relocating an R_X86_64_64 entry to 0x44f at the offset 0x28b9.
  6682. grub-install : information : relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x2908.
  6683. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x295d.
  6684. grub-install : information : relocating an R_X86_64_64 entry to 0x44f at the offset 0x297a.
  6685. grub-install : information : relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x29cc.
  6686. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x29f1.
  6687. grub-install : information : relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2a1d.
  6688. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x2a27.
  6689. grub-install : information : relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2a36.
  6690. grub-install : information : relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2a4c.
  6691. grub-install : information : relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2a60.
  6692. grub-install : information : relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2a76.
  6693. grub-install : information : relocating an R_X86_64_64 entry to 0xc760 at the offset 0x2a8b.
  6694. grub-install : information : relocating an R_X86_64_64 entry to 0xc75c at the offset 0x2aa3.
  6695. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2acd.
  6696. grub-install : information : relocating an R_X86_64_64 entry to 0x463 at the offset 0x2aef.
  6697. grub-install : information : relocating an R_X86_64_64 entry to 0x2deb at the offset 0x2b2b.
  6698. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2b4e.
  6699. grub-install : information : relocating an R_X86_64_64 entry to 0x794f at the offset 0x2b89.
  6700. grub-install : information : relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2b99.
  6701. grub-install : information : relocating an R_X86_64_64 entry to 0xc75c at the offset 0x2ba3.
  6702. grub-install : information : relocating an R_X86_64_64 entry to 0xc760 at the offset 0x2bad.
  6703. grub-install : information : relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2bb7.
  6704. grub-install : information : relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2bc4.
  6705. grub-install : information : relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2bde.
  6706. grub-install : information : relocating an R_X86_64_64 entry to 0xa176 at the offset 0x2bf1.
  6707. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x2c02.
  6708. grub-install : information : relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2c13.
  6709. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x2c20.
  6710. grub-install : information : relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2c2f.
  6711. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x2c3a.
  6712. grub-install : information : relocating an R_X86_64_64 entry to 0xc75c at the offset 0x2c4c.
  6713. grub-install : information : relocating an R_X86_64_64 entry to 0xc760 at the offset 0x2c56.
  6714. grub-install : information : relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2c60.
  6715. grub-install : information : relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2c6a.
  6716. grub-install : information : relocating an R_X86_64_64 entry to 0x2deb at the offset 0x2c74.
  6717. grub-install : information : relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2c84.
  6718. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x2c91.
  6719. grub-install : information : relocating an R_X86_64_64 entry to 0xa159 at the offset 0x2c9d.
  6720. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2cac.
  6721. grub-install : information : relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2cc1.
  6722. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x2cce.
  6723. grub-install : information : relocating an R_X86_64_64 entry to 0x430 at the offset 0x2cdb.
  6724. grub-install : information : relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2cf6.
  6725. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x2d06.
  6726. grub-install : information : relocating an R_X86_64_64 entry to 0xa195 at the offset 0x2d14.
  6727. grub-install : information : relocating an R_X86_64_64 entry to 0xa1b5 at the offset 0x2d25.
  6728. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x2d31.
  6729. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x2d42.
  6730. grub-install : information : relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2d57.
  6731. grub-install : information : relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2d6a.
  6732. grub-install : information : relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2d7a.
  6733. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x2d87.
  6734. grub-install : information : relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2d98.
  6735. grub-install : information : relocating an R_X86_64_64 entry to 0xc760 at the offset 0x2daa.
  6736. grub-install : information : relocating an R_X86_64_64 entry to 0xc75c at the offset 0x2dbc.
  6737. grub-install : information : relocating an R_X86_64_64 entry to 0x2ba1 at the offset 0x2dd9.
  6738. grub-install : information : relocating an R_X86_64_64 entry to 0x5d4 at the offset 0x2de3.
  6739. grub-install : information : relocating an R_X86_64_64 entry to 0x2d27 at the offset 0x2e13.
  6740. grub-install : information : relocating an R_X86_64_64 entry to 0xa1dd at the offset 0x2e2c.
  6741. grub-install : information : relocating an R_X86_64_64 entry to 0x2deb at the offset 0x2e59.
  6742. grub-install : information : relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x2e71.
  6743. grub-install : information : relocating an R_X86_64_64 entry to 0xa1f4 at the offset 0x2eca.
  6744. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x2ed6.
  6745. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x2f42.
  6746. grub-install : information : relocating an R_X86_64_64 entry to 0x3f63 at the offset 0x305c.
  6747. grub-install : information : relocating an R_X86_64_64 entry to 0xa20a at the offset 0x30b4.
  6748. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x30be.
  6749. grub-install : information : relocating an R_X86_64_64 entry to 0xa23f at the offset 0x30ca.
  6750. grub-install : information : relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x30e1.
  6751. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x30fc.
  6752. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x3117.
  6753. grub-install : information : relocating an R_X86_64_64 entry to 0x430 at the offset 0x31fc.
  6754. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x3270.
  6755. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x3281.
  6756. grub-install : information : relocating an R_X86_64_64 entry to 0x43e at the offset 0x329a.
  6757. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x32ab.
  6758. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x32d1.
  6759. grub-install : information : relocating an R_X86_64_64 entry to 0x44f at the offset 0x32f3.
  6760. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x3317.
  6761. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x3329.
  6762. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x3349.
  6763. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x335b.
  6764. grub-install : information : relocating an R_X86_64_64 entry to 0x430 at the offset 0x3369.
  6765. grub-install : information : relocating an R_X86_64_64 entry to 0x3747 at the offset 0x337d.
  6766. grub-install : information : relocating an R_X86_64_64 entry to 0x1ca1 at the offset 0x338b.
  6767. grub-install : information : relocating an R_X86_64_64 entry to 0x1ca1 at the offset 0x339f.
  6768. grub-install : information : relocating an R_X86_64_64 entry to 0x3747 at the offset 0x33b3.
  6769. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x33c8.
  6770. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x33d9.
  6771. grub-install : information : relocating an R_X86_64_64 entry to 0xb849 at the offset 0x3401.
  6772. grub-install : information : relocating an R_X86_64_64 entry to 0xb848 at the offset 0x340c.
  6773. grub-install : information : relocating an R_X86_64_64 entry to 0x430 at the offset 0x3420.
  6774. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x342e.
  6775. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x3442.
  6776. grub-install : information : relocating an R_X86_64_64 entry to 0x430 at the offset 0x3455.
  6777. grub-install : information : relocating an R_X86_64_64 entry to 0x9ae0 at the offset 0x34a8.
  6778. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x34c1.
  6779. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x34d0.
  6780. grub-install : information : relocating an R_X86_64_64 entry to 0x430 at the offset 0x34dc.
  6781. grub-install : information : relocating an R_X86_64_64 entry to 0x422 at the offset 0x3506.
  6782. grub-install : information : relocating an R_X86_64_64 entry to 0x1ca1 at the offset 0x352c.
  6783. grub-install : information : relocating an R_X86_64_64 entry to 0xa251 at the offset 0x353d.
  6784. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x354c.
  6785. grub-install : information : relocating an R_X86_64_64 entry to 0x18670 at the offset 0x3558.
  6786. grub-install : information : relocating an R_X86_64_64 entry to 0xb640 at the offset 0x3562.
  6787. grub-install : information : relocating an R_X86_64_64 entry to 0x18680 at the offset 0x356c.
  6788. grub-install : information : relocating an R_X86_64_64 entry to 0xb658 at the offset 0x357c.
  6789. grub-install : information : relocating an R_X86_64_64 entry to 0xb640 at the offset 0x358b.
  6790. grub-install : information : relocating an R_X86_64_64 entry to 0x18670 at the offset 0x3595.
  6791. grub-install : information : relocating an R_X86_64_64 entry to 0x71fe at the offset 0x359f.
  6792. grub-install : information : relocating an R_X86_64_64 entry to 0xb640 at the offset 0x35ad.
  6793. grub-install : information : relocating an R_X86_64_64 entry to 0x18678 at the offset 0x35bd.
  6794. grub-install : information : relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x35c7.
  6795. grub-install : information : relocating an R_X86_64_64 entry to 0x18668 at the offset 0x35d1.
  6796. grub-install : information : relocating an R_X86_64_64 entry to 0xb5b8 at the offset 0x35e1.
  6797. grub-install : information : relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x35f0.
  6798. grub-install : information : relocating an R_X86_64_64 entry to 0x18678 at the offset 0x35fa.
  6799. grub-install : information : relocating an R_X86_64_64 entry to 0x71fe at the offset 0x3605.
  6800. grub-install : information : relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x3611.
  6801. grub-install : information : relocating an R_X86_64_64 entry to 0x7218 at the offset 0x3624.
  6802. grub-install : information : relocating an R_X86_64_64 entry to 0xb640 at the offset 0x362e.
  6803. grub-install : information : relocating an R_X86_64_64 entry to 0xb640 at the offset 0x363a.
  6804. grub-install : information : relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x3646.
  6805. grub-install : information : relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x3655.
  6806. grub-install : information : relocating an R_X86_64_64 entry to 0xc780 at the offset 0x3672.
  6807. grub-install : information : relocating an R_X86_64_64 entry to 0xe4f0 at the offset 0x367f.
  6808. grub-install : information : relocating an R_X86_64_64 entry to 0xc780 at the offset 0x36e3.
  6809. grub-install : information : relocating an R_X86_64_64 entry to 0x7c16 at the offset 0x3729.
  6810. grub-install : information : relocating an R_X86_64_64 entry to 0xe4f0 at the offset 0x3742.
  6811. grub-install : information : relocating an R_X86_64_64 entry to 0x3a60 at the offset 0x374c.
  6812. grub-install : information : relocating an R_X86_64_64 entry to 0x4152 at the offset 0x3756.
  6813. grub-install : information : relocating an R_X86_64_64 entry to 0xa26e at the offset 0x3762.
  6814. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x376e.
  6815. grub-install : information : relocating an R_X86_64_64 entry to 0xa27b at the offset 0x3784.
  6816. grub-install : information : relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3790.
  6817. grub-install : information : relocating an R_X86_64_64 entry to 0xa290 at the offset 0x37d4.
  6818. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x37e0.
  6819. grub-install : information : relocating an R_X86_64_64 entry to 0xa2c3 at the offset 0x37ef.
  6820. grub-install : information : relocating an R_X86_64_64 entry to 0xa2a2 at the offset 0x3804.
  6821. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x3810.
  6822. grub-install : information : relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3825.
  6823. grub-install : information : relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3858.
  6824. grub-install : information : relocating an R_X86_64_64 entry to 0xa2db at the offset 0x38a8.
  6825. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x38b4.
  6826. grub-install : information : relocating an R_X86_64_64 entry to 0xa2ec at the offset 0x38cd.
  6827. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x38d9.
  6828. grub-install : information : relocating an R_X86_64_64 entry to 0x4dea at the offset 0x39ca.
  6829. grub-install : information : relocating an R_X86_64_64 entry to 0xa30d at the offset 0x39e0.
  6830. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x39f1.
  6831. grub-install : information : relocating an R_X86_64_64 entry to 0x3c1c at the offset 0x3a07.
  6832. grub-install : information : relocating an R_X86_64_64 entry to 0x3c1c at the offset 0x3a20.
  6833. grub-install : information : relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x3a3c.
  6834. grub-install : information : relocating an R_X86_64_64 entry to 0x3b78 at the offset 0x3a5c.
  6835. grub-install : information : relocating an R_X86_64_64 entry to 0xa2ec at the offset 0x3aae.
  6836. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x3aba.
  6837. grub-install : information : relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3b94.
  6838. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x3bfa.
  6839. grub-install : information : relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3c4a.
  6840. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x3ca0.
  6841. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x3cbc.
  6842. grub-install : information : relocating an R_X86_64_64 entry to 0x3b78 at the offset 0x3ccf.
  6843. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x3cf6.
  6844. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x3d18.
  6845. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x3d2b.
  6846. grub-install : information : relocating an R_X86_64_64 entry to 0xc788 at the offset 0x3d48.
  6847. grub-install : information : relocating an R_X86_64_64 entry to 0xc788 at the offset 0x3d57.
  6848. grub-install : information : relocating an R_X86_64_64 entry to 0x4146 at the offset 0x3d68.
  6849. grub-install : information : relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x3d9f.
  6850. grub-install : information : relocating an R_X86_64_64 entry to 0xa31b at the offset 0x3dc5.
  6851. grub-install : information : relocating an R_X86_64_64 entry to 0xe500 at the offset 0x3dd8.
  6852. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x3ded.
  6853. grub-install : information : relocating an R_X86_64_64 entry to 0x7218 at the offset 0x3e94.
  6854. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x3ea3.
  6855. grub-install : information : relocating an R_X86_64_64 entry to 0xa31c at the offset 0x3eb4.
  6856. grub-install : information : relocating an R_X86_64_64 entry to 0xa31e at the offset 0x3ebe.
  6857. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x3ecb.
  6858. grub-install : information : relocating an R_X86_64_64 entry to 0xa31f at the offset 0x3ed5.
  6859. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x3eef.
  6860. grub-install : information : relocating an R_X86_64_64 entry to 0xa325 at the offset 0x3ef9.
  6861. grub-install : information : relocating an R_X86_64_64 entry to 0x42e9 at the offset 0x3f19.
  6862. grub-install : information : relocating an R_X86_64_64 entry to 0x4978 at the offset 0x3f23.
  6863. grub-install : information : relocating an R_X86_64_64 entry to 0xa333 at the offset 0x3f2f.
  6864. grub-install : information : relocating an R_X86_64_64 entry to 0xb840 at the offset 0x3f39.
  6865. grub-install : information : relocating an R_X86_64_64 entry to 0x983f at the offset 0x3f45.
  6866. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x3f56.
  6867. grub-install : information : relocating an R_X86_64_64 entry to 0x695c at the offset 0x3f66.
  6868. grub-install : information : relocating an R_X86_64_64 entry to 0x4763 at the offset 0x3f83.
  6869. grub-install : information : relocating an R_X86_64_64 entry to 0x6fba at the offset 0x3f9e.
  6870. grub-install : information : relocating an R_X86_64_64 entry to 0x79bb at the offset 0x3fb5.
  6871. grub-install : information : relocating an R_X86_64_64 entry to 0xa335 at the offset 0x3fd7.
  6872. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x3fe8.
  6873. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4000.
  6874. grub-install : information : relocating an R_X86_64_64 entry to 0xa32b at the offset 0x4013.
  6875. grub-install : information : relocating an R_X86_64_64 entry to 0xa346 at the offset 0x4027.
  6876. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x4033.
  6877. grub-install : information : relocating an R_X86_64_64 entry to 0x42ae at the offset 0x4048.
  6878. grub-install : information : relocating an R_X86_64_64 entry to 0xb840 at the offset 0x405a.
  6879. grub-install : information : relocating an R_X86_64_64 entry to 0xa333 at the offset 0x4064.
  6880. grub-install : information : relocating an R_X86_64_64 entry to 0x983f at the offset 0x4070.
  6881. grub-install : information : relocating an R_X86_64_64 entry to 0x4846 at the offset 0x407f.
  6882. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x408e.
  6883. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x409a.
  6884. grub-install : information : relocating an R_X86_64_64 entry to 0xa35f at the offset 0x40b0.
  6885. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x40c1.
  6886. grub-install : information : relocating an R_X86_64_64 entry to 0x6187 at the offset 0x40e1.
  6887. grub-install : information : relocating an R_X86_64_64 entry to 0x6285 at the offset 0x40ed.
  6888. grub-install : information : relocating an R_X86_64_64 entry to 0x573b at the offset 0x4101.
  6889. grub-install : information : relocating an R_X86_64_64 entry to 0x6607 at the offset 0x4118.
  6890. grub-install : information : relocating an R_X86_64_64 entry to 0x6555 at the offset 0x4122.
  6891. grub-install : information : relocating an R_X86_64_64 entry to 0xa375 at the offset 0x4145.
  6892. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x4151.
  6893. grub-install : information : relocating an R_X86_64_64 entry to 0x79bb at the offset 0x416b.
  6894. grub-install : information : relocating an R_X86_64_64 entry to 0xa37c at the offset 0x4185.
  6895. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4196.
  6896. grub-install : information : relocating an R_X86_64_64 entry to 0x6425 at the offset 0x41ac.
  6897. grub-install : information : relocating an R_X86_64_64 entry to 0xa35f at the offset 0x41c5.
  6898. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x41d6.
  6899. grub-install : information : relocating an R_X86_64_64 entry to 0x6583 at the offset 0x41e3.
  6900. grub-install : information : relocating an R_X86_64_64 entry to 0xa38e at the offset 0x41fa.
  6901. grub-install : information : relocating an R_X86_64_64 entry to 0xa3ab at the offset 0x4204.
  6902. grub-install : information : relocating an R_X86_64_64 entry to 0x450f at the offset 0x420e.
  6903. grub-install : information : relocating an R_X86_64_64 entry to 0xa3ba at the offset 0x4218.
  6904. grub-install : information : relocating an R_X86_64_64 entry to 0x4184 at the offset 0x4222.
  6905. grub-install : information : relocating an R_X86_64_64 entry to 0xa3be at the offset 0x423d.
  6906. grub-install : information : relocating an R_X86_64_64 entry to 0xa3de at the offset 0x4247.
  6907. grub-install : information : relocating an R_X86_64_64 entry to 0x45bf at the offset 0x4251.
  6908. grub-install : information : relocating an R_X86_64_64 entry to 0xa3e5 at the offset 0x425b.
  6909. grub-install : information : relocating an R_X86_64_64 entry to 0xa3eb at the offset 0x426a.
  6910. grub-install : information : relocating an R_X86_64_64 entry to 0xa402 at the offset 0x4274.
  6911. grub-install : information : relocating an R_X86_64_64 entry to 0x4309 at the offset 0x427e.
  6912. grub-install : information : relocating an R_X86_64_64 entry to 0xa408 at the offset 0x4288.
  6913. grub-install : information : relocating an R_X86_64_64 entry to 0xa40b at the offset 0x429a.
  6914. grub-install : information : relocating an R_X86_64_64 entry to 0xa41c at the offset 0x42a5.
  6915. grub-install : information : relocating an R_X86_64_64 entry to 0x44aa at the offset 0x42af.
  6916. grub-install : information : relocating an R_X86_64_64 entry to 0xa423 at the offset 0x42b9.
  6917. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x42c7.
  6918. grub-install : information : relocating an R_X86_64_64 entry to 0x90e7 at the offset 0x42f7.
  6919. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4301.
  6920. grub-install : information : relocating an R_X86_64_64 entry to 0xa42a at the offset 0x431b.
  6921. grub-install : information : relocating an R_X86_64_64 entry to 0x8982 at the offset 0x4327.
  6922. grub-install : information : relocating an R_X86_64_64 entry to 0xa430 at the offset 0x4370.
  6923. grub-install : information : relocating an R_X86_64_64 entry to 0x6555 at the offset 0x437a.
  6924. grub-install : information : relocating an R_X86_64_64 entry to 0xa430 at the offset 0x4393.
  6925. grub-install : information : relocating an R_X86_64_64 entry to 0xa435 at the offset 0x439d.
  6926. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x43ae.
  6927. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x43c3.
  6928. grub-install : information : relocating an R_X86_64_64 entry to 0x4f1e at the offset 0x43e2.
  6929. grub-install : information : relocating an R_X86_64_64 entry to 0xc790 at the offset 0x43f9.
  6930. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4408.
  6931. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4433.
  6932. grub-install : information : relocating an R_X86_64_64 entry to 0x4e7a at the offset 0x4456.
  6933. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4466.
  6934. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4484.
  6935. grub-install : information : relocating an R_X86_64_64 entry to 0x4763 at the offset 0x44b9.
  6936. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x44cd.
  6937. grub-install : information : relocating an R_X86_64_64 entry to 0x4846 at the offset 0x44e5.
  6938. grub-install : information : relocating an R_X86_64_64 entry to 0x46c3 at the offset 0x44f7.
  6939. grub-install : information : relocating an R_X86_64_64 entry to 0x907a at the offset 0x4509.
  6940. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4521.
  6941. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x452b.
  6942. grub-install : information : relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4595.
  6943. grub-install : information : relocating an R_X86_64_64 entry to 0x4890 at the offset 0x45bd.
  6944. grub-install : information : relocating an R_X86_64_64 entry to 0xe540 at the offset 0x4617.
  6945. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4631.
  6946. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x465c.
  6947. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4670.
  6948. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x4687.
  6949. grub-install : information : relocating an R_X86_64_64 entry to 0xe540 at the offset 0x46d3.
  6950. grub-install : information : relocating an R_X86_64_64 entry to 0xe540 at the offset 0x4729.
  6951. grub-install : information : relocating an R_X86_64_64 entry to 0x4afd at the offset 0x4788.
  6952. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x47a5.
  6953. grub-install : information : relocating an R_X86_64_64 entry to 0x4aa7 at the offset 0x47bf.
  6954. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x47d0.
  6955. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x47fb.
  6956. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x484e.
  6957. grub-install : information : relocating an R_X86_64_64 entry to 0x49e2 at the offset 0x486b.
  6958. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4885.
  6959. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4896.
  6960. grub-install : information : relocating an R_X86_64_64 entry to 0x67b4 at the offset 0x4935.
  6961. grub-install : information : relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4941.
  6962. grub-install : information : relocating an R_X86_64_64 entry to 0xa44d at the offset 0x494e.
  6963. grub-install : information : relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4958.
  6964. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4969.
  6965. grub-install : information : relocating an R_X86_64_64 entry to 0x684b at the offset 0x4976.
  6966. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4987.
  6967. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x49a4.
  6968. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x49ee.
  6969. grub-install : information : relocating an R_X86_64_64 entry to 0x184c8 at the offset 0x49f9.
  6970. grub-install : information : relocating an R_X86_64_64 entry to 0xe540 at the offset 0x4a04.
  6971. grub-install : information : relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4a36.
  6972. grub-install : information : relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4a4b.
  6973. grub-install : information : relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4a55.
  6974. grub-install : information : relocating an R_X86_64_64 entry to 0xa46e at the offset 0x4a88.
  6975. grub-install : information : relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4a92.
  6976. grub-install : information : relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4aa1.
  6977. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4aab.
  6978. grub-install : information : relocating an R_X86_64_64 entry to 0x4146 at the offset 0x4acf.
  6979. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4ad9.
  6980. grub-install : information : relocating an R_X86_64_64 entry to 0xc798 at the offset 0x4ae5.
  6981. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4af3.
  6982. grub-install : information : relocating an R_X86_64_64 entry to 0xa47d at the offset 0x4b2f.
  6983. grub-install : information : relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4b39.
  6984. grub-install : information : relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4b4f.
  6985. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4b59.
  6986. grub-install : information : relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x4b6d.
  6987. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x4bc2.
  6988. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x4bea.
  6989. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x4bfe.
  6990. grub-install : information : relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4c19.
  6991. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4c26.
  6992. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4c56.
  6993. grub-install : information : relocating an R_X86_64_64 entry to 0xa48e at the offset 0x4c80.
  6994. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4c93.
  6995. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4cac.
  6996. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4cb8.
  6997. grub-install : information : relocating an R_X86_64_64 entry to 0x67b4 at the offset 0x4cce.
  6998. grub-install : information : relocating an R_X86_64_64 entry to 0xa4ce at the offset 0x4cdf.
  6999. grub-install : information : relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4ce9.
  7000. grub-install : information : relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4cf8.
  7001. grub-install : information : relocating an R_X86_64_64 entry to 0x684b at the offset 0x4d07.
  7002. grub-install : information : relocating an R_X86_64_64 entry to 0x4e7a at the offset 0x4d16.
  7003. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x4d2a.
  7004. grub-install : information : relocating an R_X86_64_64 entry to 0xa4e4 at the offset 0x4d47.
  7005. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4d58.
  7006. grub-install : information : relocating an R_X86_64_64 entry to 0x8ee5 at the offset 0x4d79.
  7007. grub-install : information : relocating an R_X86_64_64 entry to 0xa4bc at the offset 0x4d8e.
  7008. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4d9d.
  7009. grub-install : information : relocating an R_X86_64_64 entry to 0x4146 at the offset 0x4dae.
  7010. grub-install : information : relocating an R_X86_64_64 entry to 0xc798 at the offset 0x4dba.
  7011. grub-install : information : relocating an R_X86_64_64 entry to 0x4dea at the offset 0x4dd8.
  7012. grub-install : information : relocating an R_X86_64_64 entry to 0xc798 at the offset 0x4de9.
  7013. grub-install : information : relocating an R_X86_64_64 entry to 0xa4f8 at the offset 0x4e56.
  7014. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4e67.
  7015. grub-install : information : relocating an R_X86_64_64 entry to 0xa526 at the offset 0x4eb2.
  7016. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4ec3.
  7017. grub-install : information : relocating an R_X86_64_64 entry to 0x67b4 at the offset 0x4ed3.
  7018. grub-install : information : relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x4ee1.
  7019. grub-install : information : relocating an R_X86_64_64 entry to 0xa554 at the offset 0x4eee.
  7020. grub-install : information : relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4ef8.
  7021. grub-install : information : relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4f07.
  7022. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4f11.
  7023. grub-install : information : relocating an R_X86_64_64 entry to 0x684b at the offset 0x4f1e.
  7024. grub-install : information : relocating an R_X86_64_64 entry to 0x4b59 at the offset 0x4f59.
  7025. grub-install : information : relocating an R_X86_64_64 entry to 0x4afd at the offset 0x4fc0.
  7026. grub-install : information : relocating an R_X86_64_64 entry to 0x49e2 at the offset 0x5014.
  7027. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x50bb.
  7028. grub-install : information : relocating an R_X86_64_64 entry to 0x4aa7 at the offset 0x50d9.
  7029. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x5122.
  7030. grub-install : information : relocating an R_X86_64_64 entry to 0x4b59 at the offset 0x513c.
  7031. grub-install : information : relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5192.
  7032. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x51a4.
  7033. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x51d6.
  7034. grub-install : information : relocating an R_X86_64_64 entry to 0x558e at the offset 0x5244.
  7035. grub-install : information : relocating an R_X86_64_64 entry to 0xa57c at the offset 0x525e.
  7036. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5270.
  7037. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x5282.
  7038. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x52b5.
  7039. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x52cd.
  7040. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x52d8.
  7041. grub-install : information : relocating an R_X86_64_64 entry to 0xc7c0 at the offset 0x531b.
  7042. grub-install : information : relocating an R_X86_64_64 entry to 0x573b at the offset 0x5345.
  7043. grub-install : information : relocating an R_X86_64_64 entry to 0x5777 at the offset 0x5381.
  7044. grub-install : information : relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x53db.
  7045. grub-install : information : relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x53e5.
  7046. grub-install : information : relocating an R_X86_64_64 entry to 0xc7c0 at the offset 0x540f.
  7047. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x541d.
  7048. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x5470.
  7049. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x547d.
  7050. grub-install : information : relocating an R_X86_64_64 entry to 0x57b3 at the offset 0x5491.
  7051. grub-install : information : relocating an R_X86_64_64 entry to 0xa593 at the offset 0x54f3.
  7052. grub-install : information : relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x54fd.
  7053. grub-install : information : relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5507.
  7054. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0x5511.
  7055. grub-install : information : relocating an R_X86_64_64 entry to 0xa5bf at the offset 0x5522.
  7056. grub-install : information : relocating an R_X86_64_64 entry to 0xa5e0 at the offset 0x5550.
  7057. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5561.
  7058. grub-install : information : relocating an R_X86_64_64 entry to 0x735 at the offset 0x5572.
  7059. grub-install : information : relocating an R_X86_64_64 entry to 0xa603 at the offset 0x558b.
  7060. grub-install : information : relocating an R_X86_64_64 entry to 0xa62a at the offset 0x55b2.
  7061. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x55c3.
  7062. grub-install : information : relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x55d9.
  7063. grub-install : information : relocating an R_X86_64_64 entry to 0xa644 at the offset 0x55fb.
  7064. grub-install : information : relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5607.
  7065. grub-install : information : relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5616.
  7066. grub-install : information : relocating an R_X86_64_64 entry to 0x55d0 at the offset 0x5620.
  7067. grub-install : information : relocating an R_X86_64_64 entry to 0xa656 at the offset 0x562d.
  7068. grub-install : information : relocating an R_X86_64_64 entry to 0xa666 at the offset 0x5647.
  7069. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5656.
  7070. grub-install : information : relocating an R_X86_64_64 entry to 0xa67b at the offset 0x5672.
  7071. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x567c.
  7072. grub-install : information : relocating an R_X86_64_64 entry to 0xa689 at the offset 0x5694.
  7073. grub-install : information : relocating an R_X86_64_64 entry to 0xa698 at the offset 0x56ac.
  7074. grub-install : information : relocating an R_X86_64_64 entry to 0xa70a at the offset 0x56bd.
  7075. grub-install : information : relocating an R_X86_64_64 entry to 0xa6a7 at the offset 0x56d2.
  7076. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x56e3.
  7077. grub-install : information : relocating an R_X86_64_64 entry to 0x57b3 at the offset 0x56fe.
  7078. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x5718.
  7079. grub-install : information : relocating an R_X86_64_64 entry to 0xa6bc at the offset 0x572d.
  7080. grub-install : information : relocating an R_X86_64_64 entry to 0x6285 at the offset 0x574d.
  7081. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x5764.
  7082. grub-install : information : relocating an R_X86_64_64 entry to 0x573b at the offset 0x578b.
  7083. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x579c.
  7084. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x57bf.
  7085. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x57d8.
  7086. grub-install : information : relocating an R_X86_64_64 entry to 0x3c1c at the offset 0x5830.
  7087. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x589d.
  7088. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x58ee.
  7089. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x5905.
  7090. grub-install : information : relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x5928.
  7091. grub-install : information : relocating an R_X86_64_64 entry to 0xa6c5 at the offset 0x5962.
  7092. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5973.
  7093. grub-install : information : relocating an R_X86_64_64 entry to 0x9b40 at the offset 0x5a00.
  7094. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x5a3d.
  7095. grub-install : information : relocating an R_X86_64_64 entry to 0xc7c0 at the offset 0x5a50.
  7096. grub-install : information : relocating an R_X86_64_64 entry to 0x567e at the offset 0x5ad4.
  7097. grub-install : information : relocating an R_X86_64_64 entry to 0x567e at the offset 0x5b21.
  7098. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x5b30.
  7099. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x5b3f.
  7100. grub-install : information : relocating an R_X86_64_64 entry to 0xa6d5 at the offset 0x5b49.
  7101. grub-install : information : relocating an R_X86_64_64 entry to 0xa6e3 at the offset 0x5b73.
  7102. grub-install : information : relocating an R_X86_64_64 entry to 0xa6f1 at the offset 0x5bc1.
  7103. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5bd2.
  7104. grub-install : information : relocating an R_X86_64_64 entry to 0xa713 at the offset 0x5c0a.
  7105. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5c1b.
  7106. grub-install : information : relocating an R_X86_64_64 entry to 0x764 at the offset 0x5c39.
  7107. grub-install : information : relocating an R_X86_64_64 entry to 0xa729 at the offset 0x5ca0.
  7108. grub-install : information : relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5caa.
  7109. grub-install : information : relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5cb9.
  7110. grub-install : information : relocating an R_X86_64_64 entry to 0xa745 at the offset 0x5ccc.
  7111. grub-install : information : relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5cd6.
  7112. grub-install : information : relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5ce5.
  7113. grub-install : information : relocating an R_X86_64_64 entry to 0xa756 at the offset 0x5cf8.
  7114. grub-install : information : relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5d02.
  7115. grub-install : information : relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5d11.
  7116. grub-install : information : relocating an R_X86_64_64 entry to 0x5641 at the offset 0x5d21.
  7117. grub-install : information : relocating an R_X86_64_64 entry to 0x58d0 at the offset 0x5d48.
  7118. grub-install : information : relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5d6c.
  7119. grub-install : information : relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5d7d.
  7120. grub-install : information : relocating an R_X86_64_64 entry to 0x1ff5 at the offset 0x5d8d.
  7121. grub-install : information : relocating an R_X86_64_64 entry to 0xa769 at the offset 0x5db2.
  7122. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5dc3.
  7123. grub-install : information : relocating an R_X86_64_64 entry to 0x6ad9 at the offset 0x5dd1.
  7124. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x5def.
  7125. grub-install : information : relocating an R_X86_64_64 entry to 0x6a8e at the offset 0x5df9.
  7126. grub-install : information : relocating an R_X86_64_64 entry to 0x69ee at the offset 0x5e23.
  7127. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x5e2d.
  7128. grub-install : information : relocating an R_X86_64_64 entry to 0x6145 at the offset 0x5e58.
  7129. grub-install : information : relocating an R_X86_64_64 entry to 0xa794 at the offset 0x5e8e.
  7130. grub-install : information : relocating an R_X86_64_64 entry to 0x6555 at the offset 0x5e98.
  7131. grub-install : information : relocating an R_X86_64_64 entry to 0x558e at the offset 0x5eaa.
  7132. grub-install : information : relocating an R_X86_64_64 entry to 0xa794 at the offset 0x5ec7.
  7133. grub-install : information : relocating an R_X86_64_64 entry to 0xa79b at the offset 0x5ed1.
  7134. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5ee2.
  7135. grub-install : information : relocating an R_X86_64_64 entry to 0xa7b3 at the offset 0x5efb.
  7136. grub-install : information : relocating an R_X86_64_64 entry to 0x8982 at the offset 0x5f05.
  7137. grub-install : information : relocating an R_X86_64_64 entry to 0x6187 at the offset 0x5f20.
  7138. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x5f32.
  7139. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x5f49.
  7140. grub-install : information : relocating an R_X86_64_64 entry to 0xa7c8 at the offset 0x5f59.
  7141. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5f6a.
  7142. grub-install : information : relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5f80.
  7143. grub-install : information : relocating an R_X86_64_64 entry to 0x57b3 at the offset 0x5f8e.
  7144. grub-install : information : relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5fa6.
  7145. grub-install : information : relocating an R_X86_64_64 entry to 0xb680 at the offset 0x5fe3.
  7146. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x5fef.
  7147. grub-install : information : relocating an R_X86_64_64 entry to 0x63bd at the offset 0x6029.
  7148. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x605f.
  7149. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x6082.
  7150. grub-install : information : relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x6098.
  7151. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x60b3.
  7152. grub-install : information : relocating an R_X86_64_64 entry to 0xb680 at the offset 0x60da.
  7153. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x6132.
  7154. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6148.
  7155. grub-install : information : relocating an R_X86_64_64 entry to 0x63bd at the offset 0x6157.
  7156. grub-install : information : relocating an R_X86_64_64 entry to 0x63bd at the offset 0x618b.
  7157. grub-install : information : relocating an R_X86_64_64 entry to 0xa7d9 at the offset 0x61b1.
  7158. grub-install : information : relocating an R_X86_64_64 entry to 0x6425 at the offset 0x61bb.
  7159. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x61e5.
  7160. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x620d.
  7161. grub-install : information : relocating an R_X86_64_64 entry to 0xb680 at the offset 0x6228.
  7162. grub-install : information : relocating an R_X86_64_64 entry to 0x63bd at the offset 0x62a0.
  7163. grub-install : information : relocating an R_X86_64_64 entry to 0xa7d9 at the offset 0x62b5.
  7164. grub-install : information : relocating an R_X86_64_64 entry to 0x6425 at the offset 0x62c2.
  7165. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x62d1.
  7166. grub-install : information : relocating an R_X86_64_64 entry to 0x63bd at the offset 0x62f6.
  7167. grub-install : information : relocating an R_X86_64_64 entry to 0xa7d9 at the offset 0x630b.
  7168. grub-install : information : relocating an R_X86_64_64 entry to 0x6425 at the offset 0x6318.
  7169. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6345.
  7170. grub-install : information : relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x637f.
  7171. grub-install : information : relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x6398.
  7172. grub-install : information : relocating an R_X86_64_64 entry to 0x887c at the offset 0x63a2.
  7173. grub-install : information : relocating an R_X86_64_64 entry to 0xd844 at the offset 0x63b5.
  7174. grub-install : information : relocating an R_X86_64_64 entry to 0xd860 at the offset 0x63c6.
  7175. grub-install : information : relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x63dd.
  7176. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x63e9.
  7177. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x63fa.
  7178. grub-install : information : relocating an R_X86_64_64 entry to 0xd844 at the offset 0x6405.
  7179. grub-install : information : relocating an R_X86_64_64 entry to 0xd844 at the offset 0x6410.
  7180. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x641a.
  7181. grub-install : information : relocating an R_X86_64_64 entry to 0xd840 at the offset 0x642c.
  7182. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x643c.
  7183. grub-install : information : relocating an R_X86_64_64 entry to 0xd844 at the offset 0x644c.
  7184. grub-install : information : relocating an R_X86_64_64 entry to 0xd860 at the offset 0x645d.
  7185. grub-install : information : relocating an R_X86_64_64 entry to 0xd844 at the offset 0x6466.
  7186. grub-install : information : relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x647e.
  7187. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6490.
  7188. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x649a.
  7189. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x64ad.
  7190. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x64c1.
  7191. grub-install : information : relocating an R_X86_64_64 entry to 0xa7da at the offset 0x64d0.
  7192. grub-install : information : relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x64da.
  7193. grub-install : information : relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x64e6.
  7194. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x64f3.
  7195. grub-install : information : relocating an R_X86_64_64 entry to 0x185e4 at the offset 0x6500.
  7196. grub-install : information : relocating an R_X86_64_64 entry to 0x185e4 at the offset 0x650b.
  7197. grub-install : information : relocating an R_X86_64_64 entry to 0x684b at the offset 0x6515.
  7198. grub-install : information : relocating an R_X86_64_64 entry to 0xd840 at the offset 0x6525.
  7199. grub-install : information : relocating an R_X86_64_64 entry to 0xa7e6 at the offset 0x6534.
  7200. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x6540.
  7201. grub-install : information : relocating an R_X86_64_64 entry to 0xd840 at the offset 0x654c.
  7202. grub-install : information : relocating an R_X86_64_64 entry to 0x79bb at the offset 0x6575.
  7203. grub-install : information : relocating an R_X86_64_64 entry to 0xa80e at the offset 0x658b.
  7204. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x659a.
  7205. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x65b1.
  7206. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x65d0.
  7207. grub-install : information : relocating an R_X86_64_64 entry to 0xa822 at the offset 0x6606.
  7208. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6612.
  7209. grub-install : information : relocating an R_X86_64_64 entry to 0x18600 at the offset 0x6651.
  7210. grub-install : information : relocating an R_X86_64_64 entry to 0x4846 at the offset 0x66ae.
  7211. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x66bd.
  7212. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x66cd.
  7213. grub-install : information : relocating an R_X86_64_64 entry to 0x695c at the offset 0x66dd.
  7214. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x66f0.
  7215. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x66ff.
  7216. grub-install : information : relocating an R_X86_64_64 entry to 0x79bb at the offset 0x6725.
  7217. grub-install : information : relocating an R_X86_64_64 entry to 0x4763 at the offset 0x673d.
  7218. grub-install : information : relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x6760.
  7219. grub-install : information : relocating an R_X86_64_64 entry to 0xb6a0 at the offset 0x678a.
  7220. grub-install : information : relocating an R_X86_64_64 entry to 0x6fba at the offset 0x679d.
  7221. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x67ce.
  7222. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x67e0.
  7223. grub-install : information : relocating an R_X86_64_64 entry to 0x18640 at the offset 0x67f2.
  7224. grub-install : information : relocating an R_X86_64_64 entry to 0x6a8e at the offset 0x6829.
  7225. grub-install : information : relocating an R_X86_64_64 entry to 0x18620 at the offset 0x683a.
  7226. grub-install : information : relocating an R_X86_64_64 entry to 0x18640 at the offset 0x6844.
  7227. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x684e.
  7228. grub-install : information : relocating an R_X86_64_64 entry to 0x4846 at the offset 0x6862.
  7229. grub-install : information : relocating an R_X86_64_64 entry to 0x18620 at the offset 0x6879.
  7230. grub-install : information : relocating an R_X86_64_64 entry to 0x18640 at the offset 0x6883.
  7231. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x688d.
  7232. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x68b0.
  7233. grub-install : information : relocating an R_X86_64_64 entry to 0xa847 at the offset 0x68ba.
  7234. grub-install : information : relocating an R_X86_64_64 entry to 0x5208 at the offset 0x68e7.
  7235. grub-install : information : relocating an R_X86_64_64 entry to 0x79bb at the offset 0x69de.
  7236. grub-install : information : relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x6a41.
  7237. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6a8e.
  7238. grub-install : information : relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x6aa4.
  7239. grub-install : information : relocating an R_X86_64_64 entry to 0xa86b at the offset 0x6abc.
  7240. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6acd.
  7241. grub-install : information : relocating an R_X86_64_64 entry to 0x80f4 at the offset 0x6afb.
  7242. grub-install : information : relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x6b2e.
  7243. grub-install : information : relocating an R_X86_64_64 entry to 0xa882 at the offset 0x6b5a.
  7244. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6b6b.
  7245. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x6b95.
  7246. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6ba3.
  7247. grub-install : information : relocating an R_X86_64_64 entry to 0xe290 at the offset 0x6bcd.
  7248. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0x6bda.
  7249. grub-install : information : relocating an R_X86_64_64 entry to 0xa89b at the offset 0x6bf3.
  7250. grub-install : information : relocating an R_X86_64_64 entry to 0xa8ac at the offset 0x6bfd.
  7251. grub-install : information : relocating an R_X86_64_64 entry to 0xa8af at the offset 0x6c0c.
  7252. grub-install : information : relocating an R_X86_64_64 entry to 0x6cdb at the offset 0x6c1b.
  7253. grub-install : information : relocating an R_X86_64_64 entry to 0xa8b9 at the offset 0x6c25.
  7254. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6c35.
  7255. grub-install : information : relocating an R_X86_64_64 entry to 0x67b4 at the offset 0x6c48.
  7256. grub-install : information : relocating an R_X86_64_64 entry to 0xa8bb at the offset 0x6c5a.
  7257. grub-install : information : relocating an R_X86_64_64 entry to 0xa8ac at the offset 0x6c64.
  7258. grub-install : information : relocating an R_X86_64_64 entry to 0xa8af at the offset 0x6c73.
  7259. grub-install : information : relocating an R_X86_64_64 entry to 0x684b at the offset 0x6c80.
  7260. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6c8b.
  7261. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6ca1.
  7262. grub-install : information : relocating an R_X86_64_64 entry to 0xe288 at the offset 0x6cb9.
  7263. grub-install : information : relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6ccd.
  7264. grub-install : information : relocating an R_X86_64_64 entry to 0xe288 at the offset 0x6ce6.
  7265. grub-install : information : relocating an R_X86_64_64 entry to 0xe290 at the offset 0x6cf6.
  7266. grub-install : information : relocating an R_X86_64_64 entry to 0x6cdb at the offset 0x6d05.
  7267. grub-install : information : relocating an R_X86_64_64 entry to 0xa8b9 at the offset 0x6d0f.
  7268. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6d1e.
  7269. grub-install : information : relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d2b.
  7270. grub-install : information : relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d36.
  7271. grub-install : information : relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d49.
  7272. grub-install : information : relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d54.
  7273. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6d60.
  7274. grub-install : information : relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d74.
  7275. grub-install : information : relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d7f.
  7276. grub-install : information : relocating an R_X86_64_64 entry to 0xa8d1 at the offset 0x6d9d.
  7277. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6dae.
  7278. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0x6dca.
  7279. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x6e50.
  7280. grub-install : information : relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0x6e70.
  7281. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x6e80.
  7282. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6e8d.
  7283. grub-install : information : relocating an R_X86_64_64 entry to 0x51a at the offset 0x6ead.
  7284. grub-install : information : relocating an R_X86_64_64 entry to 0x18678 at the offset 0x6ec1.
  7285. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6ee8.
  7286. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x6f39.
  7287. grub-install : information : relocating an R_X86_64_64 entry to 0xe2a0 at the offset 0x6f48.
  7288. grub-install : information : relocating an R_X86_64_64 entry to 0x68be at the offset 0x6f54.
  7289. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x6f6c.
  7290. grub-install : information : relocating an R_X86_64_64 entry to 0xe2a0 at the offset 0x6f7f.
  7291. grub-install : information : relocating an R_X86_64_64 entry to 0x9886 at the offset 0x6f91.
  7292. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6f9d.
  7293. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6fac.
  7294. grub-install : information : relocating an R_X86_64_64 entry to 0x6145 at the offset 0x6fea.
  7295. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6ff9.
  7296. grub-install : information : relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x7023.
  7297. grub-install : information : relocating an R_X86_64_64 entry to 0xa8ef at the offset 0x702d.
  7298. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x7037.
  7299. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x7043.
  7300. grub-install : information : relocating an R_X86_64_64 entry to 0x68be at the offset 0x7052.
  7301. grub-install : information : relocating an R_X86_64_64 entry to 0x7247 at the offset 0x70ad.
  7302. grub-install : information : relocating an R_X86_64_64 entry to 0xa8f2 at the offset 0x70b7.
  7303. grub-install : information : relocating an R_X86_64_64 entry to 0x6692 at the offset 0x70c1.
  7304. grub-install : information : relocating an R_X86_64_64 entry to 0x2af0 at the offset 0x70d5.
  7305. grub-install : information : relocating an R_X86_64_64 entry to 0xa8ee at the offset 0x70ef.
  7306. grub-install : information : relocating an R_X86_64_64 entry to 0xa8f7 at the offset 0x70f9.
  7307. grub-install : information : relocating an R_X86_64_64 entry to 0x8982 at the offset 0x7103.
  7308. grub-install : information : relocating an R_X86_64_64 entry to 0xa8fe at the offset 0x7123.
  7309. grub-install : information : relocating an R_X86_64_64 entry to 0x6425 at the offset 0x712d.
  7310. grub-install : information : relocating an R_X86_64_64 entry to 0xa8fe at the offset 0x7139.
  7311. grub-install : information : relocating an R_X86_64_64 entry to 0x66f2 at the offset 0x7143.
  7312. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x7152.
  7313. grub-install : information : relocating an R_X86_64_64 entry to 0x79d0 at the offset 0x7176.
  7314. grub-install : information : relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0x7196.
  7315. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x71be.
  7316. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x721c.
  7317. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x7237.
  7318. grub-install : information : relocating an R_X86_64_64 entry to 0xa906 at the offset 0x7276.
  7319. grub-install : information : relocating an R_X86_64_64 entry to 0x794f at the offset 0x7280.
  7320. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x72a1.
  7321. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x72b0.
  7322. grub-install : information : relocating an R_X86_64_64 entry to 0xa8ee at the offset 0x72bf.
  7323. grub-install : information : relocating an R_X86_64_64 entry to 0xa8f7 at the offset 0x72d0.
  7324. grub-install : information : relocating an R_X86_64_64 entry to 0x8982 at the offset 0x72dc.
  7325. grub-install : information : relocating an R_X86_64_64 entry to 0x6425 at the offset 0x72e6.
  7326. grub-install : information : relocating an R_X86_64_64 entry to 0xa911 at the offset 0x72fa.
  7327. grub-install : information : relocating an R_X86_64_64 entry to 0xa8f2 at the offset 0x7313.
  7328. grub-install : information : relocating an R_X86_64_64 entry to 0x68be at the offset 0x7323.
  7329. grub-install : information : relocating an R_X86_64_64 entry to 0x66f2 at the offset 0x7333.
  7330. grub-install : information : relocating an R_X86_64_64 entry to 0xa8f2 at the offset 0x7342.
  7331. grub-install : information : relocating an R_X86_64_64 entry to 0xa911 at the offset 0x734e.
  7332. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x735a.
  7333. grub-install : information : relocating an R_X86_64_64 entry to 0x45f4 at the offset 0x7371.
  7334. grub-install : information : relocating an R_X86_64_64 entry to 0xe2a0 at the offset 0x737d.
  7335. grub-install : information : relocating an R_X86_64_64 entry to 0x8e77 at the offset 0x738f.
  7336. grub-install : information : relocating an R_X86_64_64 entry to 0xa918 at the offset 0x739b.
  7337. grub-install : information : relocating an R_X86_64_64 entry to 0x6285 at the offset 0x73a5.
  7338. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x73b3.
  7339. grub-install : information : relocating an R_X86_64_64 entry to 0xa918 at the offset 0x73bd.
  7340. grub-install : information : relocating an R_X86_64_64 entry to 0xe500 at the offset 0x73cd.
  7341. grub-install : information : relocating an R_X86_64_64 entry to 0x71c6 at the offset 0x73da.
  7342. grub-install : information : relocating an R_X86_64_64 entry to 0x18678 at the offset 0x73f5.
  7343. grub-install : information : relocating an R_X86_64_64 entry to 0x968e at the offset 0x741f.
  7344. grub-install : information : relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0x7435.
  7345. grub-install : information : relocating an R_X86_64_64 entry to 0xa91f at the offset 0x7447.
  7346. grub-install : information : relocating an R_X86_64_64 entry to 0x8982 at the offset 0x7456.
  7347. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x7468.
  7348. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x7478.
  7349. grub-install : information : relocating an R_X86_64_64 entry to 0xa91f at the offset 0x7499.
  7350. grub-install : information : relocating an R_X86_64_64 entry to 0x8982 at the offset 0x74a5.
  7351. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x74c9.
  7352. grub-install : information : relocating an R_X86_64_64 entry to 0xb840 at the offset 0x7519.
  7353. grub-install : information : relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x7527.
  7354. grub-install : information : relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x7610.
  7355. grub-install : information : relocating an R_X86_64_64 entry to 0x7a0b at the offset 0x7664.
  7356. grub-install : information : relocating an R_X86_64_64 entry to 0x7a0b at the offset 0x7672.
  7357. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x7781.
  7358. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x7791.
  7359. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x77b1.
  7360. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x77c9.
  7361. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x77df.
  7362. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x7800.
  7363. grub-install : information : relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x7883.
  7364. grub-install : information : relocating an R_X86_64_64 entry to 0xa939 at the offset 0x791b.
  7365. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x792c.
  7366. grub-install : information : relocating an R_X86_64_64 entry to 0x7c16 at the offset 0x7947.
  7367. grub-install : information : relocating an R_X86_64_64 entry to 0xa924 at the offset 0x7958.
  7368. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x7969.
  7369. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x7aac.
  7370. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x7ac5.
  7371. grub-install : information : relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x7afb.
  7372. grub-install : information : relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x7b0d.
  7373. grub-install : information : relocating an R_X86_64_64 entry to 0x9b68 at the offset 0x7c4b.
  7374. grub-install : information : relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x7cf6.
  7375. grub-install : information : relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x7da4.
  7376. grub-install : information : relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x7df2.
  7377. grub-install : information : relocating an R_X86_64_64 entry to 0xa94d at the offset 0x7eb5.
  7378. grub-install : information : relocating an R_X86_64_64 entry to 0x7c16 at the offset 0x7f4d.
  7379. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x7f76.
  7380. grub-install : information : relocating an R_X86_64_64 entry to 0x7d9e at the offset 0x8185.
  7381. grub-install : information : relocating an R_X86_64_64 entry to 0x8100 at the offset 0x818f.
  7382. grub-install : information : relocating an R_X86_64_64 entry to 0xe2c0 at the offset 0x8199.
  7383. grub-install : information : relocating an R_X86_64_64 entry to 0xe2c0 at the offset 0x81bd.
  7384. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x81da.
  7385. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x81ee.
  7386. grub-install : information : relocating an R_X86_64_64 entry to 0xe3bc at the offset 0x8201.
  7387. grub-install : information : relocating an R_X86_64_64 entry to 0xe3bd at the offset 0x820e.
  7388. grub-install : information : relocating an R_X86_64_64 entry to 0xe3be at the offset 0x821b.
  7389. grub-install : information : relocating an R_X86_64_64 entry to 0xe3bf at the offset 0x8228.
  7390. grub-install : information : relocating an R_X86_64_64 entry to 0x78b8 at the offset 0x824c.
  7391. grub-install : information : relocating an R_X86_64_64 entry to 0xb840 at the offset 0x825b.
  7392. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x826f.
  7393. grub-install : information : relocating an R_X86_64_64 entry to 0x8575 at the offset 0x82cb.
  7394. grub-install : information : relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x8315.
  7395. grub-install : information : relocating an R_X86_64_64 entry to 0x8575 at the offset 0x8329.
  7396. grub-install : information : relocating an R_X86_64_64 entry to 0xa954 at the offset 0x8350.
  7397. grub-install : information : relocating an R_X86_64_64 entry to 0x6555 at the offset 0x835a.
  7398. grub-install : information : relocating an R_X86_64_64 entry to 0xa95a at the offset 0x8380.
  7399. grub-install : information : relocating an R_X86_64_64 entry to 0x7a58 at the offset 0x838d.
  7400. grub-install : information : relocating an R_X86_64_64 entry to 0xa95e at the offset 0x83af.
  7401. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x83b9.
  7402. grub-install : information : relocating an R_X86_64_64 entry to 0x8575 at the offset 0x83ee.
  7403. grub-install : information : relocating an R_X86_64_64 entry to 0x983f at the offset 0x83fa.
  7404. grub-install : information : relocating an R_X86_64_64 entry to 0x7d9e at the offset 0x8429.
  7405. grub-install : information : relocating an R_X86_64_64 entry to 0x8100 at the offset 0x844b.
  7406. grub-install : information : relocating an R_X86_64_64 entry to 0x78b8 at the offset 0x845c.
  7407. grub-install : information : relocating an R_X86_64_64 entry to 0x8813 at the offset 0x8483.
  7408. grub-install : information : relocating an R_X86_64_64 entry to 0x887c at the offset 0x84c6.
  7409. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x84db.
  7410. grub-install : information : relocating an R_X86_64_64 entry to 0x7d9e at the offset 0x84f4.
  7411. grub-install : information : relocating an R_X86_64_64 entry to 0x78b8 at the offset 0x8519.
  7412. grub-install : information : relocating an R_X86_64_64 entry to 0x8100 at the offset 0x8538.
  7413. grub-install : information : relocating an R_X86_64_64 entry to 0x78b8 at the offset 0x854c.
  7414. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8563.
  7415. grub-install : information : relocating an R_X86_64_64 entry to 0x88d5 at the offset 0x85c2.
  7416. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x85d4.
  7417. grub-install : information : relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x8617.
  7418. grub-install : information : relocating an R_X86_64_64 entry to 0x8575 at the offset 0x862b.
  7419. grub-install : information : relocating an R_X86_64_64 entry to 0xa966 at the offset 0x8639.
  7420. grub-install : information : relocating an R_X86_64_64 entry to 0x18670 at the offset 0x8645.
  7421. grub-install : information : relocating an R_X86_64_64 entry to 0xa970 at the offset 0x8655.
  7422. grub-install : information : relocating an R_X86_64_64 entry to 0x9867 at the offset 0x8663.
  7423. grub-install : information : relocating an R_X86_64_64 entry to 0x1d67 at the offset 0x866f.
  7424. grub-install : information : relocating an R_X86_64_64 entry to 0x79bb at the offset 0x86b7.
  7425. grub-install : information : relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0x86d4.
  7426. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x86e9.
  7427. grub-install : information : relocating an R_X86_64_64 entry to 0x6555 at the offset 0x871f.
  7428. grub-install : information : relocating an R_X86_64_64 entry to 0xb700 at the offset 0x8775.
  7429. grub-install : information : relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x87b2.
  7430. grub-install : information : relocating an R_X86_64_64 entry to 0x8a79 at the offset 0x8855.
  7431. grub-install : information : relocating an R_X86_64_64 entry to 0x8b51 at the offset 0x88ad.
  7432. grub-install : information : relocating an R_X86_64_64 entry to 0x8a79 at the offset 0x88c8.
  7433. grub-install : information : relocating an R_X86_64_64 entry to 0x8b03 at the offset 0x88e7.
  7434. grub-install : information : relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x8925.
  7435. grub-install : information : relocating an R_X86_64_64 entry to 0x8b03 at the offset 0x89a4.
  7436. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x89d3.
  7437. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x89f5.
  7438. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8a1d.
  7439. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8a28.
  7440. grub-install : information : relocating an R_X86_64_64 entry to 0x93f5 at the offset 0x8a7b.
  7441. grub-install : information : relocating an R_X86_64_64 entry to 0x8a91 at the offset 0x8a85.
  7442. grub-install : information : relocating an R_X86_64_64 entry to 0x8a91 at the offset 0x8ab8.
  7443. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8ac9.
  7444. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8ad6.
  7445. grub-install : information : relocating an R_X86_64_64 entry to 0x80f4 at the offset 0x8b29.
  7446. grub-install : information : relocating an R_X86_64_64 entry to 0x18660 at the offset 0x8b3b.
  7447. grub-install : information : relocating an R_X86_64_64 entry to 0x798e at the offset 0x8b70.
  7448. grub-install : information : relocating an R_X86_64_64 entry to 0x92bf at the offset 0x8bc2.
  7449. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8bd2.
  7450. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8bf0.
  7451. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8c11.
  7452. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8c4e.
  7453. grub-install : information : relocating an R_X86_64_64 entry to 0x18660 at the offset 0x8c7e.
  7454. grub-install : information : relocating an R_X86_64_64 entry to 0x9326 at the offset 0x8cae.
  7455. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8cc2.
  7456. grub-install : information : relocating an R_X86_64_64 entry to 0xa988 at the offset 0x8cfc.
  7457. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x8d06.
  7458. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x8d1f.
  7459. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x8d2e.
  7460. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x8d52.
  7461. grub-install : information : relocating an R_X86_64_64 entry to 0x8890 at the offset 0x8d80.
  7462. grub-install : information : relocating an R_X86_64_64 entry to 0xa989 at the offset 0x8d8a.
  7463. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x8d9e.
  7464. grub-install : information : relocating an R_X86_64_64 entry to 0x90e7 at the offset 0x8e4e.
  7465. grub-install : information : relocating an R_X86_64_64 entry to 0xa98c at the offset 0x8e6a.
  7466. grub-install : information : relocating an R_X86_64_64 entry to 0xa9c8 at the offset 0x8e7e.
  7467. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0x8e88.
  7468. grub-install : information : relocating an R_X86_64_64 entry to 0xa9be at the offset 0x8e9a.
  7469. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8eac.
  7470. grub-install : information : relocating an R_X86_64_64 entry to 0x9226 at the offset 0x8ed0.
  7471. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x8ee7.
  7472. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x8f0c.
  7473. grub-install : information : relocating an R_X86_64_64 entry to 0x9226 at the offset 0x8f49.
  7474. grub-install : information : relocating an R_X86_64_64 entry to 0x18660 at the offset 0x8fa3.
  7475. grub-install : information : relocating an R_X86_64_64 entry to 0x9326 at the offset 0x8fbc.
  7476. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8fd2.
  7477. grub-install : information : relocating an R_X86_64_64 entry to 0x8c07 at the offset 0x8ff9.
  7478. grub-install : information : relocating an R_X86_64_64 entry to 0x79bb at the offset 0x903c.
  7479. grub-install : information : relocating an R_X86_64_64 entry to 0x6425 at the offset 0x906e.
  7480. grub-install : information : relocating an R_X86_64_64 entry to 0xe500 at the offset 0x9093.
  7481. grub-install : information : relocating an R_X86_64_64 entry to 0x71c6 at the offset 0x90a3.
  7482. grub-install : information : relocating an R_X86_64_64 entry to 0xa9d9 at the offset 0x90cf.
  7483. grub-install : information : relocating an R_X86_64_64 entry to 0x86da at the offset 0x90db.
  7484. grub-install : information : relocating an R_X86_64_64 entry to 0xe500 at the offset 0x90e7.
  7485. grub-install : information : relocating an R_X86_64_64 entry to 0xa9f0 at the offset 0x90f1.
  7486. grub-install : information : relocating an R_X86_64_64 entry to 0xa9f5 at the offset 0x9105.
  7487. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x9111.
  7488. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x9122.
  7489. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x9137.
  7490. grub-install : information : relocating an R_X86_64_64 entry to 0xaa0b at the offset 0x914c.
  7491. grub-install : information : relocating an R_X86_64_64 entry to 0xaa0e at the offset 0x915b.
  7492. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x9165.
  7493. grub-install : information : relocating an R_X86_64_64 entry to 0xe3c0 at the offset 0x9186.
  7494. grub-install : information : relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x9190.
  7495. grub-install : information : relocating an R_X86_64_64 entry to 0x9867 at the offset 0x919c.
  7496. grub-install : information : relocating an R_X86_64_64 entry to 0x983f at the offset 0x91a6.
  7497. grub-install : information : relocating an R_X86_64_64 entry to 0xe3c0 at the offset 0x91d8.
  7498. grub-install : information : relocating an R_X86_64_64 entry to 0xb840 at the offset 0x91f6.
  7499. grub-install : information : relocating an R_X86_64_64 entry to 0xe3c0 at the offset 0x9212.
  7500. grub-install : information : relocating an R_X86_64_64 entry to 0xb840 at the offset 0x923c.
  7501. grub-install : information : relocating an R_X86_64_64 entry to 0xaa1c at the offset 0x9250.
  7502. grub-install : information : relocating an R_X86_64_64 entry to 0xb840 at the offset 0x925a.
  7503. grub-install : information : relocating an R_X86_64_64 entry to 0xe3c0 at the offset 0x9269.
  7504. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x9273.
  7505. grub-install : information : relocating an R_X86_64_64 entry to 0xaa1e at the offset 0x9291.
  7506. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0x929d.
  7507. grub-install : information : relocating an R_X86_64_64 entry to 0x68be at the offset 0x92ad.
  7508. grub-install : information : relocating an R_X86_64_64 entry to 0x9546 at the offset 0x92b7.
  7509. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x92c3.
  7510. grub-install : information : relocating an R_X86_64_64 entry to 0x93f5 at the offset 0x92f2.
  7511. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x9303.
  7512. grub-install : information : relocating an R_X86_64_64 entry to 0x970f at the offset 0x934f.
  7513. grub-install : information : relocating an R_X86_64_64 entry to 0x970f at the offset 0x938a.
  7514. grub-install : information : relocating an R_X86_64_64 entry to 0x970f at the offset 0x93a3.
  7515. grub-install : information : relocating an R_X86_64_64 entry to 0x18678 at the offset 0x93ca.
  7516. grub-install : information : relocating an R_X86_64_64 entry to 0xe4c8 at the offset 0x93f7.
  7517. grub-install : information : relocating an R_X86_64_64 entry to 0xe4c0 at the offset 0x940b.
  7518. grub-install : information : relocating an R_X86_64_64 entry to 0x18670 at the offset 0x941c.
  7519. grub-install : information : relocating an R_X86_64_64 entry to 0x18678 at the offset 0x9442.
  7520. grub-install : information : relocating an R_X86_64_64 entry to 0x97f5 at the offset 0x946a.
  7521. grub-install : information : relocating an R_X86_64_64 entry to 0x983f at the offset 0x9474.
  7522. grub-install : information : relocating an R_X86_64_64 entry to 0x567e at the offset 0x948a.
  7523. grub-install : information : relocating an R_X86_64_64 entry to 0xb860 at the offset 0x9495.
  7524. grub-install : information : dealing with the relocation section .rela.rodata for .rodata.
  7525. grub-install : information : relocating an R_X86_64_64 entry to 0x23af at the offset 0x0.
  7526. grub-install : information : relocating an R_X86_64_64 entry to 0x23c8 at the offset 0x8.
  7527. grub-install : information : relocating an R_X86_64_64 entry to 0x23dc at the offset 0x10.
  7528. grub-install : information : relocating an R_X86_64_64 entry to 0x23f7 at the offset 0x18.
  7529. grub-install : information : relocating an R_X86_64_64 entry to 0x2409 at the offset 0x20.
  7530. grub-install : information : relocating an R_X86_64_64 entry to 0x2576 at the offset 0x28.
  7531. grub-install : information : relocating an R_X86_64_64 entry to 0x2594 at the offset 0x30.
  7532. grub-install : information : relocating an R_X86_64_64 entry to 0x25ad at the offset 0x38.
  7533. grub-install : information : relocating an R_X86_64_64 entry to 0x25c8 at the offset 0x40.
  7534. grub-install : information : relocating an R_X86_64_64 entry to 0x25df at the offset 0x48.
  7535. grub-install : information : relocating an R_X86_64_64 entry to 0x2624 at the offset 0x50.
  7536. grub-install : information : relocating an R_X86_64_64 entry to 0x27d3 at the offset 0x58.
  7537. grub-install : information : relocating an R_X86_64_64 entry to 0x27d3 at the offset 0x60.
  7538. grub-install : information : relocating an R_X86_64_64 entry to 0x2755 at the offset 0x68.
  7539. grub-install : information : relocating an R_X86_64_64 entry to 0x27c1 at the offset 0x70.
  7540. grub-install : information : relocating an R_X86_64_64 entry to 0x2637 at the offset 0x78.
  7541. grub-install : information : relocating an R_X86_64_64 entry to 0x2673 at the offset 0x80.
  7542. grub-install : information : relocating an R_X86_64_64 entry to 0x26ca at the offset 0x88.
  7543. grub-install : information : relocating an R_X86_64_64 entry to 0x2779 at the offset 0x90.
  7544. grub-install : information : relocating an R_X86_64_64 entry to 0x25f8 at the offset 0x98.
  7545. grub-install : information : relocating an R_X86_64_64 entry to 0x27d3 at the offset 0xa0.
  7546. grub-install : information : relocating an R_X86_64_64 entry to 0x27d3 at the offset 0xa8.
  7547. grub-install : information : relocating an R_X86_64_64 entry to 0x279f at the offset 0xb0.
  7548. grub-install : information : relocating an R_X86_64_64 entry to 0x27fd at the offset 0xb8.
  7549. grub-install : information : relocating an R_X86_64_64 entry to 0x285a at the offset 0xc0.
  7550. grub-install : information : relocating an R_X86_64_64 entry to 0x2879 at the offset 0xc8.
  7551. grub-install : information : relocating an R_X86_64_64 entry to 0x2897 at the offset 0xd0.
  7552. grub-install : information : relocating an R_X86_64_64 entry to 0x290c at the offset 0xd8.
  7553. grub-install : information : relocating an R_X86_64_64 entry to 0x5e0b at the offset 0x140.
  7554. grub-install : information : relocating an R_X86_64_64 entry to 0x5e0b at the offset 0x148.
  7555. grub-install : information : relocating an R_X86_64_64 entry to 0x5ee8 at the offset 0x150.
  7556. grub-install : information : relocating an R_X86_64_64 entry to 0x5f8e at the offset 0x158.
  7557. grub-install : information : relocating an R_X86_64_64 entry to 0x5fb2 at the offset 0x160.
  7558. grub-install : information : relocating an R_X86_64_64 entry to 0x807d at the offset 0x168.
  7559. grub-install : information : relocating an R_X86_64_64 entry to 0x80be at the offset 0x170.
  7560. grub-install : information : relocating an R_X86_64_64 entry to 0x80be at the offset 0x178.
  7561. grub-install : information : relocating an R_X86_64_64 entry to 0x809e at the offset 0x180.
  7562. grub-install : information : relocating an R_X86_64_64 entry to 0x80be at the offset 0x188.
  7563. grub-install : information : relocating an R_X86_64_64 entry to 0x80be at the offset 0x190.
  7564. grub-install : information : dealing with the relocation section .rela.data for .data.
  7565. grub-install : information : relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x0.
  7566. grub-install : information : relocating an R_X86_64_64 entry to 0xf01 at the offset 0x10.
  7567. grub-install : information : relocating an R_X86_64_64 entry to 0x8da at the offset 0x18.
  7568. grub-install : information : relocating an R_X86_64_64 entry to 0x8a5 at the offset 0x20.
  7569. grub-install : information : relocating an R_X86_64_64 entry to 0xe45 at the offset 0x28.
  7570. grub-install : information : relocating an R_X86_64_64 entry to 0x11c6 at the offset 0x30.
  7571. grub-install : information : relocating an R_X86_64_64 entry to 0xa266 at the offset 0x90.
  7572. grub-install : information : relocating an R_X86_64_64 entry to 0x3799 at the offset 0x98.
  7573. grub-install : information : relocating an R_X86_64_64 entry to 0x3778 at the offset 0xa0.
  7574. grub-install : information : relocating an R_X86_64_64 entry to 0x34fa at the offset 0xa8.
  7575. grub-install : information : relocating an R_X86_64_64 entry to 0x36a9 at the offset 0xb8.
  7576. grub-install : information : relocating an R_X86_64_64 entry to 0x3715 at the offset 0xc0.
  7577. grub-install : information : relocating an R_X86_64_64 entry to 0x366e at the offset 0xc8.
  7578. grub-install : information : relocating an R_X86_64_64 entry to 0x38bf at the offset 0xd0.
  7579. grub-install : information : relocating an R_X86_64_64 entry to 0x37c6 at the offset 0xd8.
  7580. grub-install : information : relocating an R_X86_64_64 entry to 0x3747 at the offset 0xe0.
  7581. grub-install : information : relocating an R_X86_64_64 entry to 0xa266 at the offset 0x130.
  7582. grub-install : information : relocating an R_X86_64_64 entry to 0x382b at the offset 0x148.
  7583. grub-install : information : relocating an R_X86_64_64 entry to 0xd7c0 at the offset 0x160.
  7584. grub-install : information : relocating an R_X86_64_64 entry to 0xa8e4 at the offset 0x190.
  7585. grub-install : information : relocating an R_X86_64_64 entry to 0x6dd8 at the offset 0x1a0.
  7586. grub-install : information : relocating an R_X86_64_64 entry to 0x6ce1 at the offset 0x1a8.
  7587. grub-install : information : relocating an R_X86_64_64 entry to 0x78b4 at the offset 0x1d0.
  7588. grub-install : information : relocating an R_X86_64_64 entry to 0x979d at the offset 0x320.
  7589. grub-install : information : relocating an R_X86_64_64 entry to 0xaa37 at the offset 0x340.
  7590. grub-install : information : relocating an R_X86_64_64 entry to 0x417 at the offset 0x348.
  7591. grub-install : information : relocating an R_X86_64_64 entry to 0xaa42 at the offset 0x358.
  7592. grub-install : information : relocating an R_X86_64_64 entry to 0x422 at the offset 0x360.
  7593. grub-install : information : relocating an R_X86_64_64 entry to 0xaa4d at the offset 0x370.
  7594. grub-install : information : relocating an R_X86_64_64 entry to 0x4cc at the offset 0x378.
  7595. grub-install : information : relocating an R_X86_64_64 entry to 0xaa59 at the offset 0x388.
  7596. grub-install : information : relocating an R_X86_64_64 entry to 0x430 at the offset 0x390.
  7597. grub-install : information : relocating an R_X86_64_64 entry to 0xaa64 at the offset 0x3a0.
  7598. grub-install : information : relocating an R_X86_64_64 entry to 0x43e at the offset 0x3a8.
  7599. grub-install : information : relocating an R_X86_64_64 entry to 0xaa6f at the offset 0x3b8.
  7600. grub-install : information : relocating an R_X86_64_64 entry to 0x44f at the offset 0x3c0.
  7601. grub-install : information : relocating an R_X86_64_64 entry to 0xaa7a at the offset 0x3d0.
  7602. grub-install : information : relocating an R_X86_64_64 entry to 0x463 at the offset 0x3d8.
  7603. grub-install : information : relocating an R_X86_64_64 entry to 0xaa85 at the offset 0x3e8.
  7604. grub-install : information : relocating an R_X86_64_64 entry to 0x47c at the offset 0x3f0.
  7605. grub-install : information : relocating an R_X86_64_64 entry to 0xaa90 at the offset 0x400.
  7606. grub-install : information : relocating an R_X86_64_64 entry to 0x49f at the offset 0x408.
  7607. grub-install : information : relocating an R_X86_64_64 entry to 0xaa9b at the offset 0x418.
  7608. grub-install : information : relocating an R_X86_64_64 entry to 0xe500 at the offset 0x420.
  7609. grub-install : information : relocating an R_X86_64_64 entry to 0xaaad at the offset 0x430.
  7610. grub-install : information : relocating an R_X86_64_64 entry to 0xb680 at the offset 0x438.
  7611. grub-install : information : relocating an R_X86_64_64 entry to 0xaac2 at the offset 0x448.
  7612. grub-install : information : relocating an R_X86_64_64 entry to 0x4846 at the offset 0x450.
  7613. grub-install : information : relocating an R_X86_64_64 entry to 0xaad4 at the offset 0x460.
  7614. grub-install : information : relocating an R_X86_64_64 entry to 0x4978 at the offset 0x468.
  7615. grub-install : information : relocating an R_X86_64_64 entry to 0xaae8 at the offset 0x478.
  7616. grub-install : information : relocating an R_X86_64_64 entry to 0x4763 at the offset 0x480.
  7617. grub-install : information : relocating an R_X86_64_64 entry to 0xaaf9 at the offset 0x490.
  7618. grub-install : information : relocating an R_X86_64_64 entry to 0xe540 at the offset 0x498.
  7619. grub-install : information : relocating an R_X86_64_64 entry to 0xab0f at the offset 0x4a8.
  7620. grub-install : information : relocating an R_X86_64_64 entry to 0x4e7a at the offset 0x4b0.
  7621. grub-install : information : relocating an R_X86_64_64 entry to 0xab1f at the offset 0x4c0.
  7622. grub-install : information : relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4c8.
  7623. grub-install : information : relocating an R_X86_64_64 entry to 0xab32 at the offset 0x4d8.
  7624. grub-install : information : relocating an R_X86_64_64 entry to 0x4e34 at the offset 0x4e0.
  7625. grub-install : information : relocating an R_X86_64_64 entry to 0xab49 at the offset 0x4f0.
  7626. grub-install : information : relocating an R_X86_64_64 entry to 0x4e49 at the offset 0x4f8.
  7627. grub-install : information : relocating an R_X86_64_64 entry to 0xab62 at the offset 0x508.
  7628. grub-install : information : relocating an R_X86_64_64 entry to 0xe530 at the offset 0x510.
  7629. grub-install : information : relocating an R_X86_64_64 entry to 0xab7a at the offset 0x520.
  7630. grub-install : information : relocating an R_X86_64_64 entry to 0xe520 at the offset 0x528.
  7631. grub-install : information : relocating an R_X86_64_64 entry to 0xab98 at the offset 0x538.
  7632. grub-install : information : relocating an R_X86_64_64 entry to 0x556c at the offset 0x540.
  7633. grub-install : information : relocating an R_X86_64_64 entry to 0xabab at the offset 0x550.
  7634. grub-install : information : relocating an R_X86_64_64 entry to 0x4f1e at the offset 0x558.
  7635. grub-install : information : relocating an R_X86_64_64 entry to 0xabba at the offset 0x568.
  7636. grub-install : information : relocating an R_X86_64_64 entry to 0x5208 at the offset 0x570.
  7637. grub-install : information : relocating an R_X86_64_64 entry to 0xabc9 at the offset 0x580.
  7638. grub-install : information : relocating an R_X86_64_64 entry to 0xe528 at the offset 0x588.
  7639. grub-install : information : relocating an R_X86_64_64 entry to 0xabde at the offset 0x598.
  7640. grub-install : information : relocating an R_X86_64_64 entry to 0x7c16 at the offset 0x5a0.
  7641. grub-install : information : relocating an R_X86_64_64 entry to 0xabec at the offset 0x5b0.
  7642. grub-install : information : relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5b8.
  7643. grub-install : information : relocating an R_X86_64_64 entry to 0xabf9 at the offset 0x5c8.
  7644. grub-install : information : relocating an R_X86_64_64 entry to 0x6285 at the offset 0x5d0.
  7645. grub-install : information : relocating an R_X86_64_64 entry to 0xac06 at the offset 0x5e0.
  7646. grub-install : information : relocating an R_X86_64_64 entry to 0x58d0 at the offset 0x5e8.
  7647. grub-install : information : relocating an R_X86_64_64 entry to 0xac1f at the offset 0x5f8.
  7648. grub-install : information : relocating an R_X86_64_64 entry to 0x573b at the offset 0x600.
  7649. grub-install : information : relocating an R_X86_64_64 entry to 0xac2b at the offset 0x610.
  7650. grub-install : information : relocating an R_X86_64_64 entry to 0x57b3 at the offset 0x618.
  7651. grub-install : information : relocating an R_X86_64_64 entry to 0xac3a at the offset 0x628.
  7652. grub-install : information : relocating an R_X86_64_64 entry to 0x5777 at the offset 0x630.
  7653. grub-install : information : relocating an R_X86_64_64 entry to 0xac48 at the offset 0x640.
  7654. grub-install : information : relocating an R_X86_64_64 entry to 0x599 at the offset 0x648.
  7655. grub-install : information : relocating an R_X86_64_64 entry to 0xac56 at the offset 0x658.
  7656. grub-install : information : relocating an R_X86_64_64 entry to 0x5a9 at the offset 0x660.
  7657. grub-install : information : relocating an R_X86_64_64 entry to 0xac68 at the offset 0x670.
  7658. grub-install : information : relocating an R_X86_64_64 entry to 0x5a5 at the offset 0x678.
  7659. grub-install : information : relocating an R_X86_64_64 entry to 0xac7a at the offset 0x688.
  7660. grub-install : information : relocating an R_X86_64_64 entry to 0x2d27 at the offset 0x690.
  7661. grub-install : information : relocating an R_X86_64_64 entry to 0xac92 at the offset 0x6a0.
  7662. grub-install : information : relocating an R_X86_64_64 entry to 0x2c75 at the offset 0x6a8.
  7663. grub-install : information : relocating an R_X86_64_64 entry to 0xacae at the offset 0x6b8.
  7664. grub-install : information : relocating an R_X86_64_64 entry to 0x29f1 at the offset 0x6c0.
  7665. grub-install : information : relocating an R_X86_64_64 entry to 0xaccc at the offset 0x6d0.
  7666. grub-install : information : relocating an R_X86_64_64 entry to 0x22a6 at the offset 0x6d8.
  7667. grub-install : information : relocating an R_X86_64_64 entry to 0xaceb at the offset 0x6e8.
  7668. grub-install : information : relocating an R_X86_64_64 entry to 0x226e at the offset 0x6f0.
  7669. grub-install : information : relocating an R_X86_64_64 entry to 0xad0a at the offset 0x700.
  7670. grub-install : information : relocating an R_X86_64_64 entry to 0x2f25 at the offset 0x708.
  7671. grub-install : information : relocating an R_X86_64_64 entry to 0xad28 at the offset 0x718.
  7672. grub-install : information : relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x720.
  7673. grub-install : information : relocating an R_X86_64_64 entry to 0xad3c at the offset 0x730.
  7674. grub-install : information : relocating an R_X86_64_64 entry to 0x2253 at the offset 0x738.
  7675. grub-install : information : relocating an R_X86_64_64 entry to 0xad55 at the offset 0x748.
  7676. grub-install : information : relocating an R_X86_64_64 entry to 0x2163 at the offset 0x750.
  7677. grub-install : information : relocating an R_X86_64_64 entry to 0xad6b at the offset 0x760.
  7678. grub-install : information : relocating an R_X86_64_64 entry to 0x1d4c at the offset 0x768.
  7679. grub-install : information : relocating an R_X86_64_64 entry to 0xad85 at the offset 0x778.
  7680. grub-install : information : relocating an R_X86_64_64 entry to 0x2deb at the offset 0x780.
  7681. grub-install : information : relocating an R_X86_64_64 entry to 0xad9d at the offset 0x790.
  7682. grub-install : information : relocating an R_X86_64_64 entry to 0x1ee1 at the offset 0x798.
  7683. grub-install : information : relocating an R_X86_64_64 entry to 0xadb3 at the offset 0x7a8.
  7684. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x7b0.
  7685. grub-install : information : relocating an R_X86_64_64 entry to 0xadc9 at the offset 0x7c0.
  7686. grub-install : information : relocating an R_X86_64_64 entry to 0xc758 at the offset 0x7c8.
  7687. grub-install : information : relocating an R_X86_64_64 entry to 0xadde at the offset 0x7d8.
  7688. grub-install : information : relocating an R_X86_64_64 entry to 0x1b49 at the offset 0x7e0.
  7689. grub-install : information : relocating an R_X86_64_64 entry to 0xadf5 at the offset 0x7f0.
  7690. grub-install : information : relocating an R_X86_64_64 entry to 0x1aff at the offset 0x7f8.
  7691. grub-install : information : relocating an R_X86_64_64 entry to 0xae0e at the offset 0x808.
  7692. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e8 at the offset 0x810.
  7693. grub-install : information : relocating an R_X86_64_64 entry to 0xae22 at the offset 0x820.
  7694. grub-install : information : relocating an R_X86_64_64 entry to 0x1c42 at the offset 0x828.
  7695. grub-install : information : relocating an R_X86_64_64 entry to 0xae39 at the offset 0x838.
  7696. grub-install : information : relocating an R_X86_64_64 entry to 0x2302 at the offset 0x840.
  7697. grub-install : information : relocating an R_X86_64_64 entry to 0xae54 at the offset 0x850.
  7698. grub-install : information : relocating an R_X86_64_64 entry to 0x1ff5 at the offset 0x858.
  7699. grub-install : information : relocating an R_X86_64_64 entry to 0xae69 at the offset 0x868.
  7700. grub-install : information : relocating an R_X86_64_64 entry to 0x1ca1 at the offset 0x870.
  7701. grub-install : information : relocating an R_X86_64_64 entry to 0xae80 at the offset 0x880.
  7702. grub-install : information : relocating an R_X86_64_64 entry to 0x1e06 at the offset 0x888.
  7703. grub-install : information : relocating an R_X86_64_64 entry to 0xae96 at the offset 0x898.
  7704. grub-install : information : relocating an R_X86_64_64 entry to 0x1dab at the offset 0x8a0.
  7705. grub-install : information : relocating an R_X86_64_64 entry to 0xaeb7 at the offset 0x8b0.
  7706. grub-install : information : relocating an R_X86_64_64 entry to 0x1d28 at the offset 0x8b8.
  7707. grub-install : information : relocating an R_X86_64_64 entry to 0xaec6 at the offset 0x8c8.
  7708. grub-install : information : relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x8d0.
  7709. grub-install : information : relocating an R_X86_64_64 entry to 0xaedc at the offset 0x8e0.
  7710. grub-install : information : relocating an R_X86_64_64 entry to 0x14b3 at the offset 0x8e8.
  7711. grub-install : information : relocating an R_X86_64_64 entry to 0xaefb at the offset 0x8f8.
  7712. grub-install : information : relocating an R_X86_64_64 entry to 0x1600 at the offset 0x900.
  7713. grub-install : information : relocating an R_X86_64_64 entry to 0xaf18 at the offset 0x910.
  7714. grub-install : information : relocating an R_X86_64_64 entry to 0x66f2 at the offset 0x918.
  7715. grub-install : information : relocating an R_X86_64_64 entry to 0xaf28 at the offset 0x928.
  7716. grub-install : information : relocating an R_X86_64_64 entry to 0x6555 at the offset 0x930.
  7717. grub-install : information : relocating an R_X86_64_64 entry to 0xaf35 at the offset 0x940.
  7718. grub-install : information : relocating an R_X86_64_64 entry to 0x6425 at the offset 0x948.
  7719. grub-install : information : relocating an R_X86_64_64 entry to 0xaf42 at the offset 0x958.
  7720. grub-install : information : relocating an R_X86_64_64 entry to 0x6583 at the offset 0x960.
  7721. grub-install : information : relocating an R_X86_64_64 entry to 0xaf51 at the offset 0x970.
  7722. grub-install : information : relocating an R_X86_64_64 entry to 0x6607 at the offset 0x978.
  7723. grub-install : information : relocating an R_X86_64_64 entry to 0xaf6c at the offset 0x988.
  7724. grub-install : information : relocating an R_X86_64_64 entry to 0x185e4 at the offset 0x990.
  7725. grub-install : information : relocating an R_X86_64_64 entry to 0xaf84 at the offset 0x9a0.
  7726. grub-install : information : relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x9a8.
  7727. grub-install : information : relocating an R_X86_64_64 entry to 0xaf90 at the offset 0x9b8.
  7728. grub-install : information : relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x9c0.
  7729. grub-install : information : relocating an R_X86_64_64 entry to 0xaf9b at the offset 0x9d0.
  7730. grub-install : information : relocating an R_X86_64_64 entry to 0x6738 at the offset 0x9d8.
  7731. grub-install : information : relocating an R_X86_64_64 entry to 0xafa6 at the offset 0x9e8.
  7732. grub-install : information : relocating an R_X86_64_64 entry to 0x684b at the offset 0x9f0.
  7733. grub-install : information : relocating an R_X86_64_64 entry to 0xafb5 at the offset 0xa00.
  7734. grub-install : information : relocating an R_X86_64_64 entry to 0x67b4 at the offset 0xa08.
  7735. grub-install : information : relocating an R_X86_64_64 entry to 0xafc5 at the offset 0xa18.
  7736. grub-install : information : relocating an R_X86_64_64 entry to 0x1d67 at the offset 0xa20.
  7737. grub-install : information : relocating an R_X86_64_64 entry to 0xafcf at the offset 0xa30.
  7738. grub-install : information : relocating an R_X86_64_64 entry to 0x89d1 at the offset 0xa38.
  7739. grub-install : information : relocating an R_X86_64_64 entry to 0xafda at the offset 0xa48.
  7740. grub-install : information : relocating an R_X86_64_64 entry to 0x6a8e at the offset 0xa50.
  7741. grub-install : information : relocating an R_X86_64_64 entry to 0xafea at the offset 0xa60.
  7742. grub-install : information : relocating an R_X86_64_64 entry to 0x18620 at the offset 0xa68.
  7743. grub-install : information : relocating an R_X86_64_64 entry to 0xb000 at the offset 0xa78.
  7744. grub-install : information : relocating an R_X86_64_64 entry to 0x18640 at the offset 0xa80.
  7745. grub-install : information : relocating an R_X86_64_64 entry to 0xb01a at the offset 0xa90.
  7746. grub-install : information : relocating an R_X86_64_64 entry to 0x695c at the offset 0xa98.
  7747. grub-install : information : relocating an R_X86_64_64 entry to 0xb034 at the offset 0xaa8.
  7748. grub-install : information : relocating an R_X86_64_64 entry to 0x6ad9 at the offset 0xab0.
  7749. grub-install : information : relocating an R_X86_64_64 entry to 0xb043 at the offset 0xac0.
  7750. grub-install : information : relocating an R_X86_64_64 entry to 0x18600 at the offset 0xac8.
  7751. grub-install : information : relocating an R_X86_64_64 entry to 0xb05b at the offset 0xad8.
  7752. grub-install : information : relocating an R_X86_64_64 entry to 0x69ee at the offset 0xae0.
  7753. grub-install : information : relocating an R_X86_64_64 entry to 0xb06a at the offset 0xaf0.
  7754. grub-install : information : relocating an R_X86_64_64 entry to 0x6ca8 at the offset 0xaf8.
  7755. grub-install : information : relocating an R_X86_64_64 entry to 0xb079 at the offset 0xb08.
  7756. grub-install : information : relocating an R_X86_64_64 entry to 0x3e4d at the offset 0xb10.
  7757. grub-install : information : relocating an R_X86_64_64 entry to 0xb083 at the offset 0xb20.
  7758. grub-install : information : relocating an R_X86_64_64 entry to 0xe288 at the offset 0xb28.
  7759. grub-install : information : relocating an R_X86_64_64 entry to 0xb099 at the offset 0xb38.
  7760. grub-install : information : relocating an R_X86_64_64 entry to 0xe290 at the offset 0xb40.
  7761. grub-install : information : relocating an R_X86_64_64 entry to 0xb0a6 at the offset 0xb50.
  7762. grub-install : information : relocating an R_X86_64_64 entry to 0x6fba at the offset 0xb58.
  7763. grub-install : information : relocating an R_X86_64_64 entry to 0xb0b4 at the offset 0xb68.
  7764. grub-install : information : relocating an R_X86_64_64 entry to 0x4146 at the offset 0xb70.
  7765. grub-install : information : relocating an R_X86_64_64 entry to 0xb0c5 at the offset 0xb80.
  7766. grub-install : information : relocating an R_X86_64_64 entry to 0x9867 at the offset 0xb88.
  7767. grub-install : information : relocating an R_X86_64_64 entry to 0xb0d1 at the offset 0xb98.
  7768. grub-install : information : relocating an R_X86_64_64 entry to 0x97f5 at the offset 0xba0.
  7769. grub-install : information : relocating an R_X86_64_64 entry to 0xb0e5 at the offset 0xbb0.
  7770. grub-install : information : relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0xbb8.
  7771. grub-install : information : relocating an R_X86_64_64 entry to 0xb0f2 at the offset 0xbc8.
  7772. grub-install : information : relocating an R_X86_64_64 entry to 0x79e3 at the offset 0xbd0.
  7773. grub-install : information : relocating an R_X86_64_64 entry to 0xb0ff at the offset 0xbe0.
  7774. grub-install : information : relocating an R_X86_64_64 entry to 0x71fe at the offset 0xbe8.
  7775. grub-install : information : relocating an R_X86_64_64 entry to 0xb10e at the offset 0xbf8.
  7776. grub-install : information : relocating an R_X86_64_64 entry to 0x7218 at the offset 0xc00.
  7777. grub-install : information : relocating an R_X86_64_64 entry to 0xb11f at the offset 0xc10.
  7778. grub-install : information : relocating an R_X86_64_64 entry to 0x534 at the offset 0xc18.
  7779. grub-install : information : relocating an R_X86_64_64 entry to 0xb131 at the offset 0xc28.
  7780. grub-install : information : relocating an R_X86_64_64 entry to 0x3e02 at the offset 0xc30.
  7781. grub-install : information : relocating an R_X86_64_64 entry to 0xb13d at the offset 0xc40.
  7782. grub-install : information : relocating an R_X86_64_64 entry to 0x3c1c at the offset 0xc48.
  7783. grub-install : information : relocating an R_X86_64_64 entry to 0xb14b at the offset 0xc58.
  7784. grub-install : information : relocating an R_X86_64_64 entry to 0x547 at the offset 0xc60.
  7785. grub-install : information : relocating an R_X86_64_64 entry to 0xb15f at the offset 0xc70.
  7786. grub-install : information : relocating an R_X86_64_64 entry to 0x794f at the offset 0xc78.
  7787. grub-install : information : relocating an R_X86_64_64 entry to 0xb16b at the offset 0xc88.
  7788. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0xc90.
  7789. grub-install : information : relocating an R_X86_64_64 entry to 0xb178 at the offset 0xca0.
  7790. grub-install : information : relocating an R_X86_64_64 entry to 0x7af1 at the offset 0xca8.
  7791. grub-install : information : relocating an R_X86_64_64 entry to 0xb184 at the offset 0xcb8.
  7792. grub-install : information : relocating an R_X86_64_64 entry to 0x4160 at the offset 0xcc0.
  7793. grub-install : information : relocating an R_X86_64_64 entry to 0xb194 at the offset 0xcd0.
  7794. grub-install : information : relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0xcd8.
  7795. grub-install : information : relocating an R_X86_64_64 entry to 0xb1a1 at the offset 0xce8.
  7796. grub-install : information : relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0xcf0.
  7797. grub-install : information : relocating an R_X86_64_64 entry to 0xb1ae at the offset 0xd00.
  7798. grub-install : information : relocating an R_X86_64_64 entry to 0x71c6 at the offset 0xd08.
  7799. grub-install : information : relocating an R_X86_64_64 entry to 0xb1c3 at the offset 0xd18.
  7800. grub-install : information : relocating an R_X86_64_64 entry to 0xc790 at the offset 0xd20.
  7801. grub-install : information : relocating an R_X86_64_64 entry to 0xb1d1 at the offset 0xd30.
  7802. grub-install : information : relocating an R_X86_64_64 entry to 0xe4c0 at the offset 0xd38.
  7803. grub-install : information : relocating an R_X86_64_64 entry to 0xb1ea at the offset 0xd48.
  7804. grub-install : information : relocating an R_X86_64_64 entry to 0x8b51 at the offset 0xd50.
  7805. grub-install : information : relocating an R_X86_64_64 entry to 0xb204 at the offset 0xd60.
  7806. grub-install : information : relocating an R_X86_64_64 entry to 0x8c07 at the offset 0xd68.
  7807. grub-install : information : relocating an R_X86_64_64 entry to 0xb21e at the offset 0xd78.
  7808. grub-install : information : relocating an R_X86_64_64 entry to 0x90e7 at the offset 0xd80.
  7809. grub-install : information : relocating an R_X86_64_64 entry to 0xb236 at the offset 0xd90.
  7810. grub-install : information : relocating an R_X86_64_64 entry to 0x907a at the offset 0xd98.
  7811. grub-install : information : relocating an R_X86_64_64 entry to 0xb24d at the offset 0xda8.
  7812. grub-install : information : relocating an R_X86_64_64 entry to 0x18660 at the offset 0xdb0.
  7813. grub-install : information : relocating an R_X86_64_64 entry to 0xb265 at the offset 0xdc0.
  7814. grub-install : information : relocating an R_X86_64_64 entry to 0x8ee5 at the offset 0xdc8.
  7815. grub-install : information : relocating an R_X86_64_64 entry to 0xb27a at the offset 0xdd8.
  7816. grub-install : information : relocating an R_X86_64_64 entry to 0x69b at the offset 0xde0.
  7817. grub-install : information : relocating an R_X86_64_64 entry to 0xb293 at the offset 0xdf0.
  7818. grub-install : information : relocating an R_X86_64_64 entry to 0x5d4 at the offset 0xdf8.
  7819. grub-install : information : relocating an R_X86_64_64 entry to 0xb2a4 at the offset 0xe08.
  7820. grub-install : information : relocating an R_X86_64_64 entry to 0x5ac at the offset 0xe10.
  7821. grub-install : information : relocating an R_X86_64_64 entry to 0xb2ba at the offset 0xe20.
  7822. grub-install : information : relocating an R_X86_64_64 entry to 0x68be at the offset 0xe28.
  7823. grub-install : information : relocating an R_X86_64_64 entry to 0xb2cb at the offset 0xe38.
  7824. grub-install : information : relocating an R_X86_64_64 entry to 0x868b at the offset 0xe40.
  7825. grub-install : information : relocating an R_X86_64_64 entry to 0xb2d7 at the offset 0xe50.
  7826. grub-install : information : relocating an R_X86_64_64 entry to 0x86da at the offset 0xe58.
  7827. grub-install : information : relocating an R_X86_64_64 entry to 0xb2e4 at the offset 0xe68.
  7828. grub-install : information : relocating an R_X86_64_64 entry to 0x7916 at the offset 0xe70.
  7829. grub-install : information : relocating an R_X86_64_64 entry to 0xb2ef at the offset 0xe80.
  7830. grub-install : information : relocating an R_X86_64_64 entry to 0x8738 at the offset 0xe88.
  7831. grub-install : information : relocating an R_X86_64_64 entry to 0xb301 at the offset 0xe98.
  7832. grub-install : information : relocating an R_X86_64_64 entry to 0x408d at the offset 0xea0.
  7833. grub-install : information : relocating an R_X86_64_64 entry to 0xb30e at the offset 0xeb0.
  7834. grub-install : information : relocating an R_X86_64_64 entry to 0x983f at the offset 0xeb8.
  7835. grub-install : information : relocating an R_X86_64_64 entry to 0xb31b at the offset 0xec8.
  7836. grub-install : information : relocating an R_X86_64_64 entry to 0x4184 at the offset 0xed0.
  7837. grub-install : information : relocating an R_X86_64_64 entry to 0xb336 at the offset 0xee0.
  7838. grub-install : information : relocating an R_X86_64_64 entry to 0x6692 at the offset 0xee8.
  7839. grub-install : information : relocating an R_X86_64_64 entry to 0xb352 at the offset 0xef8.
  7840. grub-install : information : relocating an R_X86_64_64 entry to 0x8890 at the offset 0xf00.
  7841. grub-install : information : relocating an R_X86_64_64 entry to 0xb360 at the offset 0xf10.
  7842. grub-install : information : relocating an R_X86_64_64 entry to 0x79bb at the offset 0xf18.
  7843. grub-install : information : relocating an R_X86_64_64 entry to 0xb36c at the offset 0xf28.
  7844. grub-install : information : relocating an R_X86_64_64 entry to 0x796f at the offset 0xf30.
  7845. grub-install : information : relocating an R_X86_64_64 entry to 0xb378 at the offset 0xf40.
  7846. grub-install : information : relocating an R_X86_64_64 entry to 0x7903 at the offset 0xf48.
  7847. grub-install : information : relocating an R_X86_64_64 entry to 0xb384 at the offset 0xf58.
  7848. grub-install : information : relocating an R_X86_64_64 entry to 0x7b79 at the offset 0xf60.
  7849. grub-install : information : relocating an R_X86_64_64 entry to 0xb390 at the offset 0xf70.
  7850. grub-install : information : relocating an R_X86_64_64 entry to 0x7b68 at the offset 0xf78.
  7851. grub-install : information : relocating an R_X86_64_64 entry to 0xb39c at the offset 0xf88.
  7852. grub-install : information : relocating an R_X86_64_64 entry to 0x798e at the offset 0xf90.
  7853. grub-install : information : relocating an R_X86_64_64 entry to 0xb3a9 at the offset 0xfa0.
  7854. grub-install : information : relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0xfa8.
  7855. grub-install : information : relocating an R_X86_64_64 entry to 0xb3b6 at the offset 0xfb8.
  7856. grub-install : information : relocating an R_X86_64_64 entry to 0x79d0 at the offset 0xfc0.
  7857. grub-install : information : relocating an R_X86_64_64 entry to 0xb3c3 at the offset 0xfd0.
  7858. grub-install : information : relocating an R_X86_64_64 entry to 0x80f4 at the offset 0xfd8.
  7859. grub-install : information : relocating an R_X86_64_64 entry to 0xb3d0 at the offset 0xfe8.
  7860. grub-install : information : relocating an R_X86_64_64 entry to 0x7c7f at the offset 0xff0.
  7861. grub-install : information : relocating an R_X86_64_64 entry to 0xb3de at the offset 0x1000.
  7862. grub-install : information : relocating an R_X86_64_64 entry to 0x7a58 at the offset 0x1008.
  7863. grub-install : information : relocating an R_X86_64_64 entry to 0xb3eb at the offset 0x1018.
  7864. grub-install : information : relocating an R_X86_64_64 entry to 0xb848 at the offset 0x1020.
  7865. grub-install : information : relocating an R_X86_64_64 entry to 0xb405 at the offset 0x1030.
  7866. grub-install : information : relocating an R_X86_64_64 entry to 0x18670 at the offset 0x1038.
  7867. grub-install : information : relocating an R_X86_64_64 entry to 0xb416 at the offset 0x1048.
  7868. grub-install : information : relocating an R_X86_64_64 entry to 0x18680 at the offset 0x1050.
  7869. grub-install : information : relocating an R_X86_64_64 entry to 0xb430 at the offset 0x1060.
  7870. grub-install : information : relocating an R_X86_64_64 entry to 0xb849 at the offset 0x1068.
  7871. grub-install : information : relocating an R_X86_64_64 entry to 0xb447 at the offset 0x1078.
  7872. grub-install : information : relocating an R_X86_64_64 entry to 0x18678 at the offset 0x1080.
  7873. grub-install : information : relocating an R_X86_64_64 entry to 0xb459 at the offset 0x1090.
  7874. grub-install : information : relocating an R_X86_64_64 entry to 0x18668 at the offset 0x1098.
  7875. grub-install : information : relocating an R_X86_64_64 entry to 0xb474 at the offset 0x10a8.
  7876. grub-install : information : relocating an R_X86_64_64 entry to 0xe4c8 at the offset 0x10b0.
  7877. grub-install : information : relocating an R_X86_64_64 entry to 0xb487 at the offset 0x10c0.
  7878. grub-install : information : relocating an R_X86_64_64 entry to 0xe4f0 at the offset 0x10c8.
  7879. grub-install : information : relocating an R_X86_64_64 entry to 0xb495 at the offset 0x10d8.
  7880. grub-install : information : relocating an R_X86_64_64 entry to 0x4276 at the offset 0x10e0.
  7881. grub-install : information : relocating an R_X86_64_64 entry to 0xb4ad at the offset 0x10f0.
  7882. grub-install : information : relocating an R_X86_64_64 entry to 0x8575 at the offset 0x10f8.
  7883. grub-install : information : relocating an R_X86_64_64 entry to 0xb4ba at the offset 0x1108.
  7884. grub-install : information : relocating an R_X86_64_64 entry to 0x887c at the offset 0x1110.
  7885. grub-install : information : relocating an R_X86_64_64 entry to 0xb4c9 at the offset 0x1120.
  7886. grub-install : information : relocating an R_X86_64_64 entry to 0x8982 at the offset 0x1128.
  7887. grub-install : information : relocating an R_X86_64_64 entry to 0xb4d8 at the offset 0x1138.
  7888. grub-install : information : relocating an R_X86_64_64 entry to 0xb840 at the offset 0x1140.
  7889. grub-install : information : relocating an R_X86_64_64 entry to 0xb4e3 at the offset 0x1150.
  7890. grub-install : information : relocating an R_X86_64_64 entry to 0x88d5 at the offset 0x1158.
  7891. grub-install : information : relocating an R_X86_64_64 entry to 0xb4f3 at the offset 0x1168.
  7892. grub-install : information : relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x1170.
  7893. grub-install : information : relocating an R_X86_64_64 entry to 0xb4ff at the offset 0x1180.
  7894. grub-install : information : relocating an R_X86_64_64 entry to 0x794f at the offset 0x1188.
  7895. grub-install : information : relocating an R_X86_64_64 entry to 0xb506 at the offset 0x1198.
  7896. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x11a0.
  7897. grub-install : information : relocating an R_X86_64_64 entry to 0xb50d at the offset 0x11b0.
  7898. grub-install : information : relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x11b8.
  7899. grub-install : information : relocating an R_X86_64_64 entry to 0xb515 at the offset 0x11c8.
  7900. grub-install : information : relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x11d0.
  7901. grub-install : information : translating the relocation section .rela.text.
  7902. grub-install : information : adding a relocation entry for 0x51d.
  7903. grub-install : information : adding a relocation entry for 0x52a.
  7904. grub-install : information : adding a relocation entry for 0x53c.
  7905. grub-install : information : adding a relocation entry for 0x565.
  7906. grub-install : information : adding a relocation entry for 0x57a.
  7907. grub-install : information : adding a relocation entry for 0x58b.
  7908. grub-install : information : adding a relocation entry for 0x59b.
  7909. grub-install : information : adding a relocation entry for 0x5e8.
  7910. grub-install : information : adding a relocation entry for 0x6ac.
  7911. grub-install : information : adding a relocation entry for 0x746.
  7912. grub-install : information : adding a relocation entry for 0x757.
  7913. grub-install : information : adding a relocation entry for 0x785.
  7914. grub-install : information : adding a relocation entry for 0x821.
  7915. grub-install : information : adding a relocation entry for 0x834.
  7916. grub-install : information : adding a relocation entry for 0x85f.
  7917. grub-install : information : adding a relocation entry for 0x870.
  7918. grub-install : information : adding a relocation entry for 0x8aa.
  7919. grub-install : information : adding a relocation entry for 0x8b4.
  7920. grub-install : information : adding a relocation entry for 0x8c3.
  7921. grub-install : information : adding a relocation entry for 0x8cf.
  7922. grub-install : information : adding a relocation entry for 0x8ee.
  7923. grub-install : information : adding a relocation entry for 0x8fb.
  7924. grub-install : information : adding a relocation entry for 0x90e.
  7925. grub-install : information : adding a relocation entry for 0x918.
  7926. grub-install : information : adding a relocation entry for 0x945.
  7927. grub-install : information : adding a relocation entry for 0x954.
  7928. grub-install : information : adding a relocation entry for 0x96d.
  7929. grub-install : information : adding a relocation entry for 0x97e.
  7930. grub-install : information : adding a relocation entry for 0x98a.
  7931. grub-install : information : adding a relocation entry for 0x9b2.
  7932. grub-install : information : adding a relocation entry for 0x9c1.
  7933. grub-install : information : adding a relocation entry for 0x9d0.
  7934. grub-install : information : adding a relocation entry for 0x9dd.
  7935. grub-install : information : adding a relocation entry for 0x9f5.
  7936. grub-install : information : adding a relocation entry for 0xa10.
  7937. grub-install : information : adding a relocation entry for 0xa30.
  7938. grub-install : information : adding a relocation entry for 0xa41.
  7939. grub-install : information : adding a relocation entry for 0xa59.
  7940. grub-install : information : adding a relocation entry for 0xa94.
  7941. grub-install : information : adding a relocation entry for 0xaaf.
  7942. grub-install : information : adding a relocation entry for 0xae0.
  7943. grub-install : information : adding a relocation entry for 0xaea.
  7944. grub-install : information : adding a relocation entry for 0xaf9.
  7945. grub-install : information : adding a relocation entry for 0xb1c.
  7946. grub-install : information : adding a relocation entry for 0xb3d.
  7947. grub-install : information : adding a relocation entry for 0xb49.
  7948. grub-install : information : adding a relocation entry for 0xb54.
  7949. grub-install : information : adding a relocation entry for 0xb5f.
  7950. grub-install : information : adding a relocation entry for 0xb8c.
  7951. grub-install : information : adding a relocation entry for 0xb9e.
  7952. grub-install : information : adding a relocation entry for 0xbbb.
  7953. grub-install : information : adding a relocation entry for 0xbcc.
  7954. grub-install : information : adding a relocation entry for 0xbf4.
  7955. grub-install : information : adding a relocation entry for 0xc2b.
  7956. grub-install : information : adding a relocation entry for 0xc44.
  7957. grub-install : information : adding a relocation entry for 0xc52.
  7958. grub-install : information : adding a relocation entry for 0xc6d.
  7959. grub-install : information : adding a relocation entry for 0xc83.
  7960. grub-install : information : adding a relocation entry for 0xcb9.
  7961. grub-install : information : adding a relocation entry for 0xcde.
  7962. grub-install : information : adding a relocation entry for 0xd04.
  7963. grub-install : information : adding a relocation entry for 0xd0e.
  7964. grub-install : information : adding a relocation entry for 0xd45.
  7965. grub-install : information : adding a relocation entry for 0xd61.
  7966. grub-install : information : adding a relocation entry for 0xd91.
  7967. grub-install : information : adding a relocation entry for 0xda3.
  7968. grub-install : information : adding a relocation entry for 0xdd2.
  7969. grub-install : information : adding a relocation entry for 0xdeb.
  7970. grub-install : information : adding a relocation entry for 0xe00.
  7971. grub-install : information : adding a relocation entry for 0xe1e.
  7972. grub-install : information : adding a relocation entry for 0xe67.
  7973. grub-install : information : adding a relocation entry for 0xe71.
  7974. grub-install : information : adding a relocation entry for 0xe80.
  7975. grub-install : information : adding a relocation entry for 0xe8a.
  7976. grub-install : information : adding a relocation entry for 0xeb8.
  7977. grub-install : information : adding a relocation entry for 0xed3.
  7978. grub-install : information : adding a relocation entry for 0xeec.
  7979. grub-install : information : adding a relocation entry for 0xf1f.
  7980. grub-install : information : adding a relocation entry for 0xf33.
  7981. grub-install : information : adding a relocation entry for 0xf4d.
  7982. grub-install : information : adding a relocation entry for 0xf61.
  7983. grub-install : information : adding a relocation entry for 0xf73.
  7984. grub-install : information : adding a relocation entry for 0xf7d.
  7985. grub-install : information : adding a relocation entry for 0xf8c.
  7986. grub-install : information : adding a relocation entry for 0xf96.
  7987. grub-install : information : adding a relocation entry for 0xfbe.
  7988. grub-install : information : adding a relocation entry for 0xfd2.
  7989. grub-install : information : adding a relocation entry for 0xfe4.
  7990. grub-install : information : adding a relocation entry for 0xfee.
  7991. grub-install : information : adding a relocation entry for 0xffd.
  7992. grub-install : information : adding a relocation entry for 0x1007.
  7993. grub-install : information : adding a padding fixup entry.
  7994. grub-install : information : adding a padding fixup entry.
  7995. grub-install : information : writing 192 bytes of a fixup block starting at 0x0.
  7996. grub-install : information : adding a relocation entry for 0x1030.
  7997. grub-install : information : adding a relocation entry for 0x1046.
  7998. grub-install : information : adding a relocation entry for 0x105a.
  7999. grub-install : information : adding a relocation entry for 0x106c.
  8000. grub-install : information : adding a relocation entry for 0x1076.
  8001. grub-install : information : adding a relocation entry for 0x1085.
  8002. grub-install : information : adding a relocation entry for 0x108f.
  8003. grub-install : information : adding a relocation entry for 0x10c9.
  8004. grub-install : information : adding a relocation entry for 0x10fd.
  8005. grub-install : information : adding a relocation entry for 0x1128.
  8006. grub-install : information : adding a relocation entry for 0x1147.
  8007. grub-install : information : adding a relocation entry for 0x11b2.
  8008. grub-install : information : adding a relocation entry for 0x11e8.
  8009. grub-install : information : adding a relocation entry for 0x11f2.
  8010. grub-install : information : adding a relocation entry for 0x1201.
  8011. grub-install : information : adding a relocation entry for 0x120b.
  8012. grub-install : information : adding a relocation entry for 0x1239.
  8013. grub-install : information : adding a relocation entry for 0x1254.
  8014. grub-install : information : adding a relocation entry for 0x126d.
  8015. grub-install : information : adding a relocation entry for 0x1288.
  8016. grub-install : information : adding a relocation entry for 0x129a.
  8017. grub-install : information : adding a relocation entry for 0x12a4.
  8018. grub-install : information : adding a relocation entry for 0x12bf.
  8019. grub-install : information : adding a relocation entry for 0x131e.
  8020. grub-install : information : adding a relocation entry for 0x1328.
  8021. grub-install : information : adding a relocation entry for 0x1334.
  8022. grub-install : information : adding a relocation entry for 0x13cd.
  8023. grub-install : information : adding a relocation entry for 0x13e3.
  8024. grub-install : information : adding a relocation entry for 0x1404.
  8025. grub-install : information : adding a relocation entry for 0x144a.
  8026. grub-install : information : adding a relocation entry for 0x1468.
  8027. grub-install : information : adding a relocation entry for 0x1474.
  8028. grub-install : information : adding a relocation entry for 0x147e.
  8029. grub-install : information : adding a relocation entry for 0x149a.
  8030. grub-install : information : adding a relocation entry for 0x14a9.
  8031. grub-install : information : adding a relocation entry for 0x1501.
  8032. grub-install : information : adding a relocation entry for 0x150b.
  8033. grub-install : information : adding a relocation entry for 0x153c.
  8034. grub-install : information : adding a relocation entry for 0x155d.
  8035. grub-install : information : adding a relocation entry for 0x1570.
  8036. grub-install : information : adding a relocation entry for 0x15dd.
  8037. grub-install : information : adding a relocation entry for 0x1606.
  8038. grub-install : information : adding a relocation entry for 0x1629.
  8039. grub-install : information : adding a relocation entry for 0x165f.
  8040. grub-install : information : adding a relocation entry for 0x16b4.
  8041. grub-install : information : adding a relocation entry for 0x16c2.
  8042. grub-install : information : adding a relocation entry for 0x16e0.
  8043. grub-install : information : adding a relocation entry for 0x1708.
  8044. grub-install : information : adding a relocation entry for 0x1726.
  8045. grub-install : information : adding a relocation entry for 0x173d.
  8046. grub-install : information : adding a relocation entry for 0x1753.
  8047. grub-install : information : adding a relocation entry for 0x1760.
  8048. grub-install : information : adding a relocation entry for 0x1781.
  8049. grub-install : information : adding a relocation entry for 0x1790.
  8050. grub-install : information : adding a relocation entry for 0x17ba.
  8051. grub-install : information : adding a relocation entry for 0x17d3.
  8052. grub-install : information : adding a relocation entry for 0x1909.
  8053. grub-install : information : adding a relocation entry for 0x1952.
  8054. grub-install : information : adding a relocation entry for 0x196d.
  8055. grub-install : information : adding a relocation entry for 0x198c.
  8056. grub-install : information : adding a relocation entry for 0x1b08.
  8057. grub-install : information : adding a relocation entry for 0x1b1b.
  8058. grub-install : information : adding a relocation entry for 0x1b56.
  8059. grub-install : information : adding a relocation entry for 0x1b8e.
  8060. grub-install : information : adding a relocation entry for 0x1bac.
  8061. grub-install : information : adding a relocation entry for 0x1bd5.
  8062. grub-install : information : adding a relocation entry for 0x1c16.
  8063. grub-install : information : adding a relocation entry for 0x1c4b.
  8064. grub-install : information : adding a relocation entry for 0x1c69.
  8065. grub-install : information : adding a relocation entry for 0x1c81.
  8066. grub-install : information : adding a relocation entry for 0x1ca9.
  8067. grub-install : information : adding a relocation entry for 0x1cb3.
  8068. grub-install : information : adding a relocation entry for 0x1ce2.
  8069. grub-install : information : adding a relocation entry for 0x1d0d.
  8070. grub-install : information : adding a relocation entry for 0x1d2a.
  8071. grub-install : information : adding a relocation entry for 0x1d42.
  8072. grub-install : information : adding a relocation entry for 0x1d53.
  8073. grub-install : information : adding a relocation entry for 0x1d5d.
  8074. grub-install : information : adding a relocation entry for 0x1d6a.
  8075. grub-install : information : adding a relocation entry for 0x1d76.
  8076. grub-install : information : adding a relocation entry for 0x1d92.
  8077. grub-install : information : adding a relocation entry for 0x1d9f.
  8078. grub-install : information : adding a relocation entry for 0x1db0.
  8079. grub-install : information : adding a relocation entry for 0x1dd5.
  8080. grub-install : information : adding a relocation entry for 0x1de7.
  8081. grub-install : information : adding a relocation entry for 0x1df8.
  8082. grub-install : information : adding a relocation entry for 0x1e1a.
  8083. grub-install : information : adding a relocation entry for 0x1e34.
  8084. grub-install : information : adding a relocation entry for 0x1e44.
  8085. grub-install : information : adding a relocation entry for 0x1e62.
  8086. grub-install : information : adding a relocation entry for 0x1e74.
  8087. grub-install : information : adding a relocation entry for 0x1e97.
  8088. grub-install : information : adding a relocation entry for 0x1eb2.
  8089. grub-install : information : adding a relocation entry for 0x1ecb.
  8090. grub-install : information : adding a relocation entry for 0x1ef3.
  8091. grub-install : information : adding a relocation entry for 0x1efd.
  8092. grub-install : information : adding a relocation entry for 0x1f45.
  8093. grub-install : information : adding a relocation entry for 0x1f58.
  8094. grub-install : information : adding a relocation entry for 0x1f74.
  8095. grub-install : information : adding a relocation entry for 0x1f9f.
  8096. grub-install : information : adding a relocation entry for 0x1ffa.
  8097. grub-install : information : adding a relocation entry for 0x2005.
  8098. grub-install : information : adding a padding fixup entry.
  8099. grub-install : information : adding a padding fixup entry.
  8100. grub-install : information : writing 216 bytes of a fixup block starting at 0x1000.
  8101. grub-install : information : adding a relocation entry for 0x207d.
  8102. grub-install : information : adding a relocation entry for 0x20ac.
  8103. grub-install : information : adding a relocation entry for 0x20cd.
  8104. grub-install : information : adding a relocation entry for 0x20e0.
  8105. grub-install : information : adding a relocation entry for 0x20fe.
  8106. grub-install : information : adding a relocation entry for 0x2124.
  8107. grub-install : information : adding a relocation entry for 0x21b1.
  8108. grub-install : information : adding a relocation entry for 0x21c5.
  8109. grub-install : information : adding a relocation entry for 0x225a.
  8110. grub-install : information : adding a relocation entry for 0x2264.
  8111. grub-install : information : adding a relocation entry for 0x22d3.
  8112. grub-install : information : adding a relocation entry for 0x22f0.
  8113. grub-install : information : adding a relocation entry for 0x2311.
  8114. grub-install : information : adding a relocation entry for 0x236a.
  8115. grub-install : information : adding a relocation entry for 0x2378.
  8116. grub-install : information : adding a relocation entry for 0x238b.
  8117. grub-install : information : adding a relocation entry for 0x23a4.
  8118. grub-install : information : adding a relocation entry for 0x23bb.
  8119. grub-install : information : adding a relocation entry for 0x23cf.
  8120. grub-install : information : adding a relocation entry for 0x23e6.
  8121. grub-install : information : adding a relocation entry for 0x23fc.
  8122. grub-install : information : adding a relocation entry for 0x240f.
  8123. grub-install : information : adding a relocation entry for 0x241e.
  8124. grub-install : information : adding a relocation entry for 0x2446.
  8125. grub-install : information : adding a relocation entry for 0x245b.
  8126. grub-install : information : adding a relocation entry for 0x2476.
  8127. grub-install : information : adding a relocation entry for 0x2489.
  8128. grub-install : information : adding a relocation entry for 0x249a.
  8129. grub-install : information : adding a relocation entry for 0x24b2.
  8130. grub-install : information : adding a relocation entry for 0x24c8.
  8131. grub-install : information : adding a relocation entry for 0x24de.
  8132. grub-install : information : adding a relocation entry for 0x2511.
  8133. grub-install : information : adding a relocation entry for 0x253c.
  8134. grub-install : information : adding a relocation entry for 0x254e.
  8135. grub-install : information : adding a relocation entry for 0x256b.
  8136. grub-install : information : adding a relocation entry for 0x2582.
  8137. grub-install : information : adding a relocation entry for 0x25a0.
  8138. grub-install : information : adding a relocation entry for 0x25b7.
  8139. grub-install : information : adding a relocation entry for 0x25ce.
  8140. grub-install : information : adding a relocation entry for 0x25eb.
  8141. grub-install : information : adding a relocation entry for 0x2604.
  8142. grub-install : information : adding a relocation entry for 0x262a.
  8143. grub-install : information : adding a relocation entry for 0x2643.
  8144. grub-install : information : adding a relocation entry for 0x267b.
  8145. grub-install : information : adding a relocation entry for 0x26d2.
  8146. grub-install : information : adding a relocation entry for 0x2760.
  8147. grub-install : information : adding a relocation entry for 0x2785.
  8148. grub-install : information : adding a relocation entry for 0x27ab.
  8149. grub-install : information : adding a relocation entry for 0x27c6.
  8150. grub-install : information : adding a relocation entry for 0x27d5.
  8151. grub-install : information : adding a relocation entry for 0x27f2.
  8152. grub-install : information : adding a relocation entry for 0x2809.
  8153. grub-install : information : adding a relocation entry for 0x2864.
  8154. grub-install : information : adding a relocation entry for 0x287e.
  8155. grub-install : information : adding a relocation entry for 0x2888.
  8156. grub-install : information : adding a relocation entry for 0x289d.
  8157. grub-install : information : adding a relocation entry for 0x28c8.
  8158. grub-install : information : adding a relocation entry for 0x28d9.
  8159. grub-install : information : adding a relocation entry for 0x28ec.
  8160. grub-install : information : adding a relocation entry for 0x28fd.
  8161. grub-install : information : adding a relocation entry for 0x2918.
  8162. grub-install : information : adding a relocation entry for 0x295e.
  8163. grub-install : information : adding a relocation entry for 0x297e.
  8164. grub-install : information : adding a relocation entry for 0x298e.
  8165. grub-install : information : adding a relocation entry for 0x29a6.
  8166. grub-install : information : adding a relocation entry for 0x29bd.
  8167. grub-install : information : adding a relocation entry for 0x2a13.
  8168. grub-install : information : adding a relocation entry for 0x2a8d.
  8169. grub-install : information : adding a relocation entry for 0x2a99.
  8170. grub-install : information : adding a relocation entry for 0x2aa3.
  8171. grub-install : information : adding a relocation entry for 0x2aaf.
  8172. grub-install : information : adding a relocation entry for 0x2abb.
  8173. grub-install : information : adding a relocation entry for 0x2ad9.
  8174. grub-install : information : adding a relocation entry for 0x2ae6.
  8175. grub-install : information : adding a relocation entry for 0x2af4.
  8176. grub-install : information : adding a relocation entry for 0x2b09.
  8177. grub-install : information : adding a relocation entry for 0x2b21.
  8178. grub-install : information : adding a relocation entry for 0x2b31.
  8179. grub-install : information : adding a relocation entry for 0x2b4c.
  8180. grub-install : information : adding a relocation entry for 0x2b70.
  8181. grub-install : information : adding a relocation entry for 0x2b8a.
  8182. grub-install : information : adding a relocation entry for 0x2b97.
  8183. grub-install : information : adding a relocation entry for 0x2bc0.
  8184. grub-install : information : adding a relocation entry for 0x2bed.
  8185. grub-install : information : adding a relocation entry for 0x2c50.
  8186. grub-install : information : adding a relocation entry for 0x2c63.
  8187. grub-install : information : adding a relocation entry for 0x2c97.
  8188. grub-install : information : adding a relocation entry for 0x2cb9.
  8189. grub-install : information : adding a relocation entry for 0x2d08.
  8190. grub-install : information : adding a relocation entry for 0x2d5d.
  8191. grub-install : information : adding a relocation entry for 0x2d7a.
  8192. grub-install : information : adding a relocation entry for 0x2dcc.
  8193. grub-install : information : adding a relocation entry for 0x2df1.
  8194. grub-install : information : adding a relocation entry for 0x2e1d.
  8195. grub-install : information : adding a relocation entry for 0x2e27.
  8196. grub-install : information : adding a relocation entry for 0x2e36.
  8197. grub-install : information : adding a relocation entry for 0x2e4c.
  8198. grub-install : information : adding a relocation entry for 0x2e60.
  8199. grub-install : information : adding a relocation entry for 0x2e76.
  8200. grub-install : information : adding a relocation entry for 0x2e8b.
  8201. grub-install : information : adding a relocation entry for 0x2ea3.
  8202. grub-install : information : adding a relocation entry for 0x2ecd.
  8203. grub-install : information : adding a relocation entry for 0x2eef.
  8204. grub-install : information : adding a relocation entry for 0x2f2b.
  8205. grub-install : information : adding a relocation entry for 0x2f4e.
  8206. grub-install : information : adding a relocation entry for 0x2f89.
  8207. grub-install : information : adding a relocation entry for 0x2f99.
  8208. grub-install : information : adding a relocation entry for 0x2fa3.
  8209. grub-install : information : adding a relocation entry for 0x2fad.
  8210. grub-install : information : adding a relocation entry for 0x2fb7.
  8211. grub-install : information : adding a relocation entry for 0x2fc4.
  8212. grub-install : information : adding a relocation entry for 0x2fde.
  8213. grub-install : information : adding a relocation entry for 0x2ff1.
  8214. grub-install : information : adding a relocation entry for 0x3002.
  8215. grub-install : information : adding a padding fixup entry.
  8216. grub-install : information : adding a padding fixup entry.
  8217. grub-install : information : writing 240 bytes of a fixup block starting at 0x2000.
  8218. grub-install : information : adding a relocation entry for 0x3013.
  8219. grub-install : information : adding a relocation entry for 0x3020.
  8220. grub-install : information : adding a relocation entry for 0x302f.
  8221. grub-install : information : adding a relocation entry for 0x303a.
  8222. grub-install : information : adding a relocation entry for 0x304c.
  8223. grub-install : information : adding a relocation entry for 0x3056.
  8224. grub-install : information : adding a relocation entry for 0x3060.
  8225. grub-install : information : adding a relocation entry for 0x306a.
  8226. grub-install : information : adding a relocation entry for 0x3074.
  8227. grub-install : information : adding a relocation entry for 0x3084.
  8228. grub-install : information : adding a relocation entry for 0x3091.
  8229. grub-install : information : adding a relocation entry for 0x309d.
  8230. grub-install : information : adding a relocation entry for 0x30ac.
  8231. grub-install : information : adding a relocation entry for 0x30c1.
  8232. grub-install : information : adding a relocation entry for 0x30ce.
  8233. grub-install : information : adding a relocation entry for 0x30db.
  8234. grub-install : information : adding a relocation entry for 0x30f6.
  8235. grub-install : information : adding a relocation entry for 0x3106.
  8236. grub-install : information : adding a relocation entry for 0x3114.
  8237. grub-install : information : adding a relocation entry for 0x3125.
  8238. grub-install : information : adding a relocation entry for 0x3131.
  8239. grub-install : information : adding a relocation entry for 0x3142.
  8240. grub-install : information : adding a relocation entry for 0x3157.
  8241. grub-install : information : adding a relocation entry for 0x316a.
  8242. grub-install : information : adding a relocation entry for 0x317a.
  8243. grub-install : information : adding a relocation entry for 0x3187.
  8244. grub-install : information : adding a relocation entry for 0x3198.
  8245. grub-install : information : adding a relocation entry for 0x31aa.
  8246. grub-install : information : adding a relocation entry for 0x31bc.
  8247. grub-install : information : adding a relocation entry for 0x31d9.
  8248. grub-install : information : adding a relocation entry for 0x31e3.
  8249. grub-install : information : adding a relocation entry for 0x3213.
  8250. grub-install : information : adding a relocation entry for 0x322c.
  8251. grub-install : information : adding a relocation entry for 0x3259.
  8252. grub-install : information : adding a relocation entry for 0x3271.
  8253. grub-install : information : adding a relocation entry for 0x32ca.
  8254. grub-install : information : adding a relocation entry for 0x32d6.
  8255. grub-install : information : adding a relocation entry for 0x3342.
  8256. grub-install : information : adding a relocation entry for 0x345c.
  8257. grub-install : information : adding a relocation entry for 0x34b4.
  8258. grub-install : information : adding a relocation entry for 0x34be.
  8259. grub-install : information : adding a relocation entry for 0x34ca.
  8260. grub-install : information : adding a relocation entry for 0x34e1.
  8261. grub-install : information : adding a relocation entry for 0x34fc.
  8262. grub-install : information : adding a relocation entry for 0x3517.
  8263. grub-install : information : adding a relocation entry for 0x35fc.
  8264. grub-install : information : adding a relocation entry for 0x3670.
  8265. grub-install : information : adding a relocation entry for 0x3681.
  8266. grub-install : information : adding a relocation entry for 0x369a.
  8267. grub-install : information : adding a relocation entry for 0x36ab.
  8268. grub-install : information : adding a relocation entry for 0x36d1.
  8269. grub-install : information : adding a relocation entry for 0x36f3.
  8270. grub-install : information : adding a relocation entry for 0x3717.
  8271. grub-install : information : adding a relocation entry for 0x3729.
  8272. grub-install : information : adding a relocation entry for 0x3749.
  8273. grub-install : information : adding a relocation entry for 0x375b.
  8274. grub-install : information : adding a relocation entry for 0x3769.
  8275. grub-install : information : adding a relocation entry for 0x377d.
  8276. grub-install : information : adding a relocation entry for 0x378b.
  8277. grub-install : information : adding a relocation entry for 0x379f.
  8278. grub-install : information : adding a relocation entry for 0x37b3.
  8279. grub-install : information : adding a relocation entry for 0x37c8.
  8280. grub-install : information : adding a relocation entry for 0x37d9.
  8281. grub-install : information : adding a relocation entry for 0x3801.
  8282. grub-install : information : adding a relocation entry for 0x380c.
  8283. grub-install : information : adding a relocation entry for 0x3820.
  8284. grub-install : information : adding a relocation entry for 0x382e.
  8285. grub-install : information : adding a relocation entry for 0x3842.
  8286. grub-install : information : adding a relocation entry for 0x3855.
  8287. grub-install : information : adding a relocation entry for 0x38a8.
  8288. grub-install : information : adding a relocation entry for 0x38c1.
  8289. grub-install : information : adding a relocation entry for 0x38d0.
  8290. grub-install : information : adding a relocation entry for 0x38dc.
  8291. grub-install : information : adding a relocation entry for 0x3906.
  8292. grub-install : information : adding a relocation entry for 0x392c.
  8293. grub-install : information : adding a relocation entry for 0x393d.
  8294. grub-install : information : adding a relocation entry for 0x394c.
  8295. grub-install : information : adding a relocation entry for 0x3958.
  8296. grub-install : information : adding a relocation entry for 0x3962.
  8297. grub-install : information : adding a relocation entry for 0x396c.
  8298. grub-install : information : adding a relocation entry for 0x397c.
  8299. grub-install : information : adding a relocation entry for 0x398b.
  8300. grub-install : information : adding a relocation entry for 0x3995.
  8301. grub-install : information : adding a relocation entry for 0x399f.
  8302. grub-install : information : adding a relocation entry for 0x39ad.
  8303. grub-install : information : adding a relocation entry for 0x39bd.
  8304. grub-install : information : adding a relocation entry for 0x39c7.
  8305. grub-install : information : adding a relocation entry for 0x39d1.
  8306. grub-install : information : adding a relocation entry for 0x39e1.
  8307. grub-install : information : adding a relocation entry for 0x39f0.
  8308. grub-install : information : adding a relocation entry for 0x39fa.
  8309. grub-install : information : adding a relocation entry for 0x3a05.
  8310. grub-install : information : adding a relocation entry for 0x3a11.
  8311. grub-install : information : adding a relocation entry for 0x3a24.
  8312. grub-install : information : adding a relocation entry for 0x3a2e.
  8313. grub-install : information : adding a relocation entry for 0x3a3a.
  8314. grub-install : information : adding a relocation entry for 0x3a46.
  8315. grub-install : information : adding a relocation entry for 0x3a55.
  8316. grub-install : information : adding a relocation entry for 0x3a72.
  8317. grub-install : information : adding a relocation entry for 0x3a7f.
  8318. grub-install : information : adding a relocation entry for 0x3ae3.
  8319. grub-install : information : adding a relocation entry for 0x3b29.
  8320. grub-install : information : adding a relocation entry for 0x3b42.
  8321. grub-install : information : adding a relocation entry for 0x3b4c.
  8322. grub-install : information : adding a relocation entry for 0x3b56.
  8323. grub-install : information : adding a relocation entry for 0x3b62.
  8324. grub-install : information : adding a relocation entry for 0x3b6e.
  8325. grub-install : information : adding a relocation entry for 0x3b84.
  8326. grub-install : information : adding a relocation entry for 0x3b90.
  8327. grub-install : information : adding a relocation entry for 0x3bd4.
  8328. grub-install : information : adding a relocation entry for 0x3be0.
  8329. grub-install : information : adding a relocation entry for 0x3bef.
  8330. grub-install : information : adding a relocation entry for 0x3c04.
  8331. grub-install : information : adding a relocation entry for 0x3c10.
  8332. grub-install : information : adding a relocation entry for 0x3c25.
  8333. grub-install : information : adding a relocation entry for 0x3c58.
  8334. grub-install : information : adding a relocation entry for 0x3ca8.
  8335. grub-install : information : adding a relocation entry for 0x3cb4.
  8336. grub-install : information : adding a relocation entry for 0x3ccd.
  8337. grub-install : information : adding a relocation entry for 0x3cd9.
  8338. grub-install : information : adding a relocation entry for 0x3dca.
  8339. grub-install : information : adding a relocation entry for 0x3de0.
  8340. grub-install : information : adding a relocation entry for 0x3df1.
  8341. grub-install : information : adding a relocation entry for 0x3e07.
  8342. grub-install : information : adding a relocation entry for 0x3e20.
  8343. grub-install : information : adding a relocation entry for 0x3e3c.
  8344. grub-install : information : adding a relocation entry for 0x3e5c.
  8345. grub-install : information : adding a relocation entry for 0x3eae.
  8346. grub-install : information : adding a relocation entry for 0x3eba.
  8347. grub-install : information : adding a relocation entry for 0x3f94.
  8348. grub-install : information : adding a relocation entry for 0x3ffa.
  8349. grub-install : information : adding a relocation entry for 0x404a.
  8350. grub-install : information : writing 272 bytes of a fixup block starting at 0x3000.
  8351. grub-install : information : adding a relocation entry for 0x40a0.
  8352. grub-install : information : adding a relocation entry for 0x40bc.
  8353. grub-install : information : adding a relocation entry for 0x40cf.
  8354. grub-install : information : adding a relocation entry for 0x40f6.
  8355. grub-install : information : adding a relocation entry for 0x4118.
  8356. grub-install : information : adding a relocation entry for 0x412b.
  8357. grub-install : information : adding a relocation entry for 0x4148.
  8358. grub-install : information : adding a relocation entry for 0x4157.
  8359. grub-install : information : adding a relocation entry for 0x4168.
  8360. grub-install : information : adding a relocation entry for 0x419f.
  8361. grub-install : information : adding a relocation entry for 0x41c5.
  8362. grub-install : information : adding a relocation entry for 0x41d8.
  8363. grub-install : information : adding a relocation entry for 0x41ed.
  8364. grub-install : information : adding a relocation entry for 0x4294.
  8365. grub-install : information : adding a relocation entry for 0x42a3.
  8366. grub-install : information : adding a relocation entry for 0x42b4.
  8367. grub-install : information : adding a relocation entry for 0x42be.
  8368. grub-install : information : adding a relocation entry for 0x42cb.
  8369. grub-install : information : adding a relocation entry for 0x42d5.
  8370. grub-install : information : adding a relocation entry for 0x42ef.
  8371. grub-install : information : adding a relocation entry for 0x42f9.
  8372. grub-install : information : adding a relocation entry for 0x4319.
  8373. grub-install : information : adding a relocation entry for 0x4323.
  8374. grub-install : information : adding a relocation entry for 0x432f.
  8375. grub-install : information : adding a relocation entry for 0x4339.
  8376. grub-install : information : adding a relocation entry for 0x4345.
  8377. grub-install : information : adding a relocation entry for 0x4356.
  8378. grub-install : information : adding a relocation entry for 0x4366.
  8379. grub-install : information : adding a relocation entry for 0x4383.
  8380. grub-install : information : adding a relocation entry for 0x439e.
  8381. grub-install : information : adding a relocation entry for 0x43b5.
  8382. grub-install : information : adding a relocation entry for 0x43d7.
  8383. grub-install : information : adding a relocation entry for 0x43e8.
  8384. grub-install : information : adding a relocation entry for 0x4400.
  8385. grub-install : information : adding a relocation entry for 0x4413.
  8386. grub-install : information : adding a relocation entry for 0x4427.
  8387. grub-install : information : adding a relocation entry for 0x4433.
  8388. grub-install : information : adding a relocation entry for 0x4448.
  8389. grub-install : information : adding a relocation entry for 0x445a.
  8390. grub-install : information : adding a relocation entry for 0x4464.
  8391. grub-install : information : adding a relocation entry for 0x4470.
  8392. grub-install : information : adding a relocation entry for 0x447f.
  8393. grub-install : information : adding a relocation entry for 0x448e.
  8394. grub-install : information : adding a relocation entry for 0x449a.
  8395. grub-install : information : adding a relocation entry for 0x44b0.
  8396. grub-install : information : adding a relocation entry for 0x44c1.
  8397. grub-install : information : adding a relocation entry for 0x44e1.
  8398. grub-install : information : adding a relocation entry for 0x44ed.
  8399. grub-install : information : adding a relocation entry for 0x4501.
  8400. grub-install : information : adding a relocation entry for 0x4518.
  8401. grub-install : information : adding a relocation entry for 0x4522.
  8402. grub-install : information : adding a relocation entry for 0x4545.
  8403. grub-install : information : adding a relocation entry for 0x4551.
  8404. grub-install : information : adding a relocation entry for 0x456b.
  8405. grub-install : information : adding a relocation entry for 0x4585.
  8406. grub-install : information : adding a relocation entry for 0x4596.
  8407. grub-install : information : adding a relocation entry for 0x45ac.
  8408. grub-install : information : adding a relocation entry for 0x45c5.
  8409. grub-install : information : adding a relocation entry for 0x45d6.
  8410. grub-install : information : adding a relocation entry for 0x45e3.
  8411. grub-install : information : adding a relocation entry for 0x45fa.
  8412. grub-install : information : adding a relocation entry for 0x4604.
  8413. grub-install : information : adding a relocation entry for 0x460e.
  8414. grub-install : information : adding a relocation entry for 0x4618.
  8415. grub-install : information : adding a relocation entry for 0x4622.
  8416. grub-install : information : adding a relocation entry for 0x463d.
  8417. grub-install : information : adding a relocation entry for 0x4647.
  8418. grub-install : information : adding a relocation entry for 0x4651.
  8419. grub-install : information : adding a relocation entry for 0x465b.
  8420. grub-install : information : adding a relocation entry for 0x466a.
  8421. grub-install : information : adding a relocation entry for 0x4674.
  8422. grub-install : information : adding a relocation entry for 0x467e.
  8423. grub-install : information : adding a relocation entry for 0x4688.
  8424. grub-install : information : adding a relocation entry for 0x469a.
  8425. grub-install : information : adding a relocation entry for 0x46a5.
  8426. grub-install : information : adding a relocation entry for 0x46af.
  8427. grub-install : information : adding a relocation entry for 0x46b9.
  8428. grub-install : information : adding a relocation entry for 0x46c7.
  8429. grub-install : information : adding a relocation entry for 0x46f7.
  8430. grub-install : information : adding a relocation entry for 0x4701.
  8431. grub-install : information : adding a relocation entry for 0x471b.
  8432. grub-install : information : adding a relocation entry for 0x4727.
  8433. grub-install : information : adding a relocation entry for 0x4770.
  8434. grub-install : information : adding a relocation entry for 0x477a.
  8435. grub-install : information : adding a relocation entry for 0x4793.
  8436. grub-install : information : adding a relocation entry for 0x479d.
  8437. grub-install : information : adding a relocation entry for 0x47ae.
  8438. grub-install : information : adding a relocation entry for 0x47c3.
  8439. grub-install : information : adding a relocation entry for 0x47e2.
  8440. grub-install : information : adding a relocation entry for 0x47f9.
  8441. grub-install : information : adding a relocation entry for 0x4808.
  8442. grub-install : information : adding a relocation entry for 0x4833.
  8443. grub-install : information : adding a relocation entry for 0x4856.
  8444. grub-install : information : adding a relocation entry for 0x4866.
  8445. grub-install : information : adding a relocation entry for 0x4884.
  8446. grub-install : information : adding a relocation entry for 0x48b9.
  8447. grub-install : information : adding a relocation entry for 0x48cd.
  8448. grub-install : information : adding a relocation entry for 0x48e5.
  8449. grub-install : information : adding a relocation entry for 0x48f7.
  8450. grub-install : information : adding a relocation entry for 0x4909.
  8451. grub-install : information : adding a relocation entry for 0x4921.
  8452. grub-install : information : adding a relocation entry for 0x492b.
  8453. grub-install : information : adding a relocation entry for 0x4995.
  8454. grub-install : information : adding a relocation entry for 0x49bd.
  8455. grub-install : information : adding a relocation entry for 0x4a17.
  8456. grub-install : information : adding a relocation entry for 0x4a31.
  8457. grub-install : information : adding a relocation entry for 0x4a5c.
  8458. grub-install : information : adding a relocation entry for 0x4a70.
  8459. grub-install : information : adding a relocation entry for 0x4a87.
  8460. grub-install : information : adding a relocation entry for 0x4ad3.
  8461. grub-install : information : adding a relocation entry for 0x4b29.
  8462. grub-install : information : adding a relocation entry for 0x4b88.
  8463. grub-install : information : adding a relocation entry for 0x4ba5.
  8464. grub-install : information : adding a relocation entry for 0x4bbf.
  8465. grub-install : information : adding a relocation entry for 0x4bd0.
  8466. grub-install : information : adding a relocation entry for 0x4bfb.
  8467. grub-install : information : adding a relocation entry for 0x4c4e.
  8468. grub-install : information : adding a relocation entry for 0x4c6b.
  8469. grub-install : information : adding a relocation entry for 0x4c85.
  8470. grub-install : information : adding a relocation entry for 0x4c96.
  8471. grub-install : information : adding a relocation entry for 0x4d35.
  8472. grub-install : information : adding a relocation entry for 0x4d41.
  8473. grub-install : information : adding a relocation entry for 0x4d4e.
  8474. grub-install : information : adding a relocation entry for 0x4d58.
  8475. grub-install : information : adding a relocation entry for 0x4d69.
  8476. grub-install : information : adding a relocation entry for 0x4d76.
  8477. grub-install : information : adding a relocation entry for 0x4d87.
  8478. grub-install : information : adding a relocation entry for 0x4da4.
  8479. grub-install : information : adding a relocation entry for 0x4dee.
  8480. grub-install : information : adding a relocation entry for 0x4df9.
  8481. grub-install : information : adding a relocation entry for 0x4e04.
  8482. grub-install : information : adding a relocation entry for 0x4e36.
  8483. grub-install : information : adding a relocation entry for 0x4e4b.
  8484. grub-install : information : adding a relocation entry for 0x4e55.
  8485. grub-install : information : adding a relocation entry for 0x4e88.
  8486. grub-install : information : adding a relocation entry for 0x4e92.
  8487. grub-install : information : adding a relocation entry for 0x4ea1.
  8488. grub-install : information : adding a relocation entry for 0x4eab.
  8489. grub-install : information : adding a relocation entry for 0x4ecf.
  8490. grub-install : information : adding a relocation entry for 0x4ed9.
  8491. grub-install : information : adding a relocation entry for 0x4ee5.
  8492. grub-install : information : adding a relocation entry for 0x4ef3.
  8493. grub-install : information : adding a relocation entry for 0x4f2f.
  8494. grub-install : information : adding a relocation entry for 0x4f39.
  8495. grub-install : information : adding a relocation entry for 0x4f4f.
  8496. grub-install : information : adding a relocation entry for 0x4f59.
  8497. grub-install : information : adding a relocation entry for 0x4f6d.
  8498. grub-install : information : adding a relocation entry for 0x4fc2.
  8499. grub-install : information : adding a relocation entry for 0x4fea.
  8500. grub-install : information : adding a relocation entry for 0x4ffe.
  8501. grub-install : information : adding a relocation entry for 0x5019.
  8502. grub-install : information : adding a padding fixup entry.
  8503. grub-install : information : writing 312 bytes of a fixup block starting at 0x4000.
  8504. grub-install : information : adding a relocation entry for 0x5026.
  8505. grub-install : information : adding a relocation entry for 0x5056.
  8506. grub-install : information : adding a relocation entry for 0x5080.
  8507. grub-install : information : adding a relocation entry for 0x5093.
  8508. grub-install : information : adding a relocation entry for 0x50ac.
  8509. grub-install : information : adding a relocation entry for 0x50b8.
  8510. grub-install : information : adding a relocation entry for 0x50ce.
  8511. grub-install : information : adding a relocation entry for 0x50df.
  8512. grub-install : information : adding a relocation entry for 0x50e9.
  8513. grub-install : information : adding a relocation entry for 0x50f8.
  8514. grub-install : information : adding a relocation entry for 0x5107.
  8515. grub-install : information : adding a relocation entry for 0x5116.
  8516. grub-install : information : adding a relocation entry for 0x512a.
  8517. grub-install : information : adding a relocation entry for 0x5147.
  8518. grub-install : information : adding a relocation entry for 0x5158.
  8519. grub-install : information : adding a relocation entry for 0x5179.
  8520. grub-install : information : adding a relocation entry for 0x518e.
  8521. grub-install : information : adding a relocation entry for 0x519d.
  8522. grub-install : information : adding a relocation entry for 0x51ae.
  8523. grub-install : information : adding a relocation entry for 0x51ba.
  8524. grub-install : information : adding a relocation entry for 0x51d8.
  8525. grub-install : information : adding a relocation entry for 0x51e9.
  8526. grub-install : information : adding a relocation entry for 0x5256.
  8527. grub-install : information : adding a relocation entry for 0x5267.
  8528. grub-install : information : adding a relocation entry for 0x52b2.
  8529. grub-install : information : adding a relocation entry for 0x52c3.
  8530. grub-install : information : adding a relocation entry for 0x52d3.
  8531. grub-install : information : adding a relocation entry for 0x52e1.
  8532. grub-install : information : adding a relocation entry for 0x52ee.
  8533. grub-install : information : adding a relocation entry for 0x52f8.
  8534. grub-install : information : adding a relocation entry for 0x5307.
  8535. grub-install : information : adding a relocation entry for 0x5311.
  8536. grub-install : information : adding a relocation entry for 0x531e.
  8537. grub-install : information : adding a relocation entry for 0x5359.
  8538. grub-install : information : adding a relocation entry for 0x53c0.
  8539. grub-install : information : adding a relocation entry for 0x5414.
  8540. grub-install : information : adding a relocation entry for 0x54bb.
  8541. grub-install : information : adding a relocation entry for 0x54d9.
  8542. grub-install : information : adding a relocation entry for 0x5522.
  8543. grub-install : information : adding a relocation entry for 0x553c.
  8544. grub-install : information : adding a relocation entry for 0x5592.
  8545. grub-install : information : adding a relocation entry for 0x55a4.
  8546. grub-install : information : adding a relocation entry for 0x55d6.
  8547. grub-install : information : adding a relocation entry for 0x5644.
  8548. grub-install : information : adding a relocation entry for 0x565e.
  8549. grub-install : information : adding a relocation entry for 0x5670.
  8550. grub-install : information : adding a relocation entry for 0x5682.
  8551. grub-install : information : adding a relocation entry for 0x56b5.
  8552. grub-install : information : adding a relocation entry for 0x56cd.
  8553. grub-install : information : adding a relocation entry for 0x56d8.
  8554. grub-install : information : adding a relocation entry for 0x571b.
  8555. grub-install : information : adding a relocation entry for 0x5745.
  8556. grub-install : information : adding a relocation entry for 0x5781.
  8557. grub-install : information : adding a relocation entry for 0x57db.
  8558. grub-install : information : adding a relocation entry for 0x57e5.
  8559. grub-install : information : adding a relocation entry for 0x580f.
  8560. grub-install : information : adding a relocation entry for 0x581d.
  8561. grub-install : information : adding a relocation entry for 0x5870.
  8562. grub-install : information : adding a relocation entry for 0x587d.
  8563. grub-install : information : adding a relocation entry for 0x5891.
  8564. grub-install : information : adding a relocation entry for 0x58f3.
  8565. grub-install : information : adding a relocation entry for 0x58fd.
  8566. grub-install : information : adding a relocation entry for 0x5907.
  8567. grub-install : information : adding a relocation entry for 0x5911.
  8568. grub-install : information : adding a relocation entry for 0x5922.
  8569. grub-install : information : adding a relocation entry for 0x5950.
  8570. grub-install : information : adding a relocation entry for 0x5961.
  8571. grub-install : information : adding a relocation entry for 0x5972.
  8572. grub-install : information : adding a relocation entry for 0x598b.
  8573. grub-install : information : adding a relocation entry for 0x59b2.
  8574. grub-install : information : adding a relocation entry for 0x59c3.
  8575. grub-install : information : adding a relocation entry for 0x59d9.
  8576. grub-install : information : adding a relocation entry for 0x59fb.
  8577. grub-install : information : adding a relocation entry for 0x5a07.
  8578. grub-install : information : adding a relocation entry for 0x5a16.
  8579. grub-install : information : adding a relocation entry for 0x5a20.
  8580. grub-install : information : adding a relocation entry for 0x5a2d.
  8581. grub-install : information : adding a relocation entry for 0x5a47.
  8582. grub-install : information : adding a relocation entry for 0x5a56.
  8583. grub-install : information : adding a relocation entry for 0x5a72.
  8584. grub-install : information : adding a relocation entry for 0x5a7c.
  8585. grub-install : information : adding a relocation entry for 0x5a94.
  8586. grub-install : information : adding a relocation entry for 0x5aac.
  8587. grub-install : information : adding a relocation entry for 0x5abd.
  8588. grub-install : information : adding a relocation entry for 0x5ad2.
  8589. grub-install : information : adding a relocation entry for 0x5ae3.
  8590. grub-install : information : adding a relocation entry for 0x5afe.
  8591. grub-install : information : adding a relocation entry for 0x5b18.
  8592. grub-install : information : adding a relocation entry for 0x5b2d.
  8593. grub-install : information : adding a relocation entry for 0x5b4d.
  8594. grub-install : information : adding a relocation entry for 0x5b64.
  8595. grub-install : information : adding a relocation entry for 0x5b8b.
  8596. grub-install : information : adding a relocation entry for 0x5b9c.
  8597. grub-install : information : adding a relocation entry for 0x5bbf.
  8598. grub-install : information : adding a relocation entry for 0x5bd8.
  8599. grub-install : information : adding a relocation entry for 0x5c30.
  8600. grub-install : information : adding a relocation entry for 0x5c9d.
  8601. grub-install : information : adding a relocation entry for 0x5cee.
  8602. grub-install : information : adding a relocation entry for 0x5d05.
  8603. grub-install : information : adding a relocation entry for 0x5d28.
  8604. grub-install : information : adding a relocation entry for 0x5d62.
  8605. grub-install : information : adding a relocation entry for 0x5d73.
  8606. grub-install : information : adding a relocation entry for 0x5e00.
  8607. grub-install : information : adding a relocation entry for 0x5e3d.
  8608. grub-install : information : adding a relocation entry for 0x5e50.
  8609. grub-install : information : adding a relocation entry for 0x5ed4.
  8610. grub-install : information : adding a relocation entry for 0x5f21.
  8611. grub-install : information : adding a relocation entry for 0x5f30.
  8612. grub-install : information : adding a relocation entry for 0x5f3f.
  8613. grub-install : information : adding a relocation entry for 0x5f49.
  8614. grub-install : information : adding a relocation entry for 0x5f73.
  8615. grub-install : information : adding a relocation entry for 0x5fc1.
  8616. grub-install : information : adding a relocation entry for 0x5fd2.
  8617. grub-install : information : adding a relocation entry for 0x600a.
  8618. grub-install : information : adding a padding fixup entry.
  8619. grub-install : information : adding a padding fixup entry.
  8620. grub-install : information : writing 240 bytes of a fixup block starting at 0x5000.
  8621. grub-install : information : adding a relocation entry for 0x601b.
  8622. grub-install : information : adding a relocation entry for 0x6039.
  8623. grub-install : information : adding a relocation entry for 0x60a0.
  8624. grub-install : information : adding a relocation entry for 0x60aa.
  8625. grub-install : information : adding a relocation entry for 0x60b9.
  8626. grub-install : information : adding a relocation entry for 0x60cc.
  8627. grub-install : information : adding a relocation entry for 0x60d6.
  8628. grub-install : information : adding a relocation entry for 0x60e5.
  8629. grub-install : information : adding a relocation entry for 0x60f8.
  8630. grub-install : information : adding a relocation entry for 0x6102.
  8631. grub-install : information : adding a relocation entry for 0x6111.
  8632. grub-install : information : adding a relocation entry for 0x6121.
  8633. grub-install : information : adding a relocation entry for 0x6148.
  8634. grub-install : information : adding a relocation entry for 0x616c.
  8635. grub-install : information : adding a relocation entry for 0x617d.
  8636. grub-install : information : adding a relocation entry for 0x618d.
  8637. grub-install : information : adding a relocation entry for 0x61b2.
  8638. grub-install : information : adding a relocation entry for 0x61c3.
  8639. grub-install : information : adding a relocation entry for 0x61d1.
  8640. grub-install : information : adding a relocation entry for 0x61ef.
  8641. grub-install : information : adding a relocation entry for 0x61f9.
  8642. grub-install : information : adding a relocation entry for 0x6223.
  8643. grub-install : information : adding a relocation entry for 0x622d.
  8644. grub-install : information : adding a relocation entry for 0x6258.
  8645. grub-install : information : adding a relocation entry for 0x628e.
  8646. grub-install : information : adding a relocation entry for 0x6298.
  8647. grub-install : information : adding a relocation entry for 0x62aa.
  8648. grub-install : information : adding a relocation entry for 0x62c7.
  8649. grub-install : information : adding a relocation entry for 0x62d1.
  8650. grub-install : information : adding a relocation entry for 0x62e2.
  8651. grub-install : information : adding a relocation entry for 0x62fb.
  8652. grub-install : information : adding a relocation entry for 0x6305.
  8653. grub-install : information : adding a relocation entry for 0x6320.
  8654. grub-install : information : adding a relocation entry for 0x6332.
  8655. grub-install : information : adding a relocation entry for 0x6349.
  8656. grub-install : information : adding a relocation entry for 0x6359.
  8657. grub-install : information : adding a relocation entry for 0x636a.
  8658. grub-install : information : adding a relocation entry for 0x6380.
  8659. grub-install : information : adding a relocation entry for 0x638e.
  8660. grub-install : information : adding a relocation entry for 0x63a6.
  8661. grub-install : information : adding a relocation entry for 0x63e3.
  8662. grub-install : information : adding a relocation entry for 0x63ef.
  8663. grub-install : information : adding a relocation entry for 0x6429.
  8664. grub-install : information : adding a relocation entry for 0x645f.
  8665. grub-install : information : adding a relocation entry for 0x6482.
  8666. grub-install : information : adding a relocation entry for 0x6498.
  8667. grub-install : information : adding a relocation entry for 0x64b3.
  8668. grub-install : information : adding a relocation entry for 0x64da.
  8669. grub-install : information : adding a relocation entry for 0x6532.
  8670. grub-install : information : adding a relocation entry for 0x6548.
  8671. grub-install : information : adding a relocation entry for 0x6557.
  8672. grub-install : information : adding a relocation entry for 0x658b.
  8673. grub-install : information : adding a relocation entry for 0x65b1.
  8674. grub-install : information : adding a relocation entry for 0x65bb.
  8675. grub-install : information : adding a relocation entry for 0x65e5.
  8676. grub-install : information : adding a relocation entry for 0x660d.
  8677. grub-install : information : adding a relocation entry for 0x6628.
  8678. grub-install : information : adding a relocation entry for 0x66a0.
  8679. grub-install : information : adding a relocation entry for 0x66b5.
  8680. grub-install : information : adding a relocation entry for 0x66c2.
  8681. grub-install : information : adding a relocation entry for 0x66d1.
  8682. grub-install : information : adding a relocation entry for 0x66f6.
  8683. grub-install : information : adding a relocation entry for 0x670b.
  8684. grub-install : information : adding a relocation entry for 0x6718.
  8685. grub-install : information : adding a relocation entry for 0x6745.
  8686. grub-install : information : adding a relocation entry for 0x677f.
  8687. grub-install : information : adding a relocation entry for 0x6798.
  8688. grub-install : information : adding a relocation entry for 0x67a2.
  8689. grub-install : information : adding a relocation entry for 0x67b5.
  8690. grub-install : information : adding a relocation entry for 0x67c6.
  8691. grub-install : information : adding a relocation entry for 0x67dd.
  8692. grub-install : information : adding a relocation entry for 0x67e9.
  8693. grub-install : information : adding a relocation entry for 0x67fa.
  8694. grub-install : information : adding a relocation entry for 0x6805.
  8695. grub-install : information : adding a relocation entry for 0x6810.
  8696. grub-install : information : adding a relocation entry for 0x681a.
  8697. grub-install : information : adding a relocation entry for 0x682c.
  8698. grub-install : information : adding a relocation entry for 0x683c.
  8699. grub-install : information : adding a relocation entry for 0x684c.
  8700. grub-install : information : adding a relocation entry for 0x685d.
  8701. grub-install : information : adding a relocation entry for 0x6866.
  8702. grub-install : information : adding a relocation entry for 0x687e.
  8703. grub-install : information : adding a relocation entry for 0x6890.
  8704. grub-install : information : adding a relocation entry for 0x689a.
  8705. grub-install : information : adding a relocation entry for 0x68ad.
  8706. grub-install : information : adding a relocation entry for 0x68c1.
  8707. grub-install : information : adding a relocation entry for 0x68d0.
  8708. grub-install : information : adding a relocation entry for 0x68da.
  8709. grub-install : information : adding a relocation entry for 0x68e6.
  8710. grub-install : information : adding a relocation entry for 0x68f3.
  8711. grub-install : information : adding a relocation entry for 0x6900.
  8712. grub-install : information : adding a relocation entry for 0x690b.
  8713. grub-install : information : adding a relocation entry for 0x6915.
  8714. grub-install : information : adding a relocation entry for 0x6925.
  8715. grub-install : information : adding a relocation entry for 0x6934.
  8716. grub-install : information : adding a relocation entry for 0x6940.
  8717. grub-install : information : adding a relocation entry for 0x694c.
  8718. grub-install : information : adding a relocation entry for 0x6975.
  8719. grub-install : information : adding a relocation entry for 0x698b.
  8720. grub-install : information : adding a relocation entry for 0x699a.
  8721. grub-install : information : adding a relocation entry for 0x69b1.
  8722. grub-install : information : adding a relocation entry for 0x69d0.
  8723. grub-install : information : adding a relocation entry for 0x6a06.
  8724. grub-install : information : adding a relocation entry for 0x6a12.
  8725. grub-install : information : adding a relocation entry for 0x6a51.
  8726. grub-install : information : adding a relocation entry for 0x6aae.
  8727. grub-install : information : adding a relocation entry for 0x6abd.
  8728. grub-install : information : adding a relocation entry for 0x6acd.
  8729. grub-install : information : adding a relocation entry for 0x6add.
  8730. grub-install : information : adding a relocation entry for 0x6af0.
  8731. grub-install : information : adding a relocation entry for 0x6aff.
  8732. grub-install : information : adding a relocation entry for 0x6b25.
  8733. grub-install : information : adding a relocation entry for 0x6b3d.
  8734. grub-install : information : adding a relocation entry for 0x6b60.
  8735. grub-install : information : adding a relocation entry for 0x6b8a.
  8736. grub-install : information : adding a relocation entry for 0x6b9d.
  8737. grub-install : information : adding a relocation entry for 0x6bce.
  8738. grub-install : information : adding a relocation entry for 0x6be0.
  8739. grub-install : information : adding a relocation entry for 0x6bf2.
  8740. grub-install : information : adding a relocation entry for 0x6c29.
  8741. grub-install : information : adding a relocation entry for 0x6c3a.
  8742. grub-install : information : adding a relocation entry for 0x6c44.
  8743. grub-install : information : adding a relocation entry for 0x6c4e.
  8744. grub-install : information : adding a relocation entry for 0x6c62.
  8745. grub-install : information : adding a relocation entry for 0x6c79.
  8746. grub-install : information : adding a relocation entry for 0x6c83.
  8747. grub-install : information : adding a relocation entry for 0x6c8d.
  8748. grub-install : information : adding a relocation entry for 0x6cb0.
  8749. grub-install : information : adding a relocation entry for 0x6cba.
  8750. grub-install : information : adding a relocation entry for 0x6ce7.
  8751. grub-install : information : adding a relocation entry for 0x6dde.
  8752. grub-install : information : adding a relocation entry for 0x6e41.
  8753. grub-install : information : adding a relocation entry for 0x6e8e.
  8754. grub-install : information : adding a relocation entry for 0x6ea4.
  8755. grub-install : information : adding a relocation entry for 0x6ebc.
  8756. grub-install : information : adding a relocation entry for 0x6ecd.
  8757. grub-install : information : adding a relocation entry for 0x6efb.
  8758. grub-install : information : adding a relocation entry for 0x6f2e.
  8759. grub-install : information : adding a relocation entry for 0x6f5a.
  8760. grub-install : information : adding a relocation entry for 0x6f6b.
  8761. grub-install : information : adding a relocation entry for 0x6f95.
  8762. grub-install : information : adding a relocation entry for 0x6fa3.
  8763. grub-install : information : adding a relocation entry for 0x6fcd.
  8764. grub-install : information : adding a relocation entry for 0x6fda.
  8765. grub-install : information : adding a relocation entry for 0x6ff3.
  8766. grub-install : information : adding a relocation entry for 0x6ffd.
  8767. grub-install : information : adding a relocation entry for 0x700c.
  8768. grub-install : information : adding a padding fixup entry.
  8769. grub-install : information : writing 304 bytes of a fixup block starting at 0x6000.
  8770. grub-install : information : adding a relocation entry for 0x701b.
  8771. grub-install : information : adding a relocation entry for 0x7025.
  8772. grub-install : information : adding a relocation entry for 0x7035.
  8773. grub-install : information : adding a relocation entry for 0x7048.
  8774. grub-install : information : adding a relocation entry for 0x705a.
  8775. grub-install : information : adding a relocation entry for 0x7064.
  8776. grub-install : information : adding a relocation entry for 0x7073.
  8777. grub-install : information : adding a relocation entry for 0x7080.
  8778. grub-install : information : adding a relocation entry for 0x708b.
  8779. grub-install : information : adding a relocation entry for 0x70a1.
  8780. grub-install : information : adding a relocation entry for 0x70b9.
  8781. grub-install : information : adding a relocation entry for 0x70cd.
  8782. grub-install : information : adding a relocation entry for 0x70e6.
  8783. grub-install : information : adding a relocation entry for 0x70f6.
  8784. grub-install : information : adding a relocation entry for 0x7105.
  8785. grub-install : information : adding a relocation entry for 0x710f.
  8786. grub-install : information : adding a relocation entry for 0x711e.
  8787. grub-install : information : adding a relocation entry for 0x712b.
  8788. grub-install : information : adding a relocation entry for 0x7136.
  8789. grub-install : information : adding a relocation entry for 0x7149.
  8790. grub-install : information : adding a relocation entry for 0x7154.
  8791. grub-install : information : adding a relocation entry for 0x7160.
  8792. grub-install : information : adding a relocation entry for 0x7174.
  8793. grub-install : information : adding a relocation entry for 0x717f.
  8794. grub-install : information : adding a relocation entry for 0x719d.
  8795. grub-install : information : adding a relocation entry for 0x71ae.
  8796. grub-install : information : adding a relocation entry for 0x71ca.
  8797. grub-install : information : adding a relocation entry for 0x7250.
  8798. grub-install : information : adding a relocation entry for 0x7270.
  8799. grub-install : information : adding a relocation entry for 0x7280.
  8800. grub-install : information : adding a relocation entry for 0x728d.
  8801. grub-install : information : adding a relocation entry for 0x72ad.
  8802. grub-install : information : adding a relocation entry for 0x72c1.
  8803. grub-install : information : adding a relocation entry for 0x72e8.
  8804. grub-install : information : adding a relocation entry for 0x7339.
  8805. grub-install : information : adding a relocation entry for 0x7348.
  8806. grub-install : information : adding a relocation entry for 0x7354.
  8807. grub-install : information : adding a relocation entry for 0x736c.
  8808. grub-install : information : adding a relocation entry for 0x737f.
  8809. grub-install : information : adding a relocation entry for 0x7391.
  8810. grub-install : information : adding a relocation entry for 0x739d.
  8811. grub-install : information : adding a relocation entry for 0x73ac.
  8812. grub-install : information : adding a relocation entry for 0x73ea.
  8813. grub-install : information : adding a relocation entry for 0x73f9.
  8814. grub-install : information : adding a relocation entry for 0x7423.
  8815. grub-install : information : adding a relocation entry for 0x742d.
  8816. grub-install : information : adding a relocation entry for 0x7437.
  8817. grub-install : information : adding a relocation entry for 0x7443.
  8818. grub-install : information : adding a relocation entry for 0x7452.
  8819. grub-install : information : adding a relocation entry for 0x74ad.
  8820. grub-install : information : adding a relocation entry for 0x74b7.
  8821. grub-install : information : adding a relocation entry for 0x74c1.
  8822. grub-install : information : adding a relocation entry for 0x74d5.
  8823. grub-install : information : adding a relocation entry for 0x74ef.
  8824. grub-install : information : adding a relocation entry for 0x74f9.
  8825. grub-install : information : adding a relocation entry for 0x7503.
  8826. grub-install : information : adding a relocation entry for 0x7523.
  8827. grub-install : information : adding a relocation entry for 0x752d.
  8828. grub-install : information : adding a relocation entry for 0x7539.
  8829. grub-install : information : adding a relocation entry for 0x7543.
  8830. grub-install : information : adding a relocation entry for 0x7552.
  8831. grub-install : information : adding a relocation entry for 0x7576.
  8832. grub-install : information : adding a relocation entry for 0x7596.
  8833. grub-install : information : adding a relocation entry for 0x75be.
  8834. grub-install : information : adding a relocation entry for 0x761c.
  8835. grub-install : information : adding a relocation entry for 0x7637.
  8836. grub-install : information : adding a relocation entry for 0x7676.
  8837. grub-install : information : adding a relocation entry for 0x7680.
  8838. grub-install : information : adding a relocation entry for 0x76a1.
  8839. grub-install : information : adding a relocation entry for 0x76b0.
  8840. grub-install : information : adding a relocation entry for 0x76bf.
  8841. grub-install : information : adding a relocation entry for 0x76d0.
  8842. grub-install : information : adding a relocation entry for 0x76dc.
  8843. grub-install : information : adding a relocation entry for 0x76e6.
  8844. grub-install : information : adding a relocation entry for 0x76fa.
  8845. grub-install : information : adding a relocation entry for 0x7713.
  8846. grub-install : information : adding a relocation entry for 0x7723.
  8847. grub-install : information : adding a relocation entry for 0x7733.
  8848. grub-install : information : adding a relocation entry for 0x7742.
  8849. grub-install : information : adding a relocation entry for 0x774e.
  8850. grub-install : information : adding a relocation entry for 0x775a.
  8851. grub-install : information : adding a relocation entry for 0x7771.
  8852. grub-install : information : adding a relocation entry for 0x777d.
  8853. grub-install : information : adding a relocation entry for 0x778f.
  8854. grub-install : information : adding a relocation entry for 0x779b.
  8855. grub-install : information : adding a relocation entry for 0x77a5.
  8856. grub-install : information : adding a relocation entry for 0x77b3.
  8857. grub-install : information : adding a relocation entry for 0x77bd.
  8858. grub-install : information : adding a relocation entry for 0x77cd.
  8859. grub-install : information : adding a relocation entry for 0x77da.
  8860. grub-install : information : adding a relocation entry for 0x77f5.
  8861. grub-install : information : adding a relocation entry for 0x781f.
  8862. grub-install : information : adding a relocation entry for 0x7835.
  8863. grub-install : information : adding a relocation entry for 0x7847.
  8864. grub-install : information : adding a relocation entry for 0x7856.
  8865. grub-install : information : adding a relocation entry for 0x7868.
  8866. grub-install : information : adding a relocation entry for 0x7878.
  8867. grub-install : information : adding a relocation entry for 0x7899.
  8868. grub-install : information : adding a relocation entry for 0x78a5.
  8869. grub-install : information : adding a relocation entry for 0x78c9.
  8870. grub-install : information : adding a relocation entry for 0x7919.
  8871. grub-install : information : adding a relocation entry for 0x7927.
  8872. grub-install : information : adding a relocation entry for 0x7a10.
  8873. grub-install : information : adding a relocation entry for 0x7a64.
  8874. grub-install : information : adding a relocation entry for 0x7a72.
  8875. grub-install : information : adding a relocation entry for 0x7b81.
  8876. grub-install : information : adding a relocation entry for 0x7b91.
  8877. grub-install : information : adding a relocation entry for 0x7bb1.
  8878. grub-install : information : adding a relocation entry for 0x7bc9.
  8879. grub-install : information : adding a relocation entry for 0x7bdf.
  8880. grub-install : information : adding a relocation entry for 0x7c00.
  8881. grub-install : information : adding a relocation entry for 0x7c83.
  8882. grub-install : information : adding a relocation entry for 0x7d1b.
  8883. grub-install : information : adding a relocation entry for 0x7d2c.
  8884. grub-install : information : adding a relocation entry for 0x7d47.
  8885. grub-install : information : adding a relocation entry for 0x7d58.
  8886. grub-install : information : adding a relocation entry for 0x7d69.
  8887. grub-install : information : adding a relocation entry for 0x7eac.
  8888. grub-install : information : adding a relocation entry for 0x7ec5.
  8889. grub-install : information : adding a relocation entry for 0x7efb.
  8890. grub-install : information : adding a relocation entry for 0x7f0d.
  8891. grub-install : information : adding a relocation entry for 0x804b.
  8892. grub-install : information : adding a padding fixup entry.
  8893. grub-install : information : adding a padding fixup entry.
  8894. grub-install : information : writing 256 bytes of a fixup block starting at 0x7000.
  8895. grub-install : information : adding a relocation entry for 0x80f6.
  8896. grub-install : information : adding a relocation entry for 0x81a4.
  8897. grub-install : information : adding a relocation entry for 0x81f2.
  8898. grub-install : information : adding a relocation entry for 0x82b5.
  8899. grub-install : information : adding a relocation entry for 0x834d.
  8900. grub-install : information : adding a relocation entry for 0x8376.
  8901. grub-install : information : adding a relocation entry for 0x8585.
  8902. grub-install : information : adding a relocation entry for 0x858f.
  8903. grub-install : information : adding a relocation entry for 0x8599.
  8904. grub-install : information : adding a relocation entry for 0x85bd.
  8905. grub-install : information : adding a relocation entry for 0x85da.
  8906. grub-install : information : adding a relocation entry for 0x85ee.
  8907. grub-install : information : adding a relocation entry for 0x8601.
  8908. grub-install : information : adding a relocation entry for 0x860e.
  8909. grub-install : information : adding a relocation entry for 0x861b.
  8910. grub-install : information : adding a relocation entry for 0x8628.
  8911. grub-install : information : adding a relocation entry for 0x864c.
  8912. grub-install : information : adding a relocation entry for 0x865b.
  8913. grub-install : information : adding a relocation entry for 0x866f.
  8914. grub-install : information : adding a relocation entry for 0x86cb.
  8915. grub-install : information : adding a relocation entry for 0x8715.
  8916. grub-install : information : adding a relocation entry for 0x8729.
  8917. grub-install : information : adding a relocation entry for 0x8750.
  8918. grub-install : information : adding a relocation entry for 0x875a.
  8919. grub-install : information : adding a relocation entry for 0x8780.
  8920. grub-install : information : adding a relocation entry for 0x878d.
  8921. grub-install : information : adding a relocation entry for 0x87af.
  8922. grub-install : information : adding a relocation entry for 0x87b9.
  8923. grub-install : information : adding a relocation entry for 0x87ee.
  8924. grub-install : information : adding a relocation entry for 0x87fa.
  8925. grub-install : information : adding a relocation entry for 0x8829.
  8926. grub-install : information : adding a relocation entry for 0x884b.
  8927. grub-install : information : adding a relocation entry for 0x885c.
  8928. grub-install : information : adding a relocation entry for 0x8883.
  8929. grub-install : information : adding a relocation entry for 0x88c6.
  8930. grub-install : information : adding a relocation entry for 0x88db.
  8931. grub-install : information : adding a relocation entry for 0x88f4.
  8932. grub-install : information : adding a relocation entry for 0x8919.
  8933. grub-install : information : adding a relocation entry for 0x8938.
  8934. grub-install : information : adding a relocation entry for 0x894c.
  8935. grub-install : information : adding a relocation entry for 0x8963.
  8936. grub-install : information : adding a relocation entry for 0x89c2.
  8937. grub-install : information : adding a relocation entry for 0x89d4.
  8938. grub-install : information : adding a relocation entry for 0x8a17.
  8939. grub-install : information : adding a relocation entry for 0x8a2b.
  8940. grub-install : information : adding a relocation entry for 0x8a39.
  8941. grub-install : information : adding a relocation entry for 0x8a45.
  8942. grub-install : information : adding a relocation entry for 0x8a55.
  8943. grub-install : information : adding a relocation entry for 0x8a63.
  8944. grub-install : information : adding a relocation entry for 0x8a6f.
  8945. grub-install : information : adding a relocation entry for 0x8ab7.
  8946. grub-install : information : adding a relocation entry for 0x8ad4.
  8947. grub-install : information : adding a relocation entry for 0x8ae9.
  8948. grub-install : information : adding a relocation entry for 0x8b1f.
  8949. grub-install : information : adding a relocation entry for 0x8b75.
  8950. grub-install : information : adding a relocation entry for 0x8bb2.
  8951. grub-install : information : adding a relocation entry for 0x8c55.
  8952. grub-install : information : adding a relocation entry for 0x8cad.
  8953. grub-install : information : adding a relocation entry for 0x8cc8.
  8954. grub-install : information : adding a relocation entry for 0x8ce7.
  8955. grub-install : information : adding a relocation entry for 0x8d25.
  8956. grub-install : information : adding a relocation entry for 0x8da4.
  8957. grub-install : information : adding a relocation entry for 0x8dd3.
  8958. grub-install : information : adding a relocation entry for 0x8df5.
  8959. grub-install : information : adding a relocation entry for 0x8e1d.
  8960. grub-install : information : adding a relocation entry for 0x8e28.
  8961. grub-install : information : adding a relocation entry for 0x8e7b.
  8962. grub-install : information : adding a relocation entry for 0x8e85.
  8963. grub-install : information : adding a relocation entry for 0x8eb8.
  8964. grub-install : information : adding a relocation entry for 0x8ec9.
  8965. grub-install : information : adding a relocation entry for 0x8ed6.
  8966. grub-install : information : adding a relocation entry for 0x8f29.
  8967. grub-install : information : adding a relocation entry for 0x8f3b.
  8968. grub-install : information : adding a relocation entry for 0x8f70.
  8969. grub-install : information : adding a relocation entry for 0x8fc2.
  8970. grub-install : information : adding a relocation entry for 0x8fd2.
  8971. grub-install : information : adding a relocation entry for 0x8ff0.
  8972. grub-install : information : adding a relocation entry for 0x9011.
  8973. grub-install : information : adding a padding fixup entry.
  8974. grub-install : information : adding a padding fixup entry.
  8975. grub-install : information : writing 168 bytes of a fixup block starting at 0x8000.
  8976. grub-install : information : adding a relocation entry for 0x904e.
  8977. grub-install : information : adding a relocation entry for 0x907e.
  8978. grub-install : information : adding a relocation entry for 0x90ae.
  8979. grub-install : information : adding a relocation entry for 0x90c2.
  8980. grub-install : information : adding a relocation entry for 0x90fc.
  8981. grub-install : information : adding a relocation entry for 0x9106.
  8982. grub-install : information : adding a relocation entry for 0x911f.
  8983. grub-install : information : adding a relocation entry for 0x912e.
  8984. grub-install : information : adding a relocation entry for 0x9152.
  8985. grub-install : information : adding a relocation entry for 0x9180.
  8986. grub-install : information : adding a relocation entry for 0x918a.
  8987. grub-install : information : adding a relocation entry for 0x919e.
  8988. grub-install : information : adding a relocation entry for 0x924e.
  8989. grub-install : information : adding a relocation entry for 0x926a.
  8990. grub-install : information : adding a relocation entry for 0x927e.
  8991. grub-install : information : adding a relocation entry for 0x9288.
  8992. grub-install : information : adding a relocation entry for 0x929a.
  8993. grub-install : information : adding a relocation entry for 0x92ac.
  8994. grub-install : information : adding a relocation entry for 0x92d0.
  8995. grub-install : information : adding a relocation entry for 0x92e7.
  8996. grub-install : information : adding a relocation entry for 0x930c.
  8997. grub-install : information : adding a relocation entry for 0x9349.
  8998. grub-install : information : adding a relocation entry for 0x93a3.
  8999. grub-install : information : adding a relocation entry for 0x93bc.
  9000. grub-install : information : adding a relocation entry for 0x93d2.
  9001. grub-install : information : adding a relocation entry for 0x93f9.
  9002. grub-install : information : adding a relocation entry for 0x943c.
  9003. grub-install : information : adding a relocation entry for 0x946e.
  9004. grub-install : information : adding a relocation entry for 0x9493.
  9005. grub-install : information : adding a relocation entry for 0x94a3.
  9006. grub-install : information : adding a relocation entry for 0x94cf.
  9007. grub-install : information : adding a relocation entry for 0x94db.
  9008. grub-install : information : adding a relocation entry for 0x94e7.
  9009. grub-install : information : adding a relocation entry for 0x94f1.
  9010. grub-install : information : adding a relocation entry for 0x9505.
  9011. grub-install : information : adding a relocation entry for 0x9511.
  9012. grub-install : information : adding a relocation entry for 0x9522.
  9013. grub-install : information : adding a relocation entry for 0x9537.
  9014. grub-install : information : adding a relocation entry for 0x954c.
  9015. grub-install : information : adding a relocation entry for 0x955b.
  9016. grub-install : information : adding a relocation entry for 0x9565.
  9017. grub-install : information : adding a relocation entry for 0x9586.
  9018. grub-install : information : adding a relocation entry for 0x9590.
  9019. grub-install : information : adding a relocation entry for 0x959c.
  9020. grub-install : information : adding a relocation entry for 0x95a6.
  9021. grub-install : information : adding a relocation entry for 0x95d8.
  9022. grub-install : information : adding a relocation entry for 0x95f6.
  9023. grub-install : information : adding a relocation entry for 0x9612.
  9024. grub-install : information : adding a relocation entry for 0x963c.
  9025. grub-install : information : adding a relocation entry for 0x9650.
  9026. grub-install : information : adding a relocation entry for 0x965a.
  9027. grub-install : information : adding a relocation entry for 0x9669.
  9028. grub-install : information : adding a relocation entry for 0x9673.
  9029. grub-install : information : adding a relocation entry for 0x9691.
  9030. grub-install : information : adding a relocation entry for 0x969d.
  9031. grub-install : information : adding a relocation entry for 0x96ad.
  9032. grub-install : information : adding a relocation entry for 0x96b7.
  9033. grub-install : information : adding a relocation entry for 0x96c3.
  9034. grub-install : information : adding a relocation entry for 0x96f2.
  9035. grub-install : information : adding a relocation entry for 0x9703.
  9036. grub-install : information : adding a relocation entry for 0x974f.
  9037. grub-install : information : adding a relocation entry for 0x978a.
  9038. grub-install : information : adding a relocation entry for 0x97a3.
  9039. grub-install : information : adding a relocation entry for 0x97ca.
  9040. grub-install : information : adding a relocation entry for 0x97f7.
  9041. grub-install : information : adding a relocation entry for 0x980b.
  9042. grub-install : information : adding a relocation entry for 0x981c.
  9043. grub-install : information : adding a relocation entry for 0x9842.
  9044. grub-install : information : adding a relocation entry for 0x986a.
  9045. grub-install : information : adding a relocation entry for 0x9874.
  9046. grub-install : information : adding a relocation entry for 0x988a.
  9047. grub-install : information : adding a relocation entry for 0x9895.
  9048. grub-install : information : translating the relocation section .rela.rodata.
  9049. grub-install : information : adding a relocation entry for 0x9a00.
  9050. grub-install : information : adding a relocation entry for 0x9a08.
  9051. grub-install : information : adding a relocation entry for 0x9a10.
  9052. grub-install : information : adding a relocation entry for 0x9a18.
  9053. grub-install : information : adding a relocation entry for 0x9a20.
  9054. grub-install : information : adding a relocation entry for 0x9a28.
  9055. grub-install : information : adding a relocation entry for 0x9a30.
  9056. grub-install : information : adding a relocation entry for 0x9a38.
  9057. grub-install : information : adding a relocation entry for 0x9a40.
  9058. grub-install : information : adding a relocation entry for 0x9a48.
  9059. grub-install : information : adding a relocation entry for 0x9a50.
  9060. grub-install : information : adding a relocation entry for 0x9a58.
  9061. grub-install : information : adding a relocation entry for 0x9a60.
  9062. grub-install : information : adding a relocation entry for 0x9a68.
  9063. grub-install : information : adding a relocation entry for 0x9a70.
  9064. grub-install : information : adding a relocation entry for 0x9a78.
  9065. grub-install : information : adding a relocation entry for 0x9a80.
  9066. grub-install : information : adding a relocation entry for 0x9a88.
  9067. grub-install : information : adding a relocation entry for 0x9a90.
  9068. grub-install : information : adding a relocation entry for 0x9a98.
  9069. grub-install : information : adding a relocation entry for 0x9aa0.
  9070. grub-install : information : adding a relocation entry for 0x9aa8.
  9071. grub-install : information : adding a relocation entry for 0x9ab0.
  9072. grub-install : information : adding a relocation entry for 0x9ab8.
  9073. grub-install : information : adding a relocation entry for 0x9ac0.
  9074. grub-install : information : adding a relocation entry for 0x9ac8.
  9075. grub-install : information : adding a relocation entry for 0x9ad0.
  9076. grub-install : information : adding a relocation entry for 0x9ad8.
  9077. grub-install : information : adding a relocation entry for 0x9b40.
  9078. grub-install : information : adding a relocation entry for 0x9b48.
  9079. grub-install : information : adding a relocation entry for 0x9b50.
  9080. grub-install : information : adding a relocation entry for 0x9b58.
  9081. grub-install : information : adding a relocation entry for 0x9b60.
  9082. grub-install : information : adding a relocation entry for 0x9b68.
  9083. grub-install : information : adding a relocation entry for 0x9b70.
  9084. grub-install : information : adding a relocation entry for 0x9b78.
  9085. grub-install : information : adding a relocation entry for 0x9b80.
  9086. grub-install : information : adding a relocation entry for 0x9b88.
  9087. grub-install : information : adding a relocation entry for 0x9b90.
  9088. grub-install : information : translating the relocation section .rela.data.
  9089. grub-install : information : adding a relocation entry for 0xb520.
  9090. grub-install : information : writing 232 bytes of a fixup block starting at 0x9000.
  9091. grub-install : information : adding a relocation entry for 0xb530.
  9092. grub-install : information : adding a relocation entry for 0xb538.
  9093. grub-install : information : adding a relocation entry for 0xb540.
  9094. grub-install : information : adding a relocation entry for 0xb548.
  9095. grub-install : information : adding a relocation entry for 0xb550.
  9096. grub-install : information : adding a relocation entry for 0xb5b0.
  9097. grub-install : information : adding a relocation entry for 0xb5b8.
  9098. grub-install : information : adding a relocation entry for 0xb5c0.
  9099. grub-install : information : adding a relocation entry for 0xb5c8.
  9100. grub-install : information : adding a relocation entry for 0xb5d8.
  9101. grub-install : information : adding a relocation entry for 0xb5e0.
  9102. grub-install : information : adding a relocation entry for 0xb5e8.
  9103. grub-install : information : adding a relocation entry for 0xb5f0.
  9104. grub-install : information : adding a relocation entry for 0xb5f8.
  9105. grub-install : information : adding a relocation entry for 0xb600.
  9106. grub-install : information : adding a relocation entry for 0xb650.
  9107. grub-install : information : adding a relocation entry for 0xb668.
  9108. grub-install : information : adding a relocation entry for 0xb680.
  9109. grub-install : information : adding a relocation entry for 0xb6b0.
  9110. grub-install : information : adding a relocation entry for 0xb6c0.
  9111. grub-install : information : adding a relocation entry for 0xb6c8.
  9112. grub-install : information : adding a relocation entry for 0xb6f0.
  9113. grub-install : information : adding a relocation entry for 0xb840.
  9114. grub-install : information : adding a relocation entry for 0xb860.
  9115. grub-install : information : adding a relocation entry for 0xb868.
  9116. grub-install : information : adding a relocation entry for 0xb878.
  9117. grub-install : information : adding a relocation entry for 0xb880.
  9118. grub-install : information : adding a relocation entry for 0xb890.
  9119. grub-install : information : adding a relocation entry for 0xb898.
  9120. grub-install : information : adding a relocation entry for 0xb8a8.
  9121. grub-install : information : adding a relocation entry for 0xb8b0.
  9122. grub-install : information : adding a relocation entry for 0xb8c0.
  9123. grub-install : information : adding a relocation entry for 0xb8c8.
  9124. grub-install : information : adding a relocation entry for 0xb8d8.
  9125. grub-install : information : adding a relocation entry for 0xb8e0.
  9126. grub-install : information : adding a relocation entry for 0xb8f0.
  9127. grub-install : information : adding a relocation entry for 0xb8f8.
  9128. grub-install : information : adding a relocation entry for 0xb908.
  9129. grub-install : information : adding a relocation entry for 0xb910.
  9130. grub-install : information : adding a relocation entry for 0xb920.
  9131. grub-install : information : adding a relocation entry for 0xb928.
  9132. grub-install : information : adding a relocation entry for 0xb938.
  9133. grub-install : information : adding a relocation entry for 0xb940.
  9134. grub-install : information : adding a relocation entry for 0xb950.
  9135. grub-install : information : adding a relocation entry for 0xb958.
  9136. grub-install : information : adding a relocation entry for 0xb968.
  9137. grub-install : information : adding a relocation entry for 0xb970.
  9138. grub-install : information : adding a relocation entry for 0xb980.
  9139. grub-install : information : adding a relocation entry for 0xb988.
  9140. grub-install : information : adding a relocation entry for 0xb998.
  9141. grub-install : information : adding a relocation entry for 0xb9a0.
  9142. grub-install : information : adding a relocation entry for 0xb9b0.
  9143. grub-install : information : adding a relocation entry for 0xb9b8.
  9144. grub-install : information : adding a relocation entry for 0xb9c8.
  9145. grub-install : information : adding a relocation entry for 0xb9d0.
  9146. grub-install : information : adding a relocation entry for 0xb9e0.
  9147. grub-install : information : adding a relocation entry for 0xb9e8.
  9148. grub-install : information : adding a relocation entry for 0xb9f8.
  9149. grub-install : information : adding a relocation entry for 0xba00.
  9150. grub-install : information : adding a relocation entry for 0xba10.
  9151. grub-install : information : adding a relocation entry for 0xba18.
  9152. grub-install : information : adding a relocation entry for 0xba28.
  9153. grub-install : information : adding a relocation entry for 0xba30.
  9154. grub-install : information : adding a relocation entry for 0xba40.
  9155. grub-install : information : adding a relocation entry for 0xba48.
  9156. grub-install : information : adding a relocation entry for 0xba58.
  9157. grub-install : information : adding a relocation entry for 0xba60.
  9158. grub-install : information : adding a relocation entry for 0xba70.
  9159. grub-install : information : adding a relocation entry for 0xba78.
  9160. grub-install : information : adding a relocation entry for 0xba88.
  9161. grub-install : information : adding a relocation entry for 0xba90.
  9162. grub-install : information : adding a relocation entry for 0xbaa0.
  9163. grub-install : information : adding a relocation entry for 0xbaa8.
  9164. grub-install : information : adding a relocation entry for 0xbab8.
  9165. grub-install : information : adding a relocation entry for 0xbac0.
  9166. grub-install : information : adding a relocation entry for 0xbad0.
  9167. grub-install : information : adding a relocation entry for 0xbad8.
  9168. grub-install : information : adding a relocation entry for 0xbae8.
  9169. grub-install : information : adding a relocation entry for 0xbaf0.
  9170. grub-install : information : adding a relocation entry for 0xbb00.
  9171. grub-install : information : adding a relocation entry for 0xbb08.
  9172. grub-install : information : adding a relocation entry for 0xbb18.
  9173. grub-install : information : adding a relocation entry for 0xbb20.
  9174. grub-install : information : adding a relocation entry for 0xbb30.
  9175. grub-install : information : adding a relocation entry for 0xbb38.
  9176. grub-install : information : adding a relocation entry for 0xbb48.
  9177. grub-install : information : adding a relocation entry for 0xbb50.
  9178. grub-install : information : adding a relocation entry for 0xbb60.
  9179. grub-install : information : adding a relocation entry for 0xbb68.
  9180. grub-install : information : adding a relocation entry for 0xbb78.
  9181. grub-install : information : adding a relocation entry for 0xbb80.
  9182. grub-install : information : adding a relocation entry for 0xbb90.
  9183. grub-install : information : adding a relocation entry for 0xbb98.
  9184. grub-install : information : adding a relocation entry for 0xbba8.
  9185. grub-install : information : adding a relocation entry for 0xbbb0.
  9186. grub-install : information : adding a relocation entry for 0xbbc0.
  9187. grub-install : information : adding a relocation entry for 0xbbc8.
  9188. grub-install : information : adding a relocation entry for 0xbbd8.
  9189. grub-install : information : adding a relocation entry for 0xbbe0.
  9190. grub-install : information : adding a relocation entry for 0xbbf0.
  9191. grub-install : information : adding a relocation entry for 0xbbf8.
  9192. grub-install : information : adding a relocation entry for 0xbc08.
  9193. grub-install : information : adding a relocation entry for 0xbc10.
  9194. grub-install : information : adding a relocation entry for 0xbc20.
  9195. grub-install : information : adding a relocation entry for 0xbc28.
  9196. grub-install : information : adding a relocation entry for 0xbc38.
  9197. grub-install : information : adding a relocation entry for 0xbc40.
  9198. grub-install : information : adding a relocation entry for 0xbc50.
  9199. grub-install : information : adding a relocation entry for 0xbc58.
  9200. grub-install : information : adding a relocation entry for 0xbc68.
  9201. grub-install : information : adding a relocation entry for 0xbc70.
  9202. grub-install : information : adding a relocation entry for 0xbc80.
  9203. grub-install : information : adding a relocation entry for 0xbc88.
  9204. grub-install : information : adding a relocation entry for 0xbc98.
  9205. grub-install : information : adding a relocation entry for 0xbca0.
  9206. grub-install : information : adding a relocation entry for 0xbcb0.
  9207. grub-install : information : adding a relocation entry for 0xbcb8.
  9208. grub-install : information : adding a relocation entry for 0xbcc8.
  9209. grub-install : information : adding a relocation entry for 0xbcd0.
  9210. grub-install : information : adding a relocation entry for 0xbce0.
  9211. grub-install : information : adding a relocation entry for 0xbce8.
  9212. grub-install : information : adding a relocation entry for 0xbcf8.
  9213. grub-install : information : adding a relocation entry for 0xbd00.
  9214. grub-install : information : adding a relocation entry for 0xbd10.
  9215. grub-install : information : adding a relocation entry for 0xbd18.
  9216. grub-install : information : adding a relocation entry for 0xbd28.
  9217. grub-install : information : adding a relocation entry for 0xbd30.
  9218. grub-install : information : adding a relocation entry for 0xbd40.
  9219. grub-install : information : adding a relocation entry for 0xbd48.
  9220. grub-install : information : adding a relocation entry for 0xbd58.
  9221. grub-install : information : adding a relocation entry for 0xbd60.
  9222. grub-install : information : adding a relocation entry for 0xbd70.
  9223. grub-install : information : adding a relocation entry for 0xbd78.
  9224. grub-install : information : adding a relocation entry for 0xbd88.
  9225. grub-install : information : adding a relocation entry for 0xbd90.
  9226. grub-install : information : adding a relocation entry for 0xbda0.
  9227. grub-install : information : adding a relocation entry for 0xbda8.
  9228. grub-install : information : adding a relocation entry for 0xbdb8.
  9229. grub-install : information : adding a relocation entry for 0xbdc0.
  9230. grub-install : information : adding a relocation entry for 0xbdd0.
  9231. grub-install : information : adding a relocation entry for 0xbdd8.
  9232. grub-install : information : adding a relocation entry for 0xbde8.
  9233. grub-install : information : adding a relocation entry for 0xbdf0.
  9234. grub-install : information : adding a relocation entry for 0xbe00.
  9235. grub-install : information : adding a relocation entry for 0xbe08.
  9236. grub-install : information : adding a relocation entry for 0xbe18.
  9237. grub-install : information : adding a relocation entry for 0xbe20.
  9238. grub-install : information : adding a relocation entry for 0xbe30.
  9239. grub-install : information : adding a relocation entry for 0xbe38.
  9240. grub-install : information : adding a relocation entry for 0xbe48.
  9241. grub-install : information : adding a relocation entry for 0xbe50.
  9242. grub-install : information : adding a relocation entry for 0xbe60.
  9243. grub-install : information : adding a relocation entry for 0xbe68.
  9244. grub-install : information : adding a relocation entry for 0xbe78.
  9245. grub-install : information : adding a relocation entry for 0xbe80.
  9246. grub-install : information : adding a relocation entry for 0xbe90.
  9247. grub-install : information : adding a relocation entry for 0xbe98.
  9248. grub-install : information : adding a relocation entry for 0xbea8.
  9249. grub-install : information : adding a relocation entry for 0xbeb0.
  9250. grub-install : information : adding a relocation entry for 0xbec0.
  9251. grub-install : information : adding a relocation entry for 0xbec8.
  9252. grub-install : information : adding a relocation entry for 0xbed8.
  9253. grub-install : information : adding a relocation entry for 0xbee0.
  9254. grub-install : information : adding a relocation entry for 0xbef0.
  9255. grub-install : information : adding a relocation entry for 0xbef8.
  9256. grub-install : information : adding a relocation entry for 0xbf08.
  9257. grub-install : information : adding a relocation entry for 0xbf10.
  9258. grub-install : information : adding a relocation entry for 0xbf20.
  9259. grub-install : information : adding a relocation entry for 0xbf28.
  9260. grub-install : information : adding a relocation entry for 0xbf38.
  9261. grub-install : information : adding a relocation entry for 0xbf40.
  9262. grub-install : information : adding a relocation entry for 0xbf50.
  9263. grub-install : information : adding a relocation entry for 0xbf58.
  9264. grub-install : information : adding a relocation entry for 0xbf68.
  9265. grub-install : information : adding a relocation entry for 0xbf70.
  9266. grub-install : information : adding a relocation entry for 0xbf80.
  9267. grub-install : information : adding a relocation entry for 0xbf88.
  9268. grub-install : information : adding a relocation entry for 0xbf98.
  9269. grub-install : information : adding a relocation entry for 0xbfa0.
  9270. grub-install : information : adding a relocation entry for 0xbfb0.
  9271. grub-install : information : adding a relocation entry for 0xbfb8.
  9272. grub-install : information : adding a relocation entry for 0xbfc8.
  9273. grub-install : information : adding a relocation entry for 0xbfd0.
  9274. grub-install : information : adding a relocation entry for 0xbfe0.
  9275. grub-install : information : adding a relocation entry for 0xbfe8.
  9276. grub-install : information : adding a relocation entry for 0xbff8.
  9277. grub-install : information : adding a relocation entry for 0xc000.
  9278. grub-install : information : adding a padding fixup entry.
  9279. grub-install : information : writing 384 bytes of a fixup block starting at 0xb000.
  9280. grub-install : information : adding a relocation entry for 0xc010.
  9281. grub-install : information : adding a relocation entry for 0xc018.
  9282. grub-install : information : adding a relocation entry for 0xc028.
  9283. grub-install : information : adding a relocation entry for 0xc030.
  9284. grub-install : information : adding a relocation entry for 0xc040.
  9285. grub-install : information : adding a relocation entry for 0xc048.
  9286. grub-install : information : adding a relocation entry for 0xc058.
  9287. grub-install : information : adding a relocation entry for 0xc060.
  9288. grub-install : information : adding a relocation entry for 0xc070.
  9289. grub-install : information : adding a relocation entry for 0xc078.
  9290. grub-install : information : adding a relocation entry for 0xc088.
  9291. grub-install : information : adding a relocation entry for 0xc090.
  9292. grub-install : information : adding a relocation entry for 0xc0a0.
  9293. grub-install : information : adding a relocation entry for 0xc0a8.
  9294. grub-install : information : adding a relocation entry for 0xc0b8.
  9295. grub-install : information : adding a relocation entry for 0xc0c0.
  9296. grub-install : information : adding a relocation entry for 0xc0d0.
  9297. grub-install : information : adding a relocation entry for 0xc0d8.
  9298. grub-install : information : adding a relocation entry for 0xc0e8.
  9299. grub-install : information : adding a relocation entry for 0xc0f0.
  9300. grub-install : information : adding a relocation entry for 0xc100.
  9301. grub-install : information : adding a relocation entry for 0xc108.
  9302. grub-install : information : adding a relocation entry for 0xc118.
  9303. grub-install : information : adding a relocation entry for 0xc120.
  9304. grub-install : information : adding a relocation entry for 0xc130.
  9305. grub-install : information : adding a relocation entry for 0xc138.
  9306. grub-install : information : adding a relocation entry for 0xc148.
  9307. grub-install : information : adding a relocation entry for 0xc150.
  9308. grub-install : information : adding a relocation entry for 0xc160.
  9309. grub-install : information : adding a relocation entry for 0xc168.
  9310. grub-install : information : adding a relocation entry for 0xc178.
  9311. grub-install : information : adding a relocation entry for 0xc180.
  9312. grub-install : information : adding a relocation entry for 0xc190.
  9313. grub-install : information : adding a relocation entry for 0xc198.
  9314. grub-install : information : adding a relocation entry for 0xc1a8.
  9315. grub-install : information : adding a relocation entry for 0xc1b0.
  9316. grub-install : information : adding a relocation entry for 0xc1c0.
  9317. grub-install : information : adding a relocation entry for 0xc1c8.
  9318. grub-install : information : adding a relocation entry for 0xc1d8.
  9319. grub-install : information : adding a relocation entry for 0xc1e0.
  9320. grub-install : information : adding a relocation entry for 0xc1f0.
  9321. grub-install : information : adding a relocation entry for 0xc1f8.
  9322. grub-install : information : adding a relocation entry for 0xc208.
  9323. grub-install : information : adding a relocation entry for 0xc210.
  9324. grub-install : information : adding a relocation entry for 0xc220.
  9325. grub-install : information : adding a relocation entry for 0xc228.
  9326. grub-install : information : adding a relocation entry for 0xc238.
  9327. grub-install : information : adding a relocation entry for 0xc240.
  9328. grub-install : information : adding a relocation entry for 0xc250.
  9329. grub-install : information : adding a relocation entry for 0xc258.
  9330. grub-install : information : adding a relocation entry for 0xc268.
  9331. grub-install : information : adding a relocation entry for 0xc270.
  9332. grub-install : information : adding a relocation entry for 0xc280.
  9333. grub-install : information : adding a relocation entry for 0xc288.
  9334. grub-install : information : adding a relocation entry for 0xc298.
  9335. grub-install : information : adding a relocation entry for 0xc2a0.
  9336. grub-install : information : adding a relocation entry for 0xc2b0.
  9337. grub-install : information : adding a relocation entry for 0xc2b8.
  9338. grub-install : information : adding a relocation entry for 0xc2c8.
  9339. grub-install : information : adding a relocation entry for 0xc2d0.
  9340. grub-install : information : adding a relocation entry for 0xc2e0.
  9341. grub-install : information : adding a relocation entry for 0xc2e8.
  9342. grub-install : information : adding a relocation entry for 0xc2f8.
  9343. grub-install : information : adding a relocation entry for 0xc300.
  9344. grub-install : information : adding a relocation entry for 0xc310.
  9345. grub-install : information : adding a relocation entry for 0xc318.
  9346. grub-install : information : adding a relocation entry for 0xc328.
  9347. grub-install : information : adding a relocation entry for 0xc330.
  9348. grub-install : information : adding a relocation entry for 0xc340.
  9349. grub-install : information : adding a relocation entry for 0xc348.
  9350. grub-install : information : adding a relocation entry for 0xc358.
  9351. grub-install : information : adding a relocation entry for 0xc360.
  9352. grub-install : information : adding a relocation entry for 0xc370.
  9353. grub-install : information : adding a relocation entry for 0xc378.
  9354. grub-install : information : adding a relocation entry for 0xc388.
  9355. grub-install : information : adding a relocation entry for 0xc390.
  9356. grub-install : information : adding a relocation entry for 0xc3a0.
  9357. grub-install : information : adding a relocation entry for 0xc3a8.
  9358. grub-install : information : adding a relocation entry for 0xc3b8.
  9359. grub-install : information : adding a relocation entry for 0xc3c0.
  9360. grub-install : information : adding a relocation entry for 0xc3d0.
  9361. grub-install : information : adding a relocation entry for 0xc3d8.
  9362. grub-install : information : adding a relocation entry for 0xc3e8.
  9363. grub-install : information : adding a relocation entry for 0xc3f0.
  9364. grub-install : information : adding a relocation entry for 0xc400.
  9365. grub-install : information : adding a relocation entry for 0xc408.
  9366. grub-install : information : adding a relocation entry for 0xc418.
  9367. grub-install : information : adding a relocation entry for 0xc420.
  9368. grub-install : information : adding a relocation entry for 0xc430.
  9369. grub-install : information : adding a relocation entry for 0xc438.
  9370. grub-install : information : adding a relocation entry for 0xc448.
  9371. grub-install : information : adding a relocation entry for 0xc450.
  9372. grub-install : information : adding a relocation entry for 0xc460.
  9373. grub-install : information : adding a relocation entry for 0xc468.
  9374. grub-install : information : adding a relocation entry for 0xc478.
  9375. grub-install : information : adding a relocation entry for 0xc480.
  9376. grub-install : information : adding a relocation entry for 0xc490.
  9377. grub-install : information : adding a relocation entry for 0xc498.
  9378. grub-install : information : adding a relocation entry for 0xc4a8.
  9379. grub-install : information : adding a relocation entry for 0xc4b0.
  9380. grub-install : information : adding a relocation entry for 0xc4c0.
  9381. grub-install : information : adding a relocation entry for 0xc4c8.
  9382. grub-install : information : adding a relocation entry for 0xc4d8.
  9383. grub-install : information : adding a relocation entry for 0xc4e0.
  9384. grub-install : information : adding a relocation entry for 0xc4f0.
  9385. grub-install : information : adding a relocation entry for 0xc4f8.
  9386. grub-install : information : adding a relocation entry for 0xc508.
  9387. grub-install : information : adding a relocation entry for 0xc510.
  9388. grub-install : information : adding a relocation entry for 0xc520.
  9389. grub-install : information : adding a relocation entry for 0xc528.
  9390. grub-install : information : adding a relocation entry for 0xc538.
  9391. grub-install : information : adding a relocation entry for 0xc540.
  9392. grub-install : information : adding a relocation entry for 0xc550.
  9393. grub-install : information : adding a relocation entry for 0xc558.
  9394. grub-install : information : adding a relocation entry for 0xc568.
  9395. grub-install : information : adding a relocation entry for 0xc570.
  9396. grub-install : information : adding a relocation entry for 0xc580.
  9397. grub-install : information : adding a relocation entry for 0xc588.
  9398. grub-install : information : adding a relocation entry for 0xc598.
  9399. grub-install : information : adding a relocation entry for 0xc5a0.
  9400. grub-install : information : adding a relocation entry for 0xc5b0.
  9401. grub-install : information : adding a relocation entry for 0xc5b8.
  9402. grub-install : information : adding a relocation entry for 0xc5c8.
  9403. grub-install : information : adding a relocation entry for 0xc5d0.
  9404. grub-install : information : adding a relocation entry for 0xc5e0.
  9405. grub-install : information : adding a relocation entry for 0xc5e8.
  9406. grub-install : information : adding a relocation entry for 0xc5f8.
  9407. grub-install : information : adding a relocation entry for 0xc600.
  9408. grub-install : information : adding a relocation entry for 0xc610.
  9409. grub-install : information : adding a relocation entry for 0xc618.
  9410. grub-install : information : adding a relocation entry for 0xc628.
  9411. grub-install : information : adding a relocation entry for 0xc630.
  9412. grub-install : information : adding a relocation entry for 0xc640.
  9413. grub-install : information : adding a relocation entry for 0xc648.
  9414. grub-install : information : adding a relocation entry for 0xc658.
  9415. grub-install : information : adding a relocation entry for 0xc660.
  9416. grub-install : information : adding a relocation entry for 0xc670.
  9417. grub-install : information : adding a relocation entry for 0xc678.
  9418. grub-install : information : adding a relocation entry for 0xc688.
  9419. grub-install : information : adding a relocation entry for 0xc690.
  9420. grub-install : information : adding a relocation entry for 0xc6a0.
  9421. grub-install : information : adding a relocation entry for 0xc6a8.
  9422. grub-install : information : adding a relocation entry for 0xc6b8.
  9423. grub-install : information : adding a relocation entry for 0xc6c0.
  9424. grub-install : information : adding a relocation entry for 0xc6d0.
  9425. grub-install : information : adding a relocation entry for 0xc6d8.
  9426. grub-install : information : adding a relocation entry for 0xc6e8.
  9427. grub-install : information : adding a relocation entry for 0xc6f0.
  9428. grub-install : information : adding 231 padding fixup entries.
  9429. grub-install : information : writing 768 bytes of a fixup block starting at 0xc000.
  9430. grub-install : information : reading /usr/lib/grub/x86_64-efi/fshelp.mod.
  9431. grub-install : information : reading /usr/lib/grub/x86_64-efi/ext2.mod.
  9432. grub-install : information : reading /usr/lib/grub/x86_64-efi/part_gpt.mod.
  9433. grub-install : information : reading /usr/lib/grub/x86_64-efi/search_fs_uuid.mod.
  9434. grub-install : information : reading /boot/grub/x86_64-efi/load.cfg.
  9435. grub-install : information : kernel_img=0x227d1e0, kernel_size=0x18400.
  9436. grub-install : information : the core size is 0x1d5d8.
  9437. grub-install : information : writing 0x1e800 bytes.
  9438. grub-install : information : copying `/usr/lib/shim/shim.efi.signed' -> `/boot/efi/EFI/ubuntu/shimx64.efi'.
  9439. grub-install : information : copying `/usr/lib/grub/x86_64-efi-signed/grubx64.efi.signed' -> `/boot/efi/EFI/ubuntu/grubx64.efi'.
  9440. grub-install : information : copying `/usr/lib/shim/MokManager.efi.signed' -> `/boot/efi/EFI/ubuntu/MokManager.efi'.
  9441. grub-install : information : copying `/boot/grub/x86_64-efi/load.cfg' -> `/boot/efi/EFI/ubuntu/grub.cfg'.
  9442. grub-install : information : Registering with EFI: distributor = `ubuntu', path = `EFIubuntushimx64.efi', ESP at hostdisk//dev/sda,gpt1.
  9443. grub-install : information : executing efibootmgr --version </dev/null >/dev/null.
  9444. grub-install : information : executing modprobe -q efivars.
  9445. grub-install : information : executing efibootmgr -b 0000 -B.
  9446. grub-install : information : executing efibootmgr -b 0007 -B.
  9447. grub-install : information : executing efibootmgr -c -d /dev/sda -p 1 -w -L ubuntu -l EFIubuntushimx64.efi.
  9448. Installation terminée, sans erreur.
  9449. BootCurrent: 0000
  9450. Timeout: 0 seconds
  9451. BootOrder: 0006,0001,0007
  9452. Boot0001* Windows Boot Manager
  9453. Boot0006* dvd
  9454. Boot0007* ubuntu
  9455. BootCurrent: 0000
  9456. Timeout: 0 seconds
  9457. BootOrder: 0006,0001
  9458. Boot0001* Windows Boot Manager
  9459. Boot0006* dvd
  9460. BootCurrent: 0000
  9461. Timeout: 0 seconds
  9462. BootOrder: 0000,0006,0001
  9463. Boot0001* Windows Boot Manager
  9464. Boot0006* dvd
  9465. Boot0000* ubuntu,BootCurrent: 0000
  9466. Timeout: 0 seconds
  9467. BootOrder: 0006,0001,0007
  9468. Boot0001* Windows Boot Manager
  9469. Boot0006* dvd
  9470. Boot0007* ubuntu
  9471. BootCurrent: 0000
  9472. Timeout: 0 seconds
  9473. BootOrder: 0006,0001
  9474. Boot0001* Windows Boot Manager
  9475. Boot0006* dvd
  9476. BootCurrent: 0000
  9477. Timeout: 0 seconds
  9478. BootOrder: 0000,0006,0001
  9479. Boot0001* Windows Boot Manager
  9480. Boot0006* dvd
  9481. Boot0000* ubuntu.
  9482. Wrong GRUB version detected. Veuillez indiquer ce message à [email protected]
  9483. Reinstall the GRUB of sda9 into the MBR of sda
  9484. Installing for x86_64-efi platform.
  9485. Installation finished. No error reported.
  9486. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  9487. update-grub -y
  9488. Unrecognized option `-y'
  9489. Usage: grub-mkconfig [OPTION]
  9490. Generate a grub config file
  9491. -o, --output=FILE output generated config to FILE [default=stdout]
  9492. -h, --help print this message and exit
  9493. -v, --version print the version information and exit
  9494. Report bugs to <[email protected]>.
  9495. update-grub
  9496. Generating grub configuration file ...
  9497. Found linux image: /boot/vmlinuz-4.4.0-34-generic
  9498. Found initrd image: /boot/initrd.img-4.4.0-34-generic
  9499. Found linux image: /boot/vmlinuz-4.4.0-31-generic
  9500. Found initrd image: /boot/initrd.img-4.4.0-31-generic
  9501. Found linux image: /boot/vmlinuz-3.13.0-92-generic
  9502. Found initrd image: /boot/initrd.img-3.13.0-92-generic
  9503. Found linux image: /boot/vmlinuz-3.11.0-26-generic
  9504. Found initrd image: /boot/initrd.img-3.11.0-26-generic
  9505. Found linux image: /boot/vmlinuz-3.8.0-35-generic
  9506. Found initrd image: /boot/initrd.img-3.8.0-35-generic
  9507. Adding boot menu entry for EFI firmware configuration
  9508. NTFS signature is missing.
  9509. Failed to mount '/dev/sda3': Argument invalide
  9510. The device '/dev/sda3' doesn't seem to have a valid NTFS.
  9511. Maybe the wrong device is used? Or the whole disk instead of a
  9512. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  9513. mount /dev/sda3 : Error code 12
  9514. mount -r /dev/sda3 /mnt/boot-sav/sda3
  9515. NTFS signature is missing.
  9516. Failed to mount '/dev/sda3': Argument invalide
  9517. The device '/dev/sda3' doesn't seem to have a valid NTFS.
  9518. Maybe the wrong device is used? Or the whole disk instead of a
  9519. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  9520. mount -r /dev/sda3 : Error code 12
  9521. Unhide GRUB boot menu in sda9/boot/grub/grub.cfg
  9522. Une erreur est survenue pendant la réparation.
  9523. Vous pouvez maintenant redémarrer votre ordinateur.
  9524. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.1 LTS] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Réparateur de démarrage]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  9525. paste.ubuntu.com ko (), using paste.debian
  9526. paste.debian.net ko (), using paste2