From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YEPHS-0006mp-U1 for mharc-grub-devel@gnu.org; Thu, 22 Jan 2015 16:27:10 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEPGt-0006mD-2w for grub-devel@gnu.org; Thu, 22 Jan 2015 16:27:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEPGJ-0006Bi-MG for grub-devel@gnu.org; Thu, 22 Jan 2015 16:26:35 -0500 Received: from mail.ixsystems.com ([69.198.165.135]:51660 helo=barracuda.ixsystems.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEPGI-0006BS-HY for grub-devel@gnu.org; Thu, 22 Jan 2015 16:25:59 -0500 X-ASG-Debug-ID: 1421961938-08ca040e9a00870002-Td4drV Received: from [192.168.0.51] (75-130-56-30.static.kgpt.tn.charter.com [75.130.56.30]) by barracuda.ixsystems.com with ESMTP id 1EwTKFiKiqxDFHz1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Thu, 22 Jan 2015 13:25:39 -0800 (PST) X-Barracuda-Envelope-From: kris@pcbsd.org X-Barracuda-AUTH-User: kris@pcbsd.org X-Barracuda-Apparent-Source-IP: 75.130.56.30 Message-ID: <54C16AD2.7090808@pcbsd.org> Date: Thu, 22 Jan 2015 16:25:38 -0500 From: Kris Moore User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Does grub-mkrescue support UEFI hybrid USB/DVD images? Content-Type: text/plain; charset=utf-8 X-ASG-Orig-Subj: Does grub-mkrescue support UEFI hybrid USB/DVD images? Content-Transfer-Encoding: 7bit X-Barracuda-Connect: 75-130-56-30.static.kgpt.tn.charter.com[75.130.56.30] X-Barracuda-Start-Time: 1421961939 X-Barracuda-Encrypted: ECDHE-RSA-AES128-GCM-SHA256 X-Barracuda-URL: https://10.2.0.41:443/cgi-mod/mark.cgi X-Barracuda-BRTS-Status: 1 X-Virus-Scanned: by bsmtpd at ixsystems.com X-Barracuda-Spam-Score: -1001.00 X-Barracuda-Spam-Status: No, SCORE=-1001.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=8.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 69.198.165.135 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2015 21:27:09 -0000 Hey all, We are trying to create hybrid USB/DVD images, and they work just fine on BIOS. However it doesn't seem to work when creating UEFI. We are using the following: # grub-mkrescue -d "/usr/local/lib/grub/x86_64-efi" -o -- -volid "OURLABEL" This image does boot UEFI via DVD, but when copied to a USB stick with dd it fails to boot with the following: error: disk `' not found. entering rescue mode... >From there we can do a listing and set root / prefix to the correct locations, and load normal just fine. However most users won't want to do that. Are there some special flags / magic we need to use for mkrescue to do this? I see in the output that it is loading part_apple modules, but this is built on a FreeBSD system, does that have anything to do with it? -- Full verbose output of mkrescue follows -- grub-mkrescue: info: temporary iso9660 dir is `/tmp/grub.AQ8YPi'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/video_colors.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/video_colors.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/hashsum.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/hashsum.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/morse.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/morse.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/minix.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/minix.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/search_label.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/search_label.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/search_fs_file.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/search_fs_file.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/offsetio.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/offsetio.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/all_video.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/all_video.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gptsync.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gptsync.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/part_plan.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/part_plan.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gzio.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gzio.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/linux.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/linux.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/ufs1.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/ufs1.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/bfs.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/bfs.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_rijndael.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_rijndael.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/setpci.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/setpci.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/ahci.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/ahci.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/signature_test.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/signature_test.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/setjmp.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/setjmp.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/verify.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/verify.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/test.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/test.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/reboot.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/reboot.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/password.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/password.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/mmap.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/mmap.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gfxmenu.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gfxmenu.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_crc.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_crc.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/zfs.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/zfs.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/hfspluscomp.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/hfspluscomp.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/sleep_test.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/sleep_test.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/xnu_uuid.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/xnu_uuid.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/test_blockarg.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/test_blockarg.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/elf.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/elf.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_sha1.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_sha1.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/acpi.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/acpi.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/aout.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/aout.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_dsa.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_dsa.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/ldm.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/ldm.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/nativedisk.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/nativedisk.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gfxterm_menu.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gfxterm_menu.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/xnu.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/xnu.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/ext2.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/ext2.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/serial.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/serial.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/usb_keyboard.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/usb_keyboard.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/video_fb.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/video_fb.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/cryptodisk.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/cryptodisk.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/datetime.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/datetime.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/tga.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/tga.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_md5.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_md5.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/ufs1_be.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/ufs1_be.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/hello.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/hello.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/lsefimmap.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/lsefimmap.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/search.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/search.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/testload.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/testload.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/fat.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/fat.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_seed.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_seed.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/halt.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/halt.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/scsi.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/scsi.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/cbls.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/cbls.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/fixvideo.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/fixvideo.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/memdisk.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/memdisk.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/cbmemc.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/cbmemc.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/cpio_be.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/cpio_be.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/videoinfo.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/videoinfo.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/memrw.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/memrw.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/usbtest.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/usbtest.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/tftp.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/tftp.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/minix3_be.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/minix3_be.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/appleldr.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/appleldr.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/ehci.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/ehci.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/regexp.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/regexp.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/cmp.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/cmp.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/videotest.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/videotest.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/videotest_checksum.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/videotest_checksum.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/cs5536.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/cs5536.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/cpuid.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/cpuid.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/hfsplus.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/hfsplus.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/relocator.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/relocator.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/parttool.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/parttool.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/xnu_uuid_test.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/xnu_uuid_test.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/font.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/font.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/odc.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/odc.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/crypto.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/crypto.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/div_test.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/div_test.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/probe.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/probe.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/disk.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/disk.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/xfs.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/xfs.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/minix_be.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/minix_be.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/legacycfg.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/legacycfg.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/mdraid1x.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/mdraid1x.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/part_gpt.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/part_gpt.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/datehook.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/datehook.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/hexdump.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/hexdump.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/minicmd.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/minicmd.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/usbserial_pl2303.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/usbserial_pl2303.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/read.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/read.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/help.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/help.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/part_apple.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/part_apple.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/time.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/time.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/multiboot2.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/multiboot2.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/true.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/true.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/raid5rec.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/raid5rec.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/procfs.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/procfs.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/fshelp.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/fshelp.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/boot.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/boot.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/exfat.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/exfat.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/keylayouts.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/keylayouts.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/pata.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/pata.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gfxterm.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gfxterm.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/afs.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/afs.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/mdraid09.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/mdraid09.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/date.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/date.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/efinet.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/efinet.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/usbserial_usbdebug.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/usbserial_usbdebug.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/echo.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/echo.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/affs.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/affs.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/part_sun.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/part_sun.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/reiserfs.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/reiserfs.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/exfctest.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/exfctest.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_rsa.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_rsa.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_md4.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_md4.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/bitmap_scale.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/bitmap_scale.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/macho.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/macho.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/zfscrypt.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/zfscrypt.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/ntfs.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/ntfs.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/romfs.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/romfs.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/lzopio.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/lzopio.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/bsd.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/bsd.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/zfsinfo.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/zfsinfo.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/cpio.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/cpio.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/cbtime.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/cbtime.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_rfc2268.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_rfc2268.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/usbserial_common.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/usbserial_common.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/trig.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/trig.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/testspeed.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/testspeed.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/xzio.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/xzio.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/chain.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/chain.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/jfs.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/jfs.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/diskfilter.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/diskfilter.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/dm_nv.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/dm_nv.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_serpent.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_serpent.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/crc64.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/crc64.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/video_cirrus.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/video_cirrus.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/pcidump.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/pcidump.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/password_pbkdf2.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/password_pbkdf2.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_arcfour.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_arcfour.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/normal.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/normal.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/cat.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/cat.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/minix2_be.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/minix2_be.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/http.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/http.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/at_keyboard.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/at_keyboard.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/efifwsetup.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/efifwsetup.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/ntfscomp.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/ntfscomp.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/play.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/play.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/lsmmap.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/lsmmap.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/spkmodem.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/spkmodem.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/blocklist.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/blocklist.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/loadbios.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/loadbios.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/raid6rec.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/raid6rec.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/extcmd.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/extcmd.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/net.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/net.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/lssal.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/lssal.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/progress.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/progress.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/newc.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/newc.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/mpi.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/mpi.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/jpeg.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/jpeg.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/pbkdf2.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/pbkdf2.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/usb.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/usb.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_camellia.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_camellia.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/syslinuxcfg.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/syslinuxcfg.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/udf.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/udf.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/lsacpi.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/lsacpi.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/part_amiga.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/part_amiga.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_des.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_des.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/lvm.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/lvm.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/png.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/png.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/efi_uga.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/efi_uga.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/sfs.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/sfs.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/tar.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/tar.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/btrfs.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/btrfs.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/adler32.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/adler32.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/configfile.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/configfile.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/usbms.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/usbms.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/efi_gop.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/efi_gop.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/file.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/file.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/lspci.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/lspci.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_idea.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_idea.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/keystatus.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/keystatus.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/squash4.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/squash4.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/loopback.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/loopback.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/minix3.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/minix3.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/cbtable.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/cbtable.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/terminfo.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/terminfo.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/hdparm.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/hdparm.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_sha512.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_sha512.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/hfs.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/hfs.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/legacy_password_test.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/legacy_password_test.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/iso9660.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/iso9660.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/macbless.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/macbless.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/video_bochs.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/video_bochs.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gettext.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gettext.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/part_dfly.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/part_dfly.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/setjmp_test.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/setjmp_test.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/nilfs2.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/nilfs2.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/functional_test.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/functional_test.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/geli.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/geli.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/mdraid09_be.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/mdraid09_be.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_sha256.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_sha256.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/luks.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/luks.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/bitmap.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/bitmap.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/cbfs.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/cbfs.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/priority_queue.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/priority_queue.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/ls.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/ls.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/sleep.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/sleep.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/part_acorn.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/part_acorn.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_cast5.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_cast5.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/minix2.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/minix2.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_blowfish.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_blowfish.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/part_msdos.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/part_msdos.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/archelp.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/archelp.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/cmdline_cat_test.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/cmdline_cat_test.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_rmd160.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_rmd160.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/usbserial_ftdi.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/usbserial_ftdi.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/ata.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/ata.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/lsefisystab.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/lsefisystab.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/part_sunpc.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/part_sunpc.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/multiboot.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/multiboot.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/pbkdf2_test.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/pbkdf2_test.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/eval.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/eval.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/uhci.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/uhci.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/iorw.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/iorw.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/ufs2.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/ufs2.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/terminal.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/terminal.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/search_fs_uuid.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/search_fs_uuid.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/loadenv.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/loadenv.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_whirlpool.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_whirlpool.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/part_bsd.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/part_bsd.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/video.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/video.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_twofish.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_twofish.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/linux16.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/linux16.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/backtrace.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/backtrace.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/tr.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/tr.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/ohci.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/ohci.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/msdospart.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/msdospart.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/bufio.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/bufio.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gfxterm_background.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gfxterm_background.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/part_dvh.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/part_dvh.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/gcry_tiger.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/gcry_tiger.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/lsefi.mod' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/lsefi.mod'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/efiemu32.o' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/efiemu32.o'. grub-mkrescue: info: cannot open `/usr/local/lib/grub/x86_64-efi/efiemu32.o': No such file or directory. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/efiemu64.o' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/efiemu64.o'. grub-mkrescue: info: cannot open `/usr/local/lib/grub/x86_64-efi/efiemu64.o': No such file or directory. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/moddep.lst' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/moddep.lst'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/command.lst' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/command.lst'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/fs.lst' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/fs.lst'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/partmap.lst' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/partmap.lst'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/parttool.lst' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/parttool.lst'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/video.lst' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/video.lst'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/crypto.lst' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/crypto.lst'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/terminal.lst' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/terminal.lst'. grub-mkrescue: info: copying `/usr/local/lib/grub/x86_64-efi/modinfo.sh' -> `/tmp/grub.AQ8YPi/boot/grub/x86_64-efi/modinfo.sh'. grub-mkrescue: info: copying `/usr/local/share/locale/wal/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/wal.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/wal/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/dk/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/dk.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/dk/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/da/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/da.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/da/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/en_US/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/en_US.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/en_US/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ksw/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ksw.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ksw/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/kok/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/kok.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/kok/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/locale.alias/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/locale.alias.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/locale.alias/LC_MESSAGES/grub.mo': Not a directory. grub-mkrescue: info: copying `/usr/local/share/locale/ig/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ig.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ig/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/mai/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/mai.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/mai/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ca@valencia/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ca@valencia.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ca@valencia/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/tet/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/tet.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/tet/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/cmn/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/cmn.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/cmn/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/pl_PL/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/pl_PL.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/pl_PL/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/uz@cyrillic/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/uz@cyrillic.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/uz@cyrillic/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/fur/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/fur.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/fur/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/is/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/is.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/is/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/be/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/be.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/be/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/nb_NO/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/nb_NO.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/nb_NO/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/fi_FI/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/fi_FI.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/fi_FI/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/la/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/la.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/la/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/de_CH/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/de_CH.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/de_CH/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/tr/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/tr.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/tr/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/am/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/am.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/am/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/oc/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/oc.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/oc/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/da_DK/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/da_DK.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/da_DK/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/tl/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/tl.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/tl/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/sk/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/sk.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/sk/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/as/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/as.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/as/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/zh/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/zh.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/zh/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/fa_IR/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/fa_IR.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/fa_IR/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/fy/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/fy.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/fy/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/sl/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/sl.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/sl/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/tk/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/tk.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/tk/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/pt_BR/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/pt_BR.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/pt_BR/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ta/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ta.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ta/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/pt_PT/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/pt_PT.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/pt_PT/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/hi/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/hi.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/hi/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/sr/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/sr.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/sr/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/currency/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/currency.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/currency/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/es_HN/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/es_HN.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/es_HN/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ku/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ku.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ku/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/kk/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/kk.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/kk/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ee/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ee.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ee/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ka/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ka.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ka/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/eo/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/eo.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/eo/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/es_CL/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/es_CL.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/es_CL/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/szl/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/szl.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/szl/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/it/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/it.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/it/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ro/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ro.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ro/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/gn/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/gn.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/gn/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/es_CR/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/es_CR.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/es_CR/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/gd/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/gd.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/gd/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/mr_IN/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/mr_IN.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/mr_IN/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/jv/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/jv.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/jv/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ca/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ca.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ca/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/en_GB/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/en_GB.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/en_GB/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/dv/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/dv.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/dv/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/all_languages/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/all_languages.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/all_languages/LC_MESSAGES/grub.mo': Not a directory. grub-mkrescue: info: copying `/usr/local/share/locale/mk/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/mk.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/mk/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/co/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/co.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/co/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/es_DO/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/es_DO.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/es_DO/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/shn/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/shn.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/shn/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ur/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ur.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ur/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ru/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ru.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ru/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/es_MX/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/es_MX.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/es_MX/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/nso/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/nso.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/nso/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/id/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/id.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/id/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/de_AT/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/de_AT.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/de_AT/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/br/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/br.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/br/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/eu/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/eu.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/eu/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/yi/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/yi.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/yi/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/lv/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/lv.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/lv/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/tt@iqtelif/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/tt@iqtelif.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/tt@iqtelif/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ast/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ast.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ast/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ko/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ko.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ko/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/pt/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/pt.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/pt/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/te/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/te.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/te/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/hy/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/hy.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/hy/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/fr_FR/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/fr_FR.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/fr_FR/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/az/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/az.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/az/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/zu/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/zu.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/zu/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/an/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/an.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/an/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/fi/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/fi.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/fi/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/sv/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/sv.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/sv/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/sr@ije/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/sr@ije.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/sr@ije/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ur_PK/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ur_PK.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ur_PK/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/he_IL/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/he_IL.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/he_IL/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/sq/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/sq.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/sq/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/om/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/om.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/om/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/se/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/se.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/se/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/bem/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/bem.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/bem/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/rue/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/rue.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/rue/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/th/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/th.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/th/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/so/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/so.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/so/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/el/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/el.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/el/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/en_AU/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/en_AU.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/en_AU/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/hne/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/hne.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/hne/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/lo/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/lo.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/lo/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ps/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ps.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ps/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/es_SV/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/es_SV.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/es_SV/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/son/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/son.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/son/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/nap/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/nap.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/nap/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/nn/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/nn.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/nn/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/uk/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/uk.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/uk/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/es_CO/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/es_CO.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/es_CO/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/de/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/de.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/de/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ml/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ml.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ml/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/sr@Latn/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/sr@Latn.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/sr@Latn/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ja/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ja.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ja/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/es_GT/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/es_GT.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/es_GT/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/mr/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/mr.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/mr/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/es_NI/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/es_NI.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/es_NI/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/vi/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/vi.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/vi/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/nl/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/nl.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/nl/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ach/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ach.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ach/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/zh_TW.Big5/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/zh_TW.Big5.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/zh_TW.Big5/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ia/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ia.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ia/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/en@quot/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/en@quot.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/en@quot/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/nn_NO/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/nn_NO.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/nn_NO/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/mn/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/mn.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/mn/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/en_NZ/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/en_NZ.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/en_NZ/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/crh/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/crh.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/crh/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/fr/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/fr.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/fr/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/es_EC/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/es_EC.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/es_EC/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/tl_PH/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/tl_PH.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/tl_PH/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ak/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ak.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ak/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ff/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ff.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ff/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/tt/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/tt.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/tt/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/cs_CZ/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/cs_CZ.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/cs_CZ/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/zh_TW/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/zh_TW.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/zh_TW/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/zh_HK/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/zh_HK.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/zh_HK/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/es_AR/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/es_AR.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/es_AR/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/az_IR/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/az_IR.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/az_IR/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/lg/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/lg.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/lg/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/en/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/en.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/en/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/zh_CN.GB2312/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/zh_CN.GB2312.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/zh_CN.GB2312/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/bn/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/bn.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/bn/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/kg/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/kg.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/kg/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/nds/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/nds.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/nds/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/km/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/km.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/km/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ky/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ky.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ky/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/wo/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/wo.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/wo/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/lt/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/lt.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/lt/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ks/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ks.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ks/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/es_PE/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/es_PE.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/es_PE/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/he/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/he.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/he/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/fa/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/fa.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/fa/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/af/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/af.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/af/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ts/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ts.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ts/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/st/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/st.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/st/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ar/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ar.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ar/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/tg/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/tg.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/tg/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/mi/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/mi.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/mi/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/en@boldquot/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/en@boldquot.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/en@boldquot/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/bn_IN/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/bn_IN.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/bn_IN/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/cy/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/cy.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/cy/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/xh/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/xh.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/xh/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/cs/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/cs.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/cs/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/rw/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/rw.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/rw/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/uz/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/uz.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/uz/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/zh_CN/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/zh_CN.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/zh_CN/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/be@latin/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/be@latin.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/be@latin/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/sr@latin/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/sr@latin.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/sr@latin/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/gv/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/gv.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/gv/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/tlh/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/tlh.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/tlh/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/gl/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/gl.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/gl/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/es_VE/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/es_VE.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/es_VE/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ne/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ne.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ne/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/no/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/no.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/no/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ca_ES/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ca_ES.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ca_ES/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/frp/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/frp.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/frp/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/en_CA/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/en_CA.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/en_CA/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/sr@ijekavianlatin/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/sr@ijekavianlatin.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/sr@ijekavianlatin/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/rm/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/rm.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/rm/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/sv_SE/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/sv_SE.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/sv_SE/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/mg/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/mg.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/mg/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ang/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ang.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ang/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/my/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/my.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/my/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/es_UY/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/es_UY.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/es_UY/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/brx/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/brx.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/brx/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ms/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ms.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ms/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/dz/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/dz.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/dz/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/haw/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/haw.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/haw/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/byn/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/byn.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/byn/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ha/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ha.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ha/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/es_PA/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/es_PA.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/es_PA/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/fo/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/fo.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/fo/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ti/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ti.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ti/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/hu/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/hu.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/hu/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/or/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/or.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/or/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/csb/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/csb.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/csb/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/sr@ijekavian/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/sr@ijekavian.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/sr@ijekavian/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/sl_SI/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/sl_SI.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/sl_SI/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/tt_RU/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/tt_RU.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/tt_RU/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/pl/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/pl.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/pl/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/es/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/es.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/es/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/l10n/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/l10n.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/l10n/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/wa/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/wa.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/wa/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/yo/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/yo.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/yo/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/tig/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/tig.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/tig/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/et/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/et.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/et/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/bs/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/bs.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/bs/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/pa/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/pa.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/pa/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/bg/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/bg.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/bg/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/li/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/li.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/li/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/kn/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/kn.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/kn/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/gez/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/gez.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/gez/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/it_IT/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/it_IT.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/it_IT/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/si/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/si.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/si/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/hr/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/hr.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/hr/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/es_PR/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/es_PR.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/es_PR/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ckb/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ckb.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ckb/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/bg_BG/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/bg_BG.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/bg_BG/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/sw/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/sw.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/sw/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/es_ES/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/es_ES.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/es_ES/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/en@shaw/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/en@shaw.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/en@shaw/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/cgg/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/cgg.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/cgg/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ve/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ve.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ve/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/mt/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/mt.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/mt/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/hsb/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/hsb.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/hsb/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/nl_NL/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/nl_NL.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/nl_NL/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/fr_CA/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/fr_CA.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/fr_CA/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ug/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ug.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ug/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/gu/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/gu.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/gu/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/fil/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/fil.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/fil/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ko_KR/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ko_KR.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ko_KR/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/tpi/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/tpi.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/tpi/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/nb/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/nb.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/nb/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/io/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/io.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/io/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/locale/ga/LC_MESSAGES/grub.mo' -> `/tmp/grub.AQ8YPi/boot/grub/locale/ga.mo'. grub-mkrescue: info: cannot open `/usr/local/share/locale/ga/LC_MESSAGES/grub.mo': No such file or directory. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/boot_menu_w.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/boot_menu_w.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/boot_menu_e.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/boot_menu_e.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/dejavu_12.pf2' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/dejavu_12.pf2'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/boot_menu_sw.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/boot_menu_sw.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/boot_menu_nw.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/boot_menu_nw.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/terminal_box_w.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/terminal_box_w.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/boot_menu_se.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/boot_menu_se.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/slider_c.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/slider_c.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/terminal_box_e.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/terminal_box_e.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/boot_menu_ne.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/boot_menu_ne.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/boot_menu_c.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/boot_menu_c.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/terminal_box_c.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/terminal_box_c.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/dejavu_14.pf2' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/dejavu_14.pf2'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/COPYING.CC-BY-SA-3.0' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/COPYING.CC-BY-SA-3.0'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/terminal_box_se.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/terminal_box_se.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/terminal_box_n.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/terminal_box_n.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/terminal_box_ne.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/terminal_box_ne.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/terminal_box_sw.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/terminal_box_sw.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/theme.txt' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/theme.txt'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/dejavu_10.pf2' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/dejavu_10.pf2'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/slider_s.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/slider_s.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/terminal_box_nw.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/terminal_box_nw.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/boot_menu_n.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/boot_menu_n.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/dejavu_bold_14.pf2' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/dejavu_bold_14.pf2'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/dejavu_16.pf2' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/dejavu_16.pf2'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/terminal_box_s.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/terminal_box_s.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/starfield.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/starfield.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/slider_n.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/slider_n.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/boot_menu_s.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/boot_menu_s.png'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/README' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/README'. grub-mkrescue: info: copying `/usr/local/share/grub/themes/starfield/blob_w.png' -> `/tmp/grub.AQ8YPi/boot/grub/themes/starfield/blob_w.png'. grub-mkrescue: info: copying `/usr/local/share/grub/unicode.pf2' -> `/tmp/grub.AQ8YPi/boot/grub/fonts/unicode.pf2'. grub-mkrescue: info: enabling x86_64-efi support .... grub-mkrescue: info: grub-mkimage --directory '/usr/local/lib/grub/x86_64-efi' --prefix '()/boot/grub' --output '/tmp/grub.kXNuQc/efi/boot/bootx64.efi' --format 'x86_64-efi' --compression 'auto' --config '/tmp/grub.VPrZIw' 'part_apple' 'iso9660' . grub-mkrescue: info: the size of config file is 0xc0. grub-mkrescue: info: the total module size is 0x5620. grub-mkrescue: info: reading /usr/local/lib/grub/x86_64-efi/kernel.img. grub-mkrescue: info: locating the section .text at 0x0. grub-mkrescue: info: locating the section .rodata at 0xbc00. grub-mkrescue: info: locating the section .rodata.str1.8 at 0xc1d8. grub-mkrescue: info: locating the section .rodata.str1.1 at 0xc867. grub-mkrescue: info: locating the section .data at 0xdb40. grub-mkrescue: info: locating the section .module_license at 0xecd8. grub-mkrescue: info: locating the section .bss at 0xed00. grub-mkrescue: info: locating at 0x400 (0x400). grub-mkrescue: info: locating at 0xc000 (0xc000). grub-mkrescue: info: locating at 0xc5d8 (0xc5d8). grub-mkrescue: info: locating at 0xcc67 (0xcc67). grub-mkrescue: info: locating at 0xdf40 (0xdf40). grub-mkrescue: info: locating at 0xf100 (0xf100). grub-mkrescue: info: locating at 0xf0d8 (0xf0d8). grub-mkrescue: info: locating at 0x400 (0x400). grub-mkrescue: info: locating grub_strlen at 0x99a0 (0x400). grub-mkrescue: info: locating grub_net_poll_cards_idle at 0x10e80 (0xf100). grub-mkrescue: info: locating grub_efi_finish_boot_services at 0x3b10 (0x400). grub-mkrescue: info: locating grub_disk_get_size at 0x6a70 (0x400). grub-mkrescue: info: locating grub_file_progress_hook at 0x1afc0 (0xf100). grub-mkrescue: info: locating grub_efidisk_fini at 0xcd0 (0x400). grub-mkrescue: info: locating grub_puts_ at 0x95c0 (0x400). grub-mkrescue: info: locating grub_millisleep at 0x5230 (0x400). grub-mkrescue: info: locating grub_fs_autoload_hook at 0x10c48 (0xf100). grub-mkrescue: info: locating efi_wrap_10 at 0x4cc (0x400). grub-mkrescue: info: locating grub_fs_blocklist at 0xe0c0 (0xdf40). grub-mkrescue: info: locating grub_errmsg at 0x1aea0 (0xf100). grub-mkrescue: info: locating efi_wrap_5 at 0x463 (0x400). grub-mkrescue: info: locating grub_strncmp at 0x9690 (0x400). grub-mkrescue: info: locating grub_strtoull at 0x9a30 (0x400). grub-mkrescue: info: locating grub_dma_get_virt at 0x5e0 (0x400). grub-mkrescue: info: locating grub_efi_system_table at 0x10e90 (0xf100). grub-mkrescue: info: locating memmove at 0x9530 (0x400). grub-mkrescue: info: locating efi_wrap_4 at 0x44f (0x400). grub-mkrescue: info: locating grub_disk_open at 0x62f0 (0x400). grub-mkrescue: info: locating grub_efi_locate_protocol at 0x1f30 (0x400). grub-mkrescue: info: locating grub_env_update_get_sorted at 0x7ec0 (0x400). grub-mkrescue: info: locating grub_strcpy at 0x9590 (0x400). grub-mkrescue: info: locating grub_partition_probe at 0xb1f0 (0x400). grub-mkrescue: info: locating grub_strrchr at 0x9730 (0x400). grub-mkrescue: info: locating grub_partition_get_name at 0xb470 (0x400). grub-mkrescue: info: locating grub_dl_load at 0x7a40 (0x400). grub-mkrescue: info: locating grub_efi_stall at 0x2190 (0x400). grub-mkrescue: info: locating grub_efi_get_filename at 0x28f0 (0x400). grub-mkrescue: info: locating grub_env_export at 0x7ff0 (0x400). grub-mkrescue: info: locating grub_xvasprintf at 0xaa70 (0x400). grub-mkrescue: info: locating grub_error_push at 0x80d0 (0x400). grub-mkrescue: info: locating grub_rescue_run at 0xbb00 (0x400). grub-mkrescue: info: locating grub_xasprintf at 0xab70 (0x400). grub-mkrescue: info: locating grub_realloc at 0x5130 (0x400). grub-mkrescue: info: locating grub_exit at 0x21e0 (0x400). grub-mkrescue: info: locating memcpy at 0x9530 (0x400). grub-mkrescue: info: locating grub_memmove at 0x9530 (0x400). grub-mkrescue: info: locating grub_device_open at 0x5970 (0x400). grub-mkrescue: info: locating grub_register_exported_symbols at 0xbdc0 (0x400). grub-mkrescue: info: locating grub_strdup at 0x9840 (0x400). grub-mkrescue: info: locating grub_disk_firmware_is_tainted at 0x10ee0 (0xf100). grub-mkrescue: info: locating grub_divmod64 at 0x99c0 (0x400). grub-mkrescue: info: locating grub_file_get_device_name at 0x82c0 (0x400). grub-mkrescue: info: locating grub_efi_print_device_path at 0x2bd0 (0x400). grub-mkrescue: info: locating grub_partition_iterate at 0xb3f0 (0x400). grub-mkrescue: info: locating grub_dma_free at 0x5d0 (0x400). grub-mkrescue: info: locating grub_vsnprintf at 0xa980 (0x400). grub-mkrescue: info: locating grub_partition_map_list at 0x1b020 (0xf100). grub-mkrescue: info: locating efi_wrap_1 at 0x422 (0x400). grub-mkrescue: info: locating grub_command_list at 0x10ec0 (0xf100). grub-mkrescue: info: locating grub_machine_fini at 0x540 (0x400). grub-mkrescue: info: locating grub_tsc_rate at 0x10eb0 (0xf100). grub-mkrescue: info: locating grub_rescue_parse_line at 0xb820 (0x400). grub-mkrescue: info: locating grub_efi_get_variable at 0x2540 (0x400). grub-mkrescue: info: locating grub_snprintf at 0xaa20 (0x400). grub-mkrescue: info: locating grub_register_core_commands at 0x57e0 (0x400). grub-mkrescue: info: locating grub_disk_dev_register at 0x61d0 (0x400). grub-mkrescue: info: locating grub_console_init at 0x47c0 (0x400). grub-mkrescue: info: locating grub_disk_write_weak at 0x10ee8 (0xf100). grub-mkrescue: info: locating grub_dl_add at 0x6b40 (0x400). grub-mkrescue: info: locating grub_disk_read at 0x6650 (0x400). grub-mkrescue: info: locating grub_term_highlight_color at 0xe268 (0xdf40). grub-mkrescue: info: locating grub_parser_execute at 0xb170 (0x400). grub-mkrescue: info: locating grub_xputs at 0xe260 (0xdf40). grub-mkrescue: info: locating grub_console_fini at 0x4900 (0x400). grub-mkrescue: info: locating grub_fatal at 0xabc0 (0x400). grub-mkrescue: info: locating grub_dl_ref at 0x6ca0 (0x400). grub-mkrescue: info: locating grub_file_seek at 0x8690 (0x400). grub-mkrescue: info: locating grub_pci_find_capability at 0x730 (0x400). grub-mkrescue: info: locating grub_efi_get_loaded_image at 0x21c0 (0x400). grub-mkrescue: info: locating grub_errno at 0x1afa0 (0xf100). grub-mkrescue: info: locating grub_parser_cmdline_state at 0xad80 (0x400). grub-mkrescue: info: locating grub_memset at 0x9910 (0x400). grub-mkrescue: info: locating grub_getkey at 0xbd50 (0x400). grub-mkrescue: info: locating grub_term_outputs_disabled at 0x1b028 (0xf100). grub-mkrescue: info: locating grub_grubnet_fini at 0x1afc8 (0xf100). grub-mkrescue: info: locating grub_register_variable_hook at 0x7f70 (0x400). grub-mkrescue: info: locating grub_efi_image_handle at 0x10e98 (0xf100). grub-mkrescue: info: locating grub_vprintf at 0xa680 (0x400). grub-mkrescue: info: locating grub_net_open at 0xf150 (0xf100). grub-mkrescue: info: locating grub_register_command_prio at 0x5260 (0x400). grub-mkrescue: info: locating grub_efi_compare_device_paths at 0x3590 (0x400). grub-mkrescue: info: locating grub_file_filters_all at 0x1afe0 (0xf100). grub-mkrescue: info: locating grub_install_get_time_ms at 0x5220 (0x400). grub-mkrescue: info: locating _start at 0x400 (0x400). grub-mkrescue: info: locating grub_term_inputs at 0x1b030 (0xf100). grub-mkrescue: info: locating grub_parser_split_cmdline at 0xae50 (0x400). grub-mkrescue: info: locating grub_disk_firmware_fini at 0x10ef0 (0xf100). grub-mkrescue: info: locating grub_disk_close at 0x6240 (0x400). grub-mkrescue: info: locating grub_dl_unload at 0x6d40 (0x400). grub-mkrescue: info: locating grub_efi_set_variable at 0x22a0 (0x400). grub-mkrescue: info: locating grub_printf at 0xa7e0 (0x400). grub-mkrescue: info: locating grub_unregister_command at 0x53a0 (0x400). grub-mkrescue: info: locating grub_fs_list at 0x10c50 (0xf100). grub-mkrescue: info: locating grub_efidisk_get_device_handle at 0x1830 (0x400). grub-mkrescue: info: locating grub_main at 0x8df0 (0x400). grub-mkrescue: info: locating grub_file_read at 0x8370 (0x400). grub-mkrescue: info: locating grub_dl_unload_unneeded at 0x7b80 (0x400). grub-mkrescue: info: locating grub_pci_make_address at 0x600 (0x400). grub-mkrescue: info: locating memcmp at 0x9600 (0x400). grub-mkrescue: info: locating grub_term_normal_color at 0xe269 (0xdf40). grub-mkrescue: info: locating grub_disk_dev_list at 0x10ef8 (0xf100). grub-mkrescue: info: locating grub_machine_init at 0x520 (0x400). grub-mkrescue: info: locating efi_wrap_0 at 0x417 (0x400). grub-mkrescue: info: locating grub_efi_locate_handle at 0x1f80 (0x400). grub-mkrescue: info: locating grub_term_outputs at 0x1b038 (0xf100). grub-mkrescue: info: locating grub_modbase at 0x10ea0 (0xf100). grub-mkrescue: info: locating grub_term_inputs_disabled at 0x1b040 (0xf100). grub-mkrescue: info: locating grub_efi_net_config at 0x10ea8 (0xf100). grub-mkrescue: info: locating grub_efi_set_virtual_address_map at 0x2230 (0x400). grub-mkrescue: info: locating grub_print_error at 0x8200 (0x400). grub-mkrescue: info: locating grub_efi_mm_init at 0x3e90 (0x400). grub-mkrescue: info: locating memset at 0x9910 (0x400). grub-mkrescue: info: locating grub_zalloc at 0x50d0 (0x400). grub-mkrescue: info: locating grub_strcmp at 0x9650 (0x400). grub-mkrescue: info: locating grub_tsc_init at 0x4980 (0x400). grub-mkrescue: info: locating grub_efi_allocate_pages at 0x3880 (0x400). grub-mkrescue: info: locating grub_strchr at 0x9710 (0x400). grub-mkrescue: info: locating grub_refresh at 0xbd90 (0x400). grub-mkrescue: info: locating grub_malloc at 0x50b0 (0x400). grub-mkrescue: info: locating grub_efi_get_memory_map at 0x39b0 (0x400). grub-mkrescue: info: locating grub_efidisk_get_device_name at 0x19b0 (0x400). grub-mkrescue: info: locating grub_get_time_ms at 0x5210 (0x400). grub-mkrescue: info: locating grub_file_close at 0x8420 (0x400). grub-mkrescue: info: locating grub_file_open at 0x8480 (0x400). grub-mkrescue: info: locating grub_isspace at 0x9820 (0x400). grub-mkrescue: info: locating grub_efi_open_protocol at 0x2090 (0x400). grub-mkrescue: info: locating grub_real_dprintf at 0xa890 (0x400). grub-mkrescue: info: locating efi_wrap_3 at 0x43e (0x400). grub-mkrescue: info: locating grub_dl_load_core_noinit at 0x6ea0 (0x400). grub-mkrescue: info: locating grub_dl_load_file at 0x7960 (0x400). grub-mkrescue: info: locating grub_env_unset at 0x7e20 (0x400). grub-mkrescue: info: locating grub_device_close at 0x5a90 (0x400). grub-mkrescue: info: locating efi_wrap_6 at 0x47c (0x400). grub-mkrescue: info: locating grub_dl_head at 0xf160 (0xf100). grub-mkrescue: info: locating grub_fs_probe at 0x8a50 (0x400). grub-mkrescue: info: locating grub_mm_base at 0x10eb8 (0xf100). grub-mkrescue: info: locating grub_term_poll_usb at 0x10e88 (0xf100). grub-mkrescue: info: locating grub_file_filters_enabled at 0x1b000 (0xf100). grub-mkrescue: info: locating grub_strword at 0x9750 (0x400). grub-mkrescue: info: locating grub_machine_get_bootlocation at 0x3700 (0x400). grub-mkrescue: info: locating grub_efi_fini at 0x37b0 (0x400). grub-mkrescue: info: locating grub_err_printed_errors at 0x1afa4 (0xf100). grub-mkrescue: info: locating grub_error at 0x8050 (0x400). grub-mkrescue: info: locating grub_current_context at 0xe0a0 (0xdf40). grub-mkrescue: info: locating efi_codes at 0xc1c0 (0xc000). grub-mkrescue: info: locating grub_dl_register_symbol at 0x6bc0 (0x400). grub-mkrescue: info: locating grub_efi_is_finished at 0xf118 (0xf100). grub-mkrescue: info: locating grub_list_remove at 0x8d40 (0x400). grub-mkrescue: info: locating grub_pci_iterate at 0x630 (0x400). grub-mkrescue: info: locating grub_modules_get_end at 0x8dc0 (0x400). grub-mkrescue: info: locating grub_free at 0x5110 (0x400). grub-mkrescue: info: locating grub_strndup at 0x98a0 (0x400). grub-mkrescue: info: locating efi_wrap_7 at 0x49f (0x400). grub-mkrescue: info: locating grub_named_list_find at 0x8cc0 (0x400). grub-mkrescue: info: locating grub_dl_unref at 0x6cf0 (0x400). grub-mkrescue: info: locating grub_efidisk_init at 0x1560 (0x400). grub-mkrescue: info: locating grub_disk_dev_unregister at 0x61f0 (0x400). grub-mkrescue: info: locating grub_efi_init at 0x3690 (0x400). grub-mkrescue: info: locating grub_arch_dl_check_header at 0x7d0 (0x400). grub-mkrescue: info: locating grub_arch_dl_relocate_symbols at 0x800 (0x400). grub-mkrescue: info: locating grub_efi_free_pages at 0x3980 (0x400). grub-mkrescue: info: locating grub_printf_ at 0xa830 (0x400). grub-mkrescue: info: locating grub_efi_get_device_path at 0x2bb0 (0x400). grub-mkrescue: info: locating start at 0x400 (0x400). grub-mkrescue: info: locating grub_efi_modules_addr at 0x2820 (0x400). grub-mkrescue: info: locating grub_error_pop at 0x8180 (0x400). grub-mkrescue: info: locating grub_device_iterate at 0x5c00 (0x400). grub-mkrescue: info: locating grub_getkey_noblock at 0xbcf0 (0x400). grub-mkrescue: info: locating grub_memalign_dma32 at 0x560 (0x400). grub-mkrescue: info: locating grub_list_push at 0x8d10 (0x400). grub-mkrescue: info: locating grub_efi_set_text_mode at 0x2100 (0x400). grub-mkrescue: info: locating grub_err_printf at 0xa7e0 (0x400). grub-mkrescue: info: locating grub_disk_cache_invalidate_all at 0x6170 (0x400). grub-mkrescue: info: locating grub_env_set at 0x7c70 (0x400). grub-mkrescue: info: locating grub_dl_load_core at 0x7910 (0x400). grub-mkrescue: info: locating grub_gettext at 0xe110 (0xdf40). grub-mkrescue: info: locating grub_memcmp at 0x9600 (0x400). grub-mkrescue: info: locating grub_env_get at 0x7dd0 (0x400). grub-mkrescue: info: locating efi_wrap_2 at 0x430 (0x400). grub-mkrescue: info: locating grub_strtoul at 0xa050 (0x400). grub-mkrescue: info: locating grub_dma_get_phys at 0x5f0 (0x400). grub-mkrescue: info: locating grub_mm_init_region at 0x4ca0 (0x400). grub-mkrescue: info: locating grub_disk_cache_table at 0x10f00 (0xf100). grub-mkrescue: info: locating grub_memalign at 0x4e50 (0x400). grub-mkrescue: info: dealing with the relocation section .rela.text for .text. grub-mkrescue: info: relocating an R_X86_64_PC32 entry to 0x10a91 at the offset 0x3. grub-mkrescue: info: relocating an R_X86_64_PC32 entry to 0x10a82 at the offset 0xa. grub-mkrescue: info: relocating an R_X86_64_PC32 entry to 0x89d9 at the offset 0x13. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3690 at the offset 0x126. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4980 at the offset 0x132. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x37b0 at the offset 0x152. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4e50 at the offset 0x17a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc5d8 at the offset 0x1a5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x1b6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x1d2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc5f8 at the offset 0x3da. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x3eb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc000 at the offset 0x421. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc620 at the offset 0x48f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x4a2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc67 at the offset 0x4e5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc648 at the offset 0x52b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x53c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc7f at the offset 0x5a5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc8b at the offset 0x5af. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc93 at the offset 0x5be. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa890 at the offset 0x5ca. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcca6 at the offset 0x5ec. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc8b at the offset 0x5f6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc93 at the offset 0x602. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa890 at the offset 0x60c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa050 at the offset 0x64b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x657. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xccc0 at the offset 0x68a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x6a3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xccb2 at the offset 0x6c2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x6d3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x6de. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf108 at the offset 0x6f7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc8b at the offset 0x726. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc93 at the offset 0x737. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc670 at the offset 0x741. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcce6 at the offset 0x7cd. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc8b at the offset 0x7d7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc93 at the offset 0x7e6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcccf at the offset 0x826. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x83f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf110 at the offset 0x854. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0x894. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf110 at the offset 0x8d3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x8de. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf108 at the offset 0x904. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x911. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0x930. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x93d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf110 at the offset 0x960. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdf40 at the offset 0x96a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf108 at the offset 0x97b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0x98c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x61f0 at the offset 0x9a1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdf80 at the offset 0x9b6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1f80 at the offset 0x9c5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2bb0 at the offset 0xa12. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x960 at the offset 0xa1c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdf80 at the offset 0xa47. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2090 at the offset 0xa54. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0xa6d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0xab7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0xae7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0xb41. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0xb5e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf10 at the offset 0xb74. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x960 at the offset 0xb9d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3590 at the offset 0xba7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0xbf0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x960 at the offset 0xc2e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3590 at the offset 0xc38. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3590 at the offset 0xc83. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0xca7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0xcc6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xb470 at the offset 0xd46. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa890 at the offset 0xd7d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc6a0 at the offset 0xd87. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc8b at the offset 0xd96. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc93 at the offset 0xdb4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0xddb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc6d8 at the offset 0xe16. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0xe27. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf110 at the offset 0xe67. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xaa20 at the offset 0xe85. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa890 at the offset 0xe8f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd0f at the offset 0xebb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd01 at the offset 0xed7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc8b at the offset 0xee1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc93 at the offset 0xef0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf108 at the offset 0xf34. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xaa20 at the offset 0xf4e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa890 at the offset 0xf58. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xccfc at the offset 0xf7e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd01 at the offset 0xf9a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc8b at the offset 0xfa4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc93 at the offset 0xfb3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0xfd7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xaa20 at the offset 0xff5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa890 at the offset 0xfff. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd14 at the offset 0x1030. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd01 at the offset 0x104c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc8b at the offset 0x1056. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc93 at the offset 0x1065. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa890 at the offset 0x109d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc700 at the offset 0x10a7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc8b at the offset 0x10b6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc93 at the offset 0x10d4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x10fb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc738 at the offset 0x1136. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x1147. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd0 at the offset 0x1164. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1010 at the offset 0x1172. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf70 at the offset 0x117e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ef0 at the offset 0x118e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdb0 at the offset 0x1198. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1010 at the offset 0x121a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9600 at the offset 0x1224. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf70 at the offset 0x122e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf108 at the offset 0x1269. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x12b2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdf40 at the offset 0x12d4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x61d0 at the offset 0x12de. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf110 at the offset 0x1320. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0x1335. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf108 at the offset 0x1409. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0x1423. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdb0 at the offset 0x148e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x14a5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf10 at the offset 0x14c3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x960 at the offset 0x14da. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3590 at the offset 0x14fd. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2bb0 at the offset 0x15b4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x960 at the offset 0x15db. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf108 at the offset 0x1602. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3590 at the offset 0x161a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd19 at the offset 0x164b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xaa20 at the offset 0x165a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9840 at the offset 0x1673. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf10 at the offset 0x16a4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf108 at the offset 0x16fa. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3590 at the offset 0x1713. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd19 at the offset 0x1749. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xaa20 at the offset 0x1758. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x62f0 at the offset 0x1771. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x1783. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6a70 at the offset 0x17bb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10f0 at the offset 0x17d8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xb3f0 at the offset 0x17e5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd1d at the offset 0x17ff. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xab70 at the offset 0x180f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6240 at the offset 0x1826. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf110 at the offset 0x1842. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3590 at the offset 0x1856. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd19 at the offset 0x1883. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xaa20 at the offset 0x1892. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0x18b2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3590 at the offset 0x18c1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd19 at the offset 0x18f3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xaa20 at the offset 0x1902. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x1920. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf110 at the offset 0x1943. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3590 at the offset 0x1957. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd19 at the offset 0x1984. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xaa20 at the offset 0x1993. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0x19ae. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3590 at the offset 0x19bd. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd19 at the offset 0x19f7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xaa20 at the offset 0x1a06. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6240 at the offset 0x1a24. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9840 at the offset 0x1a44. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa7e0 at the offset 0x1a66. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc760 at the offset 0x1acf. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd25 at the offset 0x1afd. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd23 at the offset 0x1b16. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x1b39. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x1b4c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x1b97. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x1bc5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1be3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x1c35. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x1c75. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x1c99. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e98 at the offset 0x1cba. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x47c at the offset 0x1cd2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1f30 at the offset 0x1d07. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdfb0 at the offset 0x1d11. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x1d3a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x1d65. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x1d92. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x1daa. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdfa0 at the offset 0x1dc7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2090 at the offset 0x1dd1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x37b0 at the offset 0x1de2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x1df2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e98 at the offset 0x1e0e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x1e1b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x1e3c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x1e5c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc7a8 at the offset 0x1e74. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x1e85. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x99a0 at the offset 0x1ea4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x1eca. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x1f48. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1f6b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc7c8 at the offset 0x20e9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x2101. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x2128. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x99a0 at the offset 0x2144. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x215e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x2209. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x2219. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x2265. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x23f5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e98 at the offset 0x2424. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdfa0 at the offset 0x2433. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2090 at the offset 0x2446. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9650 at the offset 0x247d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd2b at the offset 0x24a7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x255b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdf90 at the offset 0x27b7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2090 at the offset 0x27c1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc0c8 at the offset 0x27dd. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa7e0 at the offset 0x27e8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd30 at the offset 0x284e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcdb2 at the offset 0x28b8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa7e0 at the offset 0x28c2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcdbd at the offset 0x28dd. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x99a0 at the offset 0x28f2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcdb9 at the offset 0x290f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcdc1 at the offset 0x294d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc160 at the offset 0x2984. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xced5 at the offset 0x2998. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcee6 at the offset 0x29cd. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa7e0 at the offset 0x29e4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc190 at the offset 0x2a00. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcec5 at the offset 0x2a20. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcdc9 at the offset 0x2a33. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd46 at the offset 0x2a46. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcda5 at the offset 0x2a6a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd3c at the offset 0x2a82. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcdb9 at the offset 0x2a99. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc8b0 at the offset 0x2abc. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xce91 at the offset 0x2b2a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcea3 at the offset 0x2b45. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1e60 at the offset 0x2b4f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x2b66. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcea9 at the offset 0x2c2f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x2c40. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd57 at the offset 0x2c5c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd63 at the offset 0x2c77. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd6f at the offset 0x2c9a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd83 at the offset 0x2cb5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1e60 at the offset 0x2cbf. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd8c at the offset 0x2cd6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2cfc. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd96 at the offset 0x2d52. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xceb3 at the offset 0x2d65. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xce11 at the offset 0x2d7c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xce1d at the offset 0x2d99. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcdf8 at the offset 0x2db4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xce61 at the offset 0x2dd1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xce4c at the offset 0x2df3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xce29 at the offset 0x2e19. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xce43 at the offset 0x2e3f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc890 at the offset 0x2e5b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xce71 at the offset 0x2e79. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1e60 at the offset 0x2e83. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc7e8 at the offset 0x2e9e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc818 at the offset 0x2edb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc848 at the offset 0x2f45. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcdda at the offset 0x2ff7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcdeb at the offset 0x3019. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xce7b at the offset 0x302c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x99a0 at the offset 0x3099. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x99a0 at the offset 0x30ab. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x99a0 at the offset 0x30bc. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcdc5 at the offset 0x30cd. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcdbd at the offset 0x30e9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x3171. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9600 at the offset 0x31e7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2820 at the offset 0x3296. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ea0 at the offset 0x32a2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x47c0 at the offset 0x32ac. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3e90 at the offset 0x32b8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x32c4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x32e2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1560 at the offset 0x32ee. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e98 at the offset 0x3304. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x21c0 at the offset 0x3319. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x19b0 at the offset 0x3331. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x28f0 at the offset 0x3341. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9730 at the offset 0x3369. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ea8 at the offset 0x3382. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcd0 at the offset 0x33b6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4900 at the offset 0x33c2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x600 at the offset 0x33f7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x730 at the offset 0x3421. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x34ac. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x34c6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x3536. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x354d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x3585. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3598. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf118 at the offset 0x35b4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf130 at the offset 0x35e2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf138 at the offset 0x35fb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x3608. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf130 at the offset 0x3619. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf128 at the offset 0x362f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf120 at the offset 0x3644. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf11c at the offset 0x365a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x368b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x36aa. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf138 at the offset 0x36e3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x36f3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x371a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3726. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x373c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x39b0 at the offset 0x3750. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x375e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9600 at the offset 0x37ab. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf130 at the offset 0x37c2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf138 at the offset 0x37df. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf11c at the offset 0x37ef. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf120 at the offset 0x37f9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf128 at the offset 0x3803. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf130 at the offset 0x3810. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x3824. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf128 at the offset 0x3839. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e98 at the offset 0x3846. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf138 at the offset 0x386c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc970 at the offset 0x3882. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa7e0 at the offset 0x388e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf138 at the offset 0x389a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf11c at the offset 0x38a4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf120 at the offset 0x38ae. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf128 at the offset 0x38b8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf130 at the offset 0x38c5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf130 at the offset 0x38de. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf138 at the offset 0x38f2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x38ff. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcefb at the offset 0x390b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x391c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x3936. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf118 at the offset 0x3952. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf130 at the offset 0x3967. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf130 at the offset 0x397a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf138 at the offset 0x398a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x3997. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf128 at the offset 0x39ad. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf120 at the offset 0x39c4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf11c at the offset 0x39da. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x37d0 at the offset 0x39fa. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x630 at the offset 0x3a04. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc930 at the offset 0x3a22. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x3a33. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x3a52. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc950 at the offset 0x3a5e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x3a6f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3880 at the offset 0x3a9f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x39b0 at the offset 0x3adf. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x3b1f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4ca0 at the offset 0x3d40. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x3d55. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3d71. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcf45 at the offset 0x3d8c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xabc0 at the offset 0x3d98. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x3da4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3dc0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc998 at the offset 0x3e25. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xabc0 at the offset 0x3e2f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcf2f at the offset 0x3e3b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xabc0 at the offset 0x3e47. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcf18 at the offset 0x3e53. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xabc0 at the offset 0x3e5f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf118 at the offset 0x3e72. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x3e91. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3f4d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x4006. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf118 at the offset 0x4052. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x4064. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x4084. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x4092. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf118 at the offset 0x40a0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x40da. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf118 at the offset 0x4122. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x4132. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x4162. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x4173. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf118 at the offset 0x4192. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4560 at the offset 0x41a6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf118 at the offset 0x41b2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4560 at the offset 0x41c8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2100 at the offset 0x41d6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2100 at the offset 0x41fb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf118 at the offset 0x4207. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4560 at the offset 0x421c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf118 at the offset 0x4232. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x4242. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe268 at the offset 0x425c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x426f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe269 at the offset 0x4286. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x429e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf118 at the offset 0x42b3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x42d2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x42e5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc1c0 at the offset 0x4338. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf118 at the offset 0x4352. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x4366. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x4373. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x439a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2100 at the offset 0x43cb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b030 at the offset 0x43df. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe060 at the offset 0x43ef. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b040 at the offset 0x43f9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8d10 at the offset 0x4403. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b038 at the offset 0x440f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdfc0 at the offset 0x441f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b028 at the offset 0x4429. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8d10 at the offset 0x4433. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe078 at the offset 0x4443. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe060 at the offset 0x4452. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8d10 at the offset 0x4462. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe060 at the offset 0x446c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b030 at the offset 0x4476. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b038 at the offset 0x4482. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdfd8 at the offset 0x4492. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdfc0 at the offset 0x44a1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdfc0 at the offset 0x44b1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b038 at the offset 0x44bb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8d10 at the offset 0x44c5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcf57 at the offset 0x44d5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x44e4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8d40 at the offset 0x4503. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe060 at the offset 0x450d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe060 at the offset 0x4519. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdfc0 at the offset 0x4525. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdfc0 at the offset 0x4534. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf140 at the offset 0x4552. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10eb0 at the offset 0x455f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf140 at the offset 0x45c3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x99c0 at the offset 0x4613. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10eb0 at the offset 0x462c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4940 at the offset 0x4636. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5220 at the offset 0x4640. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcf74 at the offset 0x4652. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xabc0 at the offset 0x465e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10eb8 at the offset 0x4680. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcfa8 at the offset 0x46b5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xabc0 at the offset 0x46bf. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcf96 at the offset 0x46f7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xabc0 at the offset 0x4703. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc9d0 at the offset 0x4712. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xabc0 at the offset 0x471e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcf81 at the offset 0x472f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xabc0 at the offset 0x4739. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4a70 at the offset 0x4756. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc9f8 at the offset 0x487e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xabc0 at the offset 0x488a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10eb8 at the offset 0x48cb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10eb8 at the offset 0x4950. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4b50 at the offset 0x4a0e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10eb8 at the offset 0x4a2c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10eb8 at the offset 0x4a3b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10eb8 at the offset 0x4a54. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6170 at the offset 0x4a8b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10eb8 at the offset 0x4bcb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc9f8 at the offset 0x4c5b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xabc0 at the offset 0x4c67. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcfc0 at the offset 0x4c73. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xabc0 at the offset 0x4c7f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcfd1 at the offset 0x4c8b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x4c9c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4e50 at the offset 0x4cb5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4e50 at the offset 0x4cd9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9910 at the offset 0x4cfc. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4b50 at the offset 0x4d17. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4b50 at the offset 0x4d51. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4a70 at the offset 0x4d77. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4e50 at the offset 0x4da4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x4dc6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4b50 at the offset 0x4dd9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4e50 at the offset 0x4df4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf148 at the offset 0x4e12. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf148 at the offset 0x4e25. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5210 at the offset 0x4e38. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50d0 at the offset 0x4e64. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcfdf at the offset 0x4ea7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ec0 at the offset 0x4ec8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9650 at the offset 0x4ee7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ec0 at the offset 0x4f80. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8d40 at the offset 0x4fbe. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x4fcd. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcfe2 at the offset 0x4fe9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcfe0 at the offset 0x4ff3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa7e0 at the offset 0x5000. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcfe3 at the offset 0x500a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcfe9 at the offset 0x503b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa7e0 at the offset 0x5045. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x5072. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x82c0 at the offset 0x5082. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x509c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x50ad. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5970 at the offset 0x50c5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8a50 at the offset 0x50dc. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9710 at the offset 0x50f4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcfef at the offset 0x512d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd00a at the offset 0x5140. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa7e0 at the offset 0x514c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5a90 at the offset 0x515b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5430 at the offset 0x5174. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5c00 at the offset 0x517e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcff7 at the offset 0x518a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe260 at the offset 0x5194. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xbd90 at the offset 0x51a0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x53e0 at the offset 0x51b9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcff7 at the offset 0x51ca. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe260 at the offset 0x51d4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xbd90 at the offset 0x51e0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x5202. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcff9 at the offset 0x5217. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x5228. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7a40 at the offset 0x525b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7960 at the offset 0x5272. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6ca0 at the offset 0x5286. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd023 at the offset 0x52a2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x52b3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7e20 at the offset 0x52ca. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd023 at the offset 0x52e2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x52f3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9710 at the offset 0x5312. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7c70 at the offset 0x5337. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7ec0 at the offset 0x5352. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7dd0 at the offset 0x535c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa7e0 at the offset 0x5366. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd039 at the offset 0x538e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd040 at the offset 0x53b6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x53c7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd052 at the offset 0x53e6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd06f at the offset 0x53f0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5700 at the offset 0x53fa. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd07e at the offset 0x5404. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5260 at the offset 0x540e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xca20 at the offset 0x5429. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd082 at the offset 0x5433. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x56c0 at the offset 0x543d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd089 at the offset 0x5447. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd08f at the offset 0x5456. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd0a6 at the offset 0x5460. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5460 at the offset 0x546a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd0ac at the offset 0x5474. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd0af at the offset 0x5486. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd0c0 at the offset 0x5491. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5640 at the offset 0x549b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd0c7 at the offset 0x54a5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x54b4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xb470 at the offset 0x54e5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd0ce at the offset 0x54ff. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xab70 at the offset 0x550b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x551e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x5555. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x5589. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x62f0 at the offset 0x55ac. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf150 at the offset 0x55d2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x55e1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd0d4 at the offset 0x5607. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7dd0 at the offset 0x5611. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd0d4 at the offset 0x5630. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd0d9 at the offset 0x563a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x564b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x5657. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x5672. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6240 at the offset 0x56a3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x56b3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x56d1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5970 at the offset 0x5715. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x58b0 at the offset 0x5745. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xb3f0 at the offset 0x574f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5a90 at the offset 0x575e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x576e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x5786. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5a90 at the offset 0x57c7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x57e2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ef8 at the offset 0x581d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5ae0 at the offset 0x5842. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10f00 at the offset 0x58d8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10f00 at the offset 0x5968. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10f00 at the offset 0x5a09. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x5a1b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x5a46. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x5a66. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x5a8c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5c80 at the offset 0x5acd. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x5ae8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5d10 at the offset 0x5b02. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x5b4b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x5bbb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x5bcb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x5c74. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x5c86. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x5c97. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd106 at the offset 0x5ca3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd0f1 at the offset 0x5cb0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd101 at the offset 0x5cba. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa890 at the offset 0x5ccb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8180 at the offset 0x5cd8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x5ce7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x5cf3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x5d1c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5da0 at the offset 0x5d3e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x5d4f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x5d74. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1aea0 at the offset 0x5d7f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10f18 at the offset 0x5d8a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ef8 at the offset 0x5dd2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ef8 at the offset 0x5df2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ef8 at the offset 0x5e34. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd112 at the offset 0x5e46. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd101 at the offset 0x5e50. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa890 at the offset 0x5e5f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd106 at the offset 0x5e71. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5210 at the offset 0x5e95. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x5e9f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf158 at the offset 0x5eaf. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd121 at the offset 0x5ef9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd101 at the offset 0x5f03. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa890 at the offset 0x5f14. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd106 at the offset 0x5f23. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50d0 at the offset 0x5f3d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9840 at the offset 0x5fa5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x5fc7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ef8 at the offset 0x5fd7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x5fe4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x6011. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xb1f0 at the offset 0x605c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5210 at the offset 0x6075. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf158 at the offset 0x6081. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf158 at the offset 0x609e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x60d5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x60e6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x60fb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x6119. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9840 at the offset 0x6131. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd15a at the offset 0x6157. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x6166. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6170 at the offset 0x6186. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xca40 at the offset 0x61a3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x61b4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x61cf. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd144 at the offset 0x61de. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd101 at the offset 0x61e8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd106 at the offset 0x61f7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8180 at the offset 0x6206. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6240 at the offset 0x6215. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd132 at the offset 0x622f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x623e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcaa0 at the offset 0x6325. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x6334. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x6348. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1aea0 at the offset 0x6354. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcad0 at the offset 0x6361. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd101 at the offset 0x636b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd106 at the offset 0x637a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa890 at the offset 0x6386. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8180 at the offset 0x6393. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x639e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xca70 at the offset 0x63b9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x63c8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5c80 at the offset 0x63ef. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x6495. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5d10 at the offset 0x64af. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x6516. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5ea0 at the offset 0x6568. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5da0 at the offset 0x65f9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5ea0 at the offset 0x6656. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9650 at the offset 0x66ae. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf160 at the offset 0x6744. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9650 at the offset 0x6754. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd16e at the offset 0x678f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x67a6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x67c4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9840 at the offset 0x67fb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf180 at the offset 0x6855. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x687f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x6890. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6ca0 at the offset 0x68b2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6cf0 at the offset 0x6902. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6d60 at the offset 0x6952. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf160 at the offset 0x697e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf180 at the offset 0x69b7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x69c1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10168 at the offset 0x69fa. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6d40 at the offset 0x6a0d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf160 at the offset 0x6a8b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd185 at the offset 0x6aac. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd19f at the offset 0x6ab6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa890 at the offset 0x6ac2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd1a7 at the offset 0x6acf. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcb20 at the offset 0x6b1f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x6b30. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50d0 at the offset 0x6b71. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd1cb at the offset 0x6b93. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd19f at the offset 0x6b9f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd1a7 at the offset 0x6bae. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6aa0 at the offset 0x6bb8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd1dd at the offset 0x6bc5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd202 at the offset 0x6be7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9650 at the offset 0x6bf1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd22e at the offset 0x6c06. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9840 at the offset 0x6c25. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd24c at the offset 0x6c3e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7a40 at the offset 0x6c79. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6ca0 at the offset 0x6c95. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x6ca6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x99a0 at the offset 0x6cc9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x6cf9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4e50 at the offset 0x6d60. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x6dc7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9910 at the offset 0x6e24. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd2b0 at the offset 0x6e8d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd19f at the offset 0x6e97. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd1a7 at the offset 0x6ea6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd2cc at the offset 0x6eb9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd19f at the offset 0x6ec3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd1a7 at the offset 0x6ed2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd2dd at the offset 0x6ee5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd19f at the offset 0x6eef. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd1a7 at the offset 0x6efe. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6b40 at the offset 0x6f0e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6d60 at the offset 0x6f35. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd210 at the offset 0x6f59. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd21f at the offset 0x6f75. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd1ed at the offset 0x6f8c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x6f9b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcaf8 at the offset 0x6fc4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x6fd5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7d0 at the offset 0x6fe9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcb48 at the offset 0x7002. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x7013. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd1b1 at the offset 0x7026. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x7037. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd237 at the offset 0x7052. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x7061. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x7081. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x70bb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd255 at the offset 0x711b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x712c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x800 at the offset 0x7151. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x71ab. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc220 at the offset 0x721e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6bc0 at the offset 0x72ca. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd265 at the offset 0x72de. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9650 at the offset 0x72eb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6bc0 at the offset 0x7356. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x736a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd281 at the offset 0x73ba. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x73cb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd273 at the offset 0x73e8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9650 at the offset 0x73f5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf180 at the offset 0x7445. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9650 at the offset 0x7477. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd29a at the offset 0x74c6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x74d7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6ea0 at the offset 0x7513. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf160 at the offset 0x7535. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf160 at the offset 0x7546. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8480 at the offset 0x7564. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x7582. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8370 at the offset 0x75a6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8420 at the offset 0x75bb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7910 at the offset 0x75cf. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x75e1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x7607. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8420 at the offset 0x7629. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7dd0 at the offset 0x7644. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd2f0 at the offset 0x7654. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf160 at the offset 0x7668. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9650 at the offset 0x767a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd30f at the offset 0x76c3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xab70 at the offset 0x76cd. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7960 at the offset 0x76e4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x76f6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9650 at the offset 0x770d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd324 at the offset 0x7721. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x7732. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd2f0 at the offset 0x774a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd2f7 at the offset 0x7754. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x7765. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf160 at the offset 0x7783. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6d60 at the offset 0x778d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf160 at the offset 0x77cb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe0a0 at the offset 0x781f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9650 at the offset 0x782c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7be0 at the offset 0x7874. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x78ae. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x78c7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9840 at the offset 0x78d9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50d0 at the offset 0x78f7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9840 at the offset 0x7912. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe0a0 at the offset 0x7937. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x79a7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x79bd. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7be0 at the offset 0x79d6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7be0 at the offset 0x7a23. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd335 at the offset 0x7a49. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7c70 at the offset 0x7a54. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x7a85. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9650 at the offset 0x7acb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe0a0 at the offset 0x7ae4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7be0 at the offset 0x7b7d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd335 at the offset 0x7bb2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7c70 at the offset 0x7bbf. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x7bce. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7be0 at the offset 0x7bf3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd335 at the offset 0x7c22. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7c70 at the offset 0x7c2f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x7c5d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe110 at the offset 0x7c97. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1aea0 at the offset 0x7cb0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa980 at the offset 0x7cba. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10204 at the offset 0x7cd1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10200 at the offset 0x7ce0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x7cf0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10220 at the offset 0x7d04. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1aea0 at the offset 0x7d15. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x7d2e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x7d3f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10204 at the offset 0x7d4a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10204 at the offset 0x7d56. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x7d60. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10204 at the offset 0x7d81. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x7d8f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10220 at the offset 0x7da9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10204 at the offset 0x7db2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1aea0 at the offset 0x7dbe. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x7de0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x7dea. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa7e0 at the offset 0x7e04. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x7e0f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8180 at the offset 0x7e1a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd336 at the offset 0x7e34. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe110 at the offset 0x7e3e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1aea0 at the offset 0x7e4a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa4 at the offset 0x7e5b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa4 at the offset 0x7e67. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10200 at the offset 0x7e77. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcb70 at the offset 0x7e87. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa7e0 at the offset 0x7e93. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10200 at the offset 0x7e9f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9710 at the offset 0x7edc. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x7ef6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x7f15. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd342 at the offset 0x7f47. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x7f56. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afc0 at the offset 0x7fd7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcb98 at the offset 0x7ff2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x8003. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5a90 at the offset 0x8043. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x8052. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x8062. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x82c0 at the offset 0x8084. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x808e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x80a6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5970 at the offset 0x80cb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x80d5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50d0 at the offset 0x80f8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x812a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9840 at the offset 0x814c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x815d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b000 at the offset 0x816f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afe0 at the offset 0x81b6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b000 at the offset 0x81c0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x81ca. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8a50 at the offset 0x81e5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5a90 at the offset 0x8205. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afe0 at the offset 0x821c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b000 at the offset 0x8226. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x8230. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8420 at the offset 0x8247. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9710 at the offset 0x826e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcbc0 at the offset 0x82a6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x82b7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6650 at the offset 0x837f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9710 at the offset 0x841d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50d0 at the offset 0x8475. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9a30 at the offset 0x84be. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa050 at the offset 0x84c8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x84da. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9820 at the offset 0x8590. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd36d at the offset 0x85b4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x85c5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd356 at the offset 0x85d8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x85e9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x85fa. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x8605. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10c50 at the offset 0x866d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa890 at the offset 0x867a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x8684. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x8691. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd3a6 at the offset 0x86ae. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd397 at the offset 0x86b8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd39a at the offset 0x86c7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8180 at the offset 0x86d4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x86df. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x86f5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd386 at the offset 0x8713. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd397 at the offset 0x871d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd39a at the offset 0x872c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd3a4 at the offset 0x873b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x86d0 at the offset 0x8745. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10c48 at the offset 0x8773. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10c58 at the offset 0x8786. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10c50 at the offset 0x87a2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x86d0 at the offset 0x87b1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd3a4 at the offset 0x87bb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x87ca. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x87e8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10c48 at the offset 0x87f8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10c58 at the offset 0x8807. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10c58 at the offset 0x8813. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd3bc at the offset 0x881d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x882e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10c58 at the offset 0x8883. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10c58 at the offset 0x888f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10c58 at the offset 0x88a0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10c58 at the offset 0x88ac. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9650 at the offset 0x88cb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x99a0 at the offset 0x8979. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9840 at the offset 0x898d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x98a0 at the offset 0x89b1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ea0 at the offset 0x89c2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x520 at the offset 0x89f4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b038 at the offset 0x8a0c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd3da at the offset 0x8a3f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa7e0 at the offset 0x8a49. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b038 at the offset 0x8a55. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ea0 at the offset 0x8a7f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xbdc0 at the offset 0x8aa2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ea0 at the offset 0x8aae. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8d70 at the offset 0x8af8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd3f0 at the offset 0x8b02. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7f70 at the offset 0x8b0c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3700 at the offset 0x8b20. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd3d9 at the offset 0x8b3e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd3f5 at the offset 0x8b48. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xab70 at the offset 0x8b52. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd3fc at the offset 0x8b76. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7c70 at the offset 0x8b80. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7ff0 at the offset 0x8b8a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x8b94. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd3fc at the offset 0x8ba1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd3d9 at the offset 0x8c57. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd3f5 at the offset 0x8c68. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xab70 at the offset 0x8c74. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7c70 at the offset 0x8c7e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd40f at the offset 0x8c92. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd3f0 at the offset 0x8cab. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8200 at the offset 0x8cbb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd3f0 at the offset 0x8cd0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd40f at the offset 0x8cdd. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ea0 at the offset 0x8cea. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x57e0 at the offset 0x8d01. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10c60 at the offset 0x8d0d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xb170 at the offset 0x8d1f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd416 at the offset 0x8d2b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7a40 at the offset 0x8d35. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x8d43. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd416 at the offset 0x8d4d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ec0 at the offset 0x8d5d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8cc0 at the offset 0x8d6a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xbb00 at the offset 0x8d85. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7ff0 at the offset 0x8d91. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0x8d9b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9840 at the offset 0x8dad. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd41d at the offset 0x8dc7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xab70 at the offset 0x8dd3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x8e8b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10c60 at the offset 0x8e9e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x8eb8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10c60 at the offset 0x8ecb. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7910 at the offset 0x8eff. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x8f09. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8200 at the offset 0x8f13. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ea0 at the offset 0x8f67. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ea0 at the offset 0x8f7e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9730 at the offset 0x8f95. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x98a0 at the offset 0x8fb4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x98a0 at the offset 0x8fea. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd41d at the offset 0x8fff. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xab70 at the offset 0x900b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8200 at the offset 0x9025. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x99a0 at the offset 0x9036. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd404 at the offset 0x9080. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9600 at the offset 0x908a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1aea0 at the offset 0x90b6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd3ed at the offset 0x90c0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xabc0 at the offset 0x90ca. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe260 at the offset 0x91c3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe110 at the offset 0x91d1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x94f0 at the offset 0x935d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x9466. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x9486. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x94cc. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x94e9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x99c0 at the offset 0x9694. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd436 at the offset 0x96ee. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x96ff. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd422 at the offset 0x9772. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x9783. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9910 at the offset 0x9847. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc278 at the offset 0x9851. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9a30 at the offset 0x985f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc248 at the offset 0x9896. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0x9bcf. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x9bfe. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9a30 at the offset 0x9c52. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9a30 at the offset 0x9c64. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xc428 at the offset 0x9e00. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd44b at the offset 0x9eae. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x99c0 at the offset 0xa05f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9bd0 at the offset 0xa287. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa060 at the offset 0xa293. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10c80 at the offset 0xa29f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10c80 at the offset 0xa2da. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0xa30c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe260 at the offset 0xa31b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0xa32f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0xa356. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0xa387. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10d7c at the offset 0xa39a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10d7d at the offset 0xa3a7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10d7e at the offset 0xa3b4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10d7f at the offset 0xa3c1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa680 at the offset 0xa420. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe110 at the offset 0xa46b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa680 at the offset 0xa47f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7dd0 at the offset 0xa494. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd452 at the offset 0xa4ad. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd458 at the offset 0xa4d4. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9750 at the offset 0xa4e1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd45c at the offset 0xa4f8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa7e0 at the offset 0xa502. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa680 at the offset 0xa537. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xbd90 at the offset 0xa543. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9bd0 at the offset 0xa597. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa060 at the offset 0xa5d7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0xa5f3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa980 at the offset 0xa656. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9bd0 at the offset 0xa677. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0xa681. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa060 at the offset 0xa68f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0xa69b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0xa72e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xaa70 at the offset 0xa7b0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa7e0 at the offset 0xa7c3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe110 at the offset 0xa806. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa680 at the offset 0xa81a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd464 at the offset 0xa828. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b030 at the offset 0xa834. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd46e at the offset 0xa844. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xbd50 at the offset 0xa852. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x21e0 at the offset 0xa85e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9710 at the offset 0xa889. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x98a0 at the offset 0xa8a7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9840 at the offset 0xa8d3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7dd0 at the offset 0xa945. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe120 at the offset 0xa995. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe120 at the offset 0xa9c1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9820 at the offset 0xa9ed. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xad80 at the offset 0xaa61. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xacf0 at the offset 0xaa6d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9820 at the offset 0xaba1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0xac54. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0xac85. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0xad41. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0xad4c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xac70 at the offset 0xad84. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xb820 at the offset 0xad8e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0xad98. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xac70 at the offset 0xadb6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0xadd5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa050 at the offset 0xae6e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b020 at the offset 0xae81. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9690 at the offset 0xaeac. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xb680 at the offset 0xaee9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0xaefc. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0xaf28. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0xaf63. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0xaf7d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b020 at the offset 0xaff3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0xb02f. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0xb043. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x99a0 at the offset 0xb085. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0xb0be. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xaa20 at the offset 0xb0dd. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0xb0f3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd487 at the offset 0xb105. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0xb178. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd486 at the offset 0xb19c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9840 at the offset 0xb1a6. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xb470 at the offset 0xb1e3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcbe8 at the offset 0xb207. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd494 at the offset 0xb216. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa890 at the offset 0xb220. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd48a at the offset 0xb246. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0xb256. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xb5c0 at the offset 0xb2a9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0xb2be. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0xb2e3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xb5c0 at the offset 0xb2f7. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b020 at the offset 0xb393. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0xb3be. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0xb3d2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xae50 at the offset 0xb423. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0xb469. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0xb47b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ec0 at the offset 0xb492. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8cc0 at the offset 0xb4a2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9710 at the offset 0xb4db. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7c70 at the offset 0xb511. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd4a5 at the offset 0xb535. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa830 at the offset 0xb541. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ec0 at the offset 0xb54d. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd4bc at the offset 0xb557. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd4c1 at the offset 0xb56b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa7e0 at the offset 0xb577. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd4da at the offset 0xb594. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd4d7 at the offset 0xb5a1. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa7e0 at the offset 0xb5ab. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10d80 at the offset 0xb5b9. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xbd50 at the offset 0xb5c5. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xbd90 at the offset 0xb5d0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10d80 at the offset 0xb5f2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9910 at the offset 0xb5fc. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd4e8 at the offset 0xb63a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe260 at the offset 0xb644. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10d80 at the offset 0xb652. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9840 at the offset 0xb65c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe260 at the offset 0xb69c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe260 at the offset 0xb6ed. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xb820 at the offset 0xb704. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd4ea at the offset 0xb70e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa7e0 at the offset 0xb71a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0xb726. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8200 at the offset 0xb731. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xb990 at the offset 0xb73c. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0xb754. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xb990 at the offset 0xb780. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xbba0 at the offset 0xb80e. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xbba0 at the offset 0xb84a. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xbba0 at the offset 0xb889. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b038 at the offset 0xb8b0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e88 at the offset 0xb8f2. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e80 at the offset 0xb906. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b030 at the offset 0xb917. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b038 at the offset 0xb953. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xbcf0 at the offset 0xb97b. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b038 at the offset 0xb993. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe280 at the offset 0xb9c3. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6bc0 at the offset 0xb9cd. grub-mkrescue: info: dealing with the relocation section .rela.rodata for .rodata. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0x0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x914 at the offset 0x8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8f0 at the offset 0x10. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0x18. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0x20. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0x28. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0x30. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0x38. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0x40. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0x48. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8d0 at the offset 0x50. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8b0 at the offset 0x58. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0x60. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0x68. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0x70. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0x78. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0x80. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0x88. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0x90. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0x98. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0xa0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0xa8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0xb0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x924 at the offset 0xb8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x860 at the offset 0xc0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x342a at the offset 0xc8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x33eb at the offset 0xd0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x340d at the offset 0xd8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x31aa at the offset 0xe0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3176 at the offset 0xe8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x318d at the offset 0xf0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3239 at the offset 0xf8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x342a at the offset 0x100. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x342a at the offset 0x108. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3250 at the offset 0x110. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3274 at the offset 0x118. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3292 at the offset 0x120. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x32cf at the offset 0x128. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3339 at the offset 0x130. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x31e7 at the offset 0x138. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x320d at the offset 0x140. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x342a at the offset 0x148. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x342a at the offset 0x150. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x31c5 at the offset 0x158. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3163 at the offset 0x160. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2eb0 at the offset 0x168. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2f20 at the offset 0x170. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2f40 at the offset 0x178. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2f60 at the offset 0x180. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x30f0 at the offset 0x188. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3150 at the offset 0x190. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3050 at the offset 0x198. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3070 at the offset 0x1a0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3090 at the offset 0x1a8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x30b0 at the offset 0x1b0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x30d0 at the offset 0x1b8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x770a at the offset 0x220. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x770a at the offset 0x228. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x768a at the offset 0x230. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7656 at the offset 0x238. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7780 at the offset 0x240. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9cf2 at the offset 0x248. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9cb5 at the offset 0x250. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9cb5 at the offset 0x258. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9d15 at the offset 0x260. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9cb5 at the offset 0x268. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9cb5 at the offset 0x270. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9e93 at the offset 0x278. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x280. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x288. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x290. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x298. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x2a0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x2a8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x2b0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x2b8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x2c0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x2c8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x2d0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x2d8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x2e0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x2e8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x2f0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x2f8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x300. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x308. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x310. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x318. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x320. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x328. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x330. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x338. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x340. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x348. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x350. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x358. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x360. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x368. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x370. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9e93 at the offset 0x378. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9f93 at the offset 0x380. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x388. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x390. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x398. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x3a0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x3a8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x3b0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x3b8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x3c0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x3c8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x3d0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x3d8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9f7d at the offset 0x3e0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x3e8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x3f0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9f7d at the offset 0x3f8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x400. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9f68 at the offset 0x408. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x410. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9ea1 at the offset 0x418. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9f68 at the offset 0x420. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa38c at the offset 0x428. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x430. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x438. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x440. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x448. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x450. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x458. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x460. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x468. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x470. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x478. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x480. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x488. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x490. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x498. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x4a0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x4a8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x4b0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x4b8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x4c0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x4c8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x4d0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x4d8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x4e0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x4e8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x4f0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x4f8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x500. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x508. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x510. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x518. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x520. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa5a1 at the offset 0x528. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa40a at the offset 0x530. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x538. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x540. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x548. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x550. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x558. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x560. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x568. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x570. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x578. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x580. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x588. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa5b9 at the offset 0x590. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x598. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x5a0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa2a9 at the offset 0x5a8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x5b0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa40a at the offset 0x5b8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x5c0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa22a at the offset 0x5c8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa40a at the offset 0x5d0. grub-mkrescue: info: dealing with the relocation section .rela.data for .data. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc8b at the offset 0x0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1240 at the offset 0x10. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9e0 at the offset 0x18. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9a0 at the offset 0x20. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1490 at the offset 0x28. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1170 at the offset 0x30. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcf6c at the offset 0x90. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x45f0 at the offset 0x98. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x45b0 at the offset 0xa0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4270 at the offset 0xa8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4490 at the offset 0xb8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4520 at the offset 0xc0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4450 at the offset 0xc8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4750 at the offset 0xd0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4630 at the offset 0xd8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4590 at the offset 0xe0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcf6c at the offset 0x130. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x46b0 at the offset 0x148. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10180 at the offset 0x160. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd3cf at the offset 0x190. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8810 at the offset 0x1a0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x86e0 at the offset 0x1a8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x94e0 at the offset 0x1d0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xbc80 at the offset 0x320. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd503 at the offset 0x340. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x417 at the offset 0x348. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd50e at the offset 0x358. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x360. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd519 at the offset 0x370. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4cc at the offset 0x378. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd525 at the offset 0x388. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x390. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd530 at the offset 0x3a0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x3a8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd53b at the offset 0x3b8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x3c0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd546 at the offset 0x3d0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x3d8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd551 at the offset 0x3e8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x47c at the offset 0x3f0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd55c at the offset 0x400. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x49f at the offset 0x408. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd567 at the offset 0x418. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ec0 at the offset 0x420. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd579 at the offset 0x430. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe0a0 at the offset 0x438. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd58e at the offset 0x448. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5a90 at the offset 0x450. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd5a0 at the offset 0x460. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5c00 at the offset 0x468. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd5b4 at the offset 0x478. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5970 at the offset 0x480. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd5c5 at the offset 0x490. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10f00 at the offset 0x498. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd5db at the offset 0x4a8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6240 at the offset 0x4b0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd5eb at the offset 0x4c0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ef8 at the offset 0x4c8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd5fe at the offset 0x4d8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x61d0 at the offset 0x4e0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd615 at the offset 0x4f0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x61f0 at the offset 0x4f8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd62e at the offset 0x508. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ef0 at the offset 0x510. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd646 at the offset 0x520. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ee0 at the offset 0x528. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd664 at the offset 0x538. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6a70 at the offset 0x540. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd677 at the offset 0x550. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x62f0 at the offset 0x558. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd686 at the offset 0x568. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6650 at the offset 0x570. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd695 at the offset 0x580. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ee8 at the offset 0x588. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd6aa at the offset 0x598. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x99c0 at the offset 0x5a0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd6b8 at the offset 0x5b0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf160 at the offset 0x5b8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd6c5 at the offset 0x5c8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7a40 at the offset 0x5d0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd6d2 at the offset 0x5e0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6ea0 at the offset 0x5e8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd6eb at the offset 0x5f8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6ca0 at the offset 0x600. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd6f7 at the offset 0x610. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6d40 at the offset 0x618. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd706 at the offset 0x628. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x6cf0 at the offset 0x630. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd714 at the offset 0x640. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5d0 at the offset 0x648. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd722 at the offset 0x658. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5f0 at the offset 0x660. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd734 at the offset 0x670. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5e0 at the offset 0x678. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd746 at the offset 0x688. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3880 at the offset 0x690. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd75e at the offset 0x6a0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3590 at the offset 0x6a8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd77c at the offset 0x6b8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3b10 at the offset 0x6c0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd79a at the offset 0x6d0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x3980 at the offset 0x6d8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd7ae at the offset 0x6e8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2bb0 at the offset 0x6f0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd7c7 at the offset 0x700. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x28f0 at the offset 0x708. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd7dd at the offset 0x718. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x21c0 at the offset 0x720. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd7f7 at the offset 0x730. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x39b0 at the offset 0x738. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd80f at the offset 0x748. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2540 at the offset 0x750. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd825 at the offset 0x760. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e98 at the offset 0x768. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd83b at the offset 0x778. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf118 at the offset 0x780. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd850 at the offset 0x790. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1f80 at the offset 0x798. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd867 at the offset 0x7a8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1f30 at the offset 0x7b0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd880 at the offset 0x7c0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ea8 at the offset 0x7c8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd894 at the offset 0x7d8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2090 at the offset 0x7e0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd8ab at the offset 0x7f0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2bd0 at the offset 0x7f8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd8c6 at the offset 0x808. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2100 at the offset 0x810. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd8dd at the offset 0x820. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x22a0 at the offset 0x828. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc20 at the offset 0x838. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2230 at the offset 0x840. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd8f3 at the offset 0x850. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x2190 at the offset 0x858. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd902 at the offset 0x868. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e90 at the offset 0x870. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xcc48 at the offset 0x880. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1830 at the offset 0x888. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd918 at the offset 0x898. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x19b0 at the offset 0x8a0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd935 at the offset 0x8b0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7ff0 at the offset 0x8b8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd945 at the offset 0x8c8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7dd0 at the offset 0x8d0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd952 at the offset 0x8e0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7c70 at the offset 0x8e8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd95f at the offset 0x8f8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7e20 at the offset 0x900. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd96e at the offset 0x910. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7ec0 at the offset 0x918. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd989 at the offset 0x928. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa4 at the offset 0x930. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd9a1 at the offset 0x940. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1aea0 at the offset 0x948. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd9ad at the offset 0x958. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afa0 at the offset 0x960. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd9b8 at the offset 0x970. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8050 at the offset 0x978. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd9c3 at the offset 0x988. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8180 at the offset 0x990. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd9d2 at the offset 0x9a0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x9a8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd9e2 at the offset 0x9b8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x21e0 at the offset 0x9c0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd9ec at the offset 0x9d0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xabc0 at the offset 0x9d8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xd9f7 at the offset 0x9e8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8420 at the offset 0x9f0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xda07 at the offset 0xa00. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afe0 at the offset 0xa08. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xda1d at the offset 0xa18. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b000 at the offset 0xa20. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xda37 at the offset 0xa30. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x82c0 at the offset 0xa38. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xda51 at the offset 0xa48. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8480 at the offset 0xa50. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xda60 at the offset 0xa60. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1afc0 at the offset 0xa68. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xda78 at the offset 0xa78. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8370 at the offset 0xa80. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xda87 at the offset 0xa90. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8690 at the offset 0xa98. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xda96 at the offset 0xaa8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5110 at the offset 0xab0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdaa0 at the offset 0xac0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10c48 at the offset 0xac8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdab6 at the offset 0xad8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10c50 at the offset 0xae0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdac3 at the offset 0xaf0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8a50 at the offset 0xaf8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdad1 at the offset 0xb08. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5210 at the offset 0xb10. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdae2 at the offset 0xb20. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xbd50 at the offset 0xb28. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdaee at the offset 0xb38. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xbcf0 at the offset 0xb40. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdb02 at the offset 0xb50. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe110 at the offset 0xb58. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdb0f at the offset 0xb68. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9820 at the offset 0xb70. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdb1c at the offset 0xb80. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8d10 at the offset 0xb88. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdb2b at the offset 0xb98. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8d40 at the offset 0xba0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdb3c at the offset 0xbb0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x540 at the offset 0xbb8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdb4e at the offset 0xbc8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50b0 at the offset 0xbd0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdb5a at the offset 0xbe0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x4e50 at the offset 0xbe8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdb68 at the offset 0xbf8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x560 at the offset 0xc00. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdb7c at the offset 0xc10. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9600 at the offset 0xc18. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdb88 at the offset 0xc28. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0xc30. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdb95 at the offset 0xc40. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9910 at the offset 0xc48. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdba1 at the offset 0xc58. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5230 at the offset 0xc60. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdbb1 at the offset 0xc70. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10eb8 at the offset 0xc78. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdbbe at the offset 0xc88. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10ea0 at the offset 0xc90. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdbcb at the offset 0xca0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8cc0 at the offset 0xca8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdbe0 at the offset 0xcb8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xf150 at the offset 0xcc0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdbee at the offset 0xcd0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e80 at the offset 0xcd8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdc07 at the offset 0xce8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xad80 at the offset 0xcf0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdc21 at the offset 0xd00. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xae50 at the offset 0xd08. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdc3b at the offset 0xd18. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xb470 at the offset 0xd20. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdc53 at the offset 0xd30. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xb3f0 at the offset 0xd38. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdc6a at the offset 0xd48. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b020 at the offset 0xd50. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdc82 at the offset 0xd60. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xb1f0 at the offset 0xd68. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdc97 at the offset 0xd78. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x730 at the offset 0xd80. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdcb0 at the offset 0xd90. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x630 at the offset 0xd98. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdcc1 at the offset 0xda8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x600 at the offset 0xdb0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdcd7 at the offset 0xdc0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x8200 at the offset 0xdc8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdce8 at the offset 0xdd8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa7e0 at the offset 0xde0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdcf4 at the offset 0xdf0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa830 at the offset 0xdf8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdd01 at the offset 0xe08. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x95c0 at the offset 0xe10. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdd0c at the offset 0xe20. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa890 at the offset 0xe28. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdd1e at the offset 0xe38. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5130 at the offset 0xe40. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdd2b at the offset 0xe50. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xbd90 at the offset 0xe58. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdd38 at the offset 0xe68. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x5260 at the offset 0xe70. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdd53 at the offset 0xe80. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x7f70 at the offset 0xe88. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdd6f at the offset 0xe98. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xaa20 at the offset 0xea0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdd7d at the offset 0xeb0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9710 at the offset 0xeb8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdd89 at the offset 0xec8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9650 at the offset 0xed0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdd95 at the offset 0xee0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9590 at the offset 0xee8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdda1 at the offset 0xef8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9840 at the offset 0xf00. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xddad at the offset 0xf10. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x99a0 at the offset 0xf18. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xddb9 at the offset 0xf28. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9690 at the offset 0xf30. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xddc6 at the offset 0xf40. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x98a0 at the offset 0xf48. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xddd3 at the offset 0xf58. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9730 at the offset 0xf60. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdde0 at the offset 0xf70. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa050 at the offset 0xf78. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdded at the offset 0xf88. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9a30 at the offset 0xf90. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xddfb at the offset 0xfa0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9750 at the offset 0xfa8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xde08 at the offset 0xfb8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe268 at the offset 0xfc0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xde22 at the offset 0xfd0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b030 at the offset 0xfd8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xde33 at the offset 0xfe8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b040 at the offset 0xff0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xde4d at the offset 0x1000. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe269 at the offset 0x1008. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xde64 at the offset 0x1018. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b038 at the offset 0x1020. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xde76 at the offset 0x1030. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x1b028 at the offset 0x1038. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xde91 at the offset 0x1048. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10e88 at the offset 0x1050. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdea4 at the offset 0x1060. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x10eb0 at the offset 0x1068. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdeb2 at the offset 0x1078. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x53a0 at the offset 0x1080. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdeca at the offset 0x1090. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa680 at the offset 0x1098. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xded7 at the offset 0x10a8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xa980 at the offset 0x10b0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdee6 at the offset 0x10c0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xab70 at the offset 0x10c8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdef5 at the offset 0x10d8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xe260 at the offset 0x10e0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdf00 at the offset 0x10f0. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xaa70 at the offset 0x10f8. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdf10 at the offset 0x1108. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x50d0 at the offset 0x1110. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdf1c at the offset 0x1120. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9600 at the offset 0x1128. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdf23 at the offset 0x1138. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x1140. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdf2a at the offset 0x1150. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9530 at the offset 0x1158. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0xdf32 at the offset 0x1168. grub-mkrescue: info: relocating an R_X86_64_64 entry to 0x9910 at the offset 0x1170. grub-mkrescue: info: translating the relocation section .rela.text. grub-mkrescue: info: adding a relocation entry for 0x526. grub-mkrescue: info: adding a relocation entry for 0x532. grub-mkrescue: info: adding a relocation entry for 0x552. grub-mkrescue: info: adding a relocation entry for 0x57a. grub-mkrescue: info: adding a relocation entry for 0x5a5. grub-mkrescue: info: adding a relocation entry for 0x5b6. grub-mkrescue: info: adding a relocation entry for 0x5d2. grub-mkrescue: info: adding a relocation entry for 0x7da. grub-mkrescue: info: adding a relocation entry for 0x7eb. grub-mkrescue: info: adding a relocation entry for 0x821. grub-mkrescue: info: adding a relocation entry for 0x88f. grub-mkrescue: info: adding a relocation entry for 0x8a2. grub-mkrescue: info: adding a relocation entry for 0x8e5. grub-mkrescue: info: adding a relocation entry for 0x92b. grub-mkrescue: info: adding a relocation entry for 0x93c. grub-mkrescue: info: adding a relocation entry for 0x9a5. grub-mkrescue: info: adding a relocation entry for 0x9af. grub-mkrescue: info: adding a relocation entry for 0x9be. grub-mkrescue: info: adding a relocation entry for 0x9ca. grub-mkrescue: info: adding a relocation entry for 0x9ec. grub-mkrescue: info: adding a relocation entry for 0x9f6. grub-mkrescue: info: adding a relocation entry for 0xa02. grub-mkrescue: info: adding a relocation entry for 0xa0c. grub-mkrescue: info: adding a relocation entry for 0xa4b. grub-mkrescue: info: adding a relocation entry for 0xa57. grub-mkrescue: info: adding a relocation entry for 0xa8a. grub-mkrescue: info: adding a relocation entry for 0xaa3. grub-mkrescue: info: adding a relocation entry for 0xac2. grub-mkrescue: info: adding a relocation entry for 0xad3. grub-mkrescue: info: adding a relocation entry for 0xade. grub-mkrescue: info: adding a relocation entry for 0xaf7. grub-mkrescue: info: adding a relocation entry for 0xb26. grub-mkrescue: info: adding a relocation entry for 0xb37. grub-mkrescue: info: adding a relocation entry for 0xb41. grub-mkrescue: info: adding a relocation entry for 0xbcd. grub-mkrescue: info: adding a relocation entry for 0xbd7. grub-mkrescue: info: adding a relocation entry for 0xbe6. grub-mkrescue: info: adding a relocation entry for 0xc26. grub-mkrescue: info: adding a relocation entry for 0xc3f. grub-mkrescue: info: adding a relocation entry for 0xc54. grub-mkrescue: info: adding a relocation entry for 0xc94. grub-mkrescue: info: adding a relocation entry for 0xcd3. grub-mkrescue: info: adding a relocation entry for 0xcde. grub-mkrescue: info: adding a relocation entry for 0xd04. grub-mkrescue: info: adding a relocation entry for 0xd11. grub-mkrescue: info: adding a relocation entry for 0xd30. grub-mkrescue: info: adding a relocation entry for 0xd3d. grub-mkrescue: info: adding a relocation entry for 0xd60. grub-mkrescue: info: adding a relocation entry for 0xd6a. grub-mkrescue: info: adding a relocation entry for 0xd7b. grub-mkrescue: info: adding a relocation entry for 0xd8c. grub-mkrescue: info: adding a relocation entry for 0xda1. grub-mkrescue: info: adding a relocation entry for 0xdb6. grub-mkrescue: info: adding a relocation entry for 0xdc5. grub-mkrescue: info: adding a relocation entry for 0xe12. grub-mkrescue: info: adding a relocation entry for 0xe1c. grub-mkrescue: info: adding a relocation entry for 0xe47. grub-mkrescue: info: adding a relocation entry for 0xe54. grub-mkrescue: info: adding a relocation entry for 0xe6d. grub-mkrescue: info: adding a relocation entry for 0xeb7. grub-mkrescue: info: adding a relocation entry for 0xee7. grub-mkrescue: info: adding a relocation entry for 0xf41. grub-mkrescue: info: adding a relocation entry for 0xf5e. grub-mkrescue: info: adding a relocation entry for 0xf74. grub-mkrescue: info: adding a relocation entry for 0xf9d. grub-mkrescue: info: adding a relocation entry for 0xfa7. grub-mkrescue: info: adding a relocation entry for 0xff0. grub-mkrescue: info: adding a relocation entry for 0x102e. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: writing 144 bytes of a fixup block starting at 0x0. grub-mkrescue: info: adding a relocation entry for 0x1038. grub-mkrescue: info: adding a relocation entry for 0x1083. grub-mkrescue: info: adding a relocation entry for 0x10a7. grub-mkrescue: info: adding a relocation entry for 0x10c6. grub-mkrescue: info: adding a relocation entry for 0x1146. grub-mkrescue: info: adding a relocation entry for 0x117d. grub-mkrescue: info: adding a relocation entry for 0x1187. grub-mkrescue: info: adding a relocation entry for 0x1196. grub-mkrescue: info: adding a relocation entry for 0x11b4. grub-mkrescue: info: adding a relocation entry for 0x11db. grub-mkrescue: info: adding a relocation entry for 0x1216. grub-mkrescue: info: adding a relocation entry for 0x1227. grub-mkrescue: info: adding a relocation entry for 0x1267. grub-mkrescue: info: adding a relocation entry for 0x1285. grub-mkrescue: info: adding a relocation entry for 0x128f. grub-mkrescue: info: adding a relocation entry for 0x12bb. grub-mkrescue: info: adding a relocation entry for 0x12d7. grub-mkrescue: info: adding a relocation entry for 0x12e1. grub-mkrescue: info: adding a relocation entry for 0x12f0. grub-mkrescue: info: adding a relocation entry for 0x1334. grub-mkrescue: info: adding a relocation entry for 0x134e. grub-mkrescue: info: adding a relocation entry for 0x1358. grub-mkrescue: info: adding a relocation entry for 0x137e. grub-mkrescue: info: adding a relocation entry for 0x139a. grub-mkrescue: info: adding a relocation entry for 0x13a4. grub-mkrescue: info: adding a relocation entry for 0x13b3. grub-mkrescue: info: adding a relocation entry for 0x13d7. grub-mkrescue: info: adding a relocation entry for 0x13f5. grub-mkrescue: info: adding a relocation entry for 0x13ff. grub-mkrescue: info: adding a relocation entry for 0x1430. grub-mkrescue: info: adding a relocation entry for 0x144c. grub-mkrescue: info: adding a relocation entry for 0x1456. grub-mkrescue: info: adding a relocation entry for 0x1465. grub-mkrescue: info: adding a relocation entry for 0x149d. grub-mkrescue: info: adding a relocation entry for 0x14a7. grub-mkrescue: info: adding a relocation entry for 0x14b6. grub-mkrescue: info: adding a relocation entry for 0x14d4. grub-mkrescue: info: adding a relocation entry for 0x14fb. grub-mkrescue: info: adding a relocation entry for 0x1536. grub-mkrescue: info: adding a relocation entry for 0x1547. grub-mkrescue: info: adding a relocation entry for 0x1564. grub-mkrescue: info: adding a relocation entry for 0x1572. grub-mkrescue: info: adding a relocation entry for 0x157e. grub-mkrescue: info: adding a relocation entry for 0x158e. grub-mkrescue: info: adding a relocation entry for 0x1598. grub-mkrescue: info: adding a relocation entry for 0x161a. grub-mkrescue: info: adding a relocation entry for 0x1624. grub-mkrescue: info: adding a relocation entry for 0x162e. grub-mkrescue: info: adding a relocation entry for 0x1669. grub-mkrescue: info: adding a relocation entry for 0x16b2. grub-mkrescue: info: adding a relocation entry for 0x16d4. grub-mkrescue: info: adding a relocation entry for 0x16de. grub-mkrescue: info: adding a relocation entry for 0x1720. grub-mkrescue: info: adding a relocation entry for 0x1735. grub-mkrescue: info: adding a relocation entry for 0x1809. grub-mkrescue: info: adding a relocation entry for 0x1823. grub-mkrescue: info: adding a relocation entry for 0x188e. grub-mkrescue: info: adding a relocation entry for 0x18a5. grub-mkrescue: info: adding a relocation entry for 0x18c3. grub-mkrescue: info: adding a relocation entry for 0x18da. grub-mkrescue: info: adding a relocation entry for 0x18fd. grub-mkrescue: info: adding a relocation entry for 0x19b4. grub-mkrescue: info: adding a relocation entry for 0x19db. grub-mkrescue: info: adding a relocation entry for 0x1a02. grub-mkrescue: info: adding a relocation entry for 0x1a1a. grub-mkrescue: info: adding a relocation entry for 0x1a4b. grub-mkrescue: info: adding a relocation entry for 0x1a5a. grub-mkrescue: info: adding a relocation entry for 0x1a73. grub-mkrescue: info: adding a relocation entry for 0x1aa4. grub-mkrescue: info: adding a relocation entry for 0x1afa. grub-mkrescue: info: adding a relocation entry for 0x1b13. grub-mkrescue: info: adding a relocation entry for 0x1b49. grub-mkrescue: info: adding a relocation entry for 0x1b58. grub-mkrescue: info: adding a relocation entry for 0x1b71. grub-mkrescue: info: adding a relocation entry for 0x1b83. grub-mkrescue: info: adding a relocation entry for 0x1bbb. grub-mkrescue: info: adding a relocation entry for 0x1bd8. grub-mkrescue: info: adding a relocation entry for 0x1be5. grub-mkrescue: info: adding a relocation entry for 0x1bff. grub-mkrescue: info: adding a relocation entry for 0x1c0f. grub-mkrescue: info: adding a relocation entry for 0x1c26. grub-mkrescue: info: adding a relocation entry for 0x1c42. grub-mkrescue: info: adding a relocation entry for 0x1c56. grub-mkrescue: info: adding a relocation entry for 0x1c83. grub-mkrescue: info: adding a relocation entry for 0x1c92. grub-mkrescue: info: adding a relocation entry for 0x1cb2. grub-mkrescue: info: adding a relocation entry for 0x1cc1. grub-mkrescue: info: adding a relocation entry for 0x1cf3. grub-mkrescue: info: adding a relocation entry for 0x1d02. grub-mkrescue: info: adding a relocation entry for 0x1d20. grub-mkrescue: info: adding a relocation entry for 0x1d43. grub-mkrescue: info: adding a relocation entry for 0x1d57. grub-mkrescue: info: adding a relocation entry for 0x1d84. grub-mkrescue: info: adding a relocation entry for 0x1d93. grub-mkrescue: info: adding a relocation entry for 0x1dae. grub-mkrescue: info: adding a relocation entry for 0x1dbd. grub-mkrescue: info: adding a relocation entry for 0x1df7. grub-mkrescue: info: adding a relocation entry for 0x1e06. grub-mkrescue: info: adding a relocation entry for 0x1e24. grub-mkrescue: info: adding a relocation entry for 0x1e44. grub-mkrescue: info: adding a relocation entry for 0x1e66. grub-mkrescue: info: adding a relocation entry for 0x1ecf. grub-mkrescue: info: adding a relocation entry for 0x1efd. grub-mkrescue: info: adding a relocation entry for 0x1f16. grub-mkrescue: info: adding a relocation entry for 0x1f39. grub-mkrescue: info: adding a relocation entry for 0x1f4c. grub-mkrescue: info: adding a relocation entry for 0x1f97. grub-mkrescue: info: adding a relocation entry for 0x1fc5. grub-mkrescue: info: adding a relocation entry for 0x1fe3. grub-mkrescue: info: adding a relocation entry for 0x2035. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: writing 232 bytes of a fixup block starting at 0x1000. grub-mkrescue: info: adding a relocation entry for 0x2075. grub-mkrescue: info: adding a relocation entry for 0x2099. grub-mkrescue: info: adding a relocation entry for 0x20ba. grub-mkrescue: info: adding a relocation entry for 0x20d2. grub-mkrescue: info: adding a relocation entry for 0x2107. grub-mkrescue: info: adding a relocation entry for 0x2111. grub-mkrescue: info: adding a relocation entry for 0x213a. grub-mkrescue: info: adding a relocation entry for 0x2165. grub-mkrescue: info: adding a relocation entry for 0x2192. grub-mkrescue: info: adding a relocation entry for 0x21aa. grub-mkrescue: info: adding a relocation entry for 0x21c7. grub-mkrescue: info: adding a relocation entry for 0x21d1. grub-mkrescue: info: adding a relocation entry for 0x21e2. grub-mkrescue: info: adding a relocation entry for 0x21f2. grub-mkrescue: info: adding a relocation entry for 0x220e. grub-mkrescue: info: adding a relocation entry for 0x221b. grub-mkrescue: info: adding a relocation entry for 0x223c. grub-mkrescue: info: adding a relocation entry for 0x225c. grub-mkrescue: info: adding a relocation entry for 0x2274. grub-mkrescue: info: adding a relocation entry for 0x2285. grub-mkrescue: info: adding a relocation entry for 0x22a4. grub-mkrescue: info: adding a relocation entry for 0x22ca. grub-mkrescue: info: adding a relocation entry for 0x2348. grub-mkrescue: info: adding a relocation entry for 0x236b. grub-mkrescue: info: adding a relocation entry for 0x24e9. grub-mkrescue: info: adding a relocation entry for 0x2501. grub-mkrescue: info: adding a relocation entry for 0x2528. grub-mkrescue: info: adding a relocation entry for 0x2544. grub-mkrescue: info: adding a relocation entry for 0x255e. grub-mkrescue: info: adding a relocation entry for 0x2609. grub-mkrescue: info: adding a relocation entry for 0x2619. grub-mkrescue: info: adding a relocation entry for 0x2665. grub-mkrescue: info: adding a relocation entry for 0x27f5. grub-mkrescue: info: adding a relocation entry for 0x2824. grub-mkrescue: info: adding a relocation entry for 0x2833. grub-mkrescue: info: adding a relocation entry for 0x2846. grub-mkrescue: info: adding a relocation entry for 0x287d. grub-mkrescue: info: adding a relocation entry for 0x28a7. grub-mkrescue: info: adding a relocation entry for 0x295b. grub-mkrescue: info: adding a relocation entry for 0x2bb7. grub-mkrescue: info: adding a relocation entry for 0x2bc1. grub-mkrescue: info: adding a relocation entry for 0x2bdd. grub-mkrescue: info: adding a relocation entry for 0x2be8. grub-mkrescue: info: adding a relocation entry for 0x2c4e. grub-mkrescue: info: adding a relocation entry for 0x2cb8. grub-mkrescue: info: adding a relocation entry for 0x2cc2. grub-mkrescue: info: adding a relocation entry for 0x2cdd. grub-mkrescue: info: adding a relocation entry for 0x2cf2. grub-mkrescue: info: adding a relocation entry for 0x2d0f. grub-mkrescue: info: adding a relocation entry for 0x2d4d. grub-mkrescue: info: adding a relocation entry for 0x2d84. grub-mkrescue: info: adding a relocation entry for 0x2d98. grub-mkrescue: info: adding a relocation entry for 0x2dcd. grub-mkrescue: info: adding a relocation entry for 0x2de4. grub-mkrescue: info: adding a relocation entry for 0x2e00. grub-mkrescue: info: adding a relocation entry for 0x2e20. grub-mkrescue: info: adding a relocation entry for 0x2e33. grub-mkrescue: info: adding a relocation entry for 0x2e46. grub-mkrescue: info: adding a relocation entry for 0x2e6a. grub-mkrescue: info: adding a relocation entry for 0x2e82. grub-mkrescue: info: adding a relocation entry for 0x2e99. grub-mkrescue: info: adding a relocation entry for 0x2ebc. grub-mkrescue: info: adding a relocation entry for 0x2f2a. grub-mkrescue: info: adding a relocation entry for 0x2f45. grub-mkrescue: info: adding a relocation entry for 0x2f4f. grub-mkrescue: info: adding a relocation entry for 0x2f66. grub-mkrescue: info: adding a relocation entry for 0x302f. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: writing 144 bytes of a fixup block starting at 0x2000. grub-mkrescue: info: adding a relocation entry for 0x3040. grub-mkrescue: info: adding a relocation entry for 0x305c. grub-mkrescue: info: adding a relocation entry for 0x3077. grub-mkrescue: info: adding a relocation entry for 0x309a. grub-mkrescue: info: adding a relocation entry for 0x30b5. grub-mkrescue: info: adding a relocation entry for 0x30bf. grub-mkrescue: info: adding a relocation entry for 0x30d6. grub-mkrescue: info: adding a relocation entry for 0x30fc. grub-mkrescue: info: adding a relocation entry for 0x3152. grub-mkrescue: info: adding a relocation entry for 0x3165. grub-mkrescue: info: adding a relocation entry for 0x317c. grub-mkrescue: info: adding a relocation entry for 0x3199. grub-mkrescue: info: adding a relocation entry for 0x31b4. grub-mkrescue: info: adding a relocation entry for 0x31d1. grub-mkrescue: info: adding a relocation entry for 0x31f3. grub-mkrescue: info: adding a relocation entry for 0x3219. grub-mkrescue: info: adding a relocation entry for 0x323f. grub-mkrescue: info: adding a relocation entry for 0x325b. grub-mkrescue: info: adding a relocation entry for 0x3279. grub-mkrescue: info: adding a relocation entry for 0x3283. grub-mkrescue: info: adding a relocation entry for 0x329e. grub-mkrescue: info: adding a relocation entry for 0x32db. grub-mkrescue: info: adding a relocation entry for 0x3345. grub-mkrescue: info: adding a relocation entry for 0x33f7. grub-mkrescue: info: adding a relocation entry for 0x3419. grub-mkrescue: info: adding a relocation entry for 0x342c. grub-mkrescue: info: adding a relocation entry for 0x3499. grub-mkrescue: info: adding a relocation entry for 0x34ab. grub-mkrescue: info: adding a relocation entry for 0x34bc. grub-mkrescue: info: adding a relocation entry for 0x34cd. grub-mkrescue: info: adding a relocation entry for 0x34e9. grub-mkrescue: info: adding a relocation entry for 0x3571. grub-mkrescue: info: adding a relocation entry for 0x35e7. grub-mkrescue: info: adding a relocation entry for 0x3696. grub-mkrescue: info: adding a relocation entry for 0x36a2. grub-mkrescue: info: adding a relocation entry for 0x36ac. grub-mkrescue: info: adding a relocation entry for 0x36b8. grub-mkrescue: info: adding a relocation entry for 0x36c4. grub-mkrescue: info: adding a relocation entry for 0x36e2. grub-mkrescue: info: adding a relocation entry for 0x36ee. grub-mkrescue: info: adding a relocation entry for 0x3704. grub-mkrescue: info: adding a relocation entry for 0x3719. grub-mkrescue: info: adding a relocation entry for 0x3731. grub-mkrescue: info: adding a relocation entry for 0x3741. grub-mkrescue: info: adding a relocation entry for 0x3769. grub-mkrescue: info: adding a relocation entry for 0x3782. grub-mkrescue: info: adding a relocation entry for 0x37b6. grub-mkrescue: info: adding a relocation entry for 0x37c2. grub-mkrescue: info: adding a relocation entry for 0x37f7. grub-mkrescue: info: adding a relocation entry for 0x3821. grub-mkrescue: info: adding a relocation entry for 0x38ac. grub-mkrescue: info: adding a relocation entry for 0x38c6. grub-mkrescue: info: adding a relocation entry for 0x3936. grub-mkrescue: info: adding a relocation entry for 0x394d. grub-mkrescue: info: adding a relocation entry for 0x3985. grub-mkrescue: info: adding a relocation entry for 0x3998. grub-mkrescue: info: adding a relocation entry for 0x39b4. grub-mkrescue: info: adding a relocation entry for 0x39e2. grub-mkrescue: info: adding a relocation entry for 0x39fb. grub-mkrescue: info: adding a relocation entry for 0x3a08. grub-mkrescue: info: adding a relocation entry for 0x3a19. grub-mkrescue: info: adding a relocation entry for 0x3a2f. grub-mkrescue: info: adding a relocation entry for 0x3a44. grub-mkrescue: info: adding a relocation entry for 0x3a5a. grub-mkrescue: info: adding a relocation entry for 0x3a8b. grub-mkrescue: info: adding a relocation entry for 0x3aaa. grub-mkrescue: info: adding a relocation entry for 0x3ae3. grub-mkrescue: info: adding a relocation entry for 0x3af3. grub-mkrescue: info: adding a relocation entry for 0x3b1a. grub-mkrescue: info: adding a relocation entry for 0x3b26. grub-mkrescue: info: adding a relocation entry for 0x3b3c. grub-mkrescue: info: adding a relocation entry for 0x3b50. grub-mkrescue: info: adding a relocation entry for 0x3b5e. grub-mkrescue: info: adding a relocation entry for 0x3bab. grub-mkrescue: info: adding a relocation entry for 0x3bc2. grub-mkrescue: info: adding a relocation entry for 0x3bdf. grub-mkrescue: info: adding a relocation entry for 0x3bef. grub-mkrescue: info: adding a relocation entry for 0x3bf9. grub-mkrescue: info: adding a relocation entry for 0x3c03. grub-mkrescue: info: adding a relocation entry for 0x3c10. grub-mkrescue: info: adding a relocation entry for 0x3c24. grub-mkrescue: info: adding a relocation entry for 0x3c39. grub-mkrescue: info: adding a relocation entry for 0x3c46. grub-mkrescue: info: adding a relocation entry for 0x3c6c. grub-mkrescue: info: adding a relocation entry for 0x3c82. grub-mkrescue: info: adding a relocation entry for 0x3c8e. grub-mkrescue: info: adding a relocation entry for 0x3c9a. grub-mkrescue: info: adding a relocation entry for 0x3ca4. grub-mkrescue: info: adding a relocation entry for 0x3cae. grub-mkrescue: info: adding a relocation entry for 0x3cb8. grub-mkrescue: info: adding a relocation entry for 0x3cc5. grub-mkrescue: info: adding a relocation entry for 0x3cde. grub-mkrescue: info: adding a relocation entry for 0x3cf2. grub-mkrescue: info: adding a relocation entry for 0x3cff. grub-mkrescue: info: adding a relocation entry for 0x3d0b. grub-mkrescue: info: adding a relocation entry for 0x3d1c. grub-mkrescue: info: adding a relocation entry for 0x3d36. grub-mkrescue: info: adding a relocation entry for 0x3d52. grub-mkrescue: info: adding a relocation entry for 0x3d67. grub-mkrescue: info: adding a relocation entry for 0x3d7a. grub-mkrescue: info: adding a relocation entry for 0x3d8a. grub-mkrescue: info: adding a relocation entry for 0x3d97. grub-mkrescue: info: adding a relocation entry for 0x3dad. grub-mkrescue: info: adding a relocation entry for 0x3dc4. grub-mkrescue: info: adding a relocation entry for 0x3dda. grub-mkrescue: info: adding a relocation entry for 0x3dfa. grub-mkrescue: info: adding a relocation entry for 0x3e04. grub-mkrescue: info: adding a relocation entry for 0x3e22. grub-mkrescue: info: adding a relocation entry for 0x3e33. grub-mkrescue: info: adding a relocation entry for 0x3e52. grub-mkrescue: info: adding a relocation entry for 0x3e5e. grub-mkrescue: info: adding a relocation entry for 0x3e6f. grub-mkrescue: info: adding a relocation entry for 0x3e9f. grub-mkrescue: info: adding a relocation entry for 0x3edf. grub-mkrescue: info: adding a relocation entry for 0x3f1f. grub-mkrescue: info: adding a relocation entry for 0x4140. grub-mkrescue: info: writing 240 bytes of a fixup block starting at 0x3000. grub-mkrescue: info: adding a relocation entry for 0x4155. grub-mkrescue: info: adding a relocation entry for 0x4171. grub-mkrescue: info: adding a relocation entry for 0x418c. grub-mkrescue: info: adding a relocation entry for 0x4198. grub-mkrescue: info: adding a relocation entry for 0x41a4. grub-mkrescue: info: adding a relocation entry for 0x41c0. grub-mkrescue: info: adding a relocation entry for 0x4225. grub-mkrescue: info: adding a relocation entry for 0x422f. grub-mkrescue: info: adding a relocation entry for 0x423b. grub-mkrescue: info: adding a relocation entry for 0x4247. grub-mkrescue: info: adding a relocation entry for 0x4253. grub-mkrescue: info: adding a relocation entry for 0x425f. grub-mkrescue: info: adding a relocation entry for 0x4272. grub-mkrescue: info: adding a relocation entry for 0x4291. grub-mkrescue: info: adding a relocation entry for 0x434d. grub-mkrescue: info: adding a relocation entry for 0x4406. grub-mkrescue: info: adding a relocation entry for 0x4452. grub-mkrescue: info: adding a relocation entry for 0x4464. grub-mkrescue: info: adding a relocation entry for 0x4484. grub-mkrescue: info: adding a relocation entry for 0x4492. grub-mkrescue: info: adding a relocation entry for 0x44a0. grub-mkrescue: info: adding a relocation entry for 0x44da. grub-mkrescue: info: adding a relocation entry for 0x4522. grub-mkrescue: info: adding a relocation entry for 0x4532. grub-mkrescue: info: adding a relocation entry for 0x4562. grub-mkrescue: info: adding a relocation entry for 0x4573. grub-mkrescue: info: adding a relocation entry for 0x4592. grub-mkrescue: info: adding a relocation entry for 0x45a6. grub-mkrescue: info: adding a relocation entry for 0x45b2. grub-mkrescue: info: adding a relocation entry for 0x45c8. grub-mkrescue: info: adding a relocation entry for 0x45d6. grub-mkrescue: info: adding a relocation entry for 0x45fb. grub-mkrescue: info: adding a relocation entry for 0x4607. grub-mkrescue: info: adding a relocation entry for 0x461c. grub-mkrescue: info: adding a relocation entry for 0x4632. grub-mkrescue: info: adding a relocation entry for 0x4642. grub-mkrescue: info: adding a relocation entry for 0x465c. grub-mkrescue: info: adding a relocation entry for 0x466f. grub-mkrescue: info: adding a relocation entry for 0x4686. grub-mkrescue: info: adding a relocation entry for 0x469e. grub-mkrescue: info: adding a relocation entry for 0x46b3. grub-mkrescue: info: adding a relocation entry for 0x46d2. grub-mkrescue: info: adding a relocation entry for 0x46e5. grub-mkrescue: info: adding a relocation entry for 0x4738. grub-mkrescue: info: adding a relocation entry for 0x4752. grub-mkrescue: info: adding a relocation entry for 0x4766. grub-mkrescue: info: adding a relocation entry for 0x4773. grub-mkrescue: info: adding a relocation entry for 0x479a. grub-mkrescue: info: adding a relocation entry for 0x47cb. grub-mkrescue: info: adding a relocation entry for 0x47df. grub-mkrescue: info: adding a relocation entry for 0x47ef. grub-mkrescue: info: adding a relocation entry for 0x47f9. grub-mkrescue: info: adding a relocation entry for 0x4803. grub-mkrescue: info: adding a relocation entry for 0x480f. grub-mkrescue: info: adding a relocation entry for 0x481f. grub-mkrescue: info: adding a relocation entry for 0x4829. grub-mkrescue: info: adding a relocation entry for 0x4833. grub-mkrescue: info: adding a relocation entry for 0x4843. grub-mkrescue: info: adding a relocation entry for 0x4852. grub-mkrescue: info: adding a relocation entry for 0x4862. grub-mkrescue: info: adding a relocation entry for 0x486c. grub-mkrescue: info: adding a relocation entry for 0x4876. grub-mkrescue: info: adding a relocation entry for 0x4882. grub-mkrescue: info: adding a relocation entry for 0x4892. grub-mkrescue: info: adding a relocation entry for 0x48a1. grub-mkrescue: info: adding a relocation entry for 0x48b1. grub-mkrescue: info: adding a relocation entry for 0x48bb. grub-mkrescue: info: adding a relocation entry for 0x48c5. grub-mkrescue: info: adding a relocation entry for 0x48d5. grub-mkrescue: info: adding a relocation entry for 0x48e4. grub-mkrescue: info: adding a relocation entry for 0x4903. grub-mkrescue: info: adding a relocation entry for 0x490d. grub-mkrescue: info: adding a relocation entry for 0x4919. grub-mkrescue: info: adding a relocation entry for 0x4925. grub-mkrescue: info: adding a relocation entry for 0x4934. grub-mkrescue: info: adding a relocation entry for 0x4952. grub-mkrescue: info: adding a relocation entry for 0x495f. grub-mkrescue: info: adding a relocation entry for 0x49c3. grub-mkrescue: info: adding a relocation entry for 0x4a13. grub-mkrescue: info: adding a relocation entry for 0x4a2c. grub-mkrescue: info: adding a relocation entry for 0x4a36. grub-mkrescue: info: adding a relocation entry for 0x4a40. grub-mkrescue: info: adding a relocation entry for 0x4a52. grub-mkrescue: info: adding a relocation entry for 0x4a5e. grub-mkrescue: info: adding a relocation entry for 0x4a80. grub-mkrescue: info: adding a relocation entry for 0x4ab5. grub-mkrescue: info: adding a relocation entry for 0x4abf. grub-mkrescue: info: adding a relocation entry for 0x4af7. grub-mkrescue: info: adding a relocation entry for 0x4b03. grub-mkrescue: info: adding a relocation entry for 0x4b12. grub-mkrescue: info: adding a relocation entry for 0x4b1e. grub-mkrescue: info: adding a relocation entry for 0x4b2f. grub-mkrescue: info: adding a relocation entry for 0x4b39. grub-mkrescue: info: adding a relocation entry for 0x4b56. grub-mkrescue: info: adding a relocation entry for 0x4c7e. grub-mkrescue: info: adding a relocation entry for 0x4c8a. grub-mkrescue: info: adding a relocation entry for 0x4ccb. grub-mkrescue: info: adding a relocation entry for 0x4d50. grub-mkrescue: info: adding a relocation entry for 0x4e0e. grub-mkrescue: info: adding a relocation entry for 0x4e2c. grub-mkrescue: info: adding a relocation entry for 0x4e3b. grub-mkrescue: info: adding a relocation entry for 0x4e54. grub-mkrescue: info: adding a relocation entry for 0x4e8b. grub-mkrescue: info: adding a relocation entry for 0x4fcb. grub-mkrescue: info: adding a relocation entry for 0x505b. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: writing 224 bytes of a fixup block starting at 0x4000. grub-mkrescue: info: adding a relocation entry for 0x5067. grub-mkrescue: info: adding a relocation entry for 0x5073. grub-mkrescue: info: adding a relocation entry for 0x507f. grub-mkrescue: info: adding a relocation entry for 0x508b. grub-mkrescue: info: adding a relocation entry for 0x509c. grub-mkrescue: info: adding a relocation entry for 0x50b5. grub-mkrescue: info: adding a relocation entry for 0x50d9. grub-mkrescue: info: adding a relocation entry for 0x50fc. grub-mkrescue: info: adding a relocation entry for 0x5117. grub-mkrescue: info: adding a relocation entry for 0x5151. grub-mkrescue: info: adding a relocation entry for 0x5177. grub-mkrescue: info: adding a relocation entry for 0x51a4. grub-mkrescue: info: adding a relocation entry for 0x51c6. grub-mkrescue: info: adding a relocation entry for 0x51d9. grub-mkrescue: info: adding a relocation entry for 0x51f4. grub-mkrescue: info: adding a relocation entry for 0x5212. grub-mkrescue: info: adding a relocation entry for 0x5225. grub-mkrescue: info: adding a relocation entry for 0x5238. grub-mkrescue: info: adding a relocation entry for 0x5264. grub-mkrescue: info: adding a relocation entry for 0x52a7. grub-mkrescue: info: adding a relocation entry for 0x52c8. grub-mkrescue: info: adding a relocation entry for 0x52e7. grub-mkrescue: info: adding a relocation entry for 0x5380. grub-mkrescue: info: adding a relocation entry for 0x53be. grub-mkrescue: info: adding a relocation entry for 0x53cd. grub-mkrescue: info: adding a relocation entry for 0x53e9. grub-mkrescue: info: adding a relocation entry for 0x53f3. grub-mkrescue: info: adding a relocation entry for 0x5400. grub-mkrescue: info: adding a relocation entry for 0x540a. grub-mkrescue: info: adding a relocation entry for 0x543b. grub-mkrescue: info: adding a relocation entry for 0x5445. grub-mkrescue: info: adding a relocation entry for 0x5472. grub-mkrescue: info: adding a relocation entry for 0x5482. grub-mkrescue: info: adding a relocation entry for 0x549c. grub-mkrescue: info: adding a relocation entry for 0x54ad. grub-mkrescue: info: adding a relocation entry for 0x54c5. grub-mkrescue: info: adding a relocation entry for 0x54dc. grub-mkrescue: info: adding a relocation entry for 0x54f4. grub-mkrescue: info: adding a relocation entry for 0x552d. grub-mkrescue: info: adding a relocation entry for 0x5540. grub-mkrescue: info: adding a relocation entry for 0x554c. grub-mkrescue: info: adding a relocation entry for 0x555b. grub-mkrescue: info: adding a relocation entry for 0x5574. grub-mkrescue: info: adding a relocation entry for 0x557e. grub-mkrescue: info: adding a relocation entry for 0x558a. grub-mkrescue: info: adding a relocation entry for 0x5594. grub-mkrescue: info: adding a relocation entry for 0x55a0. grub-mkrescue: info: adding a relocation entry for 0x55b9. grub-mkrescue: info: adding a relocation entry for 0x55ca. grub-mkrescue: info: adding a relocation entry for 0x55d4. grub-mkrescue: info: adding a relocation entry for 0x55e0. grub-mkrescue: info: adding a relocation entry for 0x5602. grub-mkrescue: info: adding a relocation entry for 0x5617. grub-mkrescue: info: adding a relocation entry for 0x5628. grub-mkrescue: info: adding a relocation entry for 0x565b. grub-mkrescue: info: adding a relocation entry for 0x5672. grub-mkrescue: info: adding a relocation entry for 0x5686. grub-mkrescue: info: adding a relocation entry for 0x56a2. grub-mkrescue: info: adding a relocation entry for 0x56b3. grub-mkrescue: info: adding a relocation entry for 0x56ca. grub-mkrescue: info: adding a relocation entry for 0x56e2. grub-mkrescue: info: adding a relocation entry for 0x56f3. grub-mkrescue: info: adding a relocation entry for 0x5712. grub-mkrescue: info: adding a relocation entry for 0x5737. grub-mkrescue: info: adding a relocation entry for 0x5752. grub-mkrescue: info: adding a relocation entry for 0x575c. grub-mkrescue: info: adding a relocation entry for 0x5766. grub-mkrescue: info: adding a relocation entry for 0x578e. grub-mkrescue: info: adding a relocation entry for 0x57b6. grub-mkrescue: info: adding a relocation entry for 0x57c7. grub-mkrescue: info: adding a relocation entry for 0x57e6. grub-mkrescue: info: adding a relocation entry for 0x57f0. grub-mkrescue: info: adding a relocation entry for 0x57fa. grub-mkrescue: info: adding a relocation entry for 0x5804. grub-mkrescue: info: adding a relocation entry for 0x580e. grub-mkrescue: info: adding a relocation entry for 0x5829. grub-mkrescue: info: adding a relocation entry for 0x5833. grub-mkrescue: info: adding a relocation entry for 0x583d. grub-mkrescue: info: adding a relocation entry for 0x5847. grub-mkrescue: info: adding a relocation entry for 0x5856. grub-mkrescue: info: adding a relocation entry for 0x5860. grub-mkrescue: info: adding a relocation entry for 0x586a. grub-mkrescue: info: adding a relocation entry for 0x5874. grub-mkrescue: info: adding a relocation entry for 0x5886. grub-mkrescue: info: adding a relocation entry for 0x5891. grub-mkrescue: info: adding a relocation entry for 0x589b. grub-mkrescue: info: adding a relocation entry for 0x58a5. grub-mkrescue: info: adding a relocation entry for 0x58b4. grub-mkrescue: info: adding a relocation entry for 0x58e5. grub-mkrescue: info: adding a relocation entry for 0x58ff. grub-mkrescue: info: adding a relocation entry for 0x590b. grub-mkrescue: info: adding a relocation entry for 0x591e. grub-mkrescue: info: adding a relocation entry for 0x5955. grub-mkrescue: info: adding a relocation entry for 0x5989. grub-mkrescue: info: adding a relocation entry for 0x59ac. grub-mkrescue: info: adding a relocation entry for 0x59d2. grub-mkrescue: info: adding a relocation entry for 0x59e1. grub-mkrescue: info: adding a relocation entry for 0x5a07. grub-mkrescue: info: adding a relocation entry for 0x5a11. grub-mkrescue: info: adding a relocation entry for 0x5a30. grub-mkrescue: info: adding a relocation entry for 0x5a3a. grub-mkrescue: info: adding a relocation entry for 0x5a4b. grub-mkrescue: info: adding a relocation entry for 0x5a57. grub-mkrescue: info: adding a relocation entry for 0x5a72. grub-mkrescue: info: adding a relocation entry for 0x5aa3. grub-mkrescue: info: adding a relocation entry for 0x5ab3. grub-mkrescue: info: adding a relocation entry for 0x5ad1. grub-mkrescue: info: adding a relocation entry for 0x5b15. grub-mkrescue: info: adding a relocation entry for 0x5b45. grub-mkrescue: info: adding a relocation entry for 0x5b4f. grub-mkrescue: info: adding a relocation entry for 0x5b5e. grub-mkrescue: info: adding a relocation entry for 0x5b6e. grub-mkrescue: info: adding a relocation entry for 0x5b86. grub-mkrescue: info: adding a relocation entry for 0x5bc7. grub-mkrescue: info: adding a relocation entry for 0x5be2. grub-mkrescue: info: adding a relocation entry for 0x5c1d. grub-mkrescue: info: adding a relocation entry for 0x5c42. grub-mkrescue: info: adding a relocation entry for 0x5cd8. grub-mkrescue: info: adding a relocation entry for 0x5d68. grub-mkrescue: info: adding a relocation entry for 0x5e09. grub-mkrescue: info: adding a relocation entry for 0x5e1b. grub-mkrescue: info: adding a relocation entry for 0x5e46. grub-mkrescue: info: adding a relocation entry for 0x5e66. grub-mkrescue: info: adding a relocation entry for 0x5e8c. grub-mkrescue: info: adding a relocation entry for 0x5ecd. grub-mkrescue: info: adding a relocation entry for 0x5ee8. grub-mkrescue: info: adding a relocation entry for 0x5f02. grub-mkrescue: info: adding a relocation entry for 0x5f4b. grub-mkrescue: info: adding a relocation entry for 0x5fbb. grub-mkrescue: info: adding a relocation entry for 0x5fcb. grub-mkrescue: info: adding a relocation entry for 0x6074. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: writing 272 bytes of a fixup block starting at 0x5000. grub-mkrescue: info: adding a relocation entry for 0x6086. grub-mkrescue: info: adding a relocation entry for 0x6097. grub-mkrescue: info: adding a relocation entry for 0x60a3. grub-mkrescue: info: adding a relocation entry for 0x60b0. grub-mkrescue: info: adding a relocation entry for 0x60ba. grub-mkrescue: info: adding a relocation entry for 0x60cb. grub-mkrescue: info: adding a relocation entry for 0x60d8. grub-mkrescue: info: adding a relocation entry for 0x60e7. grub-mkrescue: info: adding a relocation entry for 0x60f3. grub-mkrescue: info: adding a relocation entry for 0x611c. grub-mkrescue: info: adding a relocation entry for 0x613e. grub-mkrescue: info: adding a relocation entry for 0x614f. grub-mkrescue: info: adding a relocation entry for 0x6174. grub-mkrescue: info: adding a relocation entry for 0x617f. grub-mkrescue: info: adding a relocation entry for 0x618a. grub-mkrescue: info: adding a relocation entry for 0x61d2. grub-mkrescue: info: adding a relocation entry for 0x61f2. grub-mkrescue: info: adding a relocation entry for 0x6234. grub-mkrescue: info: adding a relocation entry for 0x6246. grub-mkrescue: info: adding a relocation entry for 0x6250. grub-mkrescue: info: adding a relocation entry for 0x625f. grub-mkrescue: info: adding a relocation entry for 0x6271. grub-mkrescue: info: adding a relocation entry for 0x6295. grub-mkrescue: info: adding a relocation entry for 0x629f. grub-mkrescue: info: adding a relocation entry for 0x62af. grub-mkrescue: info: adding a relocation entry for 0x62f9. grub-mkrescue: info: adding a relocation entry for 0x6303. grub-mkrescue: info: adding a relocation entry for 0x6314. grub-mkrescue: info: adding a relocation entry for 0x6323. grub-mkrescue: info: adding a relocation entry for 0x633d. grub-mkrescue: info: adding a relocation entry for 0x63a5. grub-mkrescue: info: adding a relocation entry for 0x63c7. grub-mkrescue: info: adding a relocation entry for 0x63d7. grub-mkrescue: info: adding a relocation entry for 0x63e4. grub-mkrescue: info: adding a relocation entry for 0x6411. grub-mkrescue: info: adding a relocation entry for 0x645c. grub-mkrescue: info: adding a relocation entry for 0x6475. grub-mkrescue: info: adding a relocation entry for 0x6481. grub-mkrescue: info: adding a relocation entry for 0x649e. grub-mkrescue: info: adding a relocation entry for 0x64d5. grub-mkrescue: info: adding a relocation entry for 0x64e6. grub-mkrescue: info: adding a relocation entry for 0x64fb. grub-mkrescue: info: adding a relocation entry for 0x6519. grub-mkrescue: info: adding a relocation entry for 0x6531. grub-mkrescue: info: adding a relocation entry for 0x6557. grub-mkrescue: info: adding a relocation entry for 0x6566. grub-mkrescue: info: adding a relocation entry for 0x6586. grub-mkrescue: info: adding a relocation entry for 0x65a3. grub-mkrescue: info: adding a relocation entry for 0x65b4. grub-mkrescue: info: adding a relocation entry for 0x65cf. grub-mkrescue: info: adding a relocation entry for 0x65de. grub-mkrescue: info: adding a relocation entry for 0x65e8. grub-mkrescue: info: adding a relocation entry for 0x65f7. grub-mkrescue: info: adding a relocation entry for 0x6606. grub-mkrescue: info: adding a relocation entry for 0x6615. grub-mkrescue: info: adding a relocation entry for 0x662f. grub-mkrescue: info: adding a relocation entry for 0x663e. grub-mkrescue: info: adding a relocation entry for 0x6725. grub-mkrescue: info: adding a relocation entry for 0x6734. grub-mkrescue: info: adding a relocation entry for 0x6748. grub-mkrescue: info: adding a relocation entry for 0x6754. grub-mkrescue: info: adding a relocation entry for 0x6761. grub-mkrescue: info: adding a relocation entry for 0x676b. grub-mkrescue: info: adding a relocation entry for 0x677a. grub-mkrescue: info: adding a relocation entry for 0x6786. grub-mkrescue: info: adding a relocation entry for 0x6793. grub-mkrescue: info: adding a relocation entry for 0x679e. grub-mkrescue: info: adding a relocation entry for 0x67b9. grub-mkrescue: info: adding a relocation entry for 0x67c8. grub-mkrescue: info: adding a relocation entry for 0x67ef. grub-mkrescue: info: adding a relocation entry for 0x6895. grub-mkrescue: info: adding a relocation entry for 0x68af. grub-mkrescue: info: adding a relocation entry for 0x6916. grub-mkrescue: info: adding a relocation entry for 0x6968. grub-mkrescue: info: adding a relocation entry for 0x69f9. grub-mkrescue: info: adding a relocation entry for 0x6a56. grub-mkrescue: info: adding a relocation entry for 0x6aae. grub-mkrescue: info: adding a relocation entry for 0x6b44. grub-mkrescue: info: adding a relocation entry for 0x6b54. grub-mkrescue: info: adding a relocation entry for 0x6b8f. grub-mkrescue: info: adding a relocation entry for 0x6ba6. grub-mkrescue: info: adding a relocation entry for 0x6bc4. grub-mkrescue: info: adding a relocation entry for 0x6bfb. grub-mkrescue: info: adding a relocation entry for 0x6c55. grub-mkrescue: info: adding a relocation entry for 0x6c7f. grub-mkrescue: info: adding a relocation entry for 0x6c90. grub-mkrescue: info: adding a relocation entry for 0x6cb2. grub-mkrescue: info: adding a relocation entry for 0x6d02. grub-mkrescue: info: adding a relocation entry for 0x6d52. grub-mkrescue: info: adding a relocation entry for 0x6d7e. grub-mkrescue: info: adding a relocation entry for 0x6db7. grub-mkrescue: info: adding a relocation entry for 0x6dc1. grub-mkrescue: info: adding a relocation entry for 0x6dfa. grub-mkrescue: info: adding a relocation entry for 0x6e0d. grub-mkrescue: info: adding a relocation entry for 0x6e8b. grub-mkrescue: info: adding a relocation entry for 0x6eac. grub-mkrescue: info: adding a relocation entry for 0x6eb6. grub-mkrescue: info: adding a relocation entry for 0x6ec2. grub-mkrescue: info: adding a relocation entry for 0x6ecf. grub-mkrescue: info: adding a relocation entry for 0x6f1f. grub-mkrescue: info: adding a relocation entry for 0x6f30. grub-mkrescue: info: adding a relocation entry for 0x6f71. grub-mkrescue: info: adding a relocation entry for 0x6f93. grub-mkrescue: info: adding a relocation entry for 0x6f9f. grub-mkrescue: info: adding a relocation entry for 0x6fae. grub-mkrescue: info: adding a relocation entry for 0x6fb8. grub-mkrescue: info: adding a relocation entry for 0x6fc5. grub-mkrescue: info: adding a relocation entry for 0x6fe7. grub-mkrescue: info: adding a relocation entry for 0x6ff1. grub-mkrescue: info: adding a relocation entry for 0x7006. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: writing 232 bytes of a fixup block starting at 0x6000. grub-mkrescue: info: adding a relocation entry for 0x7025. grub-mkrescue: info: adding a relocation entry for 0x703e. grub-mkrescue: info: adding a relocation entry for 0x7079. grub-mkrescue: info: adding a relocation entry for 0x7095. grub-mkrescue: info: adding a relocation entry for 0x70a6. grub-mkrescue: info: adding a relocation entry for 0x70c9. grub-mkrescue: info: adding a relocation entry for 0x70f9. grub-mkrescue: info: adding a relocation entry for 0x7160. grub-mkrescue: info: adding a relocation entry for 0x71c7. grub-mkrescue: info: adding a relocation entry for 0x7224. grub-mkrescue: info: adding a relocation entry for 0x728d. grub-mkrescue: info: adding a relocation entry for 0x7297. grub-mkrescue: info: adding a relocation entry for 0x72a6. grub-mkrescue: info: adding a relocation entry for 0x72b9. grub-mkrescue: info: adding a relocation entry for 0x72c3. grub-mkrescue: info: adding a relocation entry for 0x72d2. grub-mkrescue: info: adding a relocation entry for 0x72e5. grub-mkrescue: info: adding a relocation entry for 0x72ef. grub-mkrescue: info: adding a relocation entry for 0x72fe. grub-mkrescue: info: adding a relocation entry for 0x730e. grub-mkrescue: info: adding a relocation entry for 0x7335. grub-mkrescue: info: adding a relocation entry for 0x7359. grub-mkrescue: info: adding a relocation entry for 0x7375. grub-mkrescue: info: adding a relocation entry for 0x738c. grub-mkrescue: info: adding a relocation entry for 0x739b. grub-mkrescue: info: adding a relocation entry for 0x73c4. grub-mkrescue: info: adding a relocation entry for 0x73d5. grub-mkrescue: info: adding a relocation entry for 0x73e9. grub-mkrescue: info: adding a relocation entry for 0x7402. grub-mkrescue: info: adding a relocation entry for 0x7413. grub-mkrescue: info: adding a relocation entry for 0x7426. grub-mkrescue: info: adding a relocation entry for 0x7437. grub-mkrescue: info: adding a relocation entry for 0x7452. grub-mkrescue: info: adding a relocation entry for 0x7461. grub-mkrescue: info: adding a relocation entry for 0x7481. grub-mkrescue: info: adding a relocation entry for 0x74bb. grub-mkrescue: info: adding a relocation entry for 0x751b. grub-mkrescue: info: adding a relocation entry for 0x752c. grub-mkrescue: info: adding a relocation entry for 0x7551. grub-mkrescue: info: adding a relocation entry for 0x75ab. grub-mkrescue: info: adding a relocation entry for 0x761e. grub-mkrescue: info: adding a relocation entry for 0x76ca. grub-mkrescue: info: adding a relocation entry for 0x76de. grub-mkrescue: info: adding a relocation entry for 0x76eb. grub-mkrescue: info: adding a relocation entry for 0x7756. grub-mkrescue: info: adding a relocation entry for 0x776a. grub-mkrescue: info: adding a relocation entry for 0x77ba. grub-mkrescue: info: adding a relocation entry for 0x77cb. grub-mkrescue: info: adding a relocation entry for 0x77e8. grub-mkrescue: info: adding a relocation entry for 0x77f5. grub-mkrescue: info: adding a relocation entry for 0x7845. grub-mkrescue: info: adding a relocation entry for 0x7877. grub-mkrescue: info: adding a relocation entry for 0x78c6. grub-mkrescue: info: adding a relocation entry for 0x78d7. grub-mkrescue: info: adding a relocation entry for 0x7913. grub-mkrescue: info: adding a relocation entry for 0x7935. grub-mkrescue: info: adding a relocation entry for 0x7946. grub-mkrescue: info: adding a relocation entry for 0x7964. grub-mkrescue: info: adding a relocation entry for 0x7982. grub-mkrescue: info: adding a relocation entry for 0x79a6. grub-mkrescue: info: adding a relocation entry for 0x79bb. grub-mkrescue: info: adding a relocation entry for 0x79cf. grub-mkrescue: info: adding a relocation entry for 0x79e1. grub-mkrescue: info: adding a relocation entry for 0x7a07. grub-mkrescue: info: adding a relocation entry for 0x7a29. grub-mkrescue: info: adding a relocation entry for 0x7a44. grub-mkrescue: info: adding a relocation entry for 0x7a54. grub-mkrescue: info: adding a relocation entry for 0x7a68. grub-mkrescue: info: adding a relocation entry for 0x7a7a. grub-mkrescue: info: adding a relocation entry for 0x7ac3. grub-mkrescue: info: adding a relocation entry for 0x7acd. grub-mkrescue: info: adding a relocation entry for 0x7ae4. grub-mkrescue: info: adding a relocation entry for 0x7af6. grub-mkrescue: info: adding a relocation entry for 0x7b0d. grub-mkrescue: info: adding a relocation entry for 0x7b21. grub-mkrescue: info: adding a relocation entry for 0x7b32. grub-mkrescue: info: adding a relocation entry for 0x7b4a. grub-mkrescue: info: adding a relocation entry for 0x7b54. grub-mkrescue: info: adding a relocation entry for 0x7b65. grub-mkrescue: info: adding a relocation entry for 0x7b83. grub-mkrescue: info: adding a relocation entry for 0x7b8d. grub-mkrescue: info: adding a relocation entry for 0x7bcb. grub-mkrescue: info: adding a relocation entry for 0x7c1f. grub-mkrescue: info: adding a relocation entry for 0x7c2c. grub-mkrescue: info: adding a relocation entry for 0x7c74. grub-mkrescue: info: adding a relocation entry for 0x7cae. grub-mkrescue: info: adding a relocation entry for 0x7cc7. grub-mkrescue: info: adding a relocation entry for 0x7cd9. grub-mkrescue: info: adding a relocation entry for 0x7cf7. grub-mkrescue: info: adding a relocation entry for 0x7d12. grub-mkrescue: info: adding a relocation entry for 0x7d37. grub-mkrescue: info: adding a relocation entry for 0x7da7. grub-mkrescue: info: adding a relocation entry for 0x7dbd. grub-mkrescue: info: adding a relocation entry for 0x7dd6. grub-mkrescue: info: adding a relocation entry for 0x7e23. grub-mkrescue: info: adding a relocation entry for 0x7e49. grub-mkrescue: info: adding a relocation entry for 0x7e54. grub-mkrescue: info: adding a relocation entry for 0x7e85. grub-mkrescue: info: adding a relocation entry for 0x7ecb. grub-mkrescue: info: adding a relocation entry for 0x7ee4. grub-mkrescue: info: adding a relocation entry for 0x7f7d. grub-mkrescue: info: adding a relocation entry for 0x7fb2. grub-mkrescue: info: adding a relocation entry for 0x7fbf. grub-mkrescue: info: adding a relocation entry for 0x7fce. grub-mkrescue: info: adding a relocation entry for 0x7ff3. grub-mkrescue: info: adding a relocation entry for 0x8022. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: writing 224 bytes of a fixup block starting at 0x7000. grub-mkrescue: info: adding a relocation entry for 0x802f. grub-mkrescue: info: adding a relocation entry for 0x805d. grub-mkrescue: info: adding a relocation entry for 0x8097. grub-mkrescue: info: adding a relocation entry for 0x80b0. grub-mkrescue: info: adding a relocation entry for 0x80ba. grub-mkrescue: info: adding a relocation entry for 0x80d1. grub-mkrescue: info: adding a relocation entry for 0x80e0. grub-mkrescue: info: adding a relocation entry for 0x80f0. grub-mkrescue: info: adding a relocation entry for 0x8104. grub-mkrescue: info: adding a relocation entry for 0x8115. grub-mkrescue: info: adding a relocation entry for 0x812e. grub-mkrescue: info: adding a relocation entry for 0x813f. grub-mkrescue: info: adding a relocation entry for 0x814a. grub-mkrescue: info: adding a relocation entry for 0x8156. grub-mkrescue: info: adding a relocation entry for 0x8160. grub-mkrescue: info: adding a relocation entry for 0x8181. grub-mkrescue: info: adding a relocation entry for 0x818f. grub-mkrescue: info: adding a relocation entry for 0x81a9. grub-mkrescue: info: adding a relocation entry for 0x81b2. grub-mkrescue: info: adding a relocation entry for 0x81be. grub-mkrescue: info: adding a relocation entry for 0x81e0. grub-mkrescue: info: adding a relocation entry for 0x81ea. grub-mkrescue: info: adding a relocation entry for 0x8204. grub-mkrescue: info: adding a relocation entry for 0x820f. grub-mkrescue: info: adding a relocation entry for 0x821a. grub-mkrescue: info: adding a relocation entry for 0x8234. grub-mkrescue: info: adding a relocation entry for 0x823e. grub-mkrescue: info: adding a relocation entry for 0x824a. grub-mkrescue: info: adding a relocation entry for 0x825b. grub-mkrescue: info: adding a relocation entry for 0x8267. grub-mkrescue: info: adding a relocation entry for 0x8277. grub-mkrescue: info: adding a relocation entry for 0x8287. grub-mkrescue: info: adding a relocation entry for 0x8293. grub-mkrescue: info: adding a relocation entry for 0x829f. grub-mkrescue: info: adding a relocation entry for 0x82dc. grub-mkrescue: info: adding a relocation entry for 0x82f6. grub-mkrescue: info: adding a relocation entry for 0x8315. grub-mkrescue: info: adding a relocation entry for 0x8347. grub-mkrescue: info: adding a relocation entry for 0x8356. grub-mkrescue: info: adding a relocation entry for 0x83d7. grub-mkrescue: info: adding a relocation entry for 0x83f2. grub-mkrescue: info: adding a relocation entry for 0x8403. grub-mkrescue: info: adding a relocation entry for 0x8443. grub-mkrescue: info: adding a relocation entry for 0x8452. grub-mkrescue: info: adding a relocation entry for 0x8462. grub-mkrescue: info: adding a relocation entry for 0x8484. grub-mkrescue: info: adding a relocation entry for 0x848e. grub-mkrescue: info: adding a relocation entry for 0x84a6. grub-mkrescue: info: adding a relocation entry for 0x84cb. grub-mkrescue: info: adding a relocation entry for 0x84d5. grub-mkrescue: info: adding a relocation entry for 0x84f8. grub-mkrescue: info: adding a relocation entry for 0x852a. grub-mkrescue: info: adding a relocation entry for 0x854c. grub-mkrescue: info: adding a relocation entry for 0x855d. grub-mkrescue: info: adding a relocation entry for 0x856f. grub-mkrescue: info: adding a relocation entry for 0x85b6. grub-mkrescue: info: adding a relocation entry for 0x85c0. grub-mkrescue: info: adding a relocation entry for 0x85ca. grub-mkrescue: info: adding a relocation entry for 0x85e5. grub-mkrescue: info: adding a relocation entry for 0x8605. grub-mkrescue: info: adding a relocation entry for 0x861c. grub-mkrescue: info: adding a relocation entry for 0x8626. grub-mkrescue: info: adding a relocation entry for 0x8630. grub-mkrescue: info: adding a relocation entry for 0x8647. grub-mkrescue: info: adding a relocation entry for 0x866e. grub-mkrescue: info: adding a relocation entry for 0x86a6. grub-mkrescue: info: adding a relocation entry for 0x86b7. grub-mkrescue: info: adding a relocation entry for 0x877f. grub-mkrescue: info: adding a relocation entry for 0x881d. grub-mkrescue: info: adding a relocation entry for 0x8875. grub-mkrescue: info: adding a relocation entry for 0x88be. grub-mkrescue: info: adding a relocation entry for 0x88c8. grub-mkrescue: info: adding a relocation entry for 0x88da. grub-mkrescue: info: adding a relocation entry for 0x8990. grub-mkrescue: info: adding a relocation entry for 0x89b4. grub-mkrescue: info: adding a relocation entry for 0x89c5. grub-mkrescue: info: adding a relocation entry for 0x89d8. grub-mkrescue: info: adding a relocation entry for 0x89e9. grub-mkrescue: info: adding a relocation entry for 0x89fa. grub-mkrescue: info: adding a relocation entry for 0x8a05. grub-mkrescue: info: adding a relocation entry for 0x8a6d. grub-mkrescue: info: adding a relocation entry for 0x8a7a. grub-mkrescue: info: adding a relocation entry for 0x8a84. grub-mkrescue: info: adding a relocation entry for 0x8a91. grub-mkrescue: info: adding a relocation entry for 0x8aae. grub-mkrescue: info: adding a relocation entry for 0x8ab8. grub-mkrescue: info: adding a relocation entry for 0x8ac7. grub-mkrescue: info: adding a relocation entry for 0x8ad4. grub-mkrescue: info: adding a relocation entry for 0x8adf. grub-mkrescue: info: adding a relocation entry for 0x8af5. grub-mkrescue: info: adding a relocation entry for 0x8b13. grub-mkrescue: info: adding a relocation entry for 0x8b1d. grub-mkrescue: info: adding a relocation entry for 0x8b2c. grub-mkrescue: info: adding a relocation entry for 0x8b3b. grub-mkrescue: info: adding a relocation entry for 0x8b45. grub-mkrescue: info: adding a relocation entry for 0x8b73. grub-mkrescue: info: adding a relocation entry for 0x8b86. grub-mkrescue: info: adding a relocation entry for 0x8ba2. grub-mkrescue: info: adding a relocation entry for 0x8bb1. grub-mkrescue: info: adding a relocation entry for 0x8bbb. grub-mkrescue: info: adding a relocation entry for 0x8bca. grub-mkrescue: info: adding a relocation entry for 0x8be8. grub-mkrescue: info: adding a relocation entry for 0x8bf8. grub-mkrescue: info: adding a relocation entry for 0x8c07. grub-mkrescue: info: adding a relocation entry for 0x8c13. grub-mkrescue: info: adding a relocation entry for 0x8c1d. grub-mkrescue: info: adding a relocation entry for 0x8c2e. grub-mkrescue: info: adding a relocation entry for 0x8c83. grub-mkrescue: info: adding a relocation entry for 0x8c8f. grub-mkrescue: info: adding a relocation entry for 0x8ca0. grub-mkrescue: info: adding a relocation entry for 0x8cac. grub-mkrescue: info: adding a relocation entry for 0x8ccb. grub-mkrescue: info: adding a relocation entry for 0x8d79. grub-mkrescue: info: adding a relocation entry for 0x8d8d. grub-mkrescue: info: adding a relocation entry for 0x8db1. grub-mkrescue: info: adding a relocation entry for 0x8dc2. grub-mkrescue: info: adding a relocation entry for 0x8df4. grub-mkrescue: info: adding a relocation entry for 0x8e0c. grub-mkrescue: info: adding a relocation entry for 0x8e3f. grub-mkrescue: info: adding a relocation entry for 0x8e49. grub-mkrescue: info: adding a relocation entry for 0x8e55. grub-mkrescue: info: adding a relocation entry for 0x8e7f. grub-mkrescue: info: adding a relocation entry for 0x8ea2. grub-mkrescue: info: adding a relocation entry for 0x8eae. grub-mkrescue: info: adding a relocation entry for 0x8ef8. grub-mkrescue: info: adding a relocation entry for 0x8f02. grub-mkrescue: info: adding a relocation entry for 0x8f0c. grub-mkrescue: info: adding a relocation entry for 0x8f20. grub-mkrescue: info: adding a relocation entry for 0x8f3e. grub-mkrescue: info: adding a relocation entry for 0x8f48. grub-mkrescue: info: adding a relocation entry for 0x8f52. grub-mkrescue: info: adding a relocation entry for 0x8f76. grub-mkrescue: info: adding a relocation entry for 0x8f80. grub-mkrescue: info: adding a relocation entry for 0x8f8a. grub-mkrescue: info: adding a relocation entry for 0x8f94. grub-mkrescue: info: adding a relocation entry for 0x8fa1. grub-mkrescue: info: adding a relocation entry for 0x9057. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: writing 288 bytes of a fixup block starting at 0x8000. grub-mkrescue: info: adding a relocation entry for 0x9068. grub-mkrescue: info: adding a relocation entry for 0x9074. grub-mkrescue: info: adding a relocation entry for 0x907e. grub-mkrescue: info: adding a relocation entry for 0x9092. grub-mkrescue: info: adding a relocation entry for 0x90ab. grub-mkrescue: info: adding a relocation entry for 0x90bb. grub-mkrescue: info: adding a relocation entry for 0x90d0. grub-mkrescue: info: adding a relocation entry for 0x90dd. grub-mkrescue: info: adding a relocation entry for 0x90ea. grub-mkrescue: info: adding a relocation entry for 0x9101. grub-mkrescue: info: adding a relocation entry for 0x910d. grub-mkrescue: info: adding a relocation entry for 0x911f. grub-mkrescue: info: adding a relocation entry for 0x912b. grub-mkrescue: info: adding a relocation entry for 0x9135. grub-mkrescue: info: adding a relocation entry for 0x9143. grub-mkrescue: info: adding a relocation entry for 0x914d. grub-mkrescue: info: adding a relocation entry for 0x915d. grub-mkrescue: info: adding a relocation entry for 0x916a. grub-mkrescue: info: adding a relocation entry for 0x9185. grub-mkrescue: info: adding a relocation entry for 0x9191. grub-mkrescue: info: adding a relocation entry for 0x919b. grub-mkrescue: info: adding a relocation entry for 0x91ad. grub-mkrescue: info: adding a relocation entry for 0x91c7. grub-mkrescue: info: adding a relocation entry for 0x91d3. grub-mkrescue: info: adding a relocation entry for 0x928b. grub-mkrescue: info: adding a relocation entry for 0x929e. grub-mkrescue: info: adding a relocation entry for 0x92b8. grub-mkrescue: info: adding a relocation entry for 0x92cb. grub-mkrescue: info: adding a relocation entry for 0x92ff. grub-mkrescue: info: adding a relocation entry for 0x9309. grub-mkrescue: info: adding a relocation entry for 0x9313. grub-mkrescue: info: adding a relocation entry for 0x9367. grub-mkrescue: info: adding a relocation entry for 0x937e. grub-mkrescue: info: adding a relocation entry for 0x9395. grub-mkrescue: info: adding a relocation entry for 0x93b4. grub-mkrescue: info: adding a relocation entry for 0x93ea. grub-mkrescue: info: adding a relocation entry for 0x93ff. grub-mkrescue: info: adding a relocation entry for 0x940b. grub-mkrescue: info: adding a relocation entry for 0x9425. grub-mkrescue: info: adding a relocation entry for 0x9436. grub-mkrescue: info: adding a relocation entry for 0x9480. grub-mkrescue: info: adding a relocation entry for 0x948a. grub-mkrescue: info: adding a relocation entry for 0x94b6. grub-mkrescue: info: adding a relocation entry for 0x94c0. grub-mkrescue: info: adding a relocation entry for 0x94ca. grub-mkrescue: info: adding a relocation entry for 0x95c3. grub-mkrescue: info: adding a relocation entry for 0x95d1. grub-mkrescue: info: adding a relocation entry for 0x975d. grub-mkrescue: info: adding a relocation entry for 0x9866. grub-mkrescue: info: adding a relocation entry for 0x9886. grub-mkrescue: info: adding a relocation entry for 0x98cc. grub-mkrescue: info: adding a relocation entry for 0x98e9. grub-mkrescue: info: adding a relocation entry for 0x9a94. grub-mkrescue: info: adding a relocation entry for 0x9aee. grub-mkrescue: info: adding a relocation entry for 0x9aff. grub-mkrescue: info: adding a relocation entry for 0x9b72. grub-mkrescue: info: adding a relocation entry for 0x9b83. grub-mkrescue: info: adding a relocation entry for 0x9c47. grub-mkrescue: info: adding a relocation entry for 0x9c51. grub-mkrescue: info: adding a relocation entry for 0x9c5f. grub-mkrescue: info: adding a relocation entry for 0x9c96. grub-mkrescue: info: adding a relocation entry for 0x9fcf. grub-mkrescue: info: adding a relocation entry for 0x9ffe. grub-mkrescue: info: adding a relocation entry for 0xa052. grub-mkrescue: info: writing 136 bytes of a fixup block starting at 0x9000. grub-mkrescue: info: adding a relocation entry for 0xa064. grub-mkrescue: info: adding a relocation entry for 0xa200. grub-mkrescue: info: adding a relocation entry for 0xa2ae. grub-mkrescue: info: adding a relocation entry for 0xa45f. grub-mkrescue: info: adding a relocation entry for 0xa687. grub-mkrescue: info: adding a relocation entry for 0xa693. grub-mkrescue: info: adding a relocation entry for 0xa69f. grub-mkrescue: info: adding a relocation entry for 0xa6da. grub-mkrescue: info: adding a relocation entry for 0xa70c. grub-mkrescue: info: adding a relocation entry for 0xa71b. grub-mkrescue: info: adding a relocation entry for 0xa72f. grub-mkrescue: info: adding a relocation entry for 0xa756. grub-mkrescue: info: adding a relocation entry for 0xa787. grub-mkrescue: info: adding a relocation entry for 0xa79a. grub-mkrescue: info: adding a relocation entry for 0xa7a7. grub-mkrescue: info: adding a relocation entry for 0xa7b4. grub-mkrescue: info: adding a relocation entry for 0xa7c1. grub-mkrescue: info: adding a relocation entry for 0xa820. grub-mkrescue: info: adding a relocation entry for 0xa86b. grub-mkrescue: info: adding a relocation entry for 0xa87f. grub-mkrescue: info: adding a relocation entry for 0xa894. grub-mkrescue: info: adding a relocation entry for 0xa8ad. grub-mkrescue: info: adding a relocation entry for 0xa8d4. grub-mkrescue: info: adding a relocation entry for 0xa8e1. grub-mkrescue: info: adding a relocation entry for 0xa8f8. grub-mkrescue: info: adding a relocation entry for 0xa902. grub-mkrescue: info: adding a relocation entry for 0xa937. grub-mkrescue: info: adding a relocation entry for 0xa943. grub-mkrescue: info: adding a relocation entry for 0xa997. grub-mkrescue: info: adding a relocation entry for 0xa9d7. grub-mkrescue: info: adding a relocation entry for 0xa9f3. grub-mkrescue: info: adding a relocation entry for 0xaa56. grub-mkrescue: info: adding a relocation entry for 0xaa77. grub-mkrescue: info: adding a relocation entry for 0xaa81. grub-mkrescue: info: adding a relocation entry for 0xaa8f. grub-mkrescue: info: adding a relocation entry for 0xaa9b. grub-mkrescue: info: adding a relocation entry for 0xab2e. grub-mkrescue: info: adding a relocation entry for 0xabb0. grub-mkrescue: info: adding a relocation entry for 0xabc3. grub-mkrescue: info: adding a relocation entry for 0xac06. grub-mkrescue: info: adding a relocation entry for 0xac1a. grub-mkrescue: info: adding a relocation entry for 0xac28. grub-mkrescue: info: adding a relocation entry for 0xac34. grub-mkrescue: info: adding a relocation entry for 0xac44. grub-mkrescue: info: adding a relocation entry for 0xac52. grub-mkrescue: info: adding a relocation entry for 0xac5e. grub-mkrescue: info: adding a relocation entry for 0xac89. grub-mkrescue: info: adding a relocation entry for 0xaca7. grub-mkrescue: info: adding a relocation entry for 0xacd3. grub-mkrescue: info: adding a relocation entry for 0xad45. grub-mkrescue: info: adding a relocation entry for 0xad95. grub-mkrescue: info: adding a relocation entry for 0xadc1. grub-mkrescue: info: adding a relocation entry for 0xaded. grub-mkrescue: info: adding a relocation entry for 0xae61. grub-mkrescue: info: adding a relocation entry for 0xae6d. grub-mkrescue: info: adding a relocation entry for 0xafa1. grub-mkrescue: info: adding a relocation entry for 0xb054. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: writing 128 bytes of a fixup block starting at 0xa000. grub-mkrescue: info: adding a relocation entry for 0xb085. grub-mkrescue: info: adding a relocation entry for 0xb141. grub-mkrescue: info: adding a relocation entry for 0xb14c. grub-mkrescue: info: adding a relocation entry for 0xb184. grub-mkrescue: info: adding a relocation entry for 0xb18e. grub-mkrescue: info: adding a relocation entry for 0xb198. grub-mkrescue: info: adding a relocation entry for 0xb1b6. grub-mkrescue: info: adding a relocation entry for 0xb1d5. grub-mkrescue: info: adding a relocation entry for 0xb26e. grub-mkrescue: info: adding a relocation entry for 0xb281. grub-mkrescue: info: adding a relocation entry for 0xb2ac. grub-mkrescue: info: adding a relocation entry for 0xb2e9. grub-mkrescue: info: adding a relocation entry for 0xb2fc. grub-mkrescue: info: adding a relocation entry for 0xb328. grub-mkrescue: info: adding a relocation entry for 0xb363. grub-mkrescue: info: adding a relocation entry for 0xb37d. grub-mkrescue: info: adding a relocation entry for 0xb3f3. grub-mkrescue: info: adding a relocation entry for 0xb42f. grub-mkrescue: info: adding a relocation entry for 0xb443. grub-mkrescue: info: adding a relocation entry for 0xb485. grub-mkrescue: info: adding a relocation entry for 0xb4be. grub-mkrescue: info: adding a relocation entry for 0xb4dd. grub-mkrescue: info: adding a relocation entry for 0xb4f3. grub-mkrescue: info: adding a relocation entry for 0xb505. grub-mkrescue: info: adding a relocation entry for 0xb578. grub-mkrescue: info: adding a relocation entry for 0xb59c. grub-mkrescue: info: adding a relocation entry for 0xb5a6. grub-mkrescue: info: adding a relocation entry for 0xb5e3. grub-mkrescue: info: adding a relocation entry for 0xb607. grub-mkrescue: info: adding a relocation entry for 0xb616. grub-mkrescue: info: adding a relocation entry for 0xb620. grub-mkrescue: info: adding a relocation entry for 0xb646. grub-mkrescue: info: adding a relocation entry for 0xb656. grub-mkrescue: info: adding a relocation entry for 0xb6a9. grub-mkrescue: info: adding a relocation entry for 0xb6be. grub-mkrescue: info: adding a relocation entry for 0xb6e3. grub-mkrescue: info: adding a relocation entry for 0xb6f7. grub-mkrescue: info: adding a relocation entry for 0xb793. grub-mkrescue: info: adding a relocation entry for 0xb7be. grub-mkrescue: info: adding a relocation entry for 0xb7d2. grub-mkrescue: info: adding a relocation entry for 0xb823. grub-mkrescue: info: adding a relocation entry for 0xb869. grub-mkrescue: info: adding a relocation entry for 0xb87b. grub-mkrescue: info: adding a relocation entry for 0xb892. grub-mkrescue: info: adding a relocation entry for 0xb8a2. grub-mkrescue: info: adding a relocation entry for 0xb8db. grub-mkrescue: info: adding a relocation entry for 0xb911. grub-mkrescue: info: adding a relocation entry for 0xb935. grub-mkrescue: info: adding a relocation entry for 0xb941. grub-mkrescue: info: adding a relocation entry for 0xb94d. grub-mkrescue: info: adding a relocation entry for 0xb957. grub-mkrescue: info: adding a relocation entry for 0xb96b. grub-mkrescue: info: adding a relocation entry for 0xb977. grub-mkrescue: info: adding a relocation entry for 0xb994. grub-mkrescue: info: adding a relocation entry for 0xb9a1. grub-mkrescue: info: adding a relocation entry for 0xb9ab. grub-mkrescue: info: adding a relocation entry for 0xb9b9. grub-mkrescue: info: adding a relocation entry for 0xb9c5. grub-mkrescue: info: adding a relocation entry for 0xb9d0. grub-mkrescue: info: adding a relocation entry for 0xb9f2. grub-mkrescue: info: adding a relocation entry for 0xb9fc. grub-mkrescue: info: adding a relocation entry for 0xba3a. grub-mkrescue: info: adding a relocation entry for 0xba44. grub-mkrescue: info: adding a relocation entry for 0xba52. grub-mkrescue: info: adding a relocation entry for 0xba5c. grub-mkrescue: info: adding a relocation entry for 0xba9c. grub-mkrescue: info: adding a relocation entry for 0xbaed. grub-mkrescue: info: adding a relocation entry for 0xbb04. grub-mkrescue: info: adding a relocation entry for 0xbb0e. grub-mkrescue: info: adding a relocation entry for 0xbb1a. grub-mkrescue: info: adding a relocation entry for 0xbb26. grub-mkrescue: info: adding a relocation entry for 0xbb31. grub-mkrescue: info: adding a relocation entry for 0xbb3c. grub-mkrescue: info: adding a relocation entry for 0xbb54. grub-mkrescue: info: adding a relocation entry for 0xbb80. grub-mkrescue: info: adding a relocation entry for 0xbc0e. grub-mkrescue: info: adding a relocation entry for 0xbc4a. grub-mkrescue: info: adding a relocation entry for 0xbc89. grub-mkrescue: info: adding a relocation entry for 0xbcb0. grub-mkrescue: info: adding a relocation entry for 0xbcf2. grub-mkrescue: info: adding a relocation entry for 0xbd06. grub-mkrescue: info: adding a relocation entry for 0xbd17. grub-mkrescue: info: adding a relocation entry for 0xbd53. grub-mkrescue: info: adding a relocation entry for 0xbd7b. grub-mkrescue: info: adding a relocation entry for 0xbd93. grub-mkrescue: info: adding a relocation entry for 0xbdc3. grub-mkrescue: info: adding a relocation entry for 0xbdcd. grub-mkrescue: info: translating the relocation section .rela.rodata. grub-mkrescue: info: adding a relocation entry for 0xc000. grub-mkrescue: info: writing 184 bytes of a fixup block starting at 0xb000. grub-mkrescue: info: adding a relocation entry for 0xc008. grub-mkrescue: info: adding a relocation entry for 0xc010. grub-mkrescue: info: adding a relocation entry for 0xc018. grub-mkrescue: info: adding a relocation entry for 0xc020. grub-mkrescue: info: adding a relocation entry for 0xc028. grub-mkrescue: info: adding a relocation entry for 0xc030. grub-mkrescue: info: adding a relocation entry for 0xc038. grub-mkrescue: info: adding a relocation entry for 0xc040. grub-mkrescue: info: adding a relocation entry for 0xc048. grub-mkrescue: info: adding a relocation entry for 0xc050. grub-mkrescue: info: adding a relocation entry for 0xc058. grub-mkrescue: info: adding a relocation entry for 0xc060. grub-mkrescue: info: adding a relocation entry for 0xc068. grub-mkrescue: info: adding a relocation entry for 0xc070. grub-mkrescue: info: adding a relocation entry for 0xc078. grub-mkrescue: info: adding a relocation entry for 0xc080. grub-mkrescue: info: adding a relocation entry for 0xc088. grub-mkrescue: info: adding a relocation entry for 0xc090. grub-mkrescue: info: adding a relocation entry for 0xc098. grub-mkrescue: info: adding a relocation entry for 0xc0a0. grub-mkrescue: info: adding a relocation entry for 0xc0a8. grub-mkrescue: info: adding a relocation entry for 0xc0b0. grub-mkrescue: info: adding a relocation entry for 0xc0b8. grub-mkrescue: info: adding a relocation entry for 0xc0c0. grub-mkrescue: info: adding a relocation entry for 0xc0c8. grub-mkrescue: info: adding a relocation entry for 0xc0d0. grub-mkrescue: info: adding a relocation entry for 0xc0d8. grub-mkrescue: info: adding a relocation entry for 0xc0e0. grub-mkrescue: info: adding a relocation entry for 0xc0e8. grub-mkrescue: info: adding a relocation entry for 0xc0f0. grub-mkrescue: info: adding a relocation entry for 0xc0f8. grub-mkrescue: info: adding a relocation entry for 0xc100. grub-mkrescue: info: adding a relocation entry for 0xc108. grub-mkrescue: info: adding a relocation entry for 0xc110. grub-mkrescue: info: adding a relocation entry for 0xc118. grub-mkrescue: info: adding a relocation entry for 0xc120. grub-mkrescue: info: adding a relocation entry for 0xc128. grub-mkrescue: info: adding a relocation entry for 0xc130. grub-mkrescue: info: adding a relocation entry for 0xc138. grub-mkrescue: info: adding a relocation entry for 0xc140. grub-mkrescue: info: adding a relocation entry for 0xc148. grub-mkrescue: info: adding a relocation entry for 0xc150. grub-mkrescue: info: adding a relocation entry for 0xc158. grub-mkrescue: info: adding a relocation entry for 0xc160. grub-mkrescue: info: adding a relocation entry for 0xc168. grub-mkrescue: info: adding a relocation entry for 0xc170. grub-mkrescue: info: adding a relocation entry for 0xc178. grub-mkrescue: info: adding a relocation entry for 0xc180. grub-mkrescue: info: adding a relocation entry for 0xc188. grub-mkrescue: info: adding a relocation entry for 0xc190. grub-mkrescue: info: adding a relocation entry for 0xc198. grub-mkrescue: info: adding a relocation entry for 0xc1a0. grub-mkrescue: info: adding a relocation entry for 0xc1a8. grub-mkrescue: info: adding a relocation entry for 0xc1b0. grub-mkrescue: info: adding a relocation entry for 0xc1b8. grub-mkrescue: info: adding a relocation entry for 0xc220. grub-mkrescue: info: adding a relocation entry for 0xc228. grub-mkrescue: info: adding a relocation entry for 0xc230. grub-mkrescue: info: adding a relocation entry for 0xc238. grub-mkrescue: info: adding a relocation entry for 0xc240. grub-mkrescue: info: adding a relocation entry for 0xc248. grub-mkrescue: info: adding a relocation entry for 0xc250. grub-mkrescue: info: adding a relocation entry for 0xc258. grub-mkrescue: info: adding a relocation entry for 0xc260. grub-mkrescue: info: adding a relocation entry for 0xc268. grub-mkrescue: info: adding a relocation entry for 0xc270. grub-mkrescue: info: adding a relocation entry for 0xc278. grub-mkrescue: info: adding a relocation entry for 0xc280. grub-mkrescue: info: adding a relocation entry for 0xc288. grub-mkrescue: info: adding a relocation entry for 0xc290. grub-mkrescue: info: adding a relocation entry for 0xc298. grub-mkrescue: info: adding a relocation entry for 0xc2a0. grub-mkrescue: info: adding a relocation entry for 0xc2a8. grub-mkrescue: info: adding a relocation entry for 0xc2b0. grub-mkrescue: info: adding a relocation entry for 0xc2b8. grub-mkrescue: info: adding a relocation entry for 0xc2c0. grub-mkrescue: info: adding a relocation entry for 0xc2c8. grub-mkrescue: info: adding a relocation entry for 0xc2d0. grub-mkrescue: info: adding a relocation entry for 0xc2d8. grub-mkrescue: info: adding a relocation entry for 0xc2e0. grub-mkrescue: info: adding a relocation entry for 0xc2e8. grub-mkrescue: info: adding a relocation entry for 0xc2f0. grub-mkrescue: info: adding a relocation entry for 0xc2f8. grub-mkrescue: info: adding a relocation entry for 0xc300. grub-mkrescue: info: adding a relocation entry for 0xc308. grub-mkrescue: info: adding a relocation entry for 0xc310. grub-mkrescue: info: adding a relocation entry for 0xc318. grub-mkrescue: info: adding a relocation entry for 0xc320. grub-mkrescue: info: adding a relocation entry for 0xc328. grub-mkrescue: info: adding a relocation entry for 0xc330. grub-mkrescue: info: adding a relocation entry for 0xc338. grub-mkrescue: info: adding a relocation entry for 0xc340. grub-mkrescue: info: adding a relocation entry for 0xc348. grub-mkrescue: info: adding a relocation entry for 0xc350. grub-mkrescue: info: adding a relocation entry for 0xc358. grub-mkrescue: info: adding a relocation entry for 0xc360. grub-mkrescue: info: adding a relocation entry for 0xc368. grub-mkrescue: info: adding a relocation entry for 0xc370. grub-mkrescue: info: adding a relocation entry for 0xc378. grub-mkrescue: info: adding a relocation entry for 0xc380. grub-mkrescue: info: adding a relocation entry for 0xc388. grub-mkrescue: info: adding a relocation entry for 0xc390. grub-mkrescue: info: adding a relocation entry for 0xc398. grub-mkrescue: info: adding a relocation entry for 0xc3a0. grub-mkrescue: info: adding a relocation entry for 0xc3a8. grub-mkrescue: info: adding a relocation entry for 0xc3b0. grub-mkrescue: info: adding a relocation entry for 0xc3b8. grub-mkrescue: info: adding a relocation entry for 0xc3c0. grub-mkrescue: info: adding a relocation entry for 0xc3c8. grub-mkrescue: info: adding a relocation entry for 0xc3d0. grub-mkrescue: info: adding a relocation entry for 0xc3d8. grub-mkrescue: info: adding a relocation entry for 0xc3e0. grub-mkrescue: info: adding a relocation entry for 0xc3e8. grub-mkrescue: info: adding a relocation entry for 0xc3f0. grub-mkrescue: info: adding a relocation entry for 0xc3f8. grub-mkrescue: info: adding a relocation entry for 0xc400. grub-mkrescue: info: adding a relocation entry for 0xc408. grub-mkrescue: info: adding a relocation entry for 0xc410. grub-mkrescue: info: adding a relocation entry for 0xc418. grub-mkrescue: info: adding a relocation entry for 0xc420. grub-mkrescue: info: adding a relocation entry for 0xc428. grub-mkrescue: info: adding a relocation entry for 0xc430. grub-mkrescue: info: adding a relocation entry for 0xc438. grub-mkrescue: info: adding a relocation entry for 0xc440. grub-mkrescue: info: adding a relocation entry for 0xc448. grub-mkrescue: info: adding a relocation entry for 0xc450. grub-mkrescue: info: adding a relocation entry for 0xc458. grub-mkrescue: info: adding a relocation entry for 0xc460. grub-mkrescue: info: adding a relocation entry for 0xc468. grub-mkrescue: info: adding a relocation entry for 0xc470. grub-mkrescue: info: adding a relocation entry for 0xc478. grub-mkrescue: info: adding a relocation entry for 0xc480. grub-mkrescue: info: adding a relocation entry for 0xc488. grub-mkrescue: info: adding a relocation entry for 0xc490. grub-mkrescue: info: adding a relocation entry for 0xc498. grub-mkrescue: info: adding a relocation entry for 0xc4a0. grub-mkrescue: info: adding a relocation entry for 0xc4a8. grub-mkrescue: info: adding a relocation entry for 0xc4b0. grub-mkrescue: info: adding a relocation entry for 0xc4b8. grub-mkrescue: info: adding a relocation entry for 0xc4c0. grub-mkrescue: info: adding a relocation entry for 0xc4c8. grub-mkrescue: info: adding a relocation entry for 0xc4d0. grub-mkrescue: info: adding a relocation entry for 0xc4d8. grub-mkrescue: info: adding a relocation entry for 0xc4e0. grub-mkrescue: info: adding a relocation entry for 0xc4e8. grub-mkrescue: info: adding a relocation entry for 0xc4f0. grub-mkrescue: info: adding a relocation entry for 0xc4f8. grub-mkrescue: info: adding a relocation entry for 0xc500. grub-mkrescue: info: adding a relocation entry for 0xc508. grub-mkrescue: info: adding a relocation entry for 0xc510. grub-mkrescue: info: adding a relocation entry for 0xc518. grub-mkrescue: info: adding a relocation entry for 0xc520. grub-mkrescue: info: adding a relocation entry for 0xc528. grub-mkrescue: info: adding a relocation entry for 0xc530. grub-mkrescue: info: adding a relocation entry for 0xc538. grub-mkrescue: info: adding a relocation entry for 0xc540. grub-mkrescue: info: adding a relocation entry for 0xc548. grub-mkrescue: info: adding a relocation entry for 0xc550. grub-mkrescue: info: adding a relocation entry for 0xc558. grub-mkrescue: info: adding a relocation entry for 0xc560. grub-mkrescue: info: adding a relocation entry for 0xc568. grub-mkrescue: info: adding a relocation entry for 0xc570. grub-mkrescue: info: adding a relocation entry for 0xc578. grub-mkrescue: info: adding a relocation entry for 0xc580. grub-mkrescue: info: adding a relocation entry for 0xc588. grub-mkrescue: info: adding a relocation entry for 0xc590. grub-mkrescue: info: adding a relocation entry for 0xc598. grub-mkrescue: info: adding a relocation entry for 0xc5a0. grub-mkrescue: info: adding a relocation entry for 0xc5a8. grub-mkrescue: info: adding a relocation entry for 0xc5b0. grub-mkrescue: info: adding a relocation entry for 0xc5b8. grub-mkrescue: info: adding a relocation entry for 0xc5c0. grub-mkrescue: info: adding a relocation entry for 0xc5c8. grub-mkrescue: info: adding a relocation entry for 0xc5d0. grub-mkrescue: info: translating the relocation section .rela.data. grub-mkrescue: info: adding a relocation entry for 0xdf40. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: writing 360 bytes of a fixup block starting at 0xc000. grub-mkrescue: info: adding a relocation entry for 0xdf50. grub-mkrescue: info: adding a relocation entry for 0xdf58. grub-mkrescue: info: adding a relocation entry for 0xdf60. grub-mkrescue: info: adding a relocation entry for 0xdf68. grub-mkrescue: info: adding a relocation entry for 0xdf70. grub-mkrescue: info: adding a relocation entry for 0xdfd0. grub-mkrescue: info: adding a relocation entry for 0xdfd8. grub-mkrescue: info: adding a relocation entry for 0xdfe0. grub-mkrescue: info: adding a relocation entry for 0xdfe8. grub-mkrescue: info: adding a relocation entry for 0xdff8. grub-mkrescue: info: adding a relocation entry for 0xe000. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: writing 32 bytes of a fixup block starting at 0xd000. grub-mkrescue: info: adding a relocation entry for 0xe008. grub-mkrescue: info: adding a relocation entry for 0xe010. grub-mkrescue: info: adding a relocation entry for 0xe018. grub-mkrescue: info: adding a relocation entry for 0xe020. grub-mkrescue: info: adding a relocation entry for 0xe070. grub-mkrescue: info: adding a relocation entry for 0xe088. grub-mkrescue: info: adding a relocation entry for 0xe0a0. grub-mkrescue: info: adding a relocation entry for 0xe0d0. grub-mkrescue: info: adding a relocation entry for 0xe0e0. grub-mkrescue: info: adding a relocation entry for 0xe0e8. grub-mkrescue: info: adding a relocation entry for 0xe110. grub-mkrescue: info: adding a relocation entry for 0xe260. grub-mkrescue: info: adding a relocation entry for 0xe280. grub-mkrescue: info: adding a relocation entry for 0xe288. grub-mkrescue: info: adding a relocation entry for 0xe298. grub-mkrescue: info: adding a relocation entry for 0xe2a0. grub-mkrescue: info: adding a relocation entry for 0xe2b0. grub-mkrescue: info: adding a relocation entry for 0xe2b8. grub-mkrescue: info: adding a relocation entry for 0xe2c8. grub-mkrescue: info: adding a relocation entry for 0xe2d0. grub-mkrescue: info: adding a relocation entry for 0xe2e0. grub-mkrescue: info: adding a relocation entry for 0xe2e8. grub-mkrescue: info: adding a relocation entry for 0xe2f8. grub-mkrescue: info: adding a relocation entry for 0xe300. grub-mkrescue: info: adding a relocation entry for 0xe310. grub-mkrescue: info: adding a relocation entry for 0xe318. grub-mkrescue: info: adding a relocation entry for 0xe328. grub-mkrescue: info: adding a relocation entry for 0xe330. grub-mkrescue: info: adding a relocation entry for 0xe340. grub-mkrescue: info: adding a relocation entry for 0xe348. grub-mkrescue: info: adding a relocation entry for 0xe358. grub-mkrescue: info: adding a relocation entry for 0xe360. grub-mkrescue: info: adding a relocation entry for 0xe370. grub-mkrescue: info: adding a relocation entry for 0xe378. grub-mkrescue: info: adding a relocation entry for 0xe388. grub-mkrescue: info: adding a relocation entry for 0xe390. grub-mkrescue: info: adding a relocation entry for 0xe3a0. grub-mkrescue: info: adding a relocation entry for 0xe3a8. grub-mkrescue: info: adding a relocation entry for 0xe3b8. grub-mkrescue: info: adding a relocation entry for 0xe3c0. grub-mkrescue: info: adding a relocation entry for 0xe3d0. grub-mkrescue: info: adding a relocation entry for 0xe3d8. grub-mkrescue: info: adding a relocation entry for 0xe3e8. grub-mkrescue: info: adding a relocation entry for 0xe3f0. grub-mkrescue: info: adding a relocation entry for 0xe400. grub-mkrescue: info: adding a relocation entry for 0xe408. grub-mkrescue: info: adding a relocation entry for 0xe418. grub-mkrescue: info: adding a relocation entry for 0xe420. grub-mkrescue: info: adding a relocation entry for 0xe430. grub-mkrescue: info: adding a relocation entry for 0xe438. grub-mkrescue: info: adding a relocation entry for 0xe448. grub-mkrescue: info: adding a relocation entry for 0xe450. grub-mkrescue: info: adding a relocation entry for 0xe460. grub-mkrescue: info: adding a relocation entry for 0xe468. grub-mkrescue: info: adding a relocation entry for 0xe478. grub-mkrescue: info: adding a relocation entry for 0xe480. grub-mkrescue: info: adding a relocation entry for 0xe490. grub-mkrescue: info: adding a relocation entry for 0xe498. grub-mkrescue: info: adding a relocation entry for 0xe4a8. grub-mkrescue: info: adding a relocation entry for 0xe4b0. grub-mkrescue: info: adding a relocation entry for 0xe4c0. grub-mkrescue: info: adding a relocation entry for 0xe4c8. grub-mkrescue: info: adding a relocation entry for 0xe4d8. grub-mkrescue: info: adding a relocation entry for 0xe4e0. grub-mkrescue: info: adding a relocation entry for 0xe4f0. grub-mkrescue: info: adding a relocation entry for 0xe4f8. grub-mkrescue: info: adding a relocation entry for 0xe508. grub-mkrescue: info: adding a relocation entry for 0xe510. grub-mkrescue: info: adding a relocation entry for 0xe520. grub-mkrescue: info: adding a relocation entry for 0xe528. grub-mkrescue: info: adding a relocation entry for 0xe538. grub-mkrescue: info: adding a relocation entry for 0xe540. grub-mkrescue: info: adding a relocation entry for 0xe550. grub-mkrescue: info: adding a relocation entry for 0xe558. grub-mkrescue: info: adding a relocation entry for 0xe568. grub-mkrescue: info: adding a relocation entry for 0xe570. grub-mkrescue: info: adding a relocation entry for 0xe580. grub-mkrescue: info: adding a relocation entry for 0xe588. grub-mkrescue: info: adding a relocation entry for 0xe598. grub-mkrescue: info: adding a relocation entry for 0xe5a0. grub-mkrescue: info: adding a relocation entry for 0xe5b0. grub-mkrescue: info: adding a relocation entry for 0xe5b8. grub-mkrescue: info: adding a relocation entry for 0xe5c8. grub-mkrescue: info: adding a relocation entry for 0xe5d0. grub-mkrescue: info: adding a relocation entry for 0xe5e0. grub-mkrescue: info: adding a relocation entry for 0xe5e8. grub-mkrescue: info: adding a relocation entry for 0xe5f8. grub-mkrescue: info: adding a relocation entry for 0xe600. grub-mkrescue: info: adding a relocation entry for 0xe610. grub-mkrescue: info: adding a relocation entry for 0xe618. grub-mkrescue: info: adding a relocation entry for 0xe628. grub-mkrescue: info: adding a relocation entry for 0xe630. grub-mkrescue: info: adding a relocation entry for 0xe640. grub-mkrescue: info: adding a relocation entry for 0xe648. grub-mkrescue: info: adding a relocation entry for 0xe658. grub-mkrescue: info: adding a relocation entry for 0xe660. grub-mkrescue: info: adding a relocation entry for 0xe670. grub-mkrescue: info: adding a relocation entry for 0xe678. grub-mkrescue: info: adding a relocation entry for 0xe688. grub-mkrescue: info: adding a relocation entry for 0xe690. grub-mkrescue: info: adding a relocation entry for 0xe6a0. grub-mkrescue: info: adding a relocation entry for 0xe6a8. grub-mkrescue: info: adding a relocation entry for 0xe6b8. grub-mkrescue: info: adding a relocation entry for 0xe6c0. grub-mkrescue: info: adding a relocation entry for 0xe6d0. grub-mkrescue: info: adding a relocation entry for 0xe6d8. grub-mkrescue: info: adding a relocation entry for 0xe6e8. grub-mkrescue: info: adding a relocation entry for 0xe6f0. grub-mkrescue: info: adding a relocation entry for 0xe700. grub-mkrescue: info: adding a relocation entry for 0xe708. grub-mkrescue: info: adding a relocation entry for 0xe718. grub-mkrescue: info: adding a relocation entry for 0xe720. grub-mkrescue: info: adding a relocation entry for 0xe730. grub-mkrescue: info: adding a relocation entry for 0xe738. grub-mkrescue: info: adding a relocation entry for 0xe748. grub-mkrescue: info: adding a relocation entry for 0xe750. grub-mkrescue: info: adding a relocation entry for 0xe760. grub-mkrescue: info: adding a relocation entry for 0xe768. grub-mkrescue: info: adding a relocation entry for 0xe778. grub-mkrescue: info: adding a relocation entry for 0xe780. grub-mkrescue: info: adding a relocation entry for 0xe790. grub-mkrescue: info: adding a relocation entry for 0xe798. grub-mkrescue: info: adding a relocation entry for 0xe7a8. grub-mkrescue: info: adding a relocation entry for 0xe7b0. grub-mkrescue: info: adding a relocation entry for 0xe7c0. grub-mkrescue: info: adding a relocation entry for 0xe7c8. grub-mkrescue: info: adding a relocation entry for 0xe7d8. grub-mkrescue: info: adding a relocation entry for 0xe7e0. grub-mkrescue: info: adding a relocation entry for 0xe7f0. grub-mkrescue: info: adding a relocation entry for 0xe7f8. grub-mkrescue: info: adding a relocation entry for 0xe808. grub-mkrescue: info: adding a relocation entry for 0xe810. grub-mkrescue: info: adding a relocation entry for 0xe820. grub-mkrescue: info: adding a relocation entry for 0xe828. grub-mkrescue: info: adding a relocation entry for 0xe838. grub-mkrescue: info: adding a relocation entry for 0xe840. grub-mkrescue: info: adding a relocation entry for 0xe850. grub-mkrescue: info: adding a relocation entry for 0xe858. grub-mkrescue: info: adding a relocation entry for 0xe868. grub-mkrescue: info: adding a relocation entry for 0xe870. grub-mkrescue: info: adding a relocation entry for 0xe880. grub-mkrescue: info: adding a relocation entry for 0xe888. grub-mkrescue: info: adding a relocation entry for 0xe898. grub-mkrescue: info: adding a relocation entry for 0xe8a0. grub-mkrescue: info: adding a relocation entry for 0xe8b0. grub-mkrescue: info: adding a relocation entry for 0xe8b8. grub-mkrescue: info: adding a relocation entry for 0xe8c8. grub-mkrescue: info: adding a relocation entry for 0xe8d0. grub-mkrescue: info: adding a relocation entry for 0xe8e0. grub-mkrescue: info: adding a relocation entry for 0xe8e8. grub-mkrescue: info: adding a relocation entry for 0xe8f8. grub-mkrescue: info: adding a relocation entry for 0xe900. grub-mkrescue: info: adding a relocation entry for 0xe910. grub-mkrescue: info: adding a relocation entry for 0xe918. grub-mkrescue: info: adding a relocation entry for 0xe928. grub-mkrescue: info: adding a relocation entry for 0xe930. grub-mkrescue: info: adding a relocation entry for 0xe940. grub-mkrescue: info: adding a relocation entry for 0xe948. grub-mkrescue: info: adding a relocation entry for 0xe958. grub-mkrescue: info: adding a relocation entry for 0xe960. grub-mkrescue: info: adding a relocation entry for 0xe970. grub-mkrescue: info: adding a relocation entry for 0xe978. grub-mkrescue: info: adding a relocation entry for 0xe988. grub-mkrescue: info: adding a relocation entry for 0xe990. grub-mkrescue: info: adding a relocation entry for 0xe9a0. grub-mkrescue: info: adding a relocation entry for 0xe9a8. grub-mkrescue: info: adding a relocation entry for 0xe9b8. grub-mkrescue: info: adding a relocation entry for 0xe9c0. grub-mkrescue: info: adding a relocation entry for 0xe9d0. grub-mkrescue: info: adding a relocation entry for 0xe9d8. grub-mkrescue: info: adding a relocation entry for 0xe9e8. grub-mkrescue: info: adding a relocation entry for 0xe9f0. grub-mkrescue: info: adding a relocation entry for 0xea00. grub-mkrescue: info: adding a relocation entry for 0xea08. grub-mkrescue: info: adding a relocation entry for 0xea18. grub-mkrescue: info: adding a relocation entry for 0xea20. grub-mkrescue: info: adding a relocation entry for 0xea30. grub-mkrescue: info: adding a relocation entry for 0xea38. grub-mkrescue: info: adding a relocation entry for 0xea48. grub-mkrescue: info: adding a relocation entry for 0xea50. grub-mkrescue: info: adding a relocation entry for 0xea60. grub-mkrescue: info: adding a relocation entry for 0xea68. grub-mkrescue: info: adding a relocation entry for 0xea78. grub-mkrescue: info: adding a relocation entry for 0xea80. grub-mkrescue: info: adding a relocation entry for 0xea90. grub-mkrescue: info: adding a relocation entry for 0xea98. grub-mkrescue: info: adding a relocation entry for 0xeaa8. grub-mkrescue: info: adding a relocation entry for 0xeab0. grub-mkrescue: info: adding a relocation entry for 0xeac0. grub-mkrescue: info: adding a relocation entry for 0xeac8. grub-mkrescue: info: adding a relocation entry for 0xead8. grub-mkrescue: info: adding a relocation entry for 0xeae0. grub-mkrescue: info: adding a relocation entry for 0xeaf0. grub-mkrescue: info: adding a relocation entry for 0xeaf8. grub-mkrescue: info: adding a relocation entry for 0xeb08. grub-mkrescue: info: adding a relocation entry for 0xeb10. grub-mkrescue: info: adding a relocation entry for 0xeb20. grub-mkrescue: info: adding a relocation entry for 0xeb28. grub-mkrescue: info: adding a relocation entry for 0xeb38. grub-mkrescue: info: adding a relocation entry for 0xeb40. grub-mkrescue: info: adding a relocation entry for 0xeb50. grub-mkrescue: info: adding a relocation entry for 0xeb58. grub-mkrescue: info: adding a relocation entry for 0xeb68. grub-mkrescue: info: adding a relocation entry for 0xeb70. grub-mkrescue: info: adding a relocation entry for 0xeb80. grub-mkrescue: info: adding a relocation entry for 0xeb88. grub-mkrescue: info: adding a relocation entry for 0xeb98. grub-mkrescue: info: adding a relocation entry for 0xeba0. grub-mkrescue: info: adding a relocation entry for 0xebb0. grub-mkrescue: info: adding a relocation entry for 0xebb8. grub-mkrescue: info: adding a relocation entry for 0xebc8. grub-mkrescue: info: adding a relocation entry for 0xebd0. grub-mkrescue: info: adding a relocation entry for 0xebe0. grub-mkrescue: info: adding a relocation entry for 0xebe8. grub-mkrescue: info: adding a relocation entry for 0xebf8. grub-mkrescue: info: adding a relocation entry for 0xec00. grub-mkrescue: info: adding a relocation entry for 0xec10. grub-mkrescue: info: adding a relocation entry for 0xec18. grub-mkrescue: info: adding a relocation entry for 0xec28. grub-mkrescue: info: adding a relocation entry for 0xec30. grub-mkrescue: info: adding a relocation entry for 0xec40. grub-mkrescue: info: adding a relocation entry for 0xec48. grub-mkrescue: info: adding a relocation entry for 0xec58. grub-mkrescue: info: adding a relocation entry for 0xec60. grub-mkrescue: info: adding a relocation entry for 0xec70. grub-mkrescue: info: adding a relocation entry for 0xec78. grub-mkrescue: info: adding a relocation entry for 0xec88. grub-mkrescue: info: adding a relocation entry for 0xec90. grub-mkrescue: info: adding a relocation entry for 0xeca0. grub-mkrescue: info: adding a relocation entry for 0xeca8. grub-mkrescue: info: adding a relocation entry for 0xecb8. grub-mkrescue: info: adding a relocation entry for 0xecc0. grub-mkrescue: info: adding a relocation entry for 0xecd0. grub-mkrescue: info: adding a relocation entry for 0xecd8. grub-mkrescue: info: adding a relocation entry for 0xece8. grub-mkrescue: info: adding a relocation entry for 0xecf0. grub-mkrescue: info: adding a relocation entry for 0xed00. grub-mkrescue: info: adding a relocation entry for 0xed08. grub-mkrescue: info: adding a relocation entry for 0xed18. grub-mkrescue: info: adding a relocation entry for 0xed20. grub-mkrescue: info: adding a relocation entry for 0xed30. grub-mkrescue: info: adding a relocation entry for 0xed38. grub-mkrescue: info: adding a relocation entry for 0xed48. grub-mkrescue: info: adding a relocation entry for 0xed50. grub-mkrescue: info: adding a relocation entry for 0xed60. grub-mkrescue: info: adding a relocation entry for 0xed68. grub-mkrescue: info: adding a relocation entry for 0xed78. grub-mkrescue: info: adding a relocation entry for 0xed80. grub-mkrescue: info: adding a relocation entry for 0xed90. grub-mkrescue: info: adding a relocation entry for 0xed98. grub-mkrescue: info: adding a relocation entry for 0xeda8. grub-mkrescue: info: adding a relocation entry for 0xedb0. grub-mkrescue: info: adding a relocation entry for 0xedc0. grub-mkrescue: info: adding a relocation entry for 0xedc8. grub-mkrescue: info: adding a relocation entry for 0xedd8. grub-mkrescue: info: adding a relocation entry for 0xede0. grub-mkrescue: info: adding a relocation entry for 0xedf0. grub-mkrescue: info: adding a relocation entry for 0xedf8. grub-mkrescue: info: adding a relocation entry for 0xee08. grub-mkrescue: info: adding a relocation entry for 0xee10. grub-mkrescue: info: adding a relocation entry for 0xee20. grub-mkrescue: info: adding a relocation entry for 0xee28. grub-mkrescue: info: adding a relocation entry for 0xee38. grub-mkrescue: info: adding a relocation entry for 0xee40. grub-mkrescue: info: adding a relocation entry for 0xee50. grub-mkrescue: info: adding a relocation entry for 0xee58. grub-mkrescue: info: adding a relocation entry for 0xee68. grub-mkrescue: info: adding a relocation entry for 0xee70. grub-mkrescue: info: adding a relocation entry for 0xee80. grub-mkrescue: info: adding a relocation entry for 0xee88. grub-mkrescue: info: adding a relocation entry for 0xee98. grub-mkrescue: info: adding a relocation entry for 0xeea0. grub-mkrescue: info: adding a relocation entry for 0xeeb0. grub-mkrescue: info: adding a relocation entry for 0xeeb8. grub-mkrescue: info: adding a relocation entry for 0xeec8. grub-mkrescue: info: adding a relocation entry for 0xeed0. grub-mkrescue: info: adding a relocation entry for 0xeee0. grub-mkrescue: info: adding a relocation entry for 0xeee8. grub-mkrescue: info: adding a relocation entry for 0xeef8. grub-mkrescue: info: adding a relocation entry for 0xef00. grub-mkrescue: info: adding a relocation entry for 0xef10. grub-mkrescue: info: adding a relocation entry for 0xef18. grub-mkrescue: info: adding a relocation entry for 0xef28. grub-mkrescue: info: adding a relocation entry for 0xef30. grub-mkrescue: info: adding a relocation entry for 0xef40. grub-mkrescue: info: adding a relocation entry for 0xef48. grub-mkrescue: info: adding a relocation entry for 0xef58. grub-mkrescue: info: adding a relocation entry for 0xef60. grub-mkrescue: info: adding a relocation entry for 0xef70. grub-mkrescue: info: adding a relocation entry for 0xef78. grub-mkrescue: info: adding a relocation entry for 0xef88. grub-mkrescue: info: adding a relocation entry for 0xef90. grub-mkrescue: info: adding a relocation entry for 0xefa0. grub-mkrescue: info: adding a relocation entry for 0xefa8. grub-mkrescue: info: adding a relocation entry for 0xefb8. grub-mkrescue: info: adding a relocation entry for 0xefc0. grub-mkrescue: info: adding a relocation entry for 0xefd0. grub-mkrescue: info: adding a relocation entry for 0xefd8. grub-mkrescue: info: adding a relocation entry for 0xefe8. grub-mkrescue: info: adding a relocation entry for 0xeff0. grub-mkrescue: info: adding a relocation entry for 0xf000. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: adding a padding fixup entry. grub-mkrescue: info: writing 616 bytes of a fixup block starting at 0xe000. grub-mkrescue: info: adding a relocation entry for 0xf008. grub-mkrescue: info: adding a relocation entry for 0xf018. grub-mkrescue: info: adding a relocation entry for 0xf020. grub-mkrescue: info: adding a relocation entry for 0xf030. grub-mkrescue: info: adding a relocation entry for 0xf038. grub-mkrescue: info: adding a relocation entry for 0xf048. grub-mkrescue: info: adding a relocation entry for 0xf050. grub-mkrescue: info: adding a relocation entry for 0xf060. grub-mkrescue: info: adding a relocation entry for 0xf068. grub-mkrescue: info: adding a relocation entry for 0xf078. grub-mkrescue: info: adding a relocation entry for 0xf080. grub-mkrescue: info: adding a relocation entry for 0xf090. grub-mkrescue: info: adding a relocation entry for 0xf098. grub-mkrescue: info: adding a relocation entry for 0xf0a8. grub-mkrescue: info: adding a relocation entry for 0xf0b0. grub-mkrescue: info: adding 44 padding fixup entries. grub-mkrescue: info: writing 128 bytes of a fixup block starting at 0xf000. grub-mkrescue: info: reading /usr/local/lib/grub/x86_64-efi/part_apple.mod. grub-mkrescue: info: reading /usr/local/lib/grub/x86_64-efi/fshelp.mod. grub-mkrescue: info: reading /usr/local/lib/grub/x86_64-efi/iso9660.mod. grub-mkrescue: info: reading /tmp/grub.VPrZIw. grub-mkrescue: info: kernel_img=0x802006000, kernel_size=0x1ae00. grub-mkrescue: info: the core size is 0x20420. grub-mkrescue: info: writing 0x21800 bytes. grub-mkrescue: info: copying `/tmp/grub.kXNuQc/efi/boot/bootx64.efi' -> `/tmp/grub.AQ8YPi/System/Library/CoreServices/boot.efi'. grub-mkrescue: info: executing mformat -C -f 2880 -L 16 -i /tmp/grub.AQ8YPi/efi.img ::. grub-mkrescue: info: executing mcopy -s -i /tmp/grub.AQ8YPi/efi.img /tmp/grub.kXNuQc/efi ::/. grub-mkrescue: info: executing xorriso -as mkisofs -graft-points --modification-date=2015012221213000 -hfsplus -apm-block-size 2048 -hfsplus-file-creator-type chrp tbxj /System/Library/CoreServices/.disk_label -hfs-bless-by i /System/Library/CoreServices/boot.efi --efi-boot efi.img -efi-boot-part --efi-boot-image --protective-msdos-label -o test.iso -r /tmp/grub.AQ8YPi --sort-weight 0 / --sort-weight 1 /boot iso -volid PCBSD_INSTALL. xorriso 1.3.8 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:test.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 642g free Added to ISO image: directory '/'='/tmp/grub.AQ8YPi' xorriso : UPDATE : 306 files added in 1 seconds Added to ISO image: directory '/'='/usr/home/kris/ISO/iso' xorriso : UPDATE : 2299 files added in 1 seconds xorriso : UPDATE : 1.21% done xorriso : UPDATE : 13.11% done xorriso : UPDATE : 25.42% done, estimate finish Thu Jan 22 16:21:40 2015 xorriso : UPDATE : 34.88% done, estimate finish Thu Jan 22 16:21:41 2015 xorriso : UPDATE : 46.50% done, estimate finish Thu Jan 22 16:21:40 2015 xorriso : UPDATE : 57.62% done, estimate finish Thu Jan 22 16:21:40 2015 xorriso : UPDATE : 68.62% done, estimate finish Thu Jan 22 16:21:40 2015 xorriso : UPDATE : 79.20% done, estimate finish Thu Jan 22 16:21:40 2015 xorriso : UPDATE : 90.46% done xorriso : UPDATE : 99.80% done ISO image produced: 670306 sectors Written to medium : 670306 sectors at LBA 0 Writing to 'stdio:test.iso' completed successfully. -- Kris Moore PC-BSD Software iXsystems