GRUB2 with LVM snapshots

Maybe I found a bug or feature in the GRUB2.
I want to create a something like time machine. Install the system on LVM partition, before the full system upgrade, we take a snapshot. If something going wrong we can revert the snapshot with command:
lvconvert --merge /dev/VolGroup00/snap01.
Of course we can try to boot from LVM snapshot, after a little editing of grub.cnf. For correct work of this mechanism, we must install the system, including /boot, on LVM partition. This should work in theory. In practice, after creating a snapshot the system becomes unbootable. After removing snapshot the system becomes bootable again.
If I use a separate non LVM partition for /boot, everything works, but if the kernel has changed, we can't restore system by merging the snapshot.
Sources of information: https://wiki.archlinux.org/index.php/GR … stallation
https://wiki.archlinux.org/index.php/LVM#Important
Steps to reproduce:
Boot from archlinux liveCD 2010.05
modprobe dm-mod
Create single large physical LVM volume and smaller size logical volume (we need some free space on the physical volume to create a snapshot):
cfdisk /dev/sda
pvcreate /dev/sda1
pvdisplay
--- Physical volume ---
PV Name /dev/sda1
VG Name VolGroup00
PV Size 15.99 GiB / not usable 2.74 MiB
Allocatable yes
PE Size 4.00 MiB
Total PE 4094
Free PE 1534
Allocated PE 2560
PV UUID MZgGF5-XnPs-hzFM-0eWw-mEYP-6wgn-AggDO0
vgcreate VolGroup00 /dev/sda1
vgdisplay
--- Volume group ---
VG Name VolGroup00
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 7
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 1
Open LV 1
Max PV 0
Cur PV 1
Act PV 1
VG Size 15.99 GiB
PE Size 4.00 MiB
Total PE 4094
Alloc PE / Size 2560 / 10.00 GiB
Free PE / Size 1534 / 5.99 GiB
VG UUID 1TS4q4-WHAJ-YCxt-RHm0-k0Ha-spS4-O0nZzf
lvcreate -L 10G VolGroup00 -n lvolsys
lvdisplay
--- Logical volume ---
LV Name /dev/VolGroup00/lvolsys
VG Name VolGroup00
LV UUID FAfgNj-nDUW-WYyw-wwED-Fmct-it0L-NSOUDt
LV Write Access read/write
LV Status available
# open 1
LV Size 10.00 GiB
Current LE 2560
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:0
Start the installation process: /arch/setup
Define the mountpoints: lvolsys to /
Continue with the installation
Configure the system:
set USELVM="yes" in /etc/rc.conf
insert lvm2 in the HOOKS section in /etc/mkinitcpio.conf before filesystems
add dm-snapshot to the MODULES variable in /etc/mkinitcpio.conf
Skip the Install Bootloader step and exit the installer.
Install the bootloader:
aif -p partial-configure-network # configure the network
mount -o bind /dev /mnt/dev
chroot /mnt bash
pacman -Sy grub2
grub-install /dev/sda --no-floppy
grub-mkconfig -o /boot/grub/grub.cfg
exit
reboot
The system boots properly, but it becomes unbootable, after we make snapshot of the lvolsys volume:
lvcreate --size 100M --snapshot --name snap01 /dev/VolGroup00/lvolsys
If you boot from LiveCD and remove snapshot, the system becomes bootable again.
Please confirm this bug and I'll report on https://bugs.archlinux.org

