[Solved]Grub booting the wrong partition

Hello everyone and thank you for reading!
This is my first post on this forum (and my first step into arch) so appologies for any newbie symtoms (and bad language).
My problem:
When I start my laptop (press the power button) my system go's into bios and then boots my HDD (that statement is a bit off I know). After that the system stops and grub rescue starts, saying something about a UUID not found (the UUID is nowhere to be found in my system but it could be one from my previous Ubuntu setup).
My system:
An Acer Laptop with a Samsung SSD for OS(sda) and Seagate HDD for storage(sdb)
a 3d gen i5
glorious Nvidia optimus
some more stuff I think is not importend
My attempted solutions:
>Switch the boot-order and put my SSD on top.
   My bios only lets me say "Boot from a disk (hdd and ssd)", "Boot from CD", "Network" ,etc.
>Boot-repair
   Didn't work.
>try setting this right in grub-rescue
   Could work, but I get an error all the time saying "could not find "grub_real_boot_time"" when running "insmod normal".
>wipe the entire HDD clean.
   even with all the HDD partitions deleted, grub still pops up from out of nowhere.
>remove the HDD
   Yes this works the system boots in a blink of an eye.
Last edited by Lacsapix (2014-07-17 10:17:57)

thank you karol!
a simple
sudo dd if=/dev/zero of=/dev/sdb bs=446 count=1
did the trick!

