[solved] Update got me stuck on boot after activating lvm

I did an update which contained a new kernel.  Now the system just hangs after this...
Activating logical volumes
4 logical volume(s) in volume group "VolGroup00" now active.
Now I've booted in the live environment and use vgscan and vgchange -ay and I can see my partitions in /dev/mapper.  /boot is on it's own partition, not on lvm.
I believe I need to rebuild the image, but I'm unsure as to how I should mount my partitions, and which partitions I should mount.  root, var, swap  and home are on lvm.  I tried figuring it out with the wiki, but my brain is burnt, and I'm really going nowhere fast.  Anybody could take pity on me and just give me the answer of what come next?
Last edited by jpsimard (2012-04-28 01:11:11)

boast wrote:Can you tell me everything you did? I need help
I had the same problem. Here's a step by step solution:
* Boot a live cd
* # vgchange -ay
* Mount your / partition to a folder
* Bind proc, dev and sys like this:
mount -t proc proc ${your-root}/proc
mount -t sysfs sys ${your-root}/sys
mount -o bind /dev ${your-root}/dev
* # chroot ${your-root} /bin/bash
Once you are in the chroot, mount your boot partition to /boot (do this *inside* the chroot!)
* #mkinitcpio -p linux
* reboot
Hope it helps

Similar Messages

  • Stuck at boot after game crashed

    Hello new here
    I have Lenovo Tablet A3500-fl
    Problem is After a game crashed i cant boot it just stuck at boot
    "lenovo for those who do..."
    How do I fix this
    And Never update the tablet
    Not sure what android version maybe jelly bean
    thanks

    Piita,
    Welcome to Lenovo Forums!
    Thank you for taking time to post your inquiry. The issue that you have is more on the android OS already, what you can do is to do a factory reset the Tablet :
    Here are the steps and I hope that they will work for you. 
    How to Hard Reset LENOVO IDEATAB A3500 with Hardware Button key:
    - Confirm and make sure that LENOVO IDEATAB A3500 Battery is fully charge or not empty
    - Turn off LENOVO IDEATAB A3500
    - Press together : POWER + VOLUME UP about several second, that the warning will appear at the LENOVO IDEATAB A3500
     - At LCD will appear Select Boot Mode]
     - Choose Recovery Mode (using VOLUME DOWN button)
     - Wait several second until Android logo appear
     - Continue to press POWER BUTTON to display the Menu
     - Choose: Reset Device or Wipe data or Clear eMMC
     - Make sure we already sure than we know that our application and data will be loose or clear while Resetting LENOVO IDEATAB A3500
    Please Let me know if the above provided step will work 
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.

  • Stuck on boot after New Installation

    Hi!
    I've removed Ubuntu and installed Arch and it can't boot after installation. I hangs up after:
    /dev/sda1: clean, 31810/2444624 files, 407160/9770158 blocks
    I have normal BIOS(not UEFI), and two discs: /dev/sda is SSD with Arch and /dev/sdb is HDD with Windows 8...
    Tried playing with fstab, but it was still stucking. Then tried reinstalling, but it's still hanging...
    Original /etc/fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda1
    UUID=ef1945f4-2d23-479e-a873-802d7bbbf32c / ext4 rw,relatime,data=ordered 0 1
    /boot/grub/grub.cfg:
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="0"
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 ef1945f4-2d23-479e-a873-802d7bbbf32c
    else
    search --no-floppy --fs-uuid --set=root ef1945f4-2d23-479e-a873-802d7bbbf32c
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=pl_PL
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch GNU/Linux, za pomocą systemu Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-ef1945f4-2d23-479e-a873-802d7bbbf32c' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 ef1945f4-2d23-479e-a873-802d7bbbf32c
    else
    search --no-floppy --fs-uuid --set=root ef1945f4-2d23-479e-a873-802d7bbbf32c
    fi
    echo 'Wczytywanie systemu Linux core repo kernel...'
    linux /boot/vmlinuz-linux root=UUID=ef1945f4-2d23-479e-a873-802d7bbbf32c ro quiet
    echo 'Wczytywanie początkowego dysku RAM...'
    initrd /boot/initramfs-linux.img
    menuentry 'Arch GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-ef1945f4-2d23-479e-a873-802d7bbbf32c' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 ef1945f4-2d23-479e-a873-802d7bbbf32c
    else
    search --no-floppy --fs-uuid --set=root ef1945f4-2d23-479e-a873-802d7bbbf32c
    fi
    echo 'Wczytywanie systemu Linux core repo kernel...'
    linux /boot/vmlinuz-linux root=UUID=ef1945f4-2d23-479e-a873-802d7bbbf32c ro quiet
    echo 'Wczytywanie początkowego dysku RAM...'
    initrd /boot/initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry 'Windows 8 (loader) (na /dev/sdb1)' --class windows --class os $menuentry_id_option 'osprober-chain-1EF4F8F7F4F8D24F' {
    insmod part_msdos
    insmod ntfs
    set root='hd1,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 1EF4F8F7F4F8D24F
    else
    search --no-floppy --fs-uuid --set=root 1EF4F8F7F4F8D24F
    fi
    drivemap -s (hd0) ${root}
    chainloader +1
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    (Btw. on my laptop Arch is working good...)
    Last edited by Flanders (2013-02-17 17:42:58)

    Remove quiet from the kernel command line so that you get as much information as possible.
    You only have the one partition for Arch, right? The fstab is complete?
    Look in /etc/default/grub and select the most basic, debugging-friendly options you can. E.g. make sure recovery entries are enabled etc.
    Last edited by cfr (2013-03-10 02:52:55)

  • Mac Mini stuck at boot after upgrading to Yosimite

    Hi All,
    I am using mac Mini late 2012 model with 4 gb ram. I have recently upgraded to OSX Yosimite.
    But now I am facing issue with it.
    My Mac stops at boot. With Apple logo, grey/white screen and progree bar with 0% progress.
    If I keep it as it is for some time, Mac mini temperature rises and i feel the heat while touching the mac mini. And still progress bar show 0% progress.
    But when I switch it off with the help of power button and restart it, it works fine.
    This happen every now and then. I have only monitor, Bluetooth mouse, wired keyboard and LAN cable attached to it. (WIFI stops working after upgrading to OSX now there is no wifi icon in system preferences or in task bar )
    I have tried clean install also. But no success.
    Please suggest why it stops at 0% progress bar. This is working fine before upgrading.
    Regards
    Siddharth

    Hi Adding screenshot of the same. It stuck at 0 %

  • [Solved] UEFI. System hangs on boot after successfully activating swap

    Alright.
    Unnecessary Background:
    I've been using Arch for years. I just bought a stupidly good computer with a bunch of specs that I don't think are relevant, except for the fact that I am using an X99-pro. It has RAID support, but I am not using that currently. I bought all the parts and finished constructing it this morning (I live in Japan, so that was a while ago). Normally, I have no problems with installation; however, I wanted to do this one UEFI mode. After booting into the live disk, I checked to make sure everything was working as it should. Arch recognized my graphics card, most of my ram (one of the cards is a bit finicky for some reason), my SSD and HDD, along with the built-in WiFi (although it is an annoying broadcom one, so I need to install the driver separately later). Now, there are plenty of sources of error in here:
    Problem:
    I got through the arch installation and tried gummiboot. It would hang every time after successfully activating swap. I tried grub, too, but had the same problem. Because gummiboot is much less cumbersome, I switched back to that. Interestingly, systemd will sometimes recognize my drive twice before activating swap, and if I edit my fstab to ignore the swap completely, it hangs on the next step with is mounting the boot partition. I would like to point out that because I am not able to successfully boot my system, I cannot provide the exact messages for you guys, which may pose a problem.
    Solutions I have tried:
    1. Chrooting / mkinitcpio -p linux
    2. modifying fstab / removing swap from it completely
    3. fresh re-install
    Sources of error:
    1. Construction. Everything seems appropriate on the live usb, but maybe there is a problem in which ports I used for the SSD and HDD
    2. UEFI. It could be that UEFI just doesn't like mounting multiple things and freezes up when put on the spot.
    3. Legacy. It could be that this is not a problem with UEFI or my construction, but something I missed in the installation.
    Additional info:
    Partitioning scheme:
    sda1: ~500MiB boot / EFI partition
    sda2: ~4G swap
    sda3: ~110G /
    sdb:   ~2T, untouched (for storage later)
    I apologize for any typos and hope it was readable. I am super exhausted and going to take a nap. I'll check back in on this in the morning.
    Last edited by Leios (2015-02-08 00:16:27)

    Please post the output of:
    # gdisk -l /dev/sda
    lsblk -f
    And the contents of your gummiboot loader.conf and arch.conf (or whatever you've called it).
    Post the output of the commands after you have mounted all your partitions and (arch-)chroot'd into your system.
    You can use wgetpaste to post the outputs, as described by @ewaller here:
    https://bbs.archlinux.org/viewtopic.php … 8#p1500528
    Alternatively, pipe the command output to a text file and export it (using a live distribution or a USB stick).
    You should remove swap from your fstab -- systemd mounts it automatically anyway.

  • Leopard USB install no longer boots after software update

    Hi all,
    I have recently installed Leopard onto a USB partition in order to perform maintenance on my main Leopard installation. Installation proceeds without a problem however after downloading software updates the USB partition will not boot successfully, despite there being no problems with the disk / volume structures / apparently anything at all. In desperation I also tried to install Tiger, which worked, however I have the same problem after updating - it will not boot! I don't think my hardware is at fault - Techtool Pro tells me all is in order.
    Has anyone had this problem and if so, how did you fix it?
    Thanks,
    Jason

    I just installed Leopard onto a USB 2.0 external hard drive for a dual-boot. It booted fine at 10.5.1 but is taking ridiculously long to boot after 10.5.2 (I just got it to finally boot after the update while waiting more than 40 minutes!).
    It seems that you may want to attempt booting several times - maybe turning off the machine in between or booting to the internal OS first and then to the external. Can't help you much beyond that as this is my introductory experience with this mess.

  • [SOLVED] Unable to boot after a pacman and etc-update

    I updated my machine with pacman following which I started having issues with pacman complaining about unavailable database and stopped working.
    Then thinking it to be the problem with new configuration files, I ran etc-update and merged the pacnew files.
    Now, on restart, I can't boot into the machine. I keep getting the following lines over and over again.
    Starting LXDE Display manager.
    Stopping LXDE Display manager.
    Stopped LXDE Display manager.
    Starting LXDE Display manager.
    Stopping LXDE Display manager.
    Stopped LXDE Display manager.
    Starting LXDE Display manager.
    Stopping LXDE Display manager.
    Stopped LXDE Display manager.
    Any help would be much appreciated.
    EDIT: The solution is as below.
    PROBLEM: I was using catalyst drivers for my ATI Radeon card. Lately, the repo was not responding and pacman was not upgrading anything from that repo. So, after an upgrade and merging of pacnew files with etc-update, I was unable to boot. Not sure exactly where from the problem started.
    SOLUTION:
    1. Removed catalyst - Follow all the steps mentioned in the wiki - https://wiki.archlinux.org/index.php/AM … stallation. I missed a few and well, I was stuck.  In my case, I had installed using catalyst-generator and hence,  had to remove it using catalyst_build_module remove_all after getting into root.
    2. Install open source driver - Installed the Open source drive with all steps mentioned in the wiki - https://wiki.archlinux.org/index.php/ATI#Installation
    3. I had forgotten to follow all the steps correctly while removing catalyst, had not removed "nomodset" from kernel parameters and hence, was not able to boot as well. Don't forget to remove that from grub.
    Last edited by ravisghosh (2014-07-28 04:13:27)

    Continued from previous:
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gnupg in core
    debug: searching for replacements for gnutls in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gnutls in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gnutls in core
    debug: searching for replacements for gnutls in extra
    debug: searching for replacements for gobject-introspection in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gobject-introspection in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gobject-introspection in core
    debug: searching for replacements for gobject-introspection in extra
    debug: searching for replacements for goffice in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for goffice in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for goffice in core
    debug: searching for replacements for goffice in extra
    debug: searching for replacements for goffice0.8 in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for goffice0.8 in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for goffice0.8 in core
    debug: searching for replacements for goffice0.8 in extra
    debug: searching for replacements for google-talkplugin in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for google-talkplugin in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for google-talkplugin in core
    debug: searching for replacements for google-talkplugin in extra
    debug: searching for replacements for google-talkplugin in community
    debug: searching for replacements for google-talkplugin in multilib
    debug: searching for replacements for gparted in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gparted in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gparted in core
    debug: searching for replacements for gparted in extra
    debug: new version of 'gparted' found (0.19.0-1 => 0.19.1-1)
    debug: adding package gparted-0.19.1-1 to the transaction targets
    debug: searching for replacements for gperf in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gperf in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gperf in core
    debug: searching for replacements for gperf in extra
    debug: searching for replacements for gpgme in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gpgme in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gpgme in core
    debug: searching for replacements for gpm in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gpm in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gpm in core
    debug: searching for replacements for grantlee in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for grantlee in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for grantlee in core
    debug: searching for replacements for grantlee in extra
    debug: searching for replacements for graphite in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for graphite in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for graphite in core
    debug: searching for replacements for graphite in extra
    debug: searching for replacements for grep in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for grep in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for grep in core
    debug: searching for replacements for grilo in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for grilo in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for grilo in core
    debug: searching for replacements for grilo in extra
    debug: searching for replacements for grilo-plugins in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for grilo-plugins in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for grilo-plugins in core
    debug: searching for replacements for grilo-plugins in extra
    debug: searching for replacements for groff in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for groff in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for groff in core
    debug: searching for replacements for grub in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for grub in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for grub in core
    debug: searching for replacements for gsettings-desktop-schemas in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gsettings-desktop-schemas in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gsettings-desktop-schemas in core
    debug: searching for replacements for gsettings-desktop-schemas in extra
    debug: searching for replacements for gsfonts in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gsfonts in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gsfonts in core
    debug: searching for replacements for gsfonts in extra
    debug: searching for replacements for gsm in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gsm in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gsm in core
    debug: searching for replacements for gsm in extra
    debug: searching for replacements for gst-libav in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gst-libav in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gst-libav in core
    debug: searching for replacements for gst-libav in extra
    debug: searching for replacements for gst-plugins-bad in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gst-plugins-bad in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gst-plugins-bad in core
    debug: searching for replacements for gst-plugins-bad in extra
    debug: searching for replacements for gst-plugins-base in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gst-plugins-base in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gst-plugins-base in core
    debug: searching for replacements for gst-plugins-base in extra
    debug: searching for replacements for gst-plugins-base-libs in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gst-plugins-base-libs in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gst-plugins-base-libs in core
    debug: searching for replacements for gst-plugins-base-libs in extra
    debug: searching for replacements for gst-plugins-good in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gst-plugins-good in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gst-plugins-good in core
    debug: searching for replacements for gst-plugins-good in extra
    debug: searching for replacements for gst-plugins-ugly in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gst-plugins-ugly in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gst-plugins-ugly in core
    debug: searching for replacements for gst-plugins-ugly in extra
    debug: searching for replacements for gstreamer in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer in core
    debug: searching for replacements for gstreamer in extra
    debug: searching for replacements for gstreamer0.10 in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10 in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10 in core
    debug: searching for replacements for gstreamer0.10 in extra
    debug: searching for replacements for gstreamer0.10-bad in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10-bad in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10-bad in core
    debug: searching for replacements for gstreamer0.10-bad in extra
    debug: searching for replacements for gstreamer0.10-bad-plugins in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10-bad-plugins in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10-bad-plugins in core
    debug: searching for replacements for gstreamer0.10-bad-plugins in extra
    debug: searching for replacements for gstreamer0.10-base in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10-base in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10-base in core
    debug: searching for replacements for gstreamer0.10-base in extra
    debug: searching for replacements for gstreamer0.10-base-plugins in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10-base-plugins in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10-base-plugins in core
    debug: searching for replacements for gstreamer0.10-base-plugins in extra
    debug: searching for replacements for gstreamer0.10-ffmpeg in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10-ffmpeg in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10-ffmpeg in core
    debug: searching for replacements for gstreamer0.10-ffmpeg in extra
    debug: searching for replacements for gstreamer0.10-good in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10-good in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10-good in core
    debug: searching for replacements for gstreamer0.10-good in extra
    debug: searching for replacements for gstreamer0.10-good-plugins in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10-good-plugins in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10-good-plugins in core
    debug: searching for replacements for gstreamer0.10-good-plugins in extra
    debug: searching for replacements for gstreamer0.10-ugly in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10-ugly in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10-ugly in core
    debug: searching for replacements for gstreamer0.10-ugly in extra
    debug: searching for replacements for gstreamer0.10-ugly-plugins in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10-ugly-plugins in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10-ugly-plugins in core
    debug: searching for replacements for gstreamer0.10-ugly-plugins in extra
    debug: searching for replacements for gtk-engines in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtk-engines in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtk-engines in core
    debug: searching for replacements for gtk-engines in extra
    debug: searching for replacements for gtk-update-icon-cache in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtk-update-icon-cache in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtk-update-icon-cache in core
    debug: searching for replacements for gtk-update-icon-cache in extra
    debug: searching for replacements for gtk2 in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtk2 in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtk2 in core
    debug: searching for replacements for gtk2 in extra
    debug: searching for replacements for gtk3 in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtk3 in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtk3 in core
    debug: searching for replacements for gtk3 in extra
    debug: searching for replacements for gtkglext in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtkglext in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtkglext in core
    debug: searching for replacements for gtkglext in extra
    debug: searching for replacements for gtkhotkey in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtkhotkey in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtkhotkey in core
    debug: searching for replacements for gtkhotkey in extra
    debug: searching for replacements for gtkhotkey in community
    debug: searching for replacements for gtkhtml in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtkhtml in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtkhtml in core
    debug: searching for replacements for gtkhtml in extra
    debug: searching for replacements for gtkhtml in community
    debug: searching for replacements for gtkhtml in multilib
    debug: searching for replacements for gtkmm in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtkmm in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtkmm in core
    debug: searching for replacements for gtkmm in extra
    debug: searching for replacements for gtkmm3 in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtkmm3 in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtkmm3 in core
    debug: searching for replacements for gtkmm3 in extra
    debug: searching for replacements for gtksourceview3 in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtksourceview3 in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtksourceview3 in core
    debug: searching for replacements for gtksourceview3 in extra
    debug: searching for replacements for gucharmap in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gucharmap in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gucharmap in core
    debug: searching for replacements for gucharmap in extra
    debug: searching for replacements for guile in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for guile in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for guile in core
    debug: searching for replacements for guile in extra
    debug: searching for replacements for guile1.8 in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for guile1.8 in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for guile1.8 in core
    debug: searching for replacements for guile1.8 in extra
    debug: searching for replacements for gvfs in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gvfs in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gvfs in core
    debug: searching for replacements for gvfs in extra
    debug: searching for replacements for gwenhywfar in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gwenhywfar in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gwenhywfar in core
    debug: searching for replacements for gwenhywfar in extra
    debug: searching for replacements for gwenhywfar in community
    debug: searching for replacements for gzip in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gzip in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gzip in core
    debug: searching for replacements for harfbuzz in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for harfbuzz in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for harfbuzz in core
    debug: searching for replacements for harfbuzz in extra
    debug: new version of 'harfbuzz' found (0.9.30-1 => 0.9.32-1)
    debug: adding package harfbuzz-0.9.32-1 to the transaction targets
    debug: searching for replacements for harfbuzz-icu in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for harfbuzz-icu in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for harfbuzz-icu in core
    debug: searching for replacements for harfbuzz-icu in extra
    debug: new version of 'harfbuzz-icu' found (0.9.30-1 => 0.9.32-1)
    debug: adding package harfbuzz-icu-0.9.32-1 to the transaction targets
    debug: searching for replacements for hddtemp in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for hddtemp in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for hddtemp in core
    debug: searching for replacements for hddtemp in extra
    debug: searching for replacements for hicolor-icon-theme in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for hicolor-icon-theme in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for hicolor-icon-theme in core
    debug: searching for replacements for hicolor-icon-theme in extra
    debug: searching for replacements for hspell in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for hspell in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for hspell in core
    debug: searching for replacements for hspell in extra
    debug: searching for replacements for htop in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for htop in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for htop in core
    debug: searching for replacements for htop in extra
    debug: searching for replacements for hunspell in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for hunspell in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for hunspell in core
    debug: searching for replacements for hunspell in extra
    debug: searching for replacements for hunspell-en in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for hunspell-en in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for hunspell-en in core
    debug: searching for replacements for hunspell-en in extra
    debug: searching for replacements for hwids in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for hwids in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for hwids in core
    debug: searching for replacements for hyphen in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for hyphen in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for hyphen in core
    debug: searching for replacements for hyphen in extra
    debug: searching for replacements for i8kmonitor in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for i8kmonitor in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    deb

  • Installed latest iOS on my iPad mini, it got stuck while restarting after update. It is still in that stage even after 7 hours.

    installed latest iOS on my iPad mini, it got stuck while restarting after update. It is still in that stage even after 7 hours.

    Placing your device into recovery (DFU-Device Firmware Upgrade) mode:
    Follow these steps to place your iOS device into recovery mode. If your iOS device is already in recovery mode, you can proceed immediately to step 6.
       1. Disconnect the USB cable from the iPhone, iPad, or iPod touch, but leave the
           other end of the cable connected to your computer's USB port.
       2. Turn off the device: Press and hold the Sleep/Wake button for a few seconds
           until the red slider appears, then slide the slider. Wait for the device to turn off.
                  * If you cannot turn off the device using the slider, press and hold the
                    Sleep/Wake and Home buttons at the same time. When the device turns off,
                    release the Sleep/Wake and Home buttons.
      3. While pressing and holding the Home button, reconnect the USB cable to the
           device. The device should turn on. Note: If you see the battery charge warning,
           let the device charge for at least ten minutes to ensure that the battery has some
           charge, and then start with step 2 again.
      4. Continue holding the Home button until you see the "Connect to iTunes" screen.
           When this screen appears you can release the Home button:
      5. If necessary, open iTunes. You should see the following "recovery mode" alert:
      6. Use iTunes to restore the device.
    If you don't see the "Connect to iTunes" screen, try these steps again. If you see the "Connect to iTunes" screen but the device does not appear in iTunes, see this article and its related links.
    Note: When using recovery mode, you can only restore the device. All user content on the device will be erased, but if you had previously synced with iTunes on this computer, you can restore from a previous backup. See this article for more information.

  • Kernel panic on first boot after 10.6.8 update

    Hi,
    Here are the fact:
    1) I systematically get a kernel panic on first boot after an attempt to update to 10.6.8 (was able to revert to 10.6.7 using Time Machine; now I'm running my tests on a clone). While doing the update, there are NO USB connexion to my laptop, nor ethernet connexion. Only the power cable.
    2) I DO NOT use the software Hands Off which is known to cause such an issue
    3) I've tested this on two different hard drive (with a clone of my system)
    4) I disabled all third app on startup just to be sure this wasn't a conflict problem
    5) After a kernel panic, I'm always able to boot in safe mode
    6) I did try both the normal update and the combo update (same result)
    Now I'm kinda stuck. The next test I'm thinking performing is to update while in safe mode. But I don't know if it will help.
    And yes, my permissions are all fine. Any idea how to troubleshoot this? I believe I need to be in 10.6.8 in order to update to Lion?
    Many thanks in advance!
    Parneix

    Hi,
    Sorry about that. Below you'll find the log of my latest kernel panic.
    I did follow instructions suggested by user "ds store". The only "kext" file that I've got (by running the commands in the Terminal) was related to the software LittleSnitch. I downloaded it again in order to run the uninstaller. I'll try again to update to 10.6.8 under those conditions and report here.
    Mon Jul  4 11:00:32 2011
    panic(cpu 0 caller 0x2abf6a): Kernel trap at 0x57cf1b5a, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x00000000, CR3: 0x00100000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x096b8100, ECX: 0x01500000, EDX: 0x00000001
    CR2: 0x00000000, EBP: 0x57dd3df8, ESI: 0x00000001, EDI: 0x096b8100
    EFL: 0x00010206, EIP: 0x57cf1b5a, CS:  0x00000008, DS:  0x00000010
    Error code: 0x00000000
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x57dd3be8 : 0x21b837 (0x5dd7fc 0x57dd3c1c 0x223ce1 0x0)
    0x57dd3c38 : 0x2abf6a (0x59e3d0 0x57cf1b5a 0xe 0x59e59a)
    0x57dd3d18 : 0x2a1a78 (0x57dd3d30 0x10001 0x57dd3df8 0x57cf1b5a)
    0x57dd3d28 : 0x57cf1b5a (0xe 0x9790048 0x9790010 0x10)
    0x57dd3df8 : 0x57cf1951 (0x96b8100 0x57cf1f64 0x57cf1f5c 0x7d22fc0)
    0x57dd3e18 : 0x543f60 (0x96b8100 0x6c03f00 0x1 0x506b76)
    0x57dd3e78 : 0x542137 (0x6c03f00 0x96b8100 0x7d28a00 0x9791da0)
    0x57dd3f28 : 0x5426e9 (0x6c03f00 0x7d20340 0x0 0x516766)
    0x57dd3f78 : 0x5443d5 (0x6c03f00 0x8 0x57dd3fac 0x1)
    0x57dd3fc8 : 0x2a179c (0x9773aa0 0x0 0x2a17ab 0x7c1b000)
          Kernel Extensions in backtrace (with dependencies):
             com.apple.iokit.CHUDKernLib(3)@0x57cf0000->0x57cf3fff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10K540
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacBookPro5,5 (Mac-F2268AC8)
    System uptime in nanoseconds: 54454580752
    unloaded kexts:
    (none)
    loaded kexts:
    com.Cycling74.driver.Soundflower          1.5.1 - last loaded 54075922238
    com.Logitech.Control Center.HID Driver          3.2.0
    at.obdev.nke.LittleSnitch          2.2.05
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.iokit.CHUDUtils          3
    com.apple.driver.AppleIntelYonahProfile          14
    com.apple.driver.AppleMikeyHIDDriver          1.2.0
    com.apple.iokit.CHUDProf          3
    com.apple.driver.AppleUpstreamUserClient          3.5.7
    com.apple.driver.AppleIntelPenrynProfile          17
    com.apple.driver.AppleMikeyDriver          2.0.5f13
    com.apple.driver.AppleHDA          2.0.5f13
    com.apple.driver.AppleGraphicsControl          2.10.6
    com.apple.driver.AppleMCCSControl          1.0.20
    com.apple.driver.AppleIntelNehalemProfile          11
    com.apple.driver.AirPortBrcm43xx          423.91.27
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.nvenet          2.0.17
    com.apple.driver.AppleBacklight          170.0.46
    com.apple.kext.AppleSMCLMU          1.5.2d10
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.driver.AppleIntelMeromProfile          19
    com.apple.driver.AirPortBrcm43224          428.42.4
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0a1
    com.apple.driver.AppleLPC          1.5.1
    com.apple.GeForce          6.3.6
    com.apple.filesystems.autofs          2.1.0
    com.apple.driver.AppleUSBTCButtons          201.6
    com.apple.driver.AppleUSBTCKeyEventDriver          201.6
    com.apple.driver.AppleUSBTCKeyboard          201.6
    com.apple.driver.AppleIRController          303.8
    com.apple.driver.AppleUSBCardReader          2.6.1
    com.apple.iokit.SCSITaskUserClient          2.6.8
    com.apple.iokit.IOAHCIBlockStorage          1.6.4
    com.apple.BootCache          31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.driver.AppleUSBHub          4.2.4
    com.apple.driver.AppleFWOHCI          4.7.3
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.driver.AppleAHCIPort          2.1.7
    com.apple.driver.AppleUSBEHCI          4.2.4
    com.apple.driver.AppleUSBOHCI          4.2.0
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleACPIButtons          1.3.6
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.3.6
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          142.6.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.12
    com.apple.driver.AppleIntelCPUPowerManagement          142.6.0
    com.apple.iokit.KLog          2.4.5
    com.apple.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.5f3
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.driver.AppleHDAHardwareConfigDriver          2.0.5f13
    com.apple.iokit.CHUDKernLib          3
    com.apple.driver.DspFuncLib          2.0.5f13
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOAudioFamily          1.8.3fc2
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleHDAController          2.0.5f13
    com.apple.iokit.IOHDAFamily          2.0.5f13
    com.apple.driver.AppleBacklightExpert          1.0.1
    com.apple.nvidia.nv50hal          6.3.6
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.iokit.IO80211Family          320.1
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.driver.NVSMU          2.2.7
    com.apple.driver.AppleSMC          3.1.0d5
    com.apple.driver.IOPlatformPluginFamily          4.7.0a1
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.iokit.AppleProfileFamily          41
    com.apple.NVDAResman          6.3.6
    com.apple.iokit.IONDRVSupport          2.2
    com.apple.iokit.IOGraphicsFamily          2.2
    com.apple.driver.AppleUSBMultitouch          207.7
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.5f3
    com.apple.iokit.IOBluetoothFamily          2.4.5f3
    com.apple.iokit.IOUSBHIDDriver          4.2.0
    com.apple.iokit.IOUSBMassStorageClass          2.6.7
    com.apple.iokit.IOSCSIBlockCommandsDevice          2.6.8
    com.apple.driver.AppleUSBMergeNub          4.2.4
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.8
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6.1
    com.apple.driver.XsanFilter          402.1
    com.apple.iokit.IOAHCISerialATAPI          1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.8
    com.apple.driver.AppleFileSystemDriver          2.0
    com.apple.iokit.IOUSBUserClient          4.2.4
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IOAHCIFamily          2.0.6
    com.apple.iokit.IOUSBFamily          4.2.4
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOHIDFamily          1.6.6
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.TMSafetyNet          6
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.driver.DiskImages          289.1
    com.apple.iokit.IOStorageFamily          1.6.3
    com.apple.driver.AppleACPIPlatform          1.3.6
    com.apple.iokit.IOPCIFamily          2.6.5
    com.apple.iokit.IOACPIFamily          1.3.0

  • Mac Mini won't boot after applying 2009-001 Security Update

    I'm stuck at the gray startup screen with the Apple logo and the "gear wheel" progress indicator. Still stuck there after 60 minutes of "letting it brood."
    How to I fix this?

    The easiest way to solve the problem is to restore the drive from the backup you made just before installing any update or software on your computer, then do the installation again following the suggestions at the end of this post. Failing that...
    First, try the routine repair disk and repair permissions with Disk Utility on your installer disc. Boot from the installer disk, select language if applicable, choose utilities, run Disk Utility and verify (and repair if necessary) the drive. You can verify a drive from DU on your main drive while booted but I have found this can result in incorrect reporting of errors. To repair your drive you have to run it from a drive other than the boot drive anyway.
    Next, boot from your drive in [Safe Mode|http://docs.info.apple.com/article.html?artnum=107393] and repair permissions. You can repair permissions while booted from the installer disc but this uses the permissions configuration on the installer disc which may be out of date if you have run any updates on your computer. Booting your computer to Safe Mode restricts the number of things running on your computer while permissions are being run and done a bit of spring cleaning at the same time.
    [Resolve startup issues and perform disk maintenance with Disk Utility and fsck|http://docs.info.apple.com/article.html?artnum=106214]
    [Using Disk Utility in Mac OS X 10.4.3 or later|http://docs.info.apple.com/article.html?artnum=302672]
    [Disk Utility's Repair Disk Permissions|http://docs.info.apple.com/article.html?artnum=25751]
    From BDaqua (couldn't have said it better):
    "Try Disk Utility
    1. Insert the Mac OS X Install disc that came with your computer (Edit: Do not use this disc if it is not the same general version as what you have currently on your computer, e.g. use a Tiger disc for a Tiger drive, not a Panther disc), then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5. Select your Mac OS X volume.
    6. Click Repair. Disk Utility checks and repairs the disk.
    Then Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes."
    If you don't have an installer disc available you can try effecting repairs using [fsk in Single User Mode|http://docs.info.apple.com/article.html?artnum=106214].
    [Post by japamac about using fsk|http://discussions.apple.com/thread.jspa?threadID=1649143&tstart=0]
    If the above don't work, two things seemed to be solutions for Security Update 2008-008 problems.
    One is Archive and Install which will replace the corrupted system but then requires you reapply all your updates. Select the keep settings and preferences when doing A&I. Make sure you select that option when doing A&I if you want settings and preferences kept. Some third party applications may need reinstalling if they have special components.
    [Mac OS X: About the Archive and Install feature|http://support.apple.com/kb/HT1710?viewlocale=en_US]
    [X-Lab Archive and install|http://www.thexlab.com/faqs/archiveinstall.html]
    [Kappy's A&I instructions|http://discussions.apple.com/thread.jspa?threadID=1823034&tstart=0 ]
    [How to get files from a previous home directory after Archive and Install|http://docs.info.apple.com/article.html?artnum=107297]
    The other is to try to re-install the security update on the main drive while booted from a secondary drive or in Single User Mode. This could be from another Mac computer while your first one is in Target Disk Mode, perhaps a bootable backup drive, or possibly from your installer disc. Here's references for those methods:
    http://discussions.apple.com/message.jspa?messageID=8728797#8728797
    http://discussions.apple.com/message.jspa?messageID=8733921#8733921
    http://discussions.apple.com/thread.jspa?messageID=8634535#8634535
    Updating
    There's been recent discussions as to what steps are truly necessary in doing a minimal problem update.
    I think #1 to which all agree is to make sure you have a backup of your computer in case you do need to back out of it again.
    Some like to boot from their installer discs or an external backup and verify (and if necessary repair) their internal drives as well as drive permissions. This is done with Disk Utility. You can verify a drive while booted from the same drive but sometimes this produces spurious errors. Repairing a drive (if necessary) has to be done while booted from another disk. Permissions repair can, and is probably best, done when booted from your internal drive.
    [Resolve startup issues and perform disk maintenance with Disk Utility and fsck|http://docs.info.apple.com/article.html?artnum=106214]
    [Using Disk Utility in Mac OS X 10.4.3 or later|http://docs.info.apple.com/article.html?artnum=302672]
    [Disk Utility's Repair Disk Permissions|http://docs.info.apple.com/article.html?artnum=25751]
    You can also go to the step of booting into safe mode to do the install.
    [Mac OS X: Starting up in Safe Mode|http://docs.info.apple.com/article.html?artnum=107393]
    [What is Safe Boot, Safe Mode? (Mac OS X)|http://docs.info.apple.com/article.html?artnum=107392]
    [Safe Boot takes longer than normal startup|http://docs.info.apple.com/article.html?artnum=107394]
    I like to download the update onto my computer and install it from there rather than let Software Update do it. I know a few people who had problems with doing the update via software updater found a manual install to work.
    Repair permissions again afterward.
    It also helps to only install one update at a time and to run the computer for a while to make sure it is behaving well.
    Almost all of the above steps (except backup) have been questioned as to necessity because probably many people have done successful updates without doing them. I say they can't hurt, they can very likely do good (especially if your computer isn't regularly maintained), so why not do them to be safe.
    [BDaqua's comments on updating problems|http://discussions.apple.com/message.jspa?messageID=8948595#8948595]

  • IOS 6 fails to boot after update

    New iPad (iPad 3), ATT-LTE, 64GB.
    Updated over WIFI from work and after initial download and verification iPad rebooted and I got progress bar under white Apple.
    iPad rebooted again after progress bar completed, but now iPad boots with white Apple logo and progress bar which has remained empty after sitting for 30+ minutes.  It appears that nothing is happening at this point, but I'm afraid to reboot in the middle of an update.
    iPhone 4 successfully updated to IOS 6 during the same period and rebooted fine and is running IOS 6.
    David

    Plugged the iPad into my MacBook Pro (Mountain Lion) running iTunes 10.7 with the progress bar still showing no progress.  iTunes displayed:
         iTunes could not connect to the iPad "XXXXXXXXXXX" because it is locked with a passcode.  You must enter your passcode on the iPad before it can be used with iTunes.
    Rather difficult to do when the iPad is stuck booting.  I'm afraid to turn it off and reboot though.
    Went ahead and made Genius bar appointment for tonight after work in case I can't clear it by then.

  • I installed the system update to 10.7.3. After re-booting, my mail file was missing from the dock.  Looked in applications and the mail application is missing. Any thoughts?

    I installed the system update to 10.7.3. After re-booting, my mail file was missing from the dock.  Looked in applications and the mail application is missing. Any thoughts?

    Thanks Paul; but, taking your suggestion didn't solve the problem.  As mail is part of the OS, the updates don't have the capacity to reinstall applications; so, I had to reinstall the OS.  I now have my mail back (although it didn't appear on the dock--I had to go to applications and activate it and then put it back in the dock.  Thanks again for trying.

  • HP Pavilion 15-n268sa will not boot after windows update (windows 8.1)

    After a series of windows update (windows 8.1) my HP Pavilion 15-n268sa will not boot up, no fan noises, no lights no nothing. 
    I have tried a "hard reset" a number of times with no success. 
    When the battery is present the white LED flashes 3 times when the power button is pressed. 
    Please please help. 

    Hello Cuffy,
    Welcome to the HP Forums!
    I understand you notebook will not boot after a series of Windows updates.
    Can you tell me if you are able to access the HP Recovery Manager by repeatedly tapping the F11 key while the notebook turns on? If you can access this, try doing a system restore to before you installed the updates. If not I would suggest you go through this document: Computer Does Not Start and the LEDs Blink or the Computer Beeps.
    If it's the Caps Lock light that is blinking this document will tell you exactly what the error is (spoiler: 3 beeps is a memory failure). This could also explain the failed updates. The updates are stored in the RAM before being applied to the operating system.
    You can try reseating the RAM, or using only 1 of the RAM cards, as you have 2x4GB cards. If it still doesn't work with 1 card, try the other card to confirm it has failed.
    You can replace defective cards via HP Phone Support if covered under warranty or at the HP Part Store if not covered. You can contact HP Technical Support at 1-800-474-6836 in North America. For all other regions click here.
    Hopefully this information helps!
    Please click the "Kudos, Thumbs Up" at the bottom of this post if you want to say "Thanks" for helping!
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    The Great Deku Tree
    I work on behalf of HP.

  • [Solved] Unable to boot after install

    Forgive me for the lack of code tags, having to write this on my phone.
    I am unable to boot after installation. I receive an error wich has the incorrect UDID string. It doesn't even exist. I will update with error after posting so I can give grub config generation error first
    When I run:
    grub-mkconfig -o /boot/grub/grub.cfg
    I get this:
    Found Linux image : /boot/vmlinuz-linux
    Found initd image: /boot/initramfs-linux.img
    Warning: failed to connect to lvmetad: no such file or directory. falling back to internal scanning.
    No volume groups found
    [ 279.601712] SQUASHFS error: can't find a SQUASHFS superblock on sda3
    [ 279.604502] EXT4-fs (sda3):unable to read superblock
    [ 279.607266] EXT4-fs (sda3):unable to read superblock
    [ 279.609928] EXT4-fs (sda3):unable to read superblock
    Found Windows 7 (loader) on /dev/sda1
    Done
    Sda3 is an extended volume
    Edit: I just deleted the old .cfg and recreated a new one by re running the above command, uncounted and rebooted and it booted into CLI. 3rd time a charm after all. Marking this one solved
    Last edited by Kirito (2013-05-15 07:55:31)

    Oh, looking at your setup, it would seem that your system is likely still configured to boot to /dev/sdd (the windows drive).
    As a user with numerous drives, you should be aware that using /dev/sdXY to identify your disks is a bad idea.  There is no gaurantee that Arch will be /dev/sde every time, nor that windows will be /dev/sdd.  You should use either filesystem labels (LABEL= or /dev/disk/by-label) or UUIDs (UUID= or /dev/disk/by-uuid).  Though if you are using GPT, there is also the option of the PARTLABEL as well (which are the labels you create within the partitioner).

  • After Security updation of Windows 7 in Boot Camp (Mac Book Pro with Retina Display) on 13-Nov-2013, Windows 7 Desktop Gadgets are not working properly.

    After Security updation of Windows 7 in Boot Camp (Mac Book Pro with Retina Display) on 13-Nov-2013, Windows 7 Desktop Gadgets are not working properly.
    This is boot camp problem, because in other normal notebooks (e.g. SONY VAIO, Lenovo with Windows 7) the gadgets are working normally.
    I am attaching the screen shot of Desktop Gadgets and Security updates of Windows 7.
    Kindly solve this issue ASAP.
    Shailendra Gupta
    <edited by host>

    You are not addressing Apple, but a community of unpaid volunteers. So ASAP won't cut it. Also, you should refrain from posting personal information (like your email address) in the body of your comments, as this is part of the community usage guidelines.
    Have you reinstalled the latest Boot Camp Windows 7 drivers, just in case Microsoft overwrote some of them during the Windows 7 security update?
    If you want to communicate issues with Apple about Boot Camp and OS X, click on the link. Just don't hold your breath on receiving a response.

Maybe you are looking for

  • Ipod recognized in Windows Explore for about 10 secs & then disappears

    Awhile ago my computer was out to get serviced so b4 it left, I decided to put back up my song files onto my ipod since i was using way less than half the space on there. As soon as i did this, my ipod started freezing and the the sad face ipod appea

  • Can't install a container

    When installing a container a number of errors are generated: I used to be able to create containers, but when I try it now I just get errors. After this installation the container refuses to boot. Creating list of files to copy from the global zone.

  • Re execute query with out using a time

    Hi I want to refresh data in many based tables blocks automaticly with out using a timer, lest say ever 2 m refresh the data, is there is any soluation for that best regards

  • Indesign cs 5 crashes when I start it in mac mini

    Blow is the crash report from my new mac to apple === Process:     Adobe InDesign CS5 [341] Path:        /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5 Identifier:  com.adobe.InDesign Version:     7.0.0.355

  • Hub Transport Server

    Dear All, I have 2 mailbox servers which are in DAG with one HUB transport server it's working fine . I have a problem with Hub transport server .If  we shutdown Hub transport server the exchange mail users they can't login to email . how can we solv