I report this bug to the GNU GRUB bugtracker (http://savannah.gnu.org/bugs/?group=grub) and receive a message:
This was fixed in 1.99
Please mark this topic as FIXED
Last edited by eugeneus (2010-12-07 09:03:05)

Similar Messages

  • Problem (?) with LVM snapshots since Feb 12 updates

    After the update, I'm seeing some LVM snapshot errors during boot. In context:
    :: running hook [udev]
    :: Triggering uevents
    [ x.xxx ] device-mapper: table: 254:9: snapshot: Snapshot cow pairing for exception table handover failed
    [ x.xxx ] device-mapper: table: 254:14: snapshot: Snapshot cow pairing for exception table handover failed
    :: running hook [keymap]
    :: performing fsck on <root LV>
    arch: clean ...
    :: mounting '<root LV>' on real root
    :: running cleanup hook [shutdown]
    :: running cleanup hook [lvm]
    :: running cleanup hook [udev]
    Welcome to Arch Linux!
    The number of errors varies between zero and three, the latter being the number of snapshots I have. 
    The corresponding info in the journal is:
    Feb 15 09:29:17 caddywhompus kernel: device-mapper: table: 254:9: snapshot: Snapshot cow pairing for exception table handover failed
    Feb 15 09:29:17 caddywhompus kernel: device-mapper: ioctl: error adding target to table
    Feb 15 09:29:17 caddywhompus kernel: device-mapper: table: 254:14: snapshot: Snapshot cow pairing for exception table handover failed
    Feb 15 09:29:17 caddywhompus kernel: device-mapper: ioctl: error adding target to table
    Since the errors seem to occur during initramfs, here's some info on that:
    # cat /etc/mkinitcpio.conf
    MODULES="nouveau ext4"
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect block keymap lvm2 keyboard fsck shutdown"
    COMPRESSION="xz"
    COMPRESSION_OPTIONS="-e -9"
    # lsinitcpio -a /boot/caddywhompus.img
    ==> Image: /boot/caddywhompus.img
    ==> Created with mkinitcpio 0.13.0
    ==> Kernel: 3.7.7-1-ARCH
    ==> Size: 3.29 MiB
    ==> Compressed with: xz
    -> Uncompressed size: 12.37 MiB (.265 ratio)
    -> Estimated extraction time: 0.402s
    ==> Included modules:
    ahci dm-mirror ehci-hcd libahci pata_marvell usb-common
    ata_generic dm-mod ext4 [explicit] libata scsi_mod usbcore
    button dm-region-hash hid mbcache sd_mod usbhid
    cdrom dm-snapshot i2c-algo-bit mxm-wmi sr_mod usb-storage
    crc16 drm i2c-core nouveau [explicit] ttm video
    dm-log drm_kms_helper jbd2 pata_acpi uhci-hcd wmi
    ==> Included binaries:
    blkid cp findmnt fsck.ext4 lsblk lvmetad switch_root udevd
    busybox dmsetup fsck kmod lvm mount udevadm
    ==> Early hook run order:
    udev
    lvm2
    ==> Hook run order:
    udev
    keymap
    ==> Cleanup hook run order:
    shutdown
    lvm2
    udev
    Initially I missed the news to enable lvm-monitoring.service. I have since enabled the service, rebooted to another install of Arch which doesn't use LVM (all lvs are prevented from being activated with empty auto_activation_volume_list), and deleted and recreated the snapshots in case they had gotten borked. FWIW, the SSs now only exist for the purpose of troubleshooting this issue, so I'm not worried about their integrity.
    I've done numerous boots and seen instances where both lvm-monitoring.service and dmeventd.service start, where both fail, and where one starts but the other fails. This doesn't seem to correspond with the occurence of the errors during boot. On my most recent boot both failed:
    # systemctl status lvm-monitoring.service dmeventd.service
    lvm-monitoring.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
    Loaded: loaded (/usr/lib/systemd/system/lvm-monitoring.service; enabled)
    Active: failed (Result: exit-code) since Fri 2013-02-15 09:49:25 EST; 2min 10s ago
    Docs: man:dmeventd(8)
    man:lvcreate(8)
    man:lvchange(8)
    man:vgchange(8)
    Process: 237 ExecStart=/usr/sbin/lvm vgchange --monitor y (code=exited, status=5)
    Feb 15 09:49:18 caddywhompus lvm[237]: 2 logical volume(s) in volume group "VG1" monitored
    Feb 15 09:49:25 caddywhompus lvm[237]: No input from event server.
    Feb 15 09:49:25 caddywhompus lvm[237]: VG0-ss_var: event registration failed: Input/output error
    Feb 15 09:49:25 caddywhompus lvm[237]: VG0/snapshot1: snapshot segment monitoring function failed.
    Feb 15 09:49:25 caddywhompus lvm[237]: 8 logical volume(s) in volume group "VG0" monitored
    Feb 15 09:49:25 caddywhompus systemd[1]: lvm-monitoring.service: main process exited, code=exited, status=5/NOTINSSTALLED
    Feb 15 09:49:25 caddywhompus systemd[1]: Failed to start Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
    Feb 15 09:49:25 caddywhompus systemd[1]: Unit lvm-monitoring.service entered failed state
    Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
    dmeventd.service - Device-mapper event daemon
    Loaded: loaded (/usr/lib/systemd/system/dmeventd.service; static)
    Active: failed (Result: core-dump) since Fri 2013-02-15 09:49:35 EST; 2min 0s ago
    Docs: man:dmeventd(8)
    Process: 469 ExecStart=/usr/sbin/dmeventd (code=exited, status=0/SUCCESS)
    Main PID: 470 (code=dumped, signal=SEGV)
    CGroup: name=systemd:/system/dmeventd.service
    Feb 15 09:49:25 caddywhompus systemd[1]: Starting Device-mapper event daemon...
    Feb 15 09:49:25 caddywhompus dmeventd[470]: dmeventd ready for processing.
    Feb 15 09:49:25 caddywhompus systemd[1]: Started Device-mapper event daemon.
    Feb 15 09:49:25 caddywhompus lvm[470]: Monitoring snapshot VG0-ss_var
    Feb 15 09:49:25 caddywhompus lvm[470]: Monitoring snapshot VG0-ss_root
    Feb 15 09:49:25 caddywhompus lvm[470]: Monitoring snapshot VG0-ss_home
    Feb 15 09:49:35 caddywhompus systemd[1]: dmeventd.service: main process exited, code=dumped, status=11/SEGV
    Feb 15 09:49:35 caddywhompus systemd-coredump[676]: Process 470 (dmeventd) dumped core.
    Feb 15 09:49:35 caddywhompus systemd[1]: Unit dmeventd.service entered failed state
    But in all cases, lvdisplay seems to indicate that the snapshots are working fine:
    # lvdisplay VG0/ss_root VG0/ss_var VG0/ss_home
    --- Logical volume ---
    LV Path /dev/VG0/ss_root
    LV Name ss_root
    VG Name VG0
    LV UUID jQo9aS-392r-VEX4-36ra-LNS8-BfIJ-0d8NyL
    LV Write Access read/write
    LV Creation host, time recover, 2013-02-14 17:37:31 -0500
    LV snapshot status active destination for lv_root
    LV Status available
    # open 0
    LV Size 5.00 GiB
    Current LE 1280
    COW-table size 5.00 GiB
    COW-table LE 1280
    Allocated to snapshot 0.01%
    Snapshot chunk size 4.00 KiB
    Segments 1
    Allocation inherit
    Read ahead sectors auto
    - currently set to 256
    Block device 254:5
    --- Logical volume ---
    LV Path /dev/VG0/ss_var
    LV Name ss_var
    VG Name VG0
    LV UUID SPEFKY-nOYY-3B2L-GpAq-3eSe-aLtY-jlGLQJ
    LV Write Access read/write
    LV Creation host, time recover, 2013-02-14 17:37:32 -0500
    LV snapshot status active destination for lv_var
    LV Status available
    # open 0
    LV Size 5.71 GiB
    Current LE 1462
    COW-table size 5.71 GiB
    COW-table LE 1462
    Allocated to snapshot 0.51%
    Snapshot chunk size 4.00 KiB
    Segments 1
    Allocation inherit
    Read ahead sectors auto
    - currently set to 256
    Block device 254:14
    --- Logical volume ---
    LV Path /dev/VG0/ss_home
    LV Name ss_home
    VG Name VG0
    LV UUID MzJVwN-i49J-1nto-6UM4-bq0P-6jD9-F21ok2
    LV Write Access read/write
    LV Creation host, time recover, 2013-02-14 17:37:32 -0500
    LV snapshot status active destination for lv_home
    LV Status available
    # open 0
    LV Size 10.00 GiB
    Current LE 2560
    COW-table size 10.00 GiB
    COW-table LE 2560
    Allocated to snapshot 0.25%
    Snapshot chunk size 4.00 KiB
    Segments 1
    Allocation inherit
    Read ahead sectors auto
    - currently set to 256
    Block device 254:7
    I made the suggested change to global_filter in lvm.conf, though I never had any problems booting; I just saw the occasional warning about fd0 and/or cdrom when running lvscan after boot, and figured it couldn't hurt.
    And... I have no idea where to go from here.

    Hi,
    I've had the same problem for a few months now and the computer has been rebooted many times. This time an endpoint engine has been updated so requires a reboot.
    I've rebooted now and still don't see any updates for this windows 8 machines. On some of the W8 machines I have seen working, the updates don't appear in software centre, but when I go to view updates in programs and features, they do
    appear there which is also a bit strange.
    All the windows 7 machines work fine.
    Jaz

  • [Solved Kinda] Error Message when creating a LVM Snapshot.

    I upgraded my Arch Laptop this morning, which among other things, also had an update for lvm2.
    Anyways, as part of my backup strategy I create a LVM Snapshot of root and transfer that via rdiff-backup.
    This used to work no problem. But ever since the update, whenever I create the snapshot, I get the following error message at the console:
    lvcreate -L1G -s -n SnapRoot /dev/vg/root
      The link /dev/vg/SnapRoot should had been created by udev but it was not found. Falling back to direct link creation.
      semid 294912: semop failed for cookie 0xd4da0ca: incorrect semaphore state
      Could not signal waiting process using notification semaphore identified by cookie value 223191242 (0xd4da0ca)
      semid 294912: semop failed for cookie 0xd4da0ca: incorrect semaphore state
      Failed to set a proper state for notification semaphore identified by cookie value 223191242 (0xd4da0ca) to initialize waiting for incoming notifications.
      Logical volume "SnapRoot" created
    It still creates the Snapshot volume, but I wasn't sure if it wasn't corrupted or something. Does anyone know what this error message means? Can I safely ignore it?
    By the way, I don't know if its relevant, but my partition setup is like this:
    /boot is a standard ext2 volume
    /root is a unencrypted LVM2 volume
    /home is LUKS Encrypted Volume ON TOP of a LVM2 volume.
    Swap is also a LVM2 volume.
    ######update#####
    Well, I don't know what changed, but this evening, I tried the whole lvm snapshot deal again, and this time there was no error message.
    Perhaps some timestamps or something were wrong, or not as they should have been. Either way, I have no idea what might have changed. Since I definately tried one or two reboots to see if that would have fixed the problem.
    Oh well.
    Last edited by ChojinDSL (2010-11-30 21:20:48)

    Go to Preferences and turn off Background Rendering.
    Select your project in the library and in the File menu, click on Delete project Render Files; choose All when prompted. Select your event and do the same with the event Render files. In the project use the range tool to select a short section. Try to export that as a test. Don't render before you export.
    If that doesn't work, copy the project and paste it into a fresh project. Try another export test.
    If that doesn't work, create a new user account.
    As for Blu Ray, there is a Share preset if want to check it out. Very simple menus. And the preset can only handle single tracks.
    Good luck.
    Russ

  • Showstopper bug in latest UEKR3 kernel - can't create LVM snapshot of ext4 fs

    cross-posted to gain a wider audience, because this is urgent
    When my backup system attempts to create an LVM snapshot of an ext4 fs, it fails, and the log is full of kernel warnings.  Some of my servers actually reboot themselves.  i've had to turn off backups for the moment.
    It seems that this is a known problem, and a patch for it already exists.  See: Re: warning in ext4_journal_start_sb on filesystem freeze (Linux Ext4)
    I gave this info to a receptionist at Oracle on 12/30, and she seemed to understand that it needed to get to the Oracle Linux product group, but so far no one has contacted me for details, or to let me know that they're working on this.
    It seems to me that this is a 100% critical bug, that *ought* to have gotten an immediate reaction.  Does anyone here know how to get Oracle's attention?

    Hi @cooldog ,
    I hit this same LVM2 snapshot kernel oops on several Oracle Linux 6.5 servers running UEK R3 kernel version 3.8.13-16.3.1.  I have Linux Premier Support so I opened a Service Request.  Oracle Support got back to me with the following notes.
    Hello Matt, 
    Bug 17487738 : EXT4: STRESS TESTING WITH SUSPEND/RESUME FS ACCESS CAUSES FS ERRORS This bug is fixed in kernel version: 3.8.13-18. This kernel will be available quite soon for download.
    You may upgrade the kernel once its available. ~Siju 
    Update
    Dear Matt, Latest available UEK3 kernel version 'kernel-uek-3.8.13-26.el6uek.x86_64' incorporates the required bugfix. [root@server1 tmp]# rpm -q --changelog -p kernel-uek-3.8.13-26.el6uek.x86_64.rpm | grep -i 17487738
    warning: kernel-uek-3.8.13-26.el6uek.x86_64.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID ec551f03
    - fs: protect write with sb_start/end_write in generic_file_write_iter (Guangyu Sun) [Orabug: 17487738] <<<<<<======================================== You can download the UEK3 kernel from ULN or from public-yum repo. 
    http://public-yum.oracle.com/repo/OracleLinux/OL6/UEKR3/latest/x86_64/getPackage/kernel-uek-firmware-3.8.13-26.el6uek.noarch.rpm
    http://public-yum.oracle.com/repo/OracleLinux/OL6/UEKR3/latest/x86_64/getPackage/kernel-uek-3.8.13-26.el6uek.x86_64.rpm Hope this helps! ~Siju 
    Subscribe to the Oracle Linux el-errata mailing list .
    The latest kernel-uek-3.8.13-26.el6uek.x86_64 version fixed the problem.
    - Matt

  • Staroffice8 settings with zenworks snapshot

    We have been trying for days to ditribute staroffice 8 with
    zenworks/snapshot to workstations on our network.
    this works,(almost) but everyone that logs in on any machine are forced
    to go throu a register process and also they have to change the default
    values the staroffice uses to save files,
    Wee need a way to distribute staroffice8 to all computors running on
    XP, with default values changed to save files in microsoft format and
    we also dont want anyone to be forced throu register process. otherwise
    we cant use staroffice.
    Are there any solutions to this ?
    PS. The registerprocess i think i have solved by inluding some extra
    user files in the snapshot, but settings on how to save files i cant
    get to apply to new users.

    On Wed, 30 Aug 2006 20:48:28 GMT, [email protected] wrote:
    > PS. The registerprocess i think i have solved by inluding some extra
    > user files in the snapshot, but settings on how to save files i cant
    > get to apply to new users.
    just do a snapshot of this... a pre before you make the change and than the
    post..
    this should give you ideas what to change in your original app..
    Marcus Breiden
    If you are asked to email me information please change -- to - in my e-mail
    address.
    The content of this mail is my private and personal opinion.
    http://www.edu-magic.net

  • I am looking to find out if it is possible in Adobe Muse to have a section on a webpage that will update every 30 seconds or 30 minutes with a snapshot URL From a live webcam stream

    I am looking to find out if it is possible in Adobe Muse to have a section on a webpage that will update every 30 seconds or 30 minutes with a snapshot URL From a live webcam stream

    You can do this via insert HTML , you would need to use the live feed code in Muse page.
    Thanks,
    Sanjit

  • [solved] Can't boot with LVM and usb external disk

    I successfully installed Archlinux on my first computer, using LVM on two internal Hard Drives.
    I'm trying to do exactly the same on my second computer, but I got a problem: the LVM volume is not found at boot, so that the root partition can't be mounted and the boot fails.
    The only difference is that, on my second computer, the second hard drive is connected through USB.
    Some hints: my second computer boots perfectly with LVM and Ubuntu. Archlinux needs to be configured adequately.
    I tried to add rootdelay=30 in menu.lst, but it changes nothing. Of course, in /etc/rc.conf I have USELVM="yes" and in /etc/mkinitcpio.conf I have HOOKS="base udev autodetect pata scsi sata keymap lvm2 filesystems"
    Thank you for helping me to keep Archlinux on my second computer!
    Last edited by Achille (2008-06-29 21:59:09)

    I finally solved my problem!
    In the file /etc/mkinitcpio.conf, I modified the MODULES loaded:
    MODULES="pata_acpi ata_generic ata_piix usbcore usb_storage uhci_hcd ehci_hcd sg scsi_mod sd_mod dm_mod"
    I also add in the file /lib/initcpio/hooks/lvm2 the line /bin/sleep 10
    /bin/sleep 10
    msg "Scanning logical volumes..."
    And finally, I ran the command:
    mkinitcpio -p kernel26

  • How to setup grub2 with arch linux and xen, lvm on luks

    OK, so I tried downloading this package from AUR:  https://aur.archlinux.org/packages/xen-git/ , but that has patching problems as noted in the comments.  It looks like the packagebuild sets up all the xen stuff for you, but I can't seem to get the package to install because of the error's while patching.  If anyone can point me in the right direction on what all the extra files in the PKGBUILD are for or how to debug problems with PKGBUILDs not working because of patches.
    So next I just tried to compile the latest xen from git://xenbits.xen.org/xen.git (with ./configure, make, make install) and that seemed to go fine, but I'm a bit confused:
    1.  Do I have to do any additional configuration for xen when working with arch linux?  On ubuntu I could just compile the source, update grub, and make sure to start the x services at runtime.
    2.  How do I set up grub to load xen with this setup?  Right now this is my /boot/grub/grub.cfg:
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    GRUB_CMDLINE_LINUX="cryptdevice=/dev/sda3:vgStorage"
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE=auto
    # Uncomment to allow the kernel use the same resolution used by grub
    GRUB_GFXPAYLOAD_LINUX=keep
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    #GRUB_COLOR_NORMAL="light-blue/black"
    #GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    #GRUB_BACKGROUND="/path/to/wallpaper"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    #GRUB_SAVEDEFAULT="true"
    ~
    I've tried throwing in a line like: XEN_HYPERVISOR_CMDLINE="cryptdevice=/dev/sda3:vgStorage", but nothing new shows up on the grub boot menu.
    First time trying to set up a non-ubuntu system, please help!

    As for XEN.... well you could always try QEMU/KVM or LXC.
    As for the LVM2-on-LUKS/dm-crypt
    My /etc/mkinitcpio.conf looks like this...
    MODULES="aesni_intel ata_generic ata_piix nls_cp437 ext4 intel_agp i915 dm-snapshot"
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect block keymap encrypt lvm2 filesystems keyboard fsck shutdown"
    /etc/defaults/grub
    GRUB_CMDLINE_LINUX="cryptdevice=/dev/sda2:root:allow-discards"
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    GRUB_TERMINAL_INPUT=console
    GRUB_GFXMODE=auto
    GRUB_GFXPAYLOAD_LINUX=keep
    GRUB_DISABLE_RECOVERY=true
    The running grub config looks like this
    /boot/grub/grub.cfg
    9 insmod part_gpt
    10 insmod part_msdos
    53 if loadfont unicode ; then
    54 set gfxmode=auto
    55 load_video
    56 insmod gfxterm
    57 set locale_dir=$prefix/locale
    58 set lang=en_US
    59 insmod gettext
    60 fi
    61 terminal_input console
    62 terminal_output gfxterm
    63 set timeout=3
    84 menuentry 'Backup, Arch Linux grsec kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-grsec kernel-true-12341234-8080-8080-8080-332200882255' {
    85 load_video
    86 set gfxpayload=keep
    87 insmod gzio
    88 insmod part_msdos
    89 insmod ext2
    90 set root='hd1,msdos2'
    91 if [ x$feature_platform_search_hint = xy ]; then
    92 search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 BBAAEEAA-FFCC-CCFF-FFCC-AABBCCEEBBAA
    93 else
    94 search --no-floppy --fs-uuid --set=root BBAAEEAA-FFCC-CCFF-FFCC-AABBCCEEBBAA
    95 fi
    96 echo 'Loading Linux grsec kernel ...'
    97 linux /vmlinuz-linux-grsec root=/dev/mapper/VolGroup00-lvroot rw cryptdevice=/dev/sda2:root:allow-discards quiet
    98 echo 'Loading initial ramdisk ...'
    99 initrd /initramfs-linux-grsec.img
    100 }
    Things to note:
    Numerical UUID is the UUID of the ROOT partition.
    Alphabetical UUIS is the BOOT partition
    hd1,msdos2 AND ahci1,msdos2 are how the Grub Bootloader numbers the drives not Linux.
    I have my BOOT partition on a USB stick, and it is the Second partition.
    So, that would make it, Device 2 and Partition 2
    Device numbering starts at 0
    Partition numbering starts at 1
    Oh, and note that you don't need ":allow-discards" ... at all but certainly if you don't have an SSD. Also note that I included the line numbers so it is very clear that I didn't post the whole thing, but instead what I thought was relevant. Finally, I am loading modules that I don't even need, but what the hell... if it ain't broke, don't fix it
    Last edited by hunterthomson (2013-12-04 08:31:45)

  • LVM Snapshots to safeguard pacman system upgrade

    I'm a long time LVM user but never really explored the snapshot capability.
    I am considering the possibility of using a snapshot of my lvm backed root filesystem, before pacman -Syu actions. So, I can recover if the upgrade fails.
    (I currently use tar to do complete file backups that this might replace)
    So, if my root filesystem is mounted like this
    /dev/mapper/vg05-lvoli5root on / type ext4 (rw,relatime,data=ordered)
    And, my boot partition is mounted like this
    /dev/sda1 on /boot type ext2 (rw,relatime)
    And I backup my boot partition like this:
    tar cvf /root/bootbu.tar boot/
    I snapshot my root filesystem like this:
    lvcreate --size 1G --snapshot --name snaps_root_fs /dev/mapper/vg05-lvoli5root
    Update: Note that snapshots must not be named "snapshot..." because of creation error.
    Then I do the potentially unrecoverable upgrade
    pacman -Syu
    Then discover, for whatever reason, I want to revert, so i do
    lvconvert --merge /dev/vg05/snaps_root_fs
    After roboot, should the snapshot state be restored as if the pacman upgrade never happened?
    (I realize that I may need to chroot in and restore the bootbu.tar file to /boot and redo grub...)
    Tips or pointers to other documentation appreciated.
    Tks
    Last edited by stevepa (2015-03-20 21:55:37)

    @lucke
    I will check performance. I am thinking that I won't have the snapshot "on" for more than a few hours, or just enough to ensure the upgrade was not catastrophic.
    @frostschutz : That thought crossed my mind.  I only do web mail, but can you elaborate about the pacman db problem? Not sure I understand.
    I will update once I try it out for real.
    Tks to all.
    Steve.
    Update 1: confirmed that method outlined above completed without error and the snapshot restored system. Will update with performance data next.
    Last edited by stevepa (2015-03-20 21:56:46)

  • [SOLVED] Grub2 and LVM -- "Couldn't find physical volume `pv1'"

    Hello Folks
    I'm trying to upgrade from grub-legacy to grub2, following the instructions at https://wiki.archlinux.org/index.php/GRUB2
    I've installed grub-bios, and run this without problem:
    # modprobe dm-mod
    # grub-install --recheck /dev/sda
    But this command
    # grub-mkconfig -o /boot/grub/grub.cfg
    gives this:
    Generating grub.cfg ...
    /usr/sbin/grub-probe: warning: Couldn't find physical volume `pv1'. Some modules may be missing from core image..
    /usr/sbin/grub-probe: warning: Couldn't find physical volume `pv1'. Some modules may be missing from core image..
    /usr/sbin/grub-probe: warning: Couldn't find physical volume `pv1'. Some modules may be missing from core image..
    /usr/sbin/grub-probe: warning: Couldn't find physical volume `pv1'. Some modules may be missing from core image..
    /usr/sbin/grub-probe: warning: Couldn't find physical volume `pv1'. Some modules may be missing from core image..
    Found linux image: /boot/vmlinuz-linux
    Found initrd image: /boot/initramfs-linux.img
    /usr/sbin/grub-probe: warning: Couldn't find physical volume `pv1'. Some modules may be missing from core image..
    done
    So now I'm reluctant to try to reboot the system because it seems likely to be broken.  Should I ignore the warnings, or fix something?
    I'm using LVM2 as you can see.  /boot is on a separate non-LVM partition (/dev/sdc1).  root is on LVM.  This is all on a recently-updated 64-bit Arch installation using systemd.
    Here's a load of information -- I hope it's relevant.
    # fdisk -lu
    Disk /dev/sdb: 250.1 GB, 250059350016 bytes, 488397168 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: 0xea22bb30
    Device Boot Start End Blocks Id System
    /dev/sdb1 63 488392064 244196001 83 Linux
    Disk /dev/sda: 250.0 GB, 250000000000 bytes, 488281250 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: 0x00000080
    Device Boot Start End Blocks Id System
    /dev/sda1 2048 488281249 244139601 8e Linux LVM
    Disk /dev/sdc: 500.1 GB, 500107862016 bytes, 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: 0x00000000
    Device Boot Start End Blocks Id System
    /dev/sdc1 * 63 481949 240943+ 83 Linux
    /dev/sdc2 481950 12482504 6000277+ 82 Linux swap / Solaris
    /dev/sdc3 12482505 976773167 482145331+ 8e Linux LVM
    Disk /dev/mapper/vg1-root: 64.4 GB, 64424509440 bytes, 125829120 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 /dev/mapper/vg1-home: 583.0 GB, 583008256000 bytes, 1138688000 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
    # pvdisplay
    --- Physical volume ---
    PV Name /dev/sdc3
    VG Name vg1
    PV Size 459.81 GiB / not usable 1.05 MiB
    Allocatable yes (but full)
    PE Size 4.00 MiB
    Total PE 117711
    Free PE 0
    Allocated PE 117711
    PV UUID zaLJiO-1LCH-TGi6-hwBr-OyNs-Sjlm-HggrMo
    --- Physical volume ---
    PV Name /dev/sda1
    VG Name vg1
    PV Size 232.83 GiB / not usable 1.58 MiB
    Allocatable yes
    PE Size 4.00 MiB
    Total PE 59604
    Free PE 22955
    Allocated PE 36649
    PV UUID P05c2d-1d2i-bf0M-u6BX-EEq0-fvZW-VkTLhY
    # lvdisplay
    --- Logical volume ---
    LV Path /dev/vg1/root
    LV Name root
    VG Name vg1
    LV UUID Z68H3p-VvbC-ZNau-7Ds7-GptS-Hpl0-VZNjo4
    LV Write Access read/write
    LV Creation host, time ,
    LV Status available
    # open 1
    LV Size 60.00 GiB
    Current LE 15360
    Segments 1
    Allocation inherit
    Read ahead sectors auto
    - currently set to 256
    Block device 254:0
    --- Logical volume ---
    LV Path /dev/vg1/home
    LV Name home
    VG Name vg1
    LV UUID uUfmS9-C4CK-Vw3V-cmwD-hEC1-VcwD-90yAyO
    LV Write Access read/write
    LV Creation host, time ,
    LV Status available
    # open 1
    LV Size 542.97 GiB
    Current LE 139000
    Segments 2
    Allocation inherit
    Read ahead sectors auto
    - currently set to 256
    Block device 254:1
    Last edited by Chris Dennis (2013-04-03 19:04:58)

    Chris Dennis wrote:
    Oh well, I took a punt on the word 'Warning' in the message, and rebooted anyway.
    It worked!
    I've just completed a series of experiments involving LVM and GRUB2. The short story is that such warnings are innocuous and arise from extending a volume group.
    Now in some detail, here's what happens (all of which was performed in VirtualBox with the current Arch rolling release just to make it easy to add and remove disk devices):
    a). pvcreate /dev/sde1 /dev/sdf1
    * Use partitions of type 8e, spanning the whole drive, for BOTH devices comprising the physical
    volume to prove that partitioning is irrelevant to the matter.
    b). vgcreate vg_x /dev/sde1
    * Start with just one device in the volume group.
    c). lvcreate --extents 100%VG --name boot vg_x
    d). mkfs.ext4 /dev/vg_x/boot && mount /dev/vg_x/boot /mnt/other
    e). grub2-install --boot-directory=/mnt/other /dev/sde
    Installation finished. No error reported.
    All is well...but now let's extend the vg_x volume group with the pre-allocated device, /dev/sdf1:
    f). vgextend vg_x /dev/sdf1
    g). grub2-install --boot-directory=/mnt/other /dev/sde
    /usr/sbin/grub2-probe: warning: Couldn't find physical volume `pv1'. Some modules may be missing from core
    /usr/sbin/grub2-probe: warning: Couldn't find physical volume `pv1'. Some modules may be missing from core
    Installation finished. No error reported.
    ...and boom goes the dynamite. As Chris Dennis stated, GRUB2 installs fine and the system is bootable in spite of the warning. The grub-2.00 source where the warning arises is in ./grub-core/disk/diskfilter.c and has this comment:
    /* TRANSLATORS: This message kicks in during the detection of
    which modules needs to be included in core image. This happens
    in the case of degraded RAID and means that autodetection may
    fail to include some of modules. It's an installation time
    message, not runtime message. */
    I haven't tried to hack the GRUB code but, based upon my experimentation and the ease of replicating the problem, my guess is that somehow a volume group that extended in manner shown above is mishandled by GRUB. It's arguably a bug, IMHO, since a volume group, even when extended, is still a valid entity.

  • Grub2 with two screens only shows up on one

    I have recently installed Arch, and kudos, everything works almost perfect out of the box so to say. I had few hickups with some hardware, but everything resolved just fine in less than few hours thanks to magic of Google and Arch Wiki. As you probably guess I am quite new to Arch, but I am kind-a noob in disguise since I have beem Redhat user since around version 5.1 of their "Fedora" predecessor. Anyway I still consider myself a newbie since I have always been more of a user less of sysadmin/tweaker. I am a programmer and don't really care much about os internals as long as everything *just works*.
    Now I have installed Arch on a laptop with external screen attached to it and have troubles with GRUBs boot screen not showing up on 2nd monitor. Boot menu only shows up on a built-in laptop screen, not on external one, There are no problems with my monitors, everything works as intended once system boots to X, however I can't get GRUB to show up on both screens. As my setup considered, I use this laptop as a dekstop replacement, so it sits on a shelf below my desk and since I don't see laptop screen at all, you understand, it is quite of inconvenience :-).. I have external monitor, keyboard and a mouse attached to it to VGA and usb ports so it really don't feels as laptop at all. I have managed to confiugre window managers to turn off laptop screen after login (shame to waste power and burn pixels if I can't see them), but I can't manage to get GRUB to show up on external monitor. Of course I have Arch as default so it boots into Arch anyway, and Windows is just below so I can blindly switch to windows by just pressing one arrow key, but I still have to look below the desk just to pick the right timing to press the arrow key for those rare occasions when I have to boot into windows :-). And most notably: I never had this problem with GRUB before and yes I had Fedora installed on this system as well.
    I am using grub in text mode, I don't care for fancy splashes at boot time and so on.
    I have googled quite a bit and seen that other people also have this issue, but I haven't seen any good answer yet. On one forum there is an answer that GRUB can't see the 2nd screen at boot time since it speaks only to BIOS (or uefi better to say), but I don't think its true. I am using my 2nd screen without problems in uefi bios mode, and windows boot mngr shows just fine on both screens, so it must be some setting for GRUB that I can't find.
    I hope I am asking question in proper section, if not feel free to move it around.
    Thanks in advance fo help and hope you don't mind my noob question.
    PS:
    Of course easiest way woud be to just format c:\ to ext4 and not need to boot into Windows at all, but alas, I do make money on guess what: programming VBA and automating databases with Access and Excel - I can tell you, vba programmers seem to be an extinct art so there is money to be made :-).

    @The Saint - yeah, I realized after I posted that this was wrong thread. I am new to Arch wiki and was too fast to post. I came to forum with intend to ask this question, looked quickly through sections, saw "hardware" and posted just to realize afterwards it is ment hardware in context of kernel. This should probably be moved to some other section of the forum. I am sorry for inconvenience.
    @Glow - I see uefi bios on my 2nd screen, no problems here. When I run live dvd I also see it on 2nd screen, but I think the dvd is using Syslinux instead of Grub. I have not tried another boot loader with Arch and Windows. Would like to use Grub2 actually just because I am familiar with it and it boots fine both linux and windows. So I would in first hand like to fix issue with Grub if possible, but if not I will have to look into some other boot loader.
    Last edited by memory_leak (2015-03-06 01:18:39)

  • Sp_addscriptexec is not working with FTP Snapshot delivery

    Hi,
    We have a SQL Server Merge Replication topology. Both Publisher a Subscribers are using SQL Server 2012.
    As I have seen in http://msdn.microsoft.com/en-us/library/ms174360(v=sql.120).aspx
    "Using sp_addscriptexec to
    post a script file for publications using FTP for snapshot delivery is only supported for Microsoft SQL Server Subscribers."
    So we should be OK...
    The problem is that the Merge Agent is looking for the Script in the local PC instead of download it form the
    FTP Server.
    Here is the Code at the publisher:
    exec sp_addscriptexec 'IPoint_Pub','C:\IPoint_Files\ReplicationScripts\User\reIndex.sql'
    This is how the subscription was created:
    use IPoint
    exec sp_addmergepullsubscription @publisher = @Central_Server_Name, @publication = N'IPoint_Pub', @publisher_db = @MGR_DB, @subscriber_type = N'Local', @subscription_priority = 0, @description = N'', @sync_type = N'Automatic'
    exec sp_addmergepullsubscription_agent
    @publisher = @Central_Server_Name,
    @publisher_db = @MGR_DB,
    @publication = N'IPoint_Pub',
    @distributor = @Central_Server_Name,
    @distributor_security_mode = 0, @distributor_login = 'XXX', @distributor_password = 'XXX',
    @enabled_for_syncmgr = N'True',
    @frequency_type = 4, @frequency_interval = 1, @frequency_relative_interval = 1, @frequency_recurrence_factor = 1, @frequency_subday = 4, @frequency_subday_interval = 3, @active_start_time_of_day = 0, @active_end_time_of_day = 235959, @active_start_date = 20100527, @active_end_date = 99991231,
    @alt_snapshot_folder = N'', @working_directory = N'',
    @use_ftp = N'True',
    @job_login = null, @job_password = null,
    @publisher_security_mode = 0, @publisher_login = 'XXX', @publisher_password = 'XXX',
    @use_interactive_resolver = N'False', @dynamic_snapshot_location = null, @use_web_sync = 0,
    @hostname =@SUCURSAL_ID
    GO
    And the log of the REPLMERG.EX
    2014-03-29 13:01:49.009 Microsoft SQL Server Merge Agent 11.0.2100.60
    2014-03-29 13:01:49.009 Copyright (c) 2008 Microsoft Corporation
    2014-03-29 13:01:49.009
    2014-03-29 13:01:49.009 The timestamps prepended to the output lines are expressed in terms of UTC time.
    2014-03-29 13:01:49.009 User-specified agent parameter values:
    -Publication Netul_Pub
    -Publisher SRV01
    -Subscriber NETUL-01\SQLEXPRESS
    -Distributor SRV01
    -PublisherDB IPoint_Netul
    -SubscriberDB IPoint
    -SubscriptionType 1
    -ParallelUploadDownload 1
    -DistributorLogin sucursal
    -DistributorPassword **********
    -DistributorSecurityMode 0
    -PublisherLogin sucursal
    -PublisherPassword **********
    -PublisherSecurityMode 0
    -SubscriberSecurityMode 1
    -OutputVerboseLevel 1
    -Validate 0
    2014-03-29 13:01:49.019 Connecting to Subscriber 'NETUL-01\SQLEXPRESS'
    2014-03-29 13:01:50.654 Connecting to Distributor 'SRV01'
    2014-03-29 13:01:51.599 Initializing
    2014-03-29 13:01:51.604 Validating publisher
    2014-03-29 13:01:51.614 Connecting to Publisher 'SRV01'
    2014-03-29 13:01:51.769 Retrieving publication information
    2014-03-29 13:01:51.774 Retrieving subscription information.
    2014-03-29 13:01:52.294 Connecting to Subscriber 'NETUL-01\SQLEXPRESS'
    2014-03-29 13:01:52.304 Connecting to Distributor 'SRV01'
    2014-03-29 13:01:52.414 Initializing
    2014-03-29 13:01:52.429 Validating publisher
    2014-03-29 13:01:52.439 Connecting to Publisher 'SRV01'
    2014-03-29 13:01:52.604 Retrieving publication information
    2014-03-29 13:01:52.619 Retrieving subscription information.
    2014-03-29 13:01:53.274 [29%] [0 sec remaining] Snapshot files will be downloaded via ftp
    2014-03-29 13:01:53.284 [29%] [0 sec remaining] Snapshot will be applied from a compressed cabinet file
    2014-03-29 13:01:53.294 [29%] [0 sec remaining] Connecting to ftp site 'SRV01.real2b.com'
    2014-03-29 13:01:55.019 [33%] [2 sec remaining] Extracting snapshot file 'Documento_Formc3f5d2f9_190.sch' from cabinet file
    2014-03-29 13:01:55.064 [33%] [2 sec remaining] Extracted file 'Documento_Formc3f5d2f9_190.sch'
    2014-03-29 13:01:57.299 [33%] [2 sec remaining] Applied script 'Documento_Formc3f5d2f9_190.sch'
    2014-03-29 13:01:57.304 [33%] [2 sec remaining] Preparing table 'Documento_Formulario_Otros' for merge replication
    2014-03-29 13:02:02.574 [51%] [8 sec remaining] Extracting snapshot file 'sysmergesubsetfilters_Documento_Formulario_Otros90.bcp' from cabinet file
    2014-03-29 13:02:02.594 [51%] [8 sec remaining] Extracted file 'sysmergesubsetfilters_Documento_Formulario_Otros90.bcp'
    2014-03-29 13:02:02.604 [55%] [7 sec remaining] Bulk copying data into table 'sysmergesubsetfilters'
    2014-03-29 13:02:02.609 [55%] [7 sec remaining] Bulk copied data into table 'sysmergesubsetfilters' (0 rows)
    2014-03-29 13:02:02.619 [55%] [7 sec remaining] Extracting snapshot file 'Documento_Formc3f5d2f9_190.dri' from cabinet file
    2014-03-29 13:02:02.624 [55%] [7 sec remaining] Extracted file 'Documento_Formc3f5d2f9_190.dri'
    2014-03-29 13:02:02.864 [55%] [7 sec remaining] Applied script 'Documento_Formc3f5d2f9_190.dri'
    2014-03-29 13:02:02.874 [59%] [6 sec remaining] Extracting snapshot file 'Documento_Formc3f5d2f9_190.trg' from cabinet file
    2014-03-29 13:02:02.884 [59%] [6 sec remaining] Extracted file 'Documento_Formc3f5d2f9_190.trg'
    2014-03-29 13:02:02.889 [62%] [5 sec remaining] Applied script 'Documento_Formc3f5d2f9_190.trg'
    2014-03-29 13:02:02.899 [62%] [5 sec remaining] Extracting snapshot file 'Documento_Formc3f5d2f9_190.prc' from cabinet file
    2014-03-29 13:02:02.919 [62%] [5 sec remaining] Extracted file 'Documento_Formc3f5d2f9_190.prc'
    2014-03-29 13:02:03.819 [62%] [5 sec remaining] Applied script 'Documento_Formc3f5d2f9_190.prc'
    2014-03-29 13:02:09.334 [74%] [5 sec remaining] Launching sqlcmd to apply the script 'Create_Categorias_Tables.sql'
    2014-03-29 13:02:09.974 [74%] [5 sec remaining] Applied script 'Create_Categorias_Tables.sql'
    2014-03-29 13:02:09.979 [77%] [4 sec remaining] Launching sqlcmd to apply the script 'Create_Categorias_Tables.sql'
    2014-03-29 13:02:10.144 [77%] [4 sec remaining] Applied script 'Create_Categorias_Tables.sql'
    2014-03-29 13:02:10.174 [81%] [3 sec remaining] Launching sqlcmd to apply the script 'reIndex.sql'
    2014-03-29 13:02:10.189 [81%] [3 sec remaining] Last 115 characters in 'sqlcmd' output buffer: Sqlcmd: 'C:\inetpub\ftproot\ReplData\ftp\SRV01_IPOINT_NETUL_NETUL_PUB\UserScripts\reIndex.sql': Invalid filename.
    2014-03-29 13:02:10.194 [81%] [3 sec remaining] Failed to apply the script 'reIndex.sql' using the 'sqlcmd' utility.
    2014-03-29 13:02:10.204 The schema script 'reIndex.sql' could not be propagated to the subscriber.
    2014-03-29 13:02:10.254 Category:NULL
    Source: Merge Replication Provider
    Number: -2147201001
    Message: The schema script 'reIndex.sql' could not be propagated to the subscriber.
    2014-03-29 13:02:10.259 [100%] The process was successfully stopped.
    2014-03-29 13:02:10.299 Category:NULL
    Source: Merge Replication Provider
    Number: -2147200963
    Message: The process was successfully stopped.
    As you can see, the FTP snapshot is working fine 
    "Extracted Documento_Formc3f5d2f9_190.trg"
    But the it is looking for a file that only exists in the server.
    'C:\inetpub\ftproot\ReplData\ftp\SRV01_IPOINT_NETUL_NETUL_PUB\UserScripts\reIndex.sql'
    Do you have any idea?
    Best Regards, Daniel.

    Hi again Brandon,
    I understand what you are saying and I know it would solve the problem, but it's now our case.<o:p></o:p>
    We have other installations with Merge Replication using a shared path (UNC) to download the initial snapshot and every user script is downloaded also from
    de shared location fine.<o:p></o:p>
    In this case,
    we have no direct access to a shared folder in server. The full replication process is done by internet without VPN.<o:p></o:p>
    I think the “Snapshot folder” it's well configured as the snapshot it’s being downloaded OK from the
    FPT Server.<o:p></o:p>
    My question is: Why the merge agent connects to the FPT server for download de Snapshot but it does not do the same to download the user script??<o:p></o:p>
    May be it’s a bug in the Merge Agent or some parameter I am not passing?<o:p></o:p>
    This is the merge agent invocation:<o:p></o:p>
    REPLMERG.EXE -Publication %Publication% -Publisher %Publisher% -Subscriber %Subscriber% -Distributor %Publisher% -PublisherDB %PublicationDB% -SubscriberDB %SubscriptionDB% -SubscriptionType 1 -ParallelUploadDownload 1 -DistributorLogin %user% -DistributorPassword %password% -DistributorSecurityMode 0 -PublisherLogin %user% -PublisherPassword %password% -PublisherSecurityMode 0 -SubscriberLogin %user% -SubscriberPassword %password% -SubscriberSecurityMode 1 -OutputVerboseLevel 1 -Validate 0
    Best Regards, Daniel.

  • Can I install oracle VM server with lvm and md raid?

    Hello,
    I am trying to install oracle vm server 2.1.2 on a server with md raid and I would like to use lvm on it. It seems to me that the installer md raid support is not working and lvm support is missing.
    Can you help me?
    Thanks in advance for any reply.
    Mario Giammarco

    Hi,
    now i understand...
    hm - if the install does let you create a raid ( mdraid ) -> you can try to setup the system preconfigured by anaconda...
    the lines would be like following:
    part swap size 8000 asprimary --ondisk cciss/c0d0
    part swap size 8000 asprimary --ondisk cciss/c0d1
    part /boot fstype ext3 size 200 asprimary ondisk cciss/c0d0
    part / fstype ext3 size 14750 asprimary ondisk cciss/c0d0
    part /appl fstype ext3 size 30000 asprimary ondisk cciss/c0d1
    part raid.01 size 1000 grow --ondisk cciss/c0d0
    part raid.02 size 1000 grow --ondisk cciss/c0d1
    raid /disk/disk1 level 0 device=md0 --fstype ext3 raid.01 raid.02
    -> check out the your anaconda file: #/root/anaconda*
    -> -> modify the part lines and setup a anaconda installer...
    ( would also a better idea - if you like to install standarized systems )
    let me know - if you need assistance with anaconda...

  • [SOLVED] Device mapper problem with LVM

    I'm trying to mount an LVM partition using the archie livecd (ie kernel 2.6.13).  I've installed lvm2 and device-mapper (1.01.05) but although vgscan gives:
    [root@localhost archie]# vgscan
      Reading all physical volumes.  This may take a while...
      Found volume group "vg1" using metadata type lvm2
    vgchange gives:
    [root@localhost archie]# vgchange -a y
      /proc/misc: No entry for device-mapper found
      Is device-mapper driver missing from kernel?
      Failure to communicate with kernel device-mapper driver.
      0 logical volume(s) in volume group "vg1" now active
    Any suggestions?

    Solved it. 
    Should have installed the appropriate module:
    # modprobe dm_mod
    # dmsetup ls
    now lists the correct virtual devices.

  • [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.

Maybe you are looking for

  • End routine for Currency conversion

    Hi, I have a requirement in which i have to convert sales and cost into three types of currency as GBP, INR and EUR in cube. i made 3 different fields for sales as well as for cost. But i am unable to write end routine for it. Can anyone please help

  • How do I control who can print over my wireless Officejet Pro 8000 A809n?

    Hi all, Looking for some help as to how I can control who can/cannot print over my Officejet Pro 8000 A809n (CB047A) printer. We have multiple users in the house, but I only want to allow certain people to print wirelessly, is there some way I can se

  • Special characters - LSMW

    Hello, Does LSMW with direct input accept special characters ? I have lot of special characters in my descriptions, manufacturer details, model nos etc... like ",#&$%....I am just curious system accepts them during load. Mahee

  • Manager's self service

    Hi Can anyone help me in collating some information on communication infotype - IT0105. I am looking to know what is the use of this infotype in MSS.

  • Can I remove/change firefox 17 back to firefox 16 or even 15.

    Can I remove/change Firefox 17 back to Firefox 16 or even 15. Yahoo tool bar is not working with Firefox 17.0.1