Similar Messages

  • Just installed windows 7 Ultimate using Boot Camp. Problem is when I chose to boot the windows partition, I get the windows icon on the sreen showing that it is starting, but few second after I get a black screen

    Just installed windows 7 Ultimate using Boot Camp. Problem is when I choose to boot the windows partition, I get the windows icon on the screen showing that it is starting, but few second after, I get a blank screen. I suspect a driver (screen) issue, since I also installed Parallell using the boot camp partition and that works fine.
    Do anybody out there has an ideal of what to do to solve this issue.
    Thanks
    Pierre317

    Hi Pierre,
    more tips can be found here ...

  • Help, my computer refuses to boot the recovery partition.

    My computer refuses to boot the recovery partition. I hit f12 during startup and selected "HDD recovery", however instead of loading what is suppsoed to be the toshiba recovery wizard, the text "HDD recovery" quickly flashes on the bottom of the screen and then it simply loads windows 7 normally.
    I can access the hidden recovery partition from windows 7 and I can see the .wim file in there, but I don't know how to restore a computer using a system image. I've tried that option and it tells me it is unable to find system images, is there a specific place I have to put this file? Do I have to burn it to dvd?
    I ran linux off the optical disk drive to see if it would boot anything other than windows 7 and surely enough linux worked.
    I've also tried copying the contents of a system repair disk onto a usb and replacing the boot.wim with the .wim on the toshiba recovery partition and renaming it to boot.wim, which let me into the toshiba recovery wizard, but I was unable to continue past the first menu.
    It says on the bottom of my laptop the specific model is a Toshiba Sattelite P750 -04S, if I've read it correctly.
    Edit: Is there anyway to "start fresh" without using the recovery partititon or buying a new copy of windows? What I am trying to do is to revert to factory "out of the box" settings.

    Satellite P750-04S (PSAY3C-04S010)
    We support US computer at this website. Everything for your Canadian model is here.
    You can order recovery discs by calling 800-663-0378. The discs are free, but the shipping and handling charges are probably substantial.
    For instructions, see the section Restoring the pre-installed software from your created Recovery Media, which begins on p. 1-16 of the User's Manual (attached).
    -Jerry
    Attachments:
    P750-P750D-P755-P755D_EnglishManual.pdf ‏4796 KB

  • [SOLVED] Cloning boot and var partitions to a new drive for booting

    Ok first of all here's my setup:
    fakeraid (dmraid) / and home on an OCZ Revodrive
    boot with GRUB on a flash drive (since fakeraid doesn't support grub)
    var and downloads/media folder on a 500GB WD Caviar drive
    When I originally installed Arch I had the Caviar drive in my home server in a RAID5 array, so that's why I opted to install boot and grub on a flash drive simply for booting.  Now that I have the drive in my desktop I've cloned the flash drive's partitions and MBR using dd:
    #dd if=/dev/sde of=~/MBR.img bs=512 count=1
    #dd if=/dev/sde1 of=~/boot.img
    #dd if=/dev/sdc1 of=~/var.img
    I then backed up my downloads/media partition, then removed the partition table, then used dd to put the img files on the Caviar drive.
    #dd if=~/MBR.img of=/dev/sdc bs=512 count=1
    #dd of=~/boot.img of=/dev/sdc1
    #dd of=~/var.img of=/dev/sdc2
    I also created labels for the filesystems and put those in fstab.
    I'm able to mount both partitions, however I can't boot from the drive.  I get a 'grub hard disk error' (no error number) when I put it as my first drive in the BIOS. 
    I can still use the flash drive as the first hard drive in the BIOS and boot from it, then it mounts the dmraid root partition and boots successfully.  It is also able to mount the var and boot partitions in fstab. 
    Basically the only problem is that the MBR is somehow wrong.  I then tried booting back into an Arch live USB and installing GRUB from the prompt:
    grub
    grub>setup (hd4,0) (in this case the Caviar drive's boot partition was /dev/sde1
    So essentially what I'm asking is how GRUB handles the MBR.  Is it specific to the partition table of the drive in which it resides when it's originally installed?  For instance, since I had an 8GB flash drive with 2 partitions when I installed GRUB, is the backed up MBR no good for a 500GB drive with 3 partitions?
    I have everything backed up so I can start with a fresh /boot and /var if need be....I'm just not sure where to start. 
    Thanks in advance.
    Last edited by DarksideEE7 (2011-02-13 23:25:31)

    Sorry, I forgot to mention that I tried to install GRUB from the GRUB shell in a live Arch USB.  It failed on a few non-critical parts, and succeeded on the last part. I'm going to try again shortly, possibly I did something wrong.  GRUB is able to find the stage files using:
    #grub
    grub>find /grub/stage1
    grub> find /grub/stage1
    (hd0,0)
    (hd5,0)
    grub>
    (hd0,0) is the desired boot drive, while (hd5,0) is the current bootable flash drive with /boot and GRUB installed.
    Here is the output of fdisk -l:
    WARNING: GPT (GUID Partition Table) detected on '/dev/sde'! The util fdisk doesn't support GPT. Use GNU Parted.
    Disk /dev/sde: 2000.4 GB, 2000398934016 bytes
    256 heads, 63 sectors/track, 242251 cylinders, total 3907029168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    Device Boot Start End Blocks Id System
    /dev/sde1 1 3907029167 1953514583+ ee GPT
    Disk /dev/sdb: 60.0 GB, 60022480896 bytes
    255 heads, 63 sectors/track, 7297 cylinders, total 117231408 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xedb72db9
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 2048 206847 102400 7 HPFS/NTFS
    /dev/sdb2 206848 117227519 58510336 7 HPFS/NTFS
    Disk /dev/sdd: 40.0 GB, 40018599936 bytes
    255 heads, 63 sectors/track, 4865 cylinders, total 78161328 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    Disk /dev/sdd doesn't contain a valid partition table
    Disk /dev/sdc: 40.0 GB, 40018599936 bytes
    32 heads, 32 sectors/track, 76329 cylinders, total 78161328 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xb8372fcd
    Device Boot Start End Blocks Id System
    /dev/sdc1 32 21484543 10742256 83 Linux
    /dev/sdc2 21484544 156317695 67416576 83 Linux
    Disk /dev/sda: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x8497e059
    Device Boot Start End Blocks Id System
    /dev/sda1 * 2048 206847 102400 83 Linux
    /dev/sda2 206848 42149887 20971520 83 Linux
    /dev/sda3 42149888 976773167 467311640 83 Linux
    Disk /dev/dm-0: 80.0 GB, 80035053568 bytes
    32 heads, 32 sectors/track, 152654 cylinders, total 156318464 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 65536 bytes / 131072 bytes
    Disk identifier: 0xb8372fcd
    Device Boot Start End Blocks Id System
    /dev/dm-0p1 32 21484543 10742256 83 Linux
    Partition 1 does not start on physical sector boundary.
    /dev/dm-0p2 21484544 156317695 67416576 83 Linux
    Disk /dev/dm-1: 11.0 GB, 11000070144 bytes
    255 heads, 63 sectors/track, 1337 cylinders, total 21484512 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 65536 bytes / 131072 bytes
    Alignment offset: 49152 bytes
    Disk identifier: 0x00000000
    Disk /dev/dm-1 doesn't contain a valid partition table
    Disk /dev/dm-2: 69.0 GB, 69034573824 bytes
    255 heads, 63 sectors/track, 8392 cylinders, total 134833152 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 65536 bytes / 131072 bytes
    Disk identifier: 0x00000000
    Disk /dev/dm-2 doesn't contain a valid partition table
    Disk /dev/sdf: 8086 MB, 8086618112 bytes
    249 heads, 62 sectors/track, 1023 cylinders, total 15794176 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x8497e059
    Device Boot Start End Blocks Id System
    /dev/sdf1 * 62 200693 100316 83 Linux
    /dev/sdf2 200694 15794175 7796741 83 Linux
    I'm using dmraid, so just to be clear I've configured the raid using:
    #modprobe dm_mod
    #dmraid -ay
    Then I saw the array stored in /dev/mapper/silXXXXX.  I then created partitions for /boot, /, and home.  At that time I was hoping to get GRUB working with the AUR package grub2-dmraid.  I wasn't able to get it working for some time, so I just went ahead and installed boot and GRUB to a separate USB flash drive.
    Here is the output of df -h:
    Filesystem Size Used Avail Use% Mounted on
    udev 10M 268K 9.8M 3% /dev
    /dev/mapper/sil_bgbgdjaddicbp1
    11G 5.3G 4.3G 56% /
    shm 6.0G 584K 6.0G 1% /dev/shm
    /dev/mapper/sil_bgbgdjaddicbp2
    64G 38G 23G 63% /home
    /dev/sda1 95M 16M 75M 18% /boot
    /dev/sda2 19G 142M 19G 1% /var
    /dev/sda3 439G 148G 269G 36% /home/l33/Torrents
    none 1000M 132K 1000M 1% /tmp
    shm 6.0G 584K 6.0G 1% /dev/shm
    /dev/sde1 1.8T 1.1T 665G 62% /mnt/Green
    and cat /etc/mtab
    proc /proc proc rw,nosuid,nodev,noexec,relatime
    sys /sys sysfs rw,nosuid,nodev,noexec,relatime
    udev /dev devtmpfs rw,nosuid,relatime,size=10240k,nr_inodes=1022975,mode=755
    /dev/mapper/sil_bgbgdjaddicbp1 / ext4 rw,noatime,barrier=1,stripe=32,data=ordered
    devpts /dev/pts devpts rw 0 0
    shm /dev/shm tmpfs rw,nosuid,nodev 0 0
    /dev/mapper/sil_bgbgdjaddicbp2 /home ext4 rw,noatime 0 0
    /dev/sda1 /boot ext2 rw 0 0
    /dev/sda2 /var reiserfs rw,noatime 0 0
    /dev/sda3 /home/l33/Torrents ext4 rw,noatime 0 0
    none /tmp tmpfs rw,nosuid,nodev,noatime,size=1000M,mode=1777 0 0
    shm /dev/shm tmpfs rw,nosuid,nodev,size=6G 0 0
    rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0
    nfsd /proc/fs/nfsd nfsd rw,noexec,nosuid,nodev 0 0
    /dev/sde1 /mnt/Green ext4 rw 0 0
    Also I don't have a /proc/mdstat.  That's only for mdadm RAID setups, right?  It's been quite some time since I've used mdadm so I can't remember.
    EDIT:
    So I booted into a live Arch USB and entered the grub shell.  I ran:
    #grub
    grub> root (hd3,0)
    Filesystem type is ext2fs, partition type 0x83
    grub> setup (hd3)
    Checking if "/boot/grub/stage1" exists.....no
    Checking if "/grub/stage1 exists.......yes
    Checking if "/grub/stage2 exists.......yes
    Checking if "/grub/e2fs_stage1_5 exists....yes
    Running "embed /grub/e2fs_stage1_5 (hd3)".....25 sectors are embedded.
    succeeded
    Running "install /grub/stage1 (hd3) (hd3))1+25 p (hd3,0)/grub/stage2 /grub/menu.lst".......succeeded
    Done.
    Last time I recall more errors than this, then it reporting that one was a non-critical error, so I think the problem may be solved.  More to come.
    Last edited by DarksideEE7 (2011-02-13 23:18:44)

  • [solved] "No boot signature in partition"

    "No boot signature in partition" is the message i get when my computer boots.
    I always had an ata disk it booted from, sda. the OS was on sdb. I got rid of the ata disk and wanted my pc to boot from the disc which contains the OS. So hdb became sda. I installed lilo to the mbr and lilo reported it to be succesful. The partition on which the os resides is flagged bootable.
    This is in my lilo.conf:
    boot=/dev/sda
    default=arch
    timeout=50
    lba32
    prompt
    image=/boot/vmlinuz26
    label=arch
    root=/dev/sda1
    initrd=/boot/kernel26.img
    read-only
    image=/boot/vmlinuz26
    label=arch-fallback
    root=/dev/sda1
    initrd=/boot/kernel26-fallback.img
    read-only
    btw: I installed lilo with "lilo -M /dev/sdb" while the ata-disk was still plugged in. I then removed the disk.
    I dont know what to do. Anyone knows a solution?
    Last edited by build (2009-07-31 21:04:59)

    hello djszapi!
    At first I had problems with grub too. But I always had used lilo, so after the diskswitch I decided to go back to lilo bc grub wasnt doing what i wanted it to do.
    Eitherway, it is solved now. Grub did the trick and shone light on my darkest hour. Grub dissolved the dark enigma of boot signature problems and made them part of the past.
    Thanks
    Last edited by build (2009-07-31 21:03:24)

  • [SOLVED] Grub boots to rescue mode err: unknown filesystem every drive

    So I installed Arch and it all seemed to go reasonably well (well, had a little trouble installing GRUB to begin with, but I think that's just because I needed a BIOS boot partition at the start of the drive). I installed it onto a 4TB I have, which due to its size has a GPT partition table even though my mobo (Gigabyte GA-P67A-UD4-B3, don't think it matters though) uses a regular old BIOS. Initially it was two partitions, the Microsoft reserved partition then a big NTFS data partition. I shrunk the NTFS partition and then made (in this order on the disk, starting at third) an ext4 partition for /boot, a swap partition, and a big btrfs partition (in which I created subvolumes for /, /etc, /home and /var). GRUB wouldn't install (I forgot the exact error) but what I could find suggested it was because there needed to be room for it at the start of the disk, so I deleted the Microsoft reserved partition (Windows is installed on an SSD, and its bootloader is on another hard drive entirely, so I didn't think I needed it) and created an empty partition with the right code using gdisk, then I could install GRUB to the 4TB HDD.
    Unfortunately, when I try to boot into GRUB it immediately comes up with error: unknown filesystem and dumps me at the GRUB rescue prompt. Using ls, I can see my HDDs and their partitions, but whenever I try to use (for example) ls (hd0,gpt3)/ - which I think should probably be the ext4 boot partition, but it does this for everything - it just says error: unknown filesystem again.
    This seems pretty close to (if not exactly the same as) my problem, so I tried what he suggested, but when I tried to run the command he says worked, (grub-install --recheck --disk-module=native /dev/sda) - and don't worry, I didn't do that blindly, I know /dev/sda is my 4TB HDD - I just get the error grub-install: --disk-module: (PROGRAM ERROR) Option should have been recognized!?. So I'm all out of ideas and I've been trying for a few hours. Please help me, before I go insane... more insane. I can boot the USB drive I used to install Arch and chroot into my installation, but I haven't found a way to actually boot the installation yet.
    SOLVED: Apparently the partition I was using for /boot was too far back on the drive (past the first 2TB). When I shuffled partitions around so that the /boot partition was near the start of the drive (it starts at sector 2048 now!) that seemed to fix it.
    Last edited by Slashee the Cow (2015-04-12 15:36:51)

    Tried using insmod btrfs in the grub rescue shell last night. Didn't work, can't remember if the insmod command itself gave me an error or whether it still couldn't see any files or anything. Tried it again today, but that was after I converted /dev/sda3 back to ext4 and mounted it at /boot (since it being ext2 wasn't working, and not using it wasn't working, so I figure what's the harm) and I just got error: unknown filesystem.
    Anyway: using grub-install from outside chroot seems to work (still can't use --disk-module), but grub-mkconfig just generates this:
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod ext2
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root ec4cf3cd-d72d-4988-a2ce-421f45d52824
    else
    search --no-floppy --fs-uuid --set=root ec4cf3cd-d72d-4988-a2ce-421f45d52824
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    if [ "${grub_platform}" == "pc" ]; then
    menuentry "Memory Tester (memtest86+)" --class memtest86 --class gnu --class tool {
    search --fs-uuid --no-floppy --set=root ec4cf3cd-d72d-4988-a2ce-421f45d52824
    linux16 /boot/memtest86+/memtest.bin
    fi
    ### END /etc/grub.d/60_memtest86+ ###
    I'm not an expert on GRUB configuration files, but I figured that even if that didn't just boot me straight to the rescue shell, it wasn't going to boot anything... other than memtest86+ maybe. So I went back into chroot and run grub-mkconfig and it generated this:
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_gpt
    insmod btrfs
    set root='hd0,gpt5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 b21e6211-5e7a-4769-9f53-b9b5d554a242
    else
    search --no-floppy --fs-uuid --set=root b21e6211-5e7a-4769-9f53-b9b5d554a242
    fi
    font="/root/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-b21e6211-5e7a-4769-9f53-b9b5d554a242' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt3'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 184916fd-57a7-48cf-858e-93a5d339ade2
    else
    search --no-floppy --fs-uuid --set=root 184916fd-57a7-48cf-858e-93a5d339ade2
    fi
    echo 'Loading Linux linux ...'
    linux /vmlinuz-linux root=UUID=b21e6211-5e7a-4769-9f53-b9b5d554a242 rw rootflags=subvol=root quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-b21e6211-5e7a-4769-9f53-b9b5d554a242' {
    menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-b21e6211-5e7a-4769-9f53-b9b5d554a242' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt3'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 184916fd-57a7-48cf-858e-93a5d339ade2
    else
    search --no-floppy --fs-uuid --set=root 184916fd-57a7-48cf-858e-93a5d339ade2
    fi
    echo 'Loading Linux linux ...'
    linux /vmlinuz-linux root=UUID=b21e6211-5e7a-4769-9f53-b9b5d554a242 rw rootflags=subvol=root quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-b21e6211-5e7a-4769-9f53-b9b5d554a242' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt3'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 184916fd-57a7-48cf-858e-93a5d339ade2
    else
    search --no-floppy --fs-uuid --set=root 184916fd-57a7-48cf-858e-93a5d339ade2
    fi
    echo 'Loading Linux linux ...'
    linux /vmlinuz-linux root=UUID=b21e6211-5e7a-4769-9f53-b9b5d554a242 rw rootflags=subvol=root quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry 'Windows Vista (loader) (on /dev/sdb1)' --class windows --class os $menuentry_id_option 'osprober-chain-4E94BAB294BA9C41' {
    insmod part_gpt
    insmod ntfs
    set root='hd1,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 --hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1 4E94BAB294BA9C41
    else
    search --no-floppy --fs-uuid --set=root 4E94BAB294BA9C41
    fi
    chainloader +1
    menuentry 'Windows Vista (loader) (on /dev/sde1)' --class windows --class os $menuentry_id_option 'osprober-chain-CEF01053F010445D' {
    insmod part_msdos
    insmod ntfs
    set root='hd4,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 CEF01053F010445D
    else
    search --no-floppy --fs-uuid --set=root CEF01053F010445D
    fi
    chainloader +1
    menuentry 'Windows Vista (loader) (on /dev/sde5)' --class windows --class os $menuentry_id_option 'osprober-chain-4E94BAB294BA9C41' {
    insmod part_msdos
    insmod ntfs
    set root='hd4,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos5 --hint-efi=hd4,msdos5 --hint-baremetal=ahci4,msdos5 4E94BAB294BA9C41
    else
    search --no-floppy --fs-uuid --set=root 4E94BAB294BA9C41
    fi
    chainloader +1
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    ### END /etc/grub.d/60_memtest86+ ###
    Still didn't work though.
    I don't know grub config, but is the UUID specified in
    linux /vmlinuz-linux root=UUID=b21e6211-5e7a-4769-9f53-b9b5d554a242 rw rootflags=subvol=root quiet
    supposed to be the UUID for /boot or /? Because the UUID there is for the btrfs partition being mounted at / (which I guess would explain why it has the correct subvol listed, which I'm not sure if it's necessary, given that should be the default subvolume). So... that's probably alright (just something that stood out to me).
    As for installing grub on another disk: I suppose I could try, though I'd rather keep it on one drive if I can (sometimes it gets complicated enough having Windows and my Windows bootloader on different drives... I should probably try moving the Windows bootloader to the SSD where Windows is installed. Would it matter which drive? The options are:
    sda: 4TB, GPT table, the one I'm having problems with now
    sdb: 2TB, MBR table, nothing in boot sector AFAIK
    sdc: 240GB SSD, GPT table, would rather not use it since Windows is installed on there, even if its bootloader isn't
    sdd: 1TB, MBR table, nothing in boot sector AFAIK
    sde: 500GB, MBR table, has the Windows bootloader so I'd rather not mess that up (although given it's the smallest and I have no free SATA ports, it'll be next to go when I need more space, so I might want to move the bootloader)
    (sdf and sdg which appear in lsblk earlier are just USB flash drives, and I'd rather not have to rely on having to use one of them to boot Linux).
    As for repartitioning /dev/sda: as long as I can do it non-destructively, sure. Well I mean non-destructively for the NTFS partition, which is mostly full of Steam games (and I might have enough room on other drives and portable drives to keep the rest safe), but on my crappy Australian internet connection (aren't they all) it'd probably take me a couple of weeks to redownload them. I don't mind if I have to get rid of the Linux partitions, I already tried going through the install again once before to try to get it to work, another time isn't going to matter. So I guess I could try using gparted to delete the Linux partitions, move the NTFS partition to the end of the disk, and recreate the Linux partitions in front of it (although moving that much data might take a while, so I'd probably want to do it overnight). For reference, right now it's:
    128MB of unformatted space (where the Microsoft reserved partition was, but now it's flagged as a BIOS boot partition, even though it's far bigger than it needs to be for that, I didn't feel like moving the other partitions back just to claim less than 128MB)
    ~2.7TB NTFS data partition (important)
    ~1GB ext4 /boot partition
    8GB swap partition
    ~1TB btrfs partition with subvolumes mounted at /, /home, /etc and /var

  • [SOLVED] Grub failure with LVM partitions

    I'm trying to install Arch with GPT partitions with BIOS. I've got to the stage of now installing GRUB and it's failing with the below error:
    Installing for i386-pc platform.
    grub-install: info: cannot open `/boot/grub/device.map': No such file or directory.
    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/gcry_whirlpool.mod' -> `/boot/grub/i386-pc/gcry_whirlpool.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/gcry_tiger.mod' -> `/boot/grub/i386-pc/gcry_tiger.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/gcry_sha256.mod' -> `/boot/grub/i386-pc/gcry_sha256.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/gcry_serpent.mod' -> `/boot/grub/i386-pc/gcry_serpent.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/gcry_rsa.mod' -> `/boot/grub/i386-pc/gcry_rsa.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/gcry_rijndael.mod' -> `/boot/grub/i386-pc/gcry_rijndael.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/gcry_md5.mod' -> `/boot/grub/i386-pc/gcry_md5.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/gcry_idea.mod' -> `/boot/grub/i386-pc/gcry_idea.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/gcry_des.mod' -> `/boot/grub/i386-pc/gcry_des.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/gcry_cast5.mod' -> `/boot/grub/i386-pc/gcry_cast5.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/gcry_blowfish.mod' -> `/boot/grub/i386-pc/gcry_blowfish.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/file.mod' -> `/boot/grub/i386-pc/file.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/tr.mod' -> `/boot/grub/i386-pc/tr.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/gdb.mod' -> `/boot/grub/i386-pc/gdb.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/mpi.mod' -> `/boot/grub/i386-pc/mpi.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/adler32.mod' -> `/boot/grub/i386-pc/adler32.mod'.
    grub-install: info: copying `/usr/lib/grub/i386-pc/boottime.mod' -> `/boot/grub/i386-pc/boottime.mod'.
    grub-install: info: copying `/usr/lib/grub/i386-pc/cacheinfo.mod' -> `/boot/grub/i386-pc/cacheinfo.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/priority_queue.mod' -> `/boot/grub/i386-pc/priority_queue.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/lsapm.mod' -> `/boot/grub/i386-pc/lsapm.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/testload.mod' -> `/boot/grub/i386-pc/testload.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/xzio.mod' -> `/boot/grub/i386-pc/xzio.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/syslinuxcfg.mod' -> `/boot/grub/i386-pc/syslinuxcfg.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/http.mod' -> `/boot/grub/i386-pc/http.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/net.mod' -> `/boot/grub/i386-pc/net.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/video_colors.mod' -> `/boot/grub/i386-pc/video_colors.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/video_fb.mod' -> `/boot/grub/i386-pc/video_fb.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/tga.mod' -> `/boot/grub/i386-pc/tga.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/jpeg.mod' -> `/boot/grub/i386-pc/jpeg.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/bitmap.mod' -> `/boot/grub/i386-pc/bitmap.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/gfxterm_menu.mod' -> `/boot/grub/i386-pc/gfxterm_menu.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/div_test.mod' -> `/boot/grub/i386-pc/div_test.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/pbkdf2_test.mod' -> `/boot/grub/i386-pc/pbkdf2_test.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/sleep_test.mod' -> `/boot/grub/i386-pc/sleep_test.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/setjmp_test.mod' -> `/boot/grub/i386-pc/setjmp_test.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/functional_test.mod' -> `/boot/grub/i386-pc/functional_test.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/video_cirrus.mod' -> `/boot/grub/i386-pc/video_cirrus.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/vga_text.mod' -> `/boot/grub/i386-pc/vga_text.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/usb_keyboard.mod' -> `/boot/grub/i386-pc/usb_keyboard.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/sendkey.mod' -> `/boot/grub/i386-pc/sendkey.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/gfxterm_background.mod' -> `/boot/grub/i386-pc/gfxterm_background.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/at_keyboard.mod' -> `/boot/grub/i386-pc/at_keyboard.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/part_dfly.mod' -> `/boot/grub/i386-pc/part_dfly.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/part_bsd.mod' -> `/boot/grub/i386-pc/part_bsd.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/part_plan.mod' -> `/boot/grub/i386-pc/part_plan.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/part_msdos.mod' -> `/boot/grub/i386-pc/part_msdos.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/part_apple.mod' -> `/boot/grub/i386-pc/part_apple.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/part_acorn.mod' -> `/boot/grub/i386-pc/part_acorn.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/mmap.mod' -> `/boot/grub/i386-pc/mmap.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/macho.mod' -> `/boot/grub/i386-pc/macho.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/linux.mod' -> `/boot/grub/i386-pc/linux.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/multiboot2.mod' -> `/boot/grub/i386-pc/multiboot2.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/freedos.mod' -> `/boot/grub/i386-pc/freedos.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/ntldr.mod' -> `/boot/grub/i386-pc/ntldr.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/plan9.mod' -> `/boot/grub/i386-pc/plan9.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/aout.mod' -> `/boot/grub/i386-pc/aout.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/datetime.mod' -> `/boot/grub/i386-pc/datetime.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/pbkdf2.mod' -> `/boot/grub/i386-pc/pbkdf2.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/elf.mod' -> `/boot/grub/i386-pc/elf.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/offsetio.mod' -> `/boot/grub/i386-pc/offsetio.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/hello.mod' -> `/boot/grub/i386-pc/hello.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/gettext.mod' -> `/boot/grub/i386-pc/gettext.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/macbless.mod' -> `/boot/grub/i386-pc/macbless.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/zfscrypt.mod' -> `/boot/grub/i386-pc/zfscrypt.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/xfs.mod' -> `/boot/grub/i386-pc/xfs.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/ufs1_be.mod' -> `/boot/grub/i386-pc/ufs1_be.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/udf.mod' -> `/boot/grub/i386-pc/udf.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/squash4.mod' -> `/boot/grub/i386-pc/squash4.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/romfs.mod' -> `/boot/grub/i386-pc/romfs.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/ntfscomp.mod' -> `/boot/grub/i386-pc/ntfscomp.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/nilfs2.mod' -> `/boot/grub/i386-pc/nilfs2.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/minix2_be.mod' -> `/boot/grub/i386-pc/minix2_be.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/minix3.mod' -> `/boot/grub/i386-pc/minix3.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/minix.mod' -> `/boot/grub/i386-pc/minix.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/iso9660.mod' -> `/boot/grub/i386-pc/iso9660.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/hfsplus.mod' -> `/boot/grub/i386-pc/hfsplus.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/fshelp.mod' -> `/boot/grub/i386-pc/fshelp.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/fat.mod' -> `/boot/grub/i386-pc/fat.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/odc.mod' -> `/boot/grub/i386-pc/odc.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/cpio_be.mod' -> `/boot/grub/i386-pc/cpio_be.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/cbfs.mod' -> `/boot/grub/i386-pc/cbfs.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/btrfs.mod' -> `/boot/grub/i386-pc/btrfs.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/afs.mod' -> `/boot/grub/i386-pc/afs.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/procfs.mod' -> `/boot/grub/i386-pc/procfs.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/efiemu.mod' -> `/boot/grub/i386-pc/efiemu.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/biosdisk.mod' -> `/boot/grub/i386-pc/biosdisk.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/ahci.mod' -> `/boot/grub/i386-pc/ahci.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/memdisk.mod' -> `/boot/grub/i386-pc/memdisk.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/raid6rec.mod' -> `/boot/grub/i386-pc/raid6rec.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/diskfilter.mod' -> `/boot/grub/i386-pc/diskfilter.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/mdraid09_be.mod' -> `/boot/grub/i386-pc/mdraid09_be.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/ldm.mod' -> `/boot/grub/i386-pc/ldm.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/geli.mod' -> `/boot/grub/i386-pc/geli.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/cryptodisk.mod' -> `/boot/grub/i386-pc/cryptodisk.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/dm_nv.mod' -> `/boot/grub/i386-pc/dm_nv.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/videotest.mod' -> `/boot/grub/i386-pc/videotest.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/usbtest.mod' -> `/boot/grub/i386-pc/usbtest.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/test.mod' -> `/boot/grub/i386-pc/test.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/sleep.mod' -> `/boot/grub/i386-pc/sleep.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/setpci.mod' -> `/boot/grub/i386-pc/setpci.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/search_fs_uuid.mod' -> `/boot/grub/i386-pc/search_fs_uuid.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/search.mod' -> `/boot/grub/i386-pc/search.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/probe.mod' -> `/boot/grub/i386-pc/probe.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/spkmodem.mod' -> `/boot/grub/i386-pc/spkmodem.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/password_pbkdf2.mod' -> `/boot/grub/i386-pc/password_pbkdf2.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/parttool.mod' -> `/boot/grub/i386-pc/parttool.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/memrw.mod' -> `/boot/grub/i386-pc/memrw.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/lsmmap.mod' -> `/boot/grub/i386-pc/lsmmap.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/loadenv.mod' -> `/boot/grub/i386-pc/loadenv.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/hexdump.mod' -> `/boot/grub/i386-pc/hexdump.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/hdparm.mod' -> `/boot/grub/i386-pc/hdparm.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/hashsum.mod' -> `/boot/grub/i386-pc/hashsum.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/halt.mod' -> `/boot/grub/i386-pc/halt.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/extcmd.mod' -> `/boot/grub/i386-pc/extcmd.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/echo.mod' -> `/boot/grub/i386-pc/echo.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/date.mod' -> `/boot/grub/i386-pc/date.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/configfile.mod' -> `/boot/grub/i386-pc/configfile.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/cat.mod' -> `/boot/grub/i386-pc/cat.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/blocklist.mod' -> `/boot/grub/i386-pc/blocklist.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/acpi.mod' -> `/boot/grub/i386-pc/acpi.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/cbmemc.mod' -> `/boot/grub/i386-pc/cbmemc.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/cbtime.mod' -> `/boot/grub/i386-pc/cbtime.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/iorw.mod' -> `/boot/grub/i386-pc/iorw.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/cmostest.mod' -> `/boot/grub/i386-pc/cmostest.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/pci.mod' -> `/boot/grub/i386-pc/pci.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/ohci.mod' -> `/boot/grub/i386-pc/ohci.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/usbserial_usbdebug.mod' -> `/boot/grub/i386-pc/usbserial_usbdebug.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/usbserial_pl2303.mod' -> `/boot/grub/i386-pc/usbserial_pl2303.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/usb.mod' -> `/boot/grub/i386-pc/usb.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/trig.mod' -> `/boot/grub/i386-pc/trig.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/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/bg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bg.mo'.
    grub-install: info: cannot open `/usr/share/locale/bg/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/ja/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ja.mo'.
    grub-install: info: copying `/usr/share/locale/pl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pl.mo'.
    grub-install: info: copying `/usr/share/locale/sl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sl.mo'.
    grub-install: info: copying `/usr/share/locale/be/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/be.mo'.
    grub-install: info: cannot open `/usr/share/locale/be/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/ca/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca.mo'.
    grub-install: info: copying `/usr/share/locale/uk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uk.mo'.
    grub-install: info: copying `/usr/share/locale/cs/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cs.mo'.
    grub-install: info: cannot open `/usr/share/locale/cs/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/rw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/rw.mo'.
    grub-install: info: cannot open `/usr/share/locale/rw/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/it/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/it.mo'.
    grub-install: info: copying `/usr/share/locale/eo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eo.mo'.
    grub-install: info: copying `/usr/share/locale/nb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nb.mo'.
    grub-install: info: cannot open `/usr/share/locale/nb/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/id/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/id.mo'.
    grub-install: info: copying `/usr/share/locale/ko/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ko.mo'.
    grub-install: info: cannot open `/usr/share/locale/ko/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/fr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr.mo'.
    grub-install: info: copying `/usr/share/locale/en_GB/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_GB.mo'.
    grub-install: info: cannot open `/usr/share/locale/en_GB/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/vi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vi.mo'.
    grub-install: info: copying `/usr/share/locale/es/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es.mo'.
    grub-install: info: copying `/usr/share/locale/de/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de.mo'.
    grub-install: info: copying `/usr/share/locale/fi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fi.mo'.
    grub-install: info: copying `/usr/share/locale/zh_CN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_CN.mo'.
    grub-install: info: copying `/usr/share/locale/gl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gl.mo'.
    grub-install: info: copying `/usr/share/locale/ia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ia.mo'.
    grub-install: info: cannot open `/usr/share/locale/ia/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/locale.alias/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/locale.alias.mo'.
    grub-install: info: cannot open `/usr/share/locale/locale.alias/LC_MESSAGES/grub.mo': Not a directory.
    grub-install: info: copying `/usr/share/locale/da/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/da.mo'.
    grub-install: info: copying `/usr/share/locale/hu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hu.mo'.
    grub-install: info: copying `/usr/share/locale/lt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt.mo'.
    grub-install: info: copying `/usr/share/locale/ru/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru.mo'.
    grub-install: info: copying `/usr/share/locale/pt_BR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_BR.mo'.
    grub-install: info: copying `/usr/share/locale/hr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hr.mo'.
    grub-install: info: cannot open `/usr/share/locale/hr/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/tr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tr.mo'.
    grub-install: info: copying `/usr/share/locale/zh_TW/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_TW.mo'.
    grub-install: info: copying `/usr/share/locale/el/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/el.mo'.
    grub-install: info: cannot open `/usr/share/locale/el/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/sv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sv.mo'.
    grub-install: info: copying `/usr/share/locale/nl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nl.mo'.
    grub-install: info: copying `/usr/share/locale/sk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sk.mo'.
    grub-install: info: cannot open `/usr/share/locale/sk/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/en@quot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
    grub-install: info: copying `/usr/share/locale/en@boldquot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
    grub-install: info: cannot open `/usr/share/locale/en@boldquot/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/af/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/af.mo'.
    grub-install: info: cannot open `/usr/share/locale/af/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/et/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/et.mo'.
    grub-install: info: cannot open `/usr/share/locale/et/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/ga/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ga.mo'.
    grub-install: info: cannot open `/usr/share/locale/ga/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/ro/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ro.mo'.
    grub-install: info: cannot open `/usr/share/locale/ro/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/sr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr.mo'.
    grub-install: info: cannot open `/usr/share/locale/sr/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/te/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/te.mo'.
    grub-install: info: cannot open `/usr/share/locale/te/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/ta/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ta.mo'.
    grub-install: info: cannot open `/usr/share/locale/ta/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/sl_SI/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sl_SI.mo'.
    grub-install: info: cannot open `/usr/share/locale/sl_SI/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/pt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt.mo'.
    grub-install: info: cannot open `/usr/share/locale/pt/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/pa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pa.mo'.
    grub-install: info: copying `/usr/share/locale/or/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/or.mo'.
    grub-install: info: cannot open `/usr/share/locale/or/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/mr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mr.mo'.
    grub-install: info: cannot open `/usr/share/locale/mr/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/ml/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ml.mo'.
    grub-install: info: cannot open `/usr/share/locale/ml/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/kn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kn.mo'.
    grub-install: info: cannot open `/usr/share/locale/kn/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/hi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hi.mo'.
    grub-install: info: cannot open `/usr/share/locale/hi/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/gu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gu.mo'.
    grub-install: info: cannot open `/usr/share/locale/gu/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/bn_IN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bn_IN.mo'.
    grub-install: info: cannot open `/usr/share/locale/bn_IN/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/as/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/as.mo'.
    grub-install: info: cannot open `/usr/share/locale/as/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/en_US/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_US.mo'.
    grub-install: info: cannot open `/usr/share/locale/en_US/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/xh/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/xh.mo'.
    grub-install: info: cannot open `/usr/share/locale/xh/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/th/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/th.mo'.
    grub-install: info: cannot open `/usr/share/locale/th/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/zu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zu.mo'.
    grub-install: info: cannot open `/usr/share/locale/zu/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_HK.mo'.
    grub-install: info: cannot open `/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/ur/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ur.mo'.
    grub-install: info: cannot open `/usr/share/locale/ur/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/tg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tg.mo'.
    grub-install: info: cannot open `/usr/share/locale/tg/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/sr@latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
    grub-install: info: cannot open `/usr/share/locale/sr@latin/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/sq/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sq.mo'.
    grub-install: info: cannot open `/usr/share/locale/sq/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/si/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/si.mo'.
    grub-install: info: cannot open `/usr/share/locale/si/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/nn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nn.mo'.
    grub-install: info: cannot open `/usr/share/locale/nn/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/nds/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nds.mo'.
    grub-install: info: cannot open `/usr/share/locale/nds/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/ms/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ms.mo'.
    grub-install: info: cannot open `/usr/share/locale/ms/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/mai/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mai.mo'.
    grub-install: info: cannot open `/usr/share/locale/mai/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/lv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lv.mo'.
    grub-install: info: cannot open `/usr/share/locale/lv/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/ks/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ks.mo'.
    grub-install: info: cannot open `/usr/share/locale/ks/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/km/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/km.mo'.
    grub-install: info: cannot open `/usr/share/locale/km/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/kk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kk.mo'.
    grub-install: info: cannot open `/usr/share/locale/kk/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/ka/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ka.mo'.
    grub-install: info: cannot open `/usr/share/locale/ka/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/he/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/he.mo'.
    grub-install: info: cannot open `/usr/share/locale/he/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/fa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fa.mo'.
    grub-install: info: cannot open `/usr/share/locale/fa/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/eu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eu.mo'.
    grub-install: info: cannot open `/usr/share/locale/eu/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/bs/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bs.mo'.
    grub-install: info: cannot open `/usr/share/locale/bs/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/br/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/br.mo'.
    grub-install: info: cannot open `/usr/share/locale/br/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/bn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bn.mo'.
    grub-install: info: cannot open `/usr/share/locale/bn/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/bal/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bal.mo'.
    grub-install: info: cannot open `/usr/share/locale/bal/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/ast/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ast.mo'.
    grub-install: info: copying `/usr/share/locale/ar/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ar.mo'.
    grub-install: info: cannot open `/usr/share/locale/ar/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/lg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lg.mo'.
    grub-install: info: cannot open `/usr/share/locale/lg/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/am/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/am.mo'.
    grub-install: info: cannot open `/usr/share/locale/am/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/an/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/an.mo'.
    grub-install: info: cannot open `/usr/share/locale/an/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/az/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/az.mo'.
    grub-install: info: cannot open `/usr/share/locale/az/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/be@latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
    grub-install: info: cannot open `/usr/share/locale/be@latin/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/ca@valencia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
    grub-install: info: cannot open `/usr/share/locale/ca@valencia/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/cy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cy.mo'.
    grub-install: info: cannot open `/usr/share/locale/cy/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/dz/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/dz.mo'.
    grub-install: info: cannot open `/usr/share/locale/dz/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/en_CA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_CA.mo'.
    grub-install: info: cannot open `/usr/share/locale/en_CA/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/en@shaw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
    grub-install: info: cannot open `/usr/share/locale/en@shaw/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/hy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hy.mo'.
    grub-install: info: cannot open `/usr/share/locale/hy/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/is/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/is.mo'.
    grub-install: info: cannot open `/usr/share/locale/is/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/ku/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ku.mo'.
    grub-install: info: cannot open `/usr/share/locale/ku/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/mg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mg.mo'.
    grub-install: info: cannot open `/usr/share/locale/mg/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/mk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mk.mo'.
    grub-install: info: cannot open `/usr/share/locale/mk/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/mn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mn.mo'.
    grub-install: info: cannot open `/usr/share/locale/mn/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/ne/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ne.mo'.
    grub-install: info: cannot open `/usr/share/locale/ne/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/oc/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/oc.mo'.
    grub-install: info: cannot open `/usr/share/locale/oc/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/ps/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ps.mo'.
    grub-install: info: cannot open `/usr/share/locale/ps/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/sr@ije/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
    grub-install: info: cannot open `/usr/share/locale/sr@ije/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/tl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tl.mo'.
    grub-install: info: cannot open `/usr/share/locale/tl/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/ug/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ug.mo'.
    grub-install: info: cannot open `/usr/share/locale/ug/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/tt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tt.mo'.
    grub-install: info: cannot open `/usr/share/locale/tt/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/wa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wa.mo'.
    grub-install: info: cannot open `/usr/share/locale/wa/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/yi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/yi.mo'.
    grub-install: info: cannot open `/usr/share/locale/yi/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/ky/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ky.mo'.
    grub-install: info: cannot open `/usr/share/locale/ky/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/de_AT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_AT.mo'.
    grub-install: info: cannot open `/usr/share/locale/de_AT/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/no.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/no.us-ascii.mo'.
    grub-install: info: cannot open `/usr/share/locale/no.us-ascii/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/es.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es.us-ascii.mo'.
    grub-install: info: cannot open `/usr/share/locale/es.us-ascii/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/de.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de.us-ascii.mo'.
    grub-install: info: cannot open `/usr/share/locale/de.us-ascii/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/pt.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt.us-ascii.mo'.
    grub-install: info: cannot open `/usr/share/locale/pt.us-ascii/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/pt_BR.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_BR.us-ascii.mo'.
    grub-install: info: cannot open `/usr/share/locale/pt_BR.us-ascii/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/en@piglatin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
    grub-install: info: copying `/usr/share/locale/en@hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
    grub-install: info: copying `/usr/share/locale/en@arabic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
    grub-install: info: copying `/usr/share/locale/de_CH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_CH.mo'.
    grub-install: info: copying `/usr/share/locale/de@hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/[email protected]'.
    grub-install: info: copying `/usr/share/locale/en_AU/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_AU.mo'.
    grub-install: info: cannot open `/usr/share/locale/en_AU/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/locale/my/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/my.mo'.
    grub-install: info: cannot open `/usr/share/locale/my/LC_MESSAGES/grub.mo': No such file or directory.
    grub-install: info: copying `/usr/share/grub/themes/starfield/COPYING.CC-BY-SA-3.0' -> `/boot/grub/themes/starfield/COPYING.CC-BY-SA-3.0'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/README' -> `/boot/grub/themes/starfield/README'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/theme.txt' -> `/boot/grub/themes/starfield/theme.txt'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_w.png' -> `/boot/grub/themes/starfield/terminal_box_w.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_sw.png' -> `/boot/grub/themes/starfield/terminal_box_sw.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_s.png' -> `/boot/grub/themes/starfield/terminal_box_s.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_se.png' -> `/boot/grub/themes/starfield/terminal_box_se.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_nw.png' -> `/boot/grub/themes/starfield/terminal_box_nw.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_n.png' -> `/boot/grub/themes/starfield/terminal_box_n.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_ne.png' -> `/boot/grub/themes/starfield/terminal_box_ne.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_e.png' -> `/boot/grub/themes/starfield/terminal_box_e.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_c.png' -> `/boot/grub/themes/starfield/terminal_box_c.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/starfield.png' -> `/boot/grub/themes/starfield/starfield.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/slider_s.png' -> `/boot/grub/themes/starfield/slider_s.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/slider_n.png' -> `/boot/grub/themes/starfield/slider_n.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/slider_c.png' -> `/boot/grub/themes/starfield/slider_c.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_w.png' -> `/boot/grub/themes/starfield/boot_menu_w.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_sw.png' -> `/boot/grub/themes/starfield/boot_menu_sw.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_s.png' -> `/boot/grub/themes/starfield/boot_menu_s.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_se.png' -> `/boot/grub/themes/starfield/boot_menu_se.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_nw.png' -> `/boot/grub/themes/starfield/boot_menu_nw.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_n.png' -> `/boot/grub/themes/starfield/boot_menu_n.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_ne.png' -> `/boot/grub/themes/starfield/boot_menu_ne.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_e.png' -> `/boot/grub/themes/starfield/boot_menu_e.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_c.png' -> `/boot/grub/themes/starfield/boot_menu_c.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/blob_w.png' -> `/boot/grub/themes/starfield/blob_w.png'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/dejavu_16.pf2' -> `/boot/grub/themes/starfield/dejavu_16.pf2'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/dejavu_14.pf2' -> `/boot/grub/themes/starfield/dejavu_14.pf2'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/dejavu_bold_14.pf2' -> `/boot/grub/themes/starfield/dejavu_bold_14.pf2'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/dejavu_12.pf2' -> `/boot/grub/themes/starfield/dejavu_12.pf2'.
    grub-install: info: copying `/usr/share/grub/themes/starfield/dejavu_10.pf2' -> `/boot/grub/themes/starfield/dejavu_10.pf2'.
    grub-install: info: copying `/usr/share/grub/unicode.pf2' -> `/boot/grub/fonts/unicode.pf2'.
    grub-install: info: changing current directory to /dev/mapper.
    grub-install: info: /dev/mapper/linux-boot is not present.
    File descriptor 4 (/boot) leaked on vgs invocation. Parent PID 10091: grub-install
    /run/lvm/lvmetad.socket: connect failed: No such file or directory
    WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
    grub-install: info: /dev/sdb2 is not present.
    grub-install: info: Looking for /dev/sdb2.
    grub-install: info: /dev/sdb is a parent of /dev/sdb2.
    grub-install: info: /dev/sdb2 starts from 4096.
    grub-install: info: opening the device hostdisk//dev/sdb.
    grub-install: info: drive = 0.
    grub-install: info: the size of hostdisk//dev/sdb is 468862128.
    grub-install: info: drive = 0.
    grub-install: info: the size of hostdisk//dev/sdb is 468862128.
    grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
    grub-install: info: scanning hostdisk//dev/sdb for LDM.
    grub-install: info: no LDM signature found.
    grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
    grub-install: info: no LVM signature found.
    grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
    grub-install: info: scanning hostdisk//dev/sdb for LDM.
    grub-install: info: no LDM signature found.
    grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
    grub-install: info: Found array linux.
    grub-install: info: Inserting hostdisk//dev/sdb (+2048,2048) into linux (lvm)
    grub-install: info: drive = 0.
    grub-install: info: the size of hostdisk//dev/sdb is 468862128.
    grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
    grub-install: info: scanning hostdisk//dev/sdb for LDM.
    grub-install: info: no LDM signature found.
    grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
    grub-install: info: Inserting hostdisk//dev/sdb (+4096,468857999) into linux (lvm)
    grub-install: info: Partition 0 starts from 2048.
    grub-install: info: Partition 1 starts from 4096.
    grub-install: info: changing current directory to /dev.
    grub-install: info: changing current directory to linux.
    grub-install: info: /dev/sdb2 is present.
    grub-install: info: Looking for /dev/sdb2.
    grub-install: info: /dev/sdb is a parent of /dev/sdb2.
    grub-install: info: /dev/sdb2 starts from 4096.
    grub-install: info: opening the device hostdisk//dev/sdb.
    grub-install: info: drive = 0.
    grub-install: info: the size of hostdisk//dev/sdb is 468862128.
    grub-install: info: drive = 0.
    grub-install: info: the size of hostdisk//dev/sdb is 468862128.
    grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
    grub-install: info: scanning hostdisk//dev/sdb for LDM.
    grub-install: info: no LDM signature found.
    grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
    grub-install: info: no LVM signature found.
    grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
    grub-install: info: scanning hostdisk//dev/sdb for LDM.
    grub-install: info: no LDM signature found.
    grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
    grub-install: info: Inserting hostdisk//dev/sdb (+4096,468857999) into linux (lvm)
    grub-install: info: Partition 0 starts from 2048.
    grub-install: info: Partition 1 starts from 4096.
    grub-install: info: /dev/mapper/linux-boot is not present.
    File descriptor 4 (/boot) leaked on vgs invocation. Parent PID 10091: grub-install
    /run/lvm/lvmetad.socket: connect failed: No such file or directory
    WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
    grub-install: info: /dev/sdb2 is present.
    grub-install: info: Looking for /dev/sdb2.
    grub-install: info: /dev/sdb is a parent of /dev/sdb2.
    grub-install: info: /dev/sdb2 starts from 4096.
    grub-install: info: opening the device hostdisk//dev/sdb.
    grub-install: info: drive = 0.
    grub-install: info: the size of hostdisk//dev/sdb is 468862128.
    grub-install: info: drive = 0.
    grub-install: info: the size of hostdisk//dev/sdb is 468862128.
    grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
    grub-install: info: scanning hostdisk//dev/sdb for LDM.
    grub-install: info: no LDM signature found.
    grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
    grub-install: info: no LVM signature found.
    grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
    grub-install: info: scanning hostdisk//dev/sdb for LDM.
    grub-install: info: no LDM signature found.
    grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
    grub-install: info: Inserting hostdisk//dev/sdb (+4096,468857999) into linux (lvm)
    grub-install: info: Partition 0 starts from 2048.
    grub-install: info: Partition 1 starts from 4096.
    grub-install: info: changing current directory to /dev.
    grub-install: info: changing current directory to linux.
    grub-install: info: /dev/sdb2 is present.
    grub-install: info: Looking for /dev/sdb2.
    grub-install: info: /dev/sdb is a parent of /dev/sdb2.
    grub-install: info: /dev/sdb2 starts from 4096.
    grub-install: info: opening the device hostdisk//dev/sdb.
    grub-install: info: drive = 0.
    grub-install: info: the size of hostdisk//dev/sdb is 468862128.
    grub-install: info: drive = 0.
    grub-install: info: the size of hostdisk//dev/sdb is 468862128.
    grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
    grub-install: info: scanning hostdisk//dev/sdb for LDM.
    grub-install: info: no LDM signature found.
    grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
    grub-install: info: no LVM signature found.
    grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
    grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
    grub-install: info: scanning hostdisk//dev/sdb for LDM.
    grub-install: info: no LDM signature found.
    grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
    grub-install: info: Inserting hostdisk//dev/sdb (+4096,468857999) into linux (lvm)
    grub-install: info: Partition 0 starts from 2048.
    grub-install: info: Partition 1 starts from 4096.
    grub-install: info: Scanning for DISKFILTER devices on disk host.
    grub-install: info: Scanning for mdraid1x devices on disk host.
    grub-install: info: Scanning for mdraid09_be devices on disk host.
    grub-install: info: Scanning for mdraid09 devices on disk host.
    grub-install: info: Scanning for dmraid_nv devices on disk host.
    grub-install: info: Scanning for ldm devices on disk host.
    grub-install: info: scanning host for LDM.
    grub-install: info: no LDM signature found.
    grub-install: info: Sca

    Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.

  • [Solved] Grub not showing windows partition

    Hey all,
    So I tried setting up my Win7/Arch dual boot system yesterday and I think I got the partitions right (correct me if I made any mistakes), but GRUB was not showing my main windows partition. I went into the menu.lst file and uncommented what I thought was my windows partition, but turned out to be my Samsung recovery partition. After a reboot, Grub now won't even load and automatically reboots the computer on failing. I'm sure that once I can figure out how to get back into that config file from my installer CD, I will be able to re-comment that windows entry, but I still am unsure how to get it to recognize my main windows partition.
    Here are the partitions:
    Name   Flags    Part Type       FS type     [Label]            Size
    sda1    (Boot)   Primary           ntfs          [RECOVERY]   16GB
    sda2                Primary           ntfs           [SYSTEM]       104MB
    sda3                Primary           ntfs                                 372GB  (main windows7 partition)
    sda5                Logical            ext2           [root]             15GB
    sda6                Logical            swap          [swap]            4GB
    sda7    (Boot)   Logical            ext2           [boot]            100 MB
    sda8                Logical            ext3                                 92GB  (home Linux partition)
    Thanks for your help
    Last edited by RichardPW (2011-12-05 00:01:57)

    Okay so first I tried recommenting all of the windows boot information with no luck. Then I changed the windows line to "rootnoverify (hd0,1)," also with no luck. Grub still tries to load but crashes and reboots the system before presenting me with any options.
    Here are the options, if this helps at all.
    # (0) Arch Linux
    title Arch Linus
    root (hd0,6)
    kernel /vmlinuz-linux root=/dev/sda5 ro
    initrd /initramfs-linux.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,6)
    kernel /vmlinuz-linux root=/dev/sda5 ro
    initrd /initramfs-linux-fallback.img
    # (2) Windows
    title Windows
    rootnoverify (hd0,1)
    makeactive
    chainloader +1

  • Grub/boot using wrong monitor (dual-head setup)?

    I have a dual monitor set up, using two dvi slots on my radeon HD card.
    When I start up my system, regardless of the order of the cables, it first shows my bios slash screen on both monitors, then it goes to Grub2 and I see "Loading Grub.." on both monitors.  After that, it always defaults to displaying on my "secondary" monitor, which I do not use very often.  Meanwhile my primary monitor goes black until my system reaches the SLIM login.
    Is there any way to define which monitor is to be used in Grub2 and during booting?
    I'm thinking it the default display may be configured in the /etc/grub.d/00_header file but I have no idea how to edit that.
    As I said, I tried switching the cables and also checked the bios and didn't see any settings regarding this.
    Last edited by CheesyBeef (2011-06-15 17:10:23)

    The primary display is the one that holds the tiny white stripe representing the MenuBar in this presentation in system Preferences > Displays:
    Drag the white stripe to the display you would like to be Primary.

  • Choose the wrong partition format!

    Hey guys i need help fast, i wasn't paying attention when installing the windows xp and i choose the "Leave the current file system intact" option and I am unable to boot up my imac. Its a black screen saying failing to boot from cd, press any key to reboot and it doesn't. I have ejected the cd and I been trying to hold down the option button to choose which to load up from but it doesn't work. I have an external hard drive that i been using for time machine, is there any way i can boot up from that disc and then have the hard drive in the imac reset to the mac os x partition? Need answers asap!
    Running Mac OS X Leopard to its fullest updated on intel core duo imac with 2 gigs of ram

    bluesquirrel1984 wrote:
    Hi everyone,
    I am new to Mac and just got a new Macbook, so I decide I will install a Window Vista on it so I can have something as a backup if I can't get used to Mac OS. However, when I install the Window using bootcamp, I forgot with partition is the one with Mac OS on and I choose the one that say "74.9 GB[Bootcamp]" and install the window Vista.
    The problem is, after the comouter was restart, it can only recognize Window Vista
    Might want to sign on to MS and d'load the release candidate for Windows 7, it's open public beta and good until 3/2/2010 that's month/day/year. Very nice OS and should run great on your Mac.
    pancenter-

  • Windows Won't Boot after resizing partition

    I am having problems with Windows not rebooting after I resized partition to reduce Mac side and increase Windows side. I do not see the BootCamp partition labelled as such while running disk utility. Upon startup, the Windows partition shows up when I boot up while pressing the ALT key. However, when I try to run Windows, it says " error loading operatig system".
    I also followed instruction and went through to run gdisk successfully. Results towards the end.
    What can be done? Windows still does not boot and It shows ? Suspicious MBR at sector 0.
    Below is information based on typical questions asked here.....
    diskutil list
    /dev/disk0   #:                       TYPE NAME                    SIZE        IDENTIFIER
       0:              GUID_partition_scheme                        *120.0 GB     disk0
       1:                                           EFI                         209.7 MB     disk0s1
       2:                         Apple_HFS Macintosh HD            78.5 GB     disk0s2
       3:                       Apple_Boot Recovery HD             650.0 MB     disk0s3
       4:                   Microsoft Basic Data                         31.7 GB      disk0s4 
    sudo gpt -r -vv show disk0
    gpt show: disk0: mediasize=120034123776; sectorsize=512; blocks=234441648
    gpt show: disk0: Suspicious MBR at sector 0
    gpt show: disk0: Pri GPT at sector 1
    gpt show: disk0: Sec GPT at sector 234441647
          start       size            index       contents
              0          1                             MBR
              1          1                             Pri GPT header
              2         32                            Pri GPT table
             34          6       
             40     409600           1            GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640  153240016      2            GPT part - 48465300-0000-11AA-AA11-00306543ECAC
      153649656    1269544     3            GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      154919200   17628896       
      172548096   61892608    4            GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      234440704        911       
      234441615         32                       Sec GPT table
      234441647          1                        Sec GPT header
    sudo fdisk /dev/disk0
    Disk: /dev/disk0 geometry: 14593/255/63 [234441648 sectors]Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE    0   0   2 - 1023 254  63 [         1 -  172548095] <Unknown ID>
    *2: 07 1023 254  63 - 1023 254  63 [ 172548096 -   61892608] HPFS/QNX/AUX
    3: 00    0   0   0 -    0   0   0 [         0 -          0] unused    
    4: 00    0   0   0 -    0   0   0 [         0 -          0] unused 
    sudo gdisk /dev/disk0
    GPT fdisk (gdisk) version 0.8.7
    Warning: Devices opened with shared lock will not have their
    partition table automatically reloaded!
    Partition table scan:
      MBR: hybrid
      BSD: not present
      APM: not present
      GPT: present
    Found valid GPT with hybrid MBR; using GPT.
    Command (? for help): r
    Recovery/transformation command (? for help): h
    WARNING! Hybrid MBRs are flaky and dangerous! If you decide not to use one,
    just hit the Enter key at the below prompt and your MBR partition table will
    be untouched.
    Type from one to three GPT partition numbers, separated by spaces, to be
    added to the hybrid MBR, in sequence: 4
    Place EFI GPT (0xEE) partition first in MBR (good for GRUB)? (Y/N): y
    Creating entry for GPT partition #4 (MBR partition #2)
    Enter an MBR hex code (default 07):
    Set the bootable flag? (Y/N): y
    Unused partition space(s) found. Use one to protect more partitions? (Y/N): n
    Recovery/transformation command (? for help): o
    Disk size is 234441648 sectors (111.8 GiB)
    MBR disk identifier: "DELETED INFO"
    MBR partitions:
    Number  Boot  Start Sector   End Sector   Status      Code
       1                               1    172548095   primary     0xEE
       2           *     172548096    234440703   primary     0x07
    Recovery/transformation command (? for help): w
    Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
    PARTITIONS!!
    Do you want to proceed? (Y/N): y
    OK; writing new GUID partition table (GPT) to /dev/disk2.
    Warning: Devices opened with shared lock will not have their
    partition table automatically reloaded!
    Warning: The kernel may continue to use old or deleted partitions.
    You should reboot or remove the drive.
    The operation has completed successfully.

    So here's what I think happened. Upon resizing the OS X volume, a 5th partition was created. When that happens, diskutil removes the hybrid MBR that's needed to activate the EFI firmware CSM (BIOS emulator) which is still presently used for booting Windows on Apple hardware. Upon removing the hybrid MBR, Windows is no longer bootable. So what you probably did was used Disk Utility to reverse what you did by deleting the extra partition. When you do this, diskutil recreates the hybrid MBR but with the wrong partition type code. It sets it to 0x0C, and therefore thinks it's FAT32, whereas it should be 0x07 for NTFS. Disk Utility will then let you run a disk check on what it erroneously thinks is a FAT32 volume, but is in fact NTFS. If any writes are done, which it appears is the case, it corrupts the NTFS file system.
    So this is just yet another Bootcamp data loss story, without any warning in either documentation or Disk Utility whatsoever.
    What version of OS X is this?
    The easiest, but most tedious thing to do is to totally start over with everything: obliterate the entire drive with Disk Utility making 1 partition only, reinstalling OS X and files from backups, use Bootcamp Assistant to resize the OS X volume the way you really want it, reinstall Windows and restore from its backup. All of that can be done in the GUI.
    You might still use the Windows install disk to run Windows startup repair. It might fix the Bootcamp volume. The remaining problem in that case is what to do with the large pile of free space, but I'll make those suggestions later once you get to that point.
    If Windows startup repair can't fix the Bootcamp volume, and you don't have a backup, then you'll need to download and install testdisk, and read how to use it to try and find your data. It's an iterative process. Once that's done, while it probably won't fix it and make it bootable again, you'll have a basic backup of files. The remaining thing to do is use gdisk remove the broken Windows partition, make a new one that also includes free space you presumably wanted Windows to have, and make a new hybrid MBR adding partitions 2 3 4. Then reinstall Windows, your apps, and restore your data from backups.
    So that's the gist. Ask if you have more questions.

  • Pavilion Touchsmart won't boot after resizing partition

    I have a Pavilion 14-n228ca on which I will primarily run Linux. So I followed the procedure I have used in the past to create a dual-boot system on XP and Vista systems, viz.
    - resize the NTFS filesystem on the primary Windows partition
    - delete the partition
    - recreate the partition with the exact same start byte but a smaller size matching the resized filesystem
    - create a new partition in the free space
    - install Linux (CentOS 6.5) in the new parition, which also installs GRUB in the MBR and creates a chain record to the original Windows partition. Normally, that lets me choose to boot either a Linux kernel or Windows.
    Linux runs when I boot the disk (notebook hard drive). I can mount all the Windows NTFS partitions and see the data. But I still want to occasionally run Windows. I believe it is version 8.1.
    When I try to boot the Windows partition from GRUB, I get windows boot manager: file \Boot\BCD - missing or contains errors If I try "OS Boot Manager" after pressing F9 at boot, I get a "trying to repair" splash screen which fails then drops to a repair menu.
    If I select command line, I get a working prompt but the normal Windows volume is not mounted.
    If I run "diskpart" I see all the disk partitions but the Windows volume has no drive letter. diskpart says the partition is valid.
    If I assign a drive letter and exit diskpart, I can then see the files in F: and run chkdsk which reports that the filesystem is OK.
    If I run "rstrui" it says "could not find offline boot volume"
    If I run "bootrec /scanos" it finds a valid volume \\?\GLOBALROOT\Device\HardDiskVolume4\Windows
    If I run "bootrec /rebuildbcd" it says "system cannot find the file specified"
    I tried booting before actuially installing Linux, so I presume the problem is to do with the partition name or something, not the MBR.
    How can I recover the BCD, or otherwise boot Windows, preferably without messing up the Linux installation ?

    Hello adaviel,
    I have read your post on how your notebook computer will not boot after resizing the partition in Linux, and I would be happy to guide you towards a resolution!
    For further information regarding the use of Linux on HP systems, please take a look at this document on Frequently Asked Questions About Linux (FAQs).
    I hope this helps!
    Best Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • [solved] triple boot on mac with ubuntu

    i have a macbook pro 5,5 if that helps, i installed ubuntu on the macbook with refit and i now want to install arch  as well. i discovered that i can not see any partitions after four on my mac and therefore can not have a boot partition for arch and ubuntu has the grub boot on its partition, my questions are should i and how do i add arch to ubuntu's grub and boot from there, or is there a better way that gets around the four partition problem.
    i apologize if this has been asked before but my searches came up with nothing
    thanks
    Last edited by xcabal (2012-07-28 02:01:21)

    You probably need to learn more about partitioning and partition types.  Read everything relevant here:
    http://www.dedoimedo.com/computers/gparted.html
    Pay close attention to partition types and extended partitions.  You likely need to use an extended partition.
    (Not sure why 40 people looked at this before me and nobody bothered to tell you the easy and obvious suggestion...nice.)
    Last edited by andrekp (2012-07-27 12:27:52)

  • [solved] Cannot complete install, grub fails to boot the new install

    I'm using the 2009.08 USB image.
    I've tried this 2 weeks ago, tried it again today, same result. (I'm on Win7 meanwhile).
    I'm installing arch, everything goes fine.
    I've tried 2 setups:
    a)
    100GB ext4 /
    12GB swap
    (no separate /boot, should work)
    b)
    100MB ext3 /boot
    100GB ext4 /
    12GB swap
    Neither a) or b) will boot.
    When the newly installed grub boots, I get a error saying:
    filesystem type unknown, partition type 0x7
    I get this for the ext3, ext4, and windows partitions.
    I get it for both a) and b) setups.
    I have doublechecked the menu.lst file. I've even created another entry setting root=/dev/sdb1 (as opposed to the default /dev/disks/by-uuid/..).
    I should mention, I have two disks, the first (sda) is currently with a Win7 installation, the 2nd (sdb) is the one I'm trying to install Arch again (and failing).
    After the reboot, I've tried booting into the livecd again and manually trying to mount /dev/sdb1 /mnt, it works.
    Why isn't my grub boothing from ext{3,4}?
    Last edited by Frantic (2009-11-05 18:35:15)

    Rede wrote:
    I was getting that error but after re-installing grub and making some changes to the menu.lst file it was fixed.
    I was able to at one stage boot into arch but it gave problems with the root. Now it just seems to freeze while trying to load grub.
    I am currently trying yet another install of grub. I have been noticing though that my menu.lst file has been rolling back or not updating when I chroot back into my install after changing it earlier.
    Try mounting your /boot partition under /mnt/boot.

  • [solved] unable to boot to the root partition on my new (usb) HDD

    hello,
    i got a "unable to determine major/minor number of root device" error message when the system try to find the root partition (after it succefully boot on the boot partition).
    Shuttle XPC SB65G2 (Mainboard FB65), usb HDD: Intenso INIC-1608L, Linux ctkarch 2.6.37-ARCH #1 SMP PREEMPT, grub legacy.
    sdb1: /boot (ext2), sdb2: swap, sdb3: / (ext4), sdb4: /home (ext4)
    of course i have a kernel compiled with usb in HOOKS in mkinitcpio.conf.
    i tried to install with sdb1: / (ext4), sdb2: swap, sdb3: /home (ext4)
    but i got another error: it can't find the file /dev/blabla (root partition) (after it succefully boot on the partition!).
    at last i found the solution: i have to comment "root (hdx,x)" in menu.lst for grub legacy!:
    # (0) Arch Linux
    title Arch Linux
    # root (hd1,0)
    kernel ... by-uuid...
    you don't need this line when you define by uuid, by label, or so...
    it seems this line perturbs the behavior of the system.
    if this can help...

    You do not need the "raw". If you do:
    ok devalias
    it will show you how other aliases are formed
    do ls -l /dev/dsk/c0t2d0s0 and you'll see the "non-raw" device path
    ok reset
    will "lock" your alias in NVRAM but it will attempt to boot from boot-device (normally disk) the next time unless auto-boot? is set to false
    ok setenv auto-boot? false
    My guess is that it could not understand "raw", reset, and booted from boot-device.
    You can:
    ok setenv auto-boot? false
    ok nvunalias altboot
    ok nvalias altboot /pci@1f,0/ide@d/dad@2,0
    ok reset
    ok boot altboot

Maybe you are looking for