Hello, grub developers, my problem summary (lots of details follow below):
My /boot file system lives on partition /dev/sda1. This was an ext2 or ext4 file system (not entirely sure). When doing some grub-install work, this was wrongly recognized as fat. This resulted in a system that could no longer boot from hard drive. What helped in the end: Copying the files of /boot, umounting, overwriting the start of /dev/sda1 with zeros, mke2fs -t ext2 /dev/sda1, mounting, copying the files back to /boot and running grub-install again. Now the file system type was correctly determined, and my problem was solved. This problem happened in the wild. I did nothing particular to trigger it. It caught me by surprise. So far the summary. Now details follow that I feel might be relevant. If any questions remain I can answer, kindly do ask. This system is a "Sandy Bridge" CPU 64 bit notebook. Booting is via good ol' BIOS, no EFI here. The only OS I have on hard drive is a single 64 bit (X)Ubuntu installation. The trouble occurred when I upgraded that yesterday from Ubuntu 12.04 to Ubuntu 14.04. The grub version I've had problems with is 2.02~beta2-9ubuntu1, according to dpkg -s grub2-common. There is only one hard drive in the system, /dev/sda. It has two partitions: /dev/sda1 and /dev/sda2. I use /dev/sda1 as /boot. I tend to be conservative with /boot, so I think I had used ext2 for that before the reformat, with a remote chance of ext4 (not absolutely sure). What I do with /dev/sda2 is probably less relevant, but for the record, here is that story: That device is luks-encrypted. The decrypted version of /dev/sda2 is the only physical volume of some LVM volume group. That group provides several logical volumes: /root, /var, /home, swap and one /muell, this last one unused during all that follows. There is no fat partition anywhere on this hard drive. So far the invariants, which did not change while the following story unfolds. I had done an upgrade Ubuntu 12.04 -> 14.04. As the final step of that, the system rebooted. Or, rather, tried to. All it reached was a grub-rescue prompt complaining "/grub/i386-pc/normal.mod not found". I tried different ways to run grub-install to get me out of this problem. My first attempt was to boot from an Ubuntu 14.04 USB stick and chroot into my hard drive installation. I remember bind mounts of file systems such as /dev and /sys and I also provided /proc and a hand-crafted /etc/mtab. The grub-install found nothing to complain about. However, rebooting resulted in the same grub-rescue complaint. Trying things at the grub-rescue prompt, I found that grub thought the /dev/sda1 partition to be fat. If I remember correctly, I tried accessing this as (hd0,1) or (hd0,msdos1), it made no difference. However grub-rescue's ls could not find any files on that "fat" partition. Now the live Ubuntu USB stick does have a (v)fat partition. But boot attempts with it being disconnected gave the same result. I tried grub-install straight from the USB stick's Ubuntu. Same result. At some proint I tried "grub-install -v /dev/sda", after duly mounting /boot, and somewhere in the midst of the verbose output I spotted (originally all in one line): > grub-install: Info: grub-mkimage --directory '/usr/lib/grub/i386-pc' > --prefix '(,msdos1)/grub' --output '/boot/grub/i386-pc/core.img' > --format 'i386-pc' --compression 'auto' 'fat' 'part_msdos' > 'biosdisk' That 'fat' did not look right. At that point, I still thought the USB stick's partitions might confuse grub-install's probings. To boot without any fat, I went to another computer, which is running 64 bit Debian Wheezy, installed grub-rescue-pc (Version 1.99-27+deb7u2) on that, and pushed grub-rescue-usb.img onto the USB stick. With a little persuation, that allowed me to boot into my upgraded Ubuntu 14.04 (for the first time). With that running, I removed the USB stick. But repeating grub-install -v /dev/sda still resulted in the bad grub-mkimage line with fat, as quoted above. I include the entire output at the end of this mail. So I copied the content of /boot elsewhere, umounted /dev/sda1, wrote zeros to the first so many kilobytes of that block device, re-formated with mke2fs -t ext2 /dev/sda1 and copied the content back. That helped! > grub-install: Info: grub-mkimage --directory '/usr/lib/grub/i386-pc' > --prefix '(,msdos1)/grub' --output '/boot/grub/i386-pc/core.img' > --format 'i386-pc' --compression 'auto' 'ext2' 'part_msdos' > 'biosdisk' And I could boot into the system. :-) Too bad I did not make a backup of the entire /dev/sda1 image... I tried to reproduce the problem by creating a vfat on /dev/sda1 and then reformatted to ext2. But the result was duly recognized as ext2, as it should. So I can offer nothing as far as reproducing the problem. I hesitate to file a bug, but want to ask for your opinions first. Regards, and thank you for providing fine software, Andreas ----- Here is a full typescript of one of the grub-install -v attempts that resulted in an unbootable system: Skript gestartet auf Sa 20 Sep 2014 18:31:20 CEST grub-install: Info: executing modprobe efivars 2>/dev/null. grub-install: Info: Looking for /sys/firmware/efi ... grub-install: Info: ... not found. Looking for /proc/device-tree ... grub-install: Info: ... not found. Installing for i386-pc platform. grub-install: Info: »/boot/grub/device.map« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/lib/grub/i386-pc/linux.mod' -> `/boot/grub/i386-pc/linux.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/hfspluscomp.mod' -> `/boot/grub/i386-pc/hfspluscomp.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/hwmatch.mod' -> `/boot/grub/i386-pc/hwmatch.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/div_test.mod' -> `/boot/grub/i386-pc/div_test.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/normal.mod' -> `/boot/grub/i386-pc/normal.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_whirlpool.mod' -> `/boot/grub/i386-pc/gcry_whirlpool.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/relocator.mod' -> `/boot/grub/i386-pc/relocator.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/zfsinfo.mod' -> `/boot/grub/i386-pc/zfsinfo.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_tiger.mod' -> `/boot/grub/i386-pc/gcry_tiger.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/bfs.mod' -> `/boot/grub/i386-pc/bfs.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_blowfish.mod' -> `/boot/grub/i386-pc/gcry_blowfish.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/keylayouts.mod' -> `/boot/grub/i386-pc/keylayouts.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/uhci.mod' -> `/boot/grub/i386-pc/uhci.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/ufs1.mod' -> `/boot/grub/i386-pc/ufs1.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/915resolution.mod' -> `/boot/grub/i386-pc/915resolution.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/ntfscomp.mod' -> `/boot/grub/i386-pc/ntfscomp.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/nilfs2.mod' -> `/boot/grub/i386-pc/nilfs2.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/iso9660.mod' -> `/boot/grub/i386-pc/iso9660.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/diskfilter.mod' -> `/boot/grub/i386-pc/diskfilter.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/net.mod' -> `/boot/grub/i386-pc/net.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/part_gpt.mod' -> `/boot/grub/i386-pc/part_gpt.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/ehci.mod' -> `/boot/grub/i386-pc/ehci.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/at_keyboard.mod' -> `/boot/grub/i386-pc/at_keyboard.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/ldm.mod' -> `/boot/grub/i386-pc/ldm.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/cbtable.mod' -> `/boot/grub/i386-pc/cbtable.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/video.mod' -> `/boot/grub/i386-pc/video.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/part_bsd.mod' -> `/boot/grub/i386-pc/part_bsd.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/serial.mod' -> `/boot/grub/i386-pc/serial.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/part_apple.mod' -> `/boot/grub/i386-pc/part_apple.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/minix2_be.mod' -> `/boot/grub/i386-pc/minix2_be.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/cbtime.mod' -> `/boot/grub/i386-pc/cbtime.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/cbfs.mod' -> `/boot/grub/i386-pc/cbfs.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gettext.mod' -> `/boot/grub/i386-pc/gettext.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/crc64.mod' -> `/boot/grub/i386-pc/crc64.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/part_sun.mod' -> `/boot/grub/i386-pc/part_sun.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/usbms.mod' -> `/boot/grub/i386-pc/usbms.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/video_cirrus.mod' -> `/boot/grub/i386-pc/video_cirrus.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/geli.mod' -> `/boot/grub/i386-pc/geli.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/zfs.mod' -> `/boot/grub/i386-pc/zfs.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/exfat.mod' -> `/boot/grub/i386-pc/exfat.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/jpeg.mod' -> `/boot/grub/i386-pc/jpeg.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_seed.mod' -> `/boot/grub/i386-pc/gcry_seed.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/eval.mod' -> `/boot/grub/i386-pc/eval.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/ufs1_be.mod' -> `/boot/grub/i386-pc/ufs1_be.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/test_blockarg.mod' -> `/boot/grub/i386-pc/test_blockarg.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/usbserial_ftdi.mod' -> `/boot/grub/i386-pc/usbserial_ftdi.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/vga.mod' -> `/boot/grub/i386-pc/vga.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/hdparm.mod' -> `/boot/grub/i386-pc/hdparm.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/probe.mod' -> `/boot/grub/i386-pc/probe.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/tftp.mod' -> `/boot/grub/i386-pc/tftp.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/legacy_password_test.mod' -> `/boot/grub/i386-pc/legacy_password_test.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/mdraid1x.mod' -> `/boot/grub/i386-pc/mdraid1x.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/affs.mod' -> `/boot/grub/i386-pc/affs.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/pbkdf2.mod' -> `/boot/grub/i386-pc/pbkdf2.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/parttool.mod' -> `/boot/grub/i386-pc/parttool.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/part_dvh.mod' -> `/boot/grub/i386-pc/part_dvh.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/ahci.mod' -> `/boot/grub/i386-pc/ahci.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/signature_test.mod' -> `/boot/grub/i386-pc/signature_test.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/procfs.mod' -> `/boot/grub/i386-pc/procfs.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/elf.mod' -> `/boot/grub/i386-pc/elf.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/video_colors.mod' -> `/boot/grub/i386-pc/video_colors.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/minix3_be.mod' -> `/boot/grub/i386-pc/minix3_be.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/part_sunpc.mod' -> `/boot/grub/i386-pc/part_sunpc.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gfxterm_menu.mod' -> `/boot/grub/i386-pc/gfxterm_menu.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/bufio.mod' -> `/boot/grub/i386-pc/bufio.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/cpio.mod' -> `/boot/grub/i386-pc/cpio.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/dm_nv.mod' -> `/boot/grub/i386-pc/dm_nv.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/test.mod' -> `/boot/grub/i386-pc/test.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/cs5536.mod' -> `/boot/grub/i386-pc/cs5536.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/functional_test.mod' -> `/boot/grub/i386-pc/functional_test.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/spkmodem.mod' -> `/boot/grub/i386-pc/spkmodem.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/usb_keyboard.mod' -> `/boot/grub/i386-pc/usb_keyboard.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/trig.mod' -> `/boot/grub/i386-pc/trig.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/iorw.mod' -> `/boot/grub/i386-pc/iorw.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/datetime.mod' -> `/boot/grub/i386-pc/datetime.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/memdisk.mod' -> `/boot/grub/i386-pc/memdisk.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gfxterm_background.mod' -> `/boot/grub/i386-pc/gfxterm_background.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/ls.mod' -> `/boot/grub/i386-pc/ls.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/all_video.mod' -> `/boot/grub/i386-pc/all_video.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/boot.mod' -> `/boot/grub/i386-pc/boot.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_rsa.mod' -> `/boot/grub/i386-pc/gcry_rsa.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/help.mod' -> `/boot/grub/i386-pc/help.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/pxechain.mod' -> `/boot/grub/i386-pc/pxechain.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/hexdump.mod' -> `/boot/grub/i386-pc/hexdump.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/udf.mod' -> `/boot/grub/i386-pc/udf.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/png.mod' -> `/boot/grub/i386-pc/png.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/fshelp.mod' -> `/boot/grub/i386-pc/fshelp.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_sha512.mod' -> `/boot/grub/i386-pc/gcry_sha512.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/echo.mod' -> `/boot/grub/i386-pc/echo.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/regexp.mod' -> `/boot/grub/i386-pc/regexp.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/cmp.mod' -> `/boot/grub/i386-pc/cmp.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/video_fb.mod' -> `/boot/grub/i386-pc/video_fb.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/password.mod' -> `/boot/grub/i386-pc/password.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/archelp.mod' -> `/boot/grub/i386-pc/archelp.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/tga.mod' -> `/boot/grub/i386-pc/tga.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/btrfs.mod' -> `/boot/grub/i386-pc/btrfs.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/vbe.mod' -> `/boot/grub/i386-pc/vbe.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/legacycfg.mod' -> `/boot/grub/i386-pc/legacycfg.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/afs.mod' -> `/boot/grub/i386-pc/afs.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/pbkdf2_test.mod' -> `/boot/grub/i386-pc/pbkdf2_test.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/sleep_test.mod' -> `/boot/grub/i386-pc/sleep_test.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/read.mod' -> `/boot/grub/i386-pc/read.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/raid6rec.mod' -> `/boot/grub/i386-pc/raid6rec.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/macbless.mod' -> `/boot/grub/i386-pc/macbless.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/cat.mod' -> `/boot/grub/i386-pc/cat.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/search_label.mod' -> `/boot/grub/i386-pc/search_label.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/hfs.mod' -> `/boot/grub/i386-pc/hfs.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/linux16.mod' -> `/boot/grub/i386-pc/linux16.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_md5.mod' -> `/boot/grub/i386-pc/gcry_md5.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_rmd160.mod' -> `/boot/grub/i386-pc/gcry_rmd160.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/multiboot2.mod' -> `/boot/grub/i386-pc/multiboot2.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/biosdisk.mod' -> `/boot/grub/i386-pc/biosdisk.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/cmdline_cat_test.mod' -> `/boot/grub/i386-pc/cmdline_cat_test.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/pci.mod' -> `/boot/grub/i386-pc/pci.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/efiemu.mod' -> `/boot/grub/i386-pc/efiemu.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_serpent.mod' -> `/boot/grub/i386-pc/gcry_serpent.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/cpio_be.mod' -> `/boot/grub/i386-pc/cpio_be.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/mdraid09_be.mod' -> `/boot/grub/i386-pc/mdraid09_be.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/ata.mod' -> `/boot/grub/i386-pc/ata.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_cast5.mod' -> `/boot/grub/i386-pc/gcry_cast5.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/hello.mod' -> `/boot/grub/i386-pc/hello.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/nativedisk.mod' -> `/boot/grub/i386-pc/nativedisk.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/adler32.mod' -> `/boot/grub/i386-pc/adler32.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/xnu_uuid_test.mod' -> `/boot/grub/i386-pc/xnu_uuid_test.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/file.mod' -> `/boot/grub/i386-pc/file.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/sleep.mod' -> `/boot/grub/i386-pc/sleep.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/newc.mod' -> `/boot/grub/i386-pc/newc.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/setjmp_test.mod' -> `/boot/grub/i386-pc/setjmp_test.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/vga_text.mod' -> `/boot/grub/i386-pc/vga_text.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/true.mod' -> `/boot/grub/i386-pc/true.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/bitmap.mod' -> `/boot/grub/i386-pc/bitmap.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/cbls.mod' -> `/boot/grub/i386-pc/cbls.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/msdospart.mod' -> `/boot/grub/i386-pc/msdospart.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_md4.mod' -> `/boot/grub/i386-pc/gcry_md4.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/progress.mod' -> `/boot/grub/i386-pc/progress.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/search_fs_uuid.mod' -> `/boot/grub/i386-pc/search_fs_uuid.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/lspci.mod' -> `/boot/grub/i386-pc/lspci.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/datehook.mod' -> `/boot/grub/i386-pc/datehook.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/halt.mod' -> `/boot/grub/i386-pc/halt.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/usb.mod' -> `/boot/grub/i386-pc/usb.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/cmostest.mod' -> `/boot/grub/i386-pc/cmostest.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/cmosdump.mod' -> `/boot/grub/i386-pc/cmosdump.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/play.mod' -> `/boot/grub/i386-pc/play.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/priority_queue.mod' -> `/boot/grub/i386-pc/priority_queue.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/lsapm.mod' -> `/boot/grub/i386-pc/lsapm.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/crypto.mod' -> `/boot/grub/i386-pc/crypto.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/videoinfo.mod' -> `/boot/grub/i386-pc/videoinfo.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/bitmap_scale.mod' -> `/boot/grub/i386-pc/bitmap_scale.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/keystatus.mod' -> `/boot/grub/i386-pc/keystatus.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gfxmenu.mod' -> `/boot/grub/i386-pc/gfxmenu.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/testspeed.mod' -> `/boot/grub/i386-pc/testspeed.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/xfs.mod' -> `/boot/grub/i386-pc/xfs.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gdb.mod' -> `/boot/grub/i386-pc/gdb.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/part_dfly.mod' -> `/boot/grub/i386-pc/part_dfly.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/ext2.mod' -> `/boot/grub/i386-pc/ext2.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/xnu.mod' -> `/boot/grub/i386-pc/xnu.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/reiserfs.mod' -> `/boot/grub/i386-pc/reiserfs.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_dsa.mod' -> `/boot/grub/i386-pc/gcry_dsa.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/verify.mod' -> `/boot/grub/i386-pc/verify.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/usbserial_usbdebug.mod' -> `/boot/grub/i386-pc/usbserial_usbdebug.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/morse.mod' -> `/boot/grub/i386-pc/morse.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/truecrypt.mod' -> `/boot/grub/i386-pc/truecrypt.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/macho.mod' -> `/boot/grub/i386-pc/macho.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/odc.mod' -> `/boot/grub/i386-pc/odc.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/squash4.mod' -> `/boot/grub/i386-pc/squash4.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/jfs.mod' -> `/boot/grub/i386-pc/jfs.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/pxe.mod' -> `/boot/grub/i386-pc/pxe.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/raid5rec.mod' -> `/boot/grub/i386-pc/raid5rec.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/extcmd.mod' -> `/boot/grub/i386-pc/extcmd.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_camellia.mod' -> `/boot/grub/i386-pc/gcry_camellia.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/drivemap.mod' -> `/boot/grub/i386-pc/drivemap.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/exfctest.mod' -> `/boot/grub/i386-pc/exfctest.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/aout.mod' -> `/boot/grub/i386-pc/aout.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/sfs.mod' -> `/boot/grub/i386-pc/sfs.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/multiboot.mod' -> `/boot/grub/i386-pc/multiboot.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/backtrace.mod' -> `/boot/grub/i386-pc/backtrace.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/videotest.mod' -> `/boot/grub/i386-pc/videotest.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_rijndael.mod' -> `/boot/grub/i386-pc/gcry_rijndael.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/offsetio.mod' -> `/boot/grub/i386-pc/offsetio.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/xnu_uuid.mod' -> `/boot/grub/i386-pc/xnu_uuid.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/part_plan.mod' -> `/boot/grub/i386-pc/part_plan.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gfxterm.mod' -> `/boot/grub/i386-pc/gfxterm.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/plan9.mod' -> `/boot/grub/i386-pc/plan9.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/pcidump.mod' -> `/boot/grub/i386-pc/pcidump.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/blocklist.mod' -> `/boot/grub/i386-pc/blocklist.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/part_msdos.mod' -> `/boot/grub/i386-pc/part_msdos.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_idea.mod' -> `/boot/grub/i386-pc/gcry_idea.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gptsync.mod' -> `/boot/grub/i386-pc/gptsync.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/ohci.mod' -> `/boot/grub/i386-pc/ohci.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/search_fs_file.mod' -> `/boot/grub/i386-pc/search_fs_file.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/loopback.mod' -> `/boot/grub/i386-pc/loopback.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/terminal.mod' -> `/boot/grub/i386-pc/terminal.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/usbserial_pl2303.mod' -> `/boot/grub/i386-pc/usbserial_pl2303.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_arcfour.mod' -> `/boot/grub/i386-pc/gcry_arcfour.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/minix3.mod' -> `/boot/grub/i386-pc/minix3.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/cryptodisk.mod' -> `/boot/grub/i386-pc/cryptodisk.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/hashsum.mod' -> `/boot/grub/i386-pc/hashsum.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/minix_be.mod' -> `/boot/grub/i386-pc/minix_be.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/mpi.mod' -> `/boot/grub/i386-pc/mpi.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/zfscrypt.mod' -> `/boot/grub/i386-pc/zfscrypt.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/ufs2.mod' -> `/boot/grub/i386-pc/ufs2.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/mdraid09.mod' -> `/boot/grub/i386-pc/mdraid09.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/hfsplus.mod' -> `/boot/grub/i386-pc/hfsplus.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/lsacpi.mod' -> `/boot/grub/i386-pc/lsacpi.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/videotest_checksum.mod' -> `/boot/grub/i386-pc/videotest_checksum.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/setjmp.mod' -> `/boot/grub/i386-pc/setjmp.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/chain.mod' -> `/boot/grub/i386-pc/chain.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/lsmmap.mod' -> `/boot/grub/i386-pc/lsmmap.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_des.mod' -> `/boot/grub/i386-pc/gcry_des.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/search.mod' -> `/boot/grub/i386-pc/search.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/disk.mod' -> `/boot/grub/i386-pc/disk.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/part_amiga.mod' -> `/boot/grub/i386-pc/part_amiga.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/fat.mod' -> `/boot/grub/i386-pc/fat.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/freedos.mod' -> `/boot/grub/i386-pc/freedos.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/part_acorn.mod' -> `/boot/grub/i386-pc/part_acorn.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/terminfo.mod' -> `/boot/grub/i386-pc/terminfo.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/ntldr.mod' -> `/boot/grub/i386-pc/ntldr.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/sendkey.mod' -> `/boot/grub/i386-pc/sendkey.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/luks.mod' -> `/boot/grub/i386-pc/luks.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/lzopio.mod' -> `/boot/grub/i386-pc/lzopio.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_sha1.mod' -> `/boot/grub/i386-pc/gcry_sha1.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/tr.mod' -> `/boot/grub/i386-pc/tr.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/memrw.mod' -> `/boot/grub/i386-pc/memrw.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/password_pbkdf2.mod' -> `/boot/grub/i386-pc/password_pbkdf2.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/cpuid.mod' -> `/boot/grub/i386-pc/cpuid.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/video_bochs.mod' -> `/boot/grub/i386-pc/video_bochs.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/mmap.mod' -> `/boot/grub/i386-pc/mmap.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/time.mod' -> `/boot/grub/i386-pc/time.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/setpci.mod' -> `/boot/grub/i386-pc/setpci.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/http.mod' -> `/boot/grub/i386-pc/http.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/font.mod' -> `/boot/grub/i386-pc/font.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/minix.mod' -> `/boot/grub/i386-pc/minix.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/cbmemc.mod' -> `/boot/grub/i386-pc/cbmemc.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/mda_text.mod' -> `/boot/grub/i386-pc/mda_text.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/bsd.mod' -> `/boot/grub/i386-pc/bsd.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/date.mod' -> `/boot/grub/i386-pc/date.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/pata.mod' -> `/boot/grub/i386-pc/pata.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gzio.mod' -> `/boot/grub/i386-pc/gzio.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/usbtest.mod' -> `/boot/grub/i386-pc/usbtest.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_rfc2268.mod' -> `/boot/grub/i386-pc/gcry_rfc2268.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/acpi.mod' -> `/boot/grub/i386-pc/acpi.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/minix2.mod' -> `/boot/grub/i386-pc/minix2.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/minicmd.mod' -> `/boot/grub/i386-pc/minicmd.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/configfile.mod' -> `/boot/grub/i386-pc/configfile.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_sha256.mod' -> `/boot/grub/i386-pc/gcry_sha256.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/testload.mod' -> `/boot/grub/i386-pc/testload.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/scsi.mod' -> `/boot/grub/i386-pc/scsi.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/reboot.mod' -> `/boot/grub/i386-pc/reboot.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_crc.mod' -> `/boot/grub/i386-pc/gcry_crc.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/ntfs.mod' -> `/boot/grub/i386-pc/ntfs.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/usbserial_common.mod' -> `/boot/grub/i386-pc/usbserial_common.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/romfs.mod' -> `/boot/grub/i386-pc/romfs.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/xzio.mod' -> `/boot/grub/i386-pc/xzio.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/loadenv.mod' -> `/boot/grub/i386-pc/loadenv.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/syslinuxcfg.mod' -> `/boot/grub/i386-pc/syslinuxcfg.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/tar.mod' -> `/boot/grub/i386-pc/tar.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/gcry_twofish.mod' -> `/boot/grub/i386-pc/gcry_twofish.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/lvm.mod' -> `/boot/grub/i386-pc/lvm.mod'. grub-install: Info: copying `/usr/lib/grub/i386-pc/efiemu32.o' -> `/boot/grub/i386-pc/efiemu32.o'. grub-install: Info: copying `/usr/lib/grub/i386-pc/efiemu64.o' -> `/boot/grub/i386-pc/efiemu64.o'. grub-install: Info: copying `/usr/lib/grub/i386-pc/moddep.lst' -> `/boot/grub/i386-pc/moddep.lst'. grub-install: Info: copying `/usr/lib/grub/i386-pc/command.lst' -> `/boot/grub/i386-pc/command.lst'. grub-install: Info: copying `/usr/lib/grub/i386-pc/fs.lst' -> `/boot/grub/i386-pc/fs.lst'. grub-install: Info: copying `/usr/lib/grub/i386-pc/partmap.lst' -> `/boot/grub/i386-pc/partmap.lst'. grub-install: Info: copying `/usr/lib/grub/i386-pc/parttool.lst' -> `/boot/grub/i386-pc/parttool.lst'. grub-install: Info: copying `/usr/lib/grub/i386-pc/video.lst' -> `/boot/grub/i386-pc/video.lst'. grub-install: Info: copying `/usr/lib/grub/i386-pc/crypto.lst' -> `/boot/grub/i386-pc/crypto.lst'. grub-install: Info: copying `/usr/lib/grub/i386-pc/terminal.lst' -> `/boot/grub/i386-pc/terminal.lst'. grub-install: Info: copying `/usr/lib/grub/i386-pc/modinfo.sh' -> `/boot/grub/i386-pc/modinfo.sh'. grub-install: Info: copying `/usr/share/locale/es/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es.mo'. grub-install: Info: »/usr/share/locale/es/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/en/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en.mo'. grub-install: Info: »/usr/share/locale/en/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/fr_CA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr_CA.mo'. grub-install: Info: »/usr/share/locale/fr_CA/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/es_DO/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_DO.mo'. grub-install: Info: »/usr/share/locale/es_DO/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/es_EC/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_EC.mo'. grub-install: Info: »/usr/share/locale/es_EC/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/es_GT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_GT.mo'. grub-install: Info: »/usr/share/locale/es_GT/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ru_RU/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru_RU.mo'. grub-install: Info: »/usr/share/locale/ru_RU/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/es_NI/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_NI.mo'. grub-install: Info: »/usr/share/locale/es_NI/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/he_IL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/he_IL.mo'. grub-install: Info: »/usr/share/locale/he_IL/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/gv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gv.mo'. grub-install: Info: »/usr/share/locale/gv/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/qu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/qu.mo'. grub-install: Info: »/usr/share/locale/qu/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ca/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca.mo'. grub-install: Info: »/usr/share/locale/ca/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/brx/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/brx.mo'. grub-install: Info: »/usr/share/locale/brx/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/zh/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh.mo'. grub-install: Info: »/usr/share/locale/zh/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/nds/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nds.mo'. grub-install: Info: »/usr/share/locale/nds/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ht/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ht.mo'. grub-install: Info: »/usr/share/locale/ht/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ru/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru.mo'. grub-install: Info: »/usr/share/locale/ru/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/eu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eu.mo'. grub-install: Info: »/usr/share/locale/eu/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/sl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sl.mo'. grub-install: Info: »/usr/share/locale/sl/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/bo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bo.mo'. grub-install: Info: »/usr/share/locale/bo/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/sv_SE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sv_SE.mo'. grub-install: Info: »/usr/share/locale/sv_SE/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/en@boldquot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/e...@boldquot.mo'. grub-install: Info: »/usr/share/locale/en@boldquot/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/crh/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/crh.mo'. grub-install: Info: »/usr/share/locale/crh/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/el/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/el.mo'. grub-install: Info: »/usr/share/locale/el/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ar/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ar.mo'. grub-install: Info: »/usr/share/locale/ar/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/st/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/st.mo'. grub-install: Info: »/usr/share/locale/st/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/my/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/my.mo'. grub-install: Info: »/usr/share/locale/my/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/en_AU/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_AU.mo'. grub-install: Info: »/usr/share/locale/en_AU/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/fur/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fur.mo'. grub-install: Info: »/usr/share/locale/fur/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/es_CR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_CR.mo'. grub-install: Info: »/usr/share/locale/es_CR/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/haw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/haw.mo'. grub-install: Info: »/usr/share/locale/haw/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ml/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ml.mo'. grub-install: Info: »/usr/share/locale/ml/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/fi_FI/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fi_FI.mo'. grub-install: Info: »/usr/share/locale/fi_FI/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ve/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ve.mo'. grub-install: Info: »/usr/share/locale/ve/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/be@latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/b...@latin.mo'. grub-install: Info: »/usr/share/locale/be@latin/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/os/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/os.mo'. grub-install: Info: »/usr/share/locale/os/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/hr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hr.mo'. grub-install: Info: »/usr/share/locale/hr/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/bn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bn.mo'. grub-install: Info: »/usr/share/locale/bn/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/kk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kk.mo'. grub-install: Info: »/usr/share/locale/kk/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/bem/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bem.mo'. grub-install: Info: »/usr/share/locale/bem/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/zh_TW/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_TW.mo'. grub-install: Info: »/usr/share/locale/zh_TW/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ia.mo'. grub-install: Info: »/usr/share/locale/ia/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/wo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wo.mo'. grub-install: Info: »/usr/share/locale/wo/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/bn_IN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bn_IN.mo'. grub-install: Info: »/usr/share/locale/bn_IN/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/wae/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wae.mo'. grub-install: Info: »/usr/share/locale/wae/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_HK.mo'. grub-install: Info: »/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/es_VE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_VE.mo'. grub-install: Info: »/usr/share/locale/es_VE/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/li/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/li.mo'. grub-install: Info: »/usr/share/locale/li/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/vi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vi.mo'. grub-install: Info: »/usr/share/locale/vi/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ka/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ka.mo'. grub-install: Info: »/usr/share/locale/ka/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/sr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr.mo'. grub-install: Info: »/usr/share/locale/sr/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/mhr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mhr.mo'. grub-install: Info: »/usr/share/locale/mhr/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/kg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kg.mo'. grub-install: Info: »/usr/share/locale/kg/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/en@quot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/e...@quot.mo'. grub-install: Info: »/usr/share/locale/en@quot/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/fa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fa.mo'. grub-install: Info: »/usr/share/locale/fa/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/zu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zu.mo'. grub-install: Info: »/usr/share/locale/zu/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ku/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ku.mo'. grub-install: Info: »/usr/share/locale/ku/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/tig/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tig.mo'. grub-install: Info: »/usr/share/locale/tig/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/es_ES/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_ES.mo'. grub-install: Info: »/usr/share/locale/es_ES/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/gez/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gez.mo'. grub-install: Info: »/usr/share/locale/gez/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/am/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/am.mo'. grub-install: Info: »/usr/share/locale/am/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/en@shaw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/e...@shaw.mo'. grub-install: Info: »/usr/share/locale/en@shaw/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/locale.alias/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/locale.alias.mo'. grub-install: Info: »/usr/share/locale/locale.alias/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Ist kein Verzeichnis. grub-install: Info: copying `/usr/share/locale/cy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cy.mo'. grub-install: Info: »/usr/share/locale/cy/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/trv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/trv.mo'. grub-install: Info: »/usr/share/locale/trv/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/kn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kn.mo'. grub-install: Info: »/usr/share/locale/kn/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/mai/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mai.mo'. grub-install: Info: »/usr/share/locale/mai/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/nn_NO/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nn_NO.mo'. grub-install: Info: »/usr/share/locale/nn_NO/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/es_UY/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_UY.mo'. grub-install: Info: »/usr/share/locale/es_UY/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/es_PR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_PR.mo'. grub-install: Info: »/usr/share/locale/es_PR/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/sn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sn.mo'. grub-install: Info: »/usr/share/locale/sn/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/mn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mn.mo'. grub-install: Info: »/usr/share/locale/mn/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ast/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ast.mo'. grub-install: Info: »/usr/share/locale/ast/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ko/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ko.mo'. grub-install: Info: »/usr/share/locale/ko/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ckb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ckb.mo'. grub-install: Info: »/usr/share/locale/ckb/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/fi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fi.mo'. grub-install: Info: »/usr/share/locale/fi/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/tet/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tet.mo'. grub-install: Info: »/usr/share/locale/tet/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/or/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/or.mo'. grub-install: Info: »/usr/share/locale/or/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/pl_PL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pl_PL.mo'. grub-install: Info: »/usr/share/locale/pl_PL/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/de_DE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_DE.mo'. grub-install: Info: »/usr/share/locale/de_DE/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/th/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/th.mo'. grub-install: Info: »/usr/share/locale/th/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/lt_LT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt_LT.mo'. grub-install: Info: »/usr/share/locale/lt_LT/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/sk_SK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sk_SK.mo'. grub-install: Info: »/usr/share/locale/sk_SK/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/kw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kw.mo'. grub-install: Info: »/usr/share/locale/kw/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/szl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/szl.mo'. grub-install: Info: »/usr/share/locale/szl/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ig/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ig.mo'. grub-install: Info: »/usr/share/locale/ig/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/lv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lv.mo'. grub-install: Info: »/usr/share/locale/lv/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/cs/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cs.mo'. grub-install: Info: »/usr/share/locale/cs/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/gl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gl.mo'. grub-install: Info: »/usr/share/locale/gl/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ps/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ps.mo'. grub-install: Info: »/usr/share/locale/ps/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/sco/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sco.mo'. grub-install: Info: »/usr/share/locale/sco/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/co/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/co.mo'. grub-install: Info: »/usr/share/locale/co/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/io/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/io.mo'. grub-install: Info: »/usr/share/locale/io/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/pt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt.mo'. grub-install: Info: »/usr/share/locale/pt/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/da/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/da.mo'. grub-install: Info: »/usr/share/locale/da/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/hr_HR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hr_HR.mo'. grub-install: Info: »/usr/share/locale/hr_HR/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/cs_CZ/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cs_CZ.mo'. grub-install: Info: »/usr/share/locale/cs_CZ/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/nn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nn.mo'. grub-install: Info: »/usr/share/locale/nn/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/la/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/la.mo'. grub-install: Info: »/usr/share/locale/la/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/is/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/is.mo'. grub-install: Info: »/usr/share/locale/is/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ur/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ur.mo'. grub-install: Info: »/usr/share/locale/ur/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/se/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/se.mo'. grub-install: Info: »/usr/share/locale/se/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/te/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/te.mo'. grub-install: Info: »/usr/share/locale/te/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/es_PA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_PA.mo'. grub-install: Info: »/usr/share/locale/es_PA/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ta/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ta.mo'. grub-install: Info: »/usr/share/locale/ta/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/sl_SI/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sl_SI.mo'. grub-install: Info: »/usr/share/locale/sl_SI/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/xh/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/xh.mo'. grub-install: Info: »/usr/share/locale/xh/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/nl_NL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nl_NL.mo'. grub-install: Info: »/usr/share/locale/nl_NL/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/hy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hy.mo'. grub-install: Info: »/usr/share/locale/hy/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/gd/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gd.mo'. grub-install: Info: »/usr/share/locale/gd/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/mk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mk.mo'. grub-install: Info: »/usr/share/locale/mk/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/nb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nb.mo'. grub-install: Info: »/usr/share/locale/nb/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ln/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ln.mo'. grub-install: Info: »/usr/share/locale/ln/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/an/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/an.mo'. grub-install: Info: »/usr/share/locale/an/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/et_EE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/et_EE.mo'. grub-install: Info: »/usr/share/locale/et_EE/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/hi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hi.mo'. grub-install: Info: »/usr/share/locale/hi/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ach/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ach.mo'. grub-install: Info: »/usr/share/locale/ach/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/sv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sv.mo'. grub-install: Info: »/usr/share/locale/sv/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/bs/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bs.mo'. grub-install: Info: »/usr/share/locale/bs/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ug/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ug.mo'. grub-install: Info: »/usr/share/locale/ug/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ary/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ary.mo'. grub-install: Info: »/usr/share/locale/ary/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ca_ES/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca_ES.mo'. grub-install: Info: »/usr/share/locale/ca_ES/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/es_AR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_AR.mo'. grub-install: Info: »/usr/share/locale/es_AR/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/el_GR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/el_GR.mo'. grub-install: Info: »/usr/share/locale/el_GR/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/nl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nl.mo'. grub-install: Info: »/usr/share/locale/nl/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/hu_HU/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hu_HU.mo'. grub-install: Info: »/usr/share/locale/hu_HU/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/vec/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vec.mo'. grub-install: Info: »/usr/share/locale/vec/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/nso/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nso.mo'. grub-install: Info: »/usr/share/locale/nso/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/et/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/et.mo'. grub-install: Info: »/usr/share/locale/et/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/fo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fo.mo'. grub-install: Info: »/usr/share/locale/fo/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/yi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/yi.mo'. grub-install: Info: »/usr/share/locale/yi/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/es_MX/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_MX.mo'. grub-install: Info: »/usr/share/locale/es_MX/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ta_LK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ta_LK.mo'. grub-install: Info: »/usr/share/locale/ta_LK/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/aa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/aa.mo'. grub-install: Info: »/usr/share/locale/aa/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/kok/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kok.mo'. grub-install: Info: »/usr/share/locale/kok/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/tl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tl.mo'. grub-install: Info: »/usr/share/locale/tl/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/en_US/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_US.mo'. grub-install: Info: »/usr/share/locale/en_US/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/sc/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sc.mo'. grub-install: Info: »/usr/share/locale/sc/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/km/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/km.mo'. grub-install: Info: »/usr/share/locale/km/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/tr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tr.mo'. grub-install: Info: »/usr/share/locale/tr/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/dz/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/dz.mo'. grub-install: Info: »/usr/share/locale/dz/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ro_RO/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ro_RO.mo'. grub-install: Info: »/usr/share/locale/ro_RO/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/pt_BR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_BR.mo'. grub-install: Info: »/usr/share/locale/pt_BR/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/fr_FR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr_FR.mo'. grub-install: Info: »/usr/share/locale/fr_FR/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/lo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lo.mo'. grub-install: Info: »/usr/share/locale/lo/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/zh_CN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_CN.mo'. grub-install: Info: »/usr/share/locale/zh_CN/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/be/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/be.mo'. grub-install: Info: »/usr/share/locale/be/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/om/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/om.mo'. grub-install: Info: »/usr/share/locale/om/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/frp/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/frp.mo'. grub-install: Info: »/usr/share/locale/frp/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/af/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/af.mo'. grub-install: Info: »/usr/share/locale/af/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/uz@cyrillic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/u...@cyrillic.mo'. grub-install: Info: »/usr/share/locale/uz@cyrillic/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ro/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ro.mo'. grub-install: Info: »/usr/share/locale/ro/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/byn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/byn.mo'. grub-install: Info: »/usr/share/locale/byn/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/mi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mi.mo'. grub-install: Info: »/usr/share/locale/mi/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/sd/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sd.mo'. grub-install: Info: »/usr/share/locale/sd/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/bg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bg.mo'. grub-install: Info: »/usr/share/locale/bg/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/fa_AF/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fa_AF.mo'. grub-install: Info: »/usr/share/locale/fa_AF/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/wal/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wal.mo'. grub-install: Info: »/usr/share/locale/wal/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/es_PE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_PE.mo'. grub-install: Info: »/usr/share/locale/es_PE/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/sw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sw.mo'. grub-install: Info: »/usr/share/locale/sw/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/en_CA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_CA.mo'. grub-install: Info: »/usr/share/locale/en_CA/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/sml/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sml.mo'. grub-install: Info: »/usr/share/locale/sml/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/lt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt.mo'. grub-install: Info: »/usr/share/locale/lt/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/sr@latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/s...@latin.mo'. grub-install: Info: »/usr/share/locale/sr@latin/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/it/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/it.mo'. grub-install: Info: »/usr/share/locale/it/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/uz@Latn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/u...@latn.mo'. grub-install: Info: »/usr/share/locale/uz@Latn/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/tk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tk.mo'. grub-install: Info: »/usr/share/locale/tk/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/id/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/id.mo'. grub-install: Info: »/usr/share/locale/id/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/rw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/rw.mo'. grub-install: Info: »/usr/share/locale/rw/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/es_CO/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_CO.mo'. grub-install: Info: »/usr/share/locale/es_CO/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/tt@iqtelif/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/t...@iqtelif.mo'. grub-install: Info: »/usr/share/locale/tt@iqtelif/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/da_DK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/da_DK.mo'. grub-install: Info: »/usr/share/locale/da_DK/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/lb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lb.mo'. grub-install: Info: »/usr/share/locale/lb/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/yo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/yo.mo'. grub-install: Info: »/usr/share/locale/yo/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/es_CL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_CL.mo'. grub-install: Info: »/usr/share/locale/es_CL/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/cv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cv.mo'. grub-install: Info: »/usr/share/locale/cv/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/mk_MK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mk_MK.mo'. grub-install: Info: »/usr/share/locale/mk_MK/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ur_PK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ur_PK.mo'. grub-install: Info: »/usr/share/locale/ur_PK/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/wa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wa.mo'. grub-install: Info: »/usr/share/locale/wa/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/csb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/csb.mo'. grub-install: Info: »/usr/share/locale/csb/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/tg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tg.mo'. grub-install: Info: »/usr/share/locale/tg/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/jv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/jv.mo'. grub-install: Info: »/usr/share/locale/jv/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/oc/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/oc.mo'. grub-install: Info: »/usr/share/locale/oc/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/dv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/dv.mo'. grub-install: Info: »/usr/share/locale/dv/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/fa_IR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fa_IR.mo'. grub-install: Info: »/usr/share/locale/fa_IR/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/tl_PH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tl_PH.mo'. grub-install: Info: »/usr/share/locale/tl_PH/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/en_GB/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_GB.mo'. grub-install: Info: »/usr/share/locale/en_GB/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/pam/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pam.mo'. grub-install: Info: »/usr/share/locale/pam/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ja/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ja.mo'. grub-install: Info: »/usr/share/locale/ja/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ca@valencia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/c...@valencia.mo'. grub-install: Info: »/usr/share/locale/ca@valencia/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/shn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/shn.mo'. grub-install: Info: »/usr/share/locale/shn/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ff/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ff.mo'. grub-install: Info: »/usr/share/locale/ff/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ms/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ms.mo'. grub-install: Info: »/usr/share/locale/ms/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/es_HN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_HN.mo'. grub-install: Info: »/usr/share/locale/es_HN/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/lg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lg.mo'. grub-install: Info: »/usr/share/locale/lg/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ne/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ne.mo'. grub-install: Info: »/usr/share/locale/ne/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/az/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/az.mo'. grub-install: Info: »/usr/share/locale/az/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/sr_RS/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr_RS.mo'. grub-install: Info: »/usr/share/locale/sr_RS/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/uk_UA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uk_UA.mo'. grub-install: Info: »/usr/share/locale/uk_UA/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ace/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ace.mo'. grub-install: Info: »/usr/share/locale/ace/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/it_IT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/it_IT.mo'. grub-install: Info: »/usr/share/locale/it_IT/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ky/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ky.mo'. grub-install: Info: »/usr/share/locale/ky/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/pt_PT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_PT.mo'. grub-install: Info: »/usr/share/locale/pt_PT/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/mr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mr.mo'. grub-install: Info: »/usr/share/locale/mr/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/fil/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fil.mo'. grub-install: Info: »/usr/share/locale/fil/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/de/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de.mo'. grub-install: Info: »/usr/share/locale/de/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/so/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/so.mo'. grub-install: Info: »/usr/share/locale/so/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/mt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mt.mo'. grub-install: Info: »/usr/share/locale/mt/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/sq/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sq.mo'. grub-install: Info: »/usr/share/locale/sq/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/hu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hu.mo'. grub-install: Info: »/usr/share/locale/hu/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/tt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tt.mo'. grub-install: Info: »/usr/share/locale/tt/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/sr@ije/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/s...@ije.mo'. grub-install: Info: »/usr/share/locale/sr@ije/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/as/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/as.mo'. grub-install: Info: »/usr/share/locale/as/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/pa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pa.mo'. grub-install: Info: »/usr/share/locale/pa/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/he/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/he.mo'. grub-install: Info: »/usr/share/locale/he/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/es_SV/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_SV.mo'. grub-install: Info: »/usr/share/locale/es_SV/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/sr@Latn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/s...@latn.mo'. grub-install: Info: »/usr/share/locale/sr@Latn/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/tr_TR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tr_TR.mo'. grub-install: Info: »/usr/share/locale/tr_TR/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/pl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pl.mo'. grub-install: Info: »/usr/share/locale/pl/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/fy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fy.mo'. grub-install: Info: »/usr/share/locale/fy/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/cgg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cgg.mo'. grub-install: Info: »/usr/share/locale/cgg/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ti/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ti.mo'. grub-install: Info: »/usr/share/locale/ti/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/eo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eo.mo'. grub-install: Info: »/usr/share/locale/eo/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/no/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/no.mo'. grub-install: Info: »/usr/share/locale/no/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/uk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uk.mo'. grub-install: Info: »/usr/share/locale/uk/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/br/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/br.mo'. grub-install: Info: »/usr/share/locale/br/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ga/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ga.mo'. grub-install: Info: »/usr/share/locale/ga/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ar_EG/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ar_EG.mo'. grub-install: Info: »/usr/share/locale/ar_EG/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/gu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gu.mo'. grub-install: Info: »/usr/share/locale/gu/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/ha/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ha.mo'. grub-install: Info: »/usr/share/locale/ha/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/si/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/si.mo'. grub-install: Info: »/usr/share/locale/si/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/mg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mg.mo'. grub-install: Info: »/usr/share/locale/mg/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/sr_RS@latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr...@latin.mo'. grub-install: Info: »/usr/share/locale/sr_RS@latin/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/sk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sk.mo'. grub-install: Info: »/usr/share/locale/sk/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/kl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kl.mo'. grub-install: Info: »/usr/share/locale/kl/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/tlh/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tlh.mo'. grub-install: Info: »/usr/share/locale/tlh/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/chr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/chr.mo'. grub-install: Info: »/usr/share/locale/chr/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/my_MM/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/my_MM.mo'. grub-install: Info: »/usr/share/locale/my_MM/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/fr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr.mo'. grub-install: Info: »/usr/share/locale/fr/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale/uz/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uz.mo'. grub-install: Info: »/usr/share/locale/uz/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale-langpack/en/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en.mo'. grub-install: Info: »/usr/share/locale-langpack/en/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale-langpack/en_US@piglatin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en...@piglatin.mo'. grub-install: Info: »/usr/share/locale-langpack/en_US@piglatin/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale-langpack/en@boldquot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/e...@boldquot.mo'. grub-install: Info: »/usr/share/locale-langpack/en@boldquot/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale-langpack/en_AU/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_AU.mo'. grub-install: Info: copying `/usr/share/locale-langpack/en_NZ/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_NZ.mo'. grub-install: Info: »/usr/share/locale-langpack/en_NZ/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale-langpack/en@quot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/e...@quot.mo'. grub-install: Info: »/usr/share/locale-langpack/en@quot/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale-langpack/en@shaw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/e...@shaw.mo'. grub-install: Info: »/usr/share/locale-langpack/en@shaw/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale-langpack/en_US/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_US.mo'. grub-install: Info: »/usr/share/locale-langpack/en_US/LC_MESSAGES/grub.mo« kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden. grub-install: Info: copying `/usr/share/locale-langpack/en_CA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_CA.mo'. grub-install: Info: copying `/usr/share/locale-langpack/en_GB/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_GB.mo'. grub-install: Info: copying `/usr/share/locale-langpack/de/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de.mo'. grub-install: Info: copying `/usr/share/grub/unicode.pf2' -> `/boot/grub/fonts/unicode.pf2'. grub-install: Info: /dev/sda1 is not present. grub-install: Info: Looking for /dev/sda1. grub-install: Info: /dev/sda is a parent of /dev/sda1. grub-install: Info: /dev/sda1 starts from 2048. grub-install: Info: opening the device hostdisk//dev/sda. grub-install: Info: drive = 0. grub-install: Info: the size of hostdisk//dev/sda is 625142448. grub-install: Info: drive = 0. grub-install: Info: the size of hostdisk//dev/sda is 625142448. grub-install: Info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: Info: scanning hostdisk//dev/sda for LDM. grub-install: Info: no LDM signature found. grub-install: Info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: Info: no LVM signature found. grub-install: Info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: Info: scanning hostdisk//dev/sda for LDM. grub-install: Info: no LDM signature found. grub-install: Info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: Info: no LVM signature found. grub-install: Info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: Info: scanning hostdisk//dev/sda for LDM. grub-install: Info: no LDM signature found. grub-install: Info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: Info: no LVM signature found. grub-install: Info: Partition 0 starts from 2048. grub-install: Info: /dev/sda1 is present. grub-install: Info: Looking for /dev/sda1. grub-install: Info: /dev/sda is a parent of /dev/sda1. grub-install: Info: /dev/sda1 starts from 2048. grub-install: Info: opening the device hostdisk//dev/sda. grub-install: Info: drive = 0. grub-install: Info: the size of hostdisk//dev/sda is 625142448. grub-install: Info: drive = 0. grub-install: Info: the size of hostdisk//dev/sda is 625142448. grub-install: Info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: Info: scanning hostdisk//dev/sda for LDM. grub-install: Info: no LDM signature found. grub-install: Info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: Info: no LVM signature found. grub-install: Info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: Info: scanning hostdisk//dev/sda for LDM. grub-install: Info: no LDM signature found. grub-install: Info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: Info: no LVM signature found. grub-install: Info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: Info: scanning hostdisk//dev/sda for LDM. grub-install: Info: no LDM signature found. grub-install: Info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: Info: no LVM signature found. grub-install: Info: Partition 0 starts from 2048. grub-install: Info: /dev/sda1 is present. grub-install: Info: Looking for /dev/sda1. grub-install: Info: /dev/sda is a parent of /dev/sda1. grub-install: Info: /dev/sda1 starts from 2048. grub-install: Info: opening the device hostdisk//dev/sda. grub-install: Info: drive = 0. grub-install: Info: the size of hostdisk//dev/sda is 625142448. grub-install: Info: drive = 0. grub-install: Info: the size of hostdisk//dev/sda is 625142448. grub-install: Info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: Info: scanning hostdisk//dev/sda for LDM. grub-install: Info: no LDM signature found. grub-install: Info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: Info: no LVM signature found. grub-install: Info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: Info: scanning hostdisk//dev/sda for LDM. grub-install: Info: no LDM signature found. grub-install: Info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: Info: no LVM signature found. grub-install: Info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: Info: scanning hostdisk//dev/sda for LDM. grub-install: Info: no LDM signature found. grub-install: Info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: Info: no LVM signature found. grub-install: Info: Partition 0 starts from 2048. grub-install: Info: drive = 0. grub-install: Info: the size of hostdisk//dev/sda is 625142448. grub-install: Info: /dev/sda is present. grub-install: Info: Looking for /dev/sda. grub-install: Info: /dev/sda is a parent of /dev/sda. grub-install: Info: /dev/sda is present. grub-install: Info: Looking for /dev/sda. grub-install: Info: /dev/sda is a parent of /dev/sda. grub-install: Info: /dev/sda is present. grub-install: Info: Looking for /dev/sda. grub-install: Info: /dev/sda is a parent of /dev/sda. grub-install: Info: grub-mkimage --directory '/usr/lib/grub/i386-pc' --prefix '(,msdos1)/grub' --output '/boot/grub/i386-pc/core.img' --format 'i386-pc' --compression 'auto' 'fat' 'part_msdos' 'biosdisk' . grub-install: Info: the total module size is 0x3194. grub-install: Info: reading /usr/lib/grub/i386-pc/kernel.img. grub-install: Info: locating the section .text at 0x0. grub-install: Info: locating the section .rodata at 0x54f0. grub-install: Info: locating the section .data at 0x649c. grub-install: Info: locating the section .bss at 0x6c28. grub-install: Info: reading /usr/lib/grub/i386-pc/fat.mod. grub-install: Info: reading /usr/lib/grub/i386-pc/part_msdos.mod. grub-install: Info: reading /usr/lib/grub/i386-pc/biosdisk.mod. grub-install: Info: kernel_img=0x201b6d0, kernel_size=0x6c24. grub-install: Info: the core size is 0x52ab. grub-install: Info: reading /usr/lib/grub/i386-pc/lzma_decompress.img. grub-install: Info: reading /usr/lib/grub/i386-pc/diskboot.img. grub-install: Info: writing 0x200 bytes. grub-install: Info: writing 0x5ddb bytes. grub-install: Info: copying `/usr/lib/grub/i386-pc/boot.img' -> `/boot/grub/i386-pc/boot.img'. grub-install: Info: grub-bios-setup --verbose --directory='/boot/grub/i386-pc' --device-map='/boot/grub/device.map' '/dev/sda'. grub-install: Info: reading /boot/grub/i386-pc/boot.img. grub-install: Info: reading /boot/grub/i386-pc/core.img. grub-install: Info: root is `(null)', dest is `hostdisk//dev/sda'. grub-install: Info: Opening dest. grub-install: Info: drive = 0. grub-install: Info: the size of hostdisk//dev/sda is 625142448. grub-install: Info: /dev/sda1 is present. grub-install: Info: Looking for /dev/sda1. grub-install: Info: /dev/sda is a parent of /dev/sda1. grub-install: Info: /dev/sda1 starts from 2048. grub-install: Info: opening the device hostdisk//dev/sda. grub-install: Info: drive = 0. grub-install: Info: the size of hostdisk//dev/sda is 625142448. grub-install: Info: drive = 0. grub-install: Info: the size of hostdisk//dev/sda is 625142448. grub-install: Info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: Info: scanning hostdisk//dev/sda for LDM. grub-install: Info: no LDM signature found. grub-install: Info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: Info: no LVM signature found. grub-install: Info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: Info: scanning hostdisk//dev/sda for LDM. grub-install: Info: no LDM signature found. grub-install: Info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: Info: no LVM signature found. grub-install: Info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: Info: scanning hostdisk//dev/sda for LDM. grub-install: Info: no LDM signature found. grub-install: Info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: Info: no LVM signature found. grub-install: Info: Partition 0 starts from 2048. grub-install: Info: /dev/sda1 is present. grub-install: Info: Looking for /dev/sda1. grub-install: Info: /dev/sda is a parent of /dev/sda1. grub-install: Info: /dev/sda1 starts from 2048. grub-install: Info: opening the device hostdisk//dev/sda. grub-install: Info: drive = 0. grub-install: Info: the size of hostdisk//dev/sda is 625142448. grub-install: Info: drive = 0. grub-install: Info: the size of hostdisk//dev/sda is 625142448. grub-install: Info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: Info: scanning hostdisk//dev/sda for LDM. grub-install: Info: no LDM signature found. grub-install: Info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: Info: no LVM signature found. grub-install: Info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: Info: scanning hostdisk//dev/sda for LDM. grub-install: Info: no LDM signature found. grub-install: Info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: Info: no LVM signature found. grub-install: Info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: Info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: Info: scanning hostdisk//dev/sda for LDM. grub-install: Info: no LDM signature found. grub-install: Info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: Info: no LVM signature found. grub-install: Info: Partition 0 starts from 2048. grub-install: Info: drive = 0. grub-install: Info: the size of hostdisk//dev/sda is 625142448. grub-install: Info: guessed root_dev `hostdisk//dev/sda' from dir `/boot/grub/i386-pc'. grub-install: Info: setting the root device to `hostdisk//dev/sda,msdos1'. grub-install: Info: saving <1,0,512>. grub-install: Info: saving <2,0,512>. grub-install: Info: saving <3,0,512>. grub-install: Info: saving <4,0,512>. grub-install: Info: saving <5,0,512>. grub-install: Info: saving <6,0,512>. grub-install: Info: saving <7,0,512>. grub-install: Info: saving <8,0,512>. grub-install: Info: saving <9,0,512>. grub-install: Info: saving <10,0,512>. grub-install: Info: saving <11,0,512>. grub-install: Info: saving <12,0,512>. grub-install: Info: saving <13,0,512>. grub-install: Info: saving <14,0,512>. grub-install: Info: saving <15,0,512>. grub-install: Info: saving <16,0,512>. grub-install: Info: saving <17,0,512>. grub-install: Info: saving <18,0,512>. grub-install: Info: saving <19,0,512>. grub-install: Info: saving <20,0,512>. grub-install: Info: saving <21,0,512>. grub-install: Info: saving <22,0,512>. grub-install: Info: saving <23,0,512>. grub-install: Info: saving <24,0,512>. grub-install: Info: saving <25,0,512>. grub-install: Info: saving <26,0,512>. grub-install: Info: saving <27,0,512>. grub-install: Info: saving <28,0,512>. grub-install: Info: saving <29,0,512>. grub-install: Info: saving <30,0,512>. grub-install: Info: saving <31,0,512>. grub-install: Info: saving <32,0,512>. grub-install: Info: saving <33,0,512>. grub-install: Info: saving <34,0,512>. grub-install: Info: saving <35,0,512>. grub-install: Info: saving <36,0,512>. grub-install: Info: saving <37,0,512>. grub-install: Info: saving <38,0,512>. grub-install: Info: saving <39,0,512>. grub-install: Info: saving <40,0,512>. grub-install: Info: saving <41,0,512>. grub-install: Info: saving <42,0,512>. grub-install: Info: saving <43,0,512>. grub-install: Info: saving <44,0,512>. grub-install: Info: saving <45,0,512>. grub-install: Info: saving <46,0,512>. grub-install: Info: saving <47,0,512>. grub-install: Info: saving <48,0,512>. grub-install: Info: saving <49,0,512>. grub-install: Info: saving <50,0,512>. grub-install: Info: saving <51,0,512>. grub-install: Info: saving <52,0,512>. grub-install: Info: saving <53,0,512>. grub-install: Info: saving <54,0,512>. grub-install: Info: saving <55,0,512>. grub-install: Info: saving <56,0,512>. grub-install: Info: saving <57,0,512>. grub-install: Info: saving <58,0,512>. grub-install: Info: saving <59,0,512>. grub-install: Info: saving <60,0,512>. grub-install: Info: saving <61,0,512>. grub-install: Info: saving <62,0,512>. grub-install: Info: saving <63,0,512>. grub-install: Info: saving <64,0,512>. grub-install: Info: saving <65,0,512>. grub-install: Info: saving <66,0,512>. grub-install: Info: saving <67,0,512>. grub-install: Info: saving <68,0,512>. grub-install: Info: saving <69,0,512>. grub-install: Info: saving <70,0,512>. grub-install: Info: saving <71,0,512>. grub-install: Info: saving <72,0,512>. grub-install: Info: saving <73,0,512>. grub-install: Info: saving <74,0,512>. grub-install: Info: saving <75,0,512>. grub-install: Info: saving <76,0,512>. grub-install: Info: saving <77,0,512>. grub-install: Info: saving <78,0,512>. grub-install: Info: saving <79,0,512>. grub-install: Info: saving <80,0,512>. grub-install: Info: saving <81,0,512>. grub-install: Info: saving <82,0,512>. grub-install: Info: saving <83,0,512>. grub-install: Info: saving <84,0,512>. grub-install: Info: saving <85,0,512>. grub-install: Info: saving <86,0,512>. grub-install: Info: saving <87,0,512>. grub-install: Info: saving <88,0,512>. grub-install: Info: saving <89,0,512>. grub-install: Info: saving <90,0,512>. grub-install: Info: saving <91,0,512>. grub-install: Info: saving <92,0,512>. grub-install: Info: saving <93,0,512>. grub-install: Info: saving <94,0,512>. grub-install: Info: saving <95,0,512>. grub-install: Info: saving <96,0,512>. installation beendet. Keine Fehler aufgetreten. Skript beendet: Sa 20 Sep 2014 18:31:21 CEST _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel