10.6.7 - Boot process hangs after update

Hi,
after upgrading to 10.6.7, the boot process gets stuck somehow. Booting in verbose mode shows nothing unusual. The last message printed is:
"launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist".
Any ideas what is going on here?

Hi,
yes, this did the trick. I took a while but the system came up correctly.
Thanks!

Similar Messages

  • [Solved] Boot process hangs for installed Arch and installation usb

    Hi. I've been using Arch Linux for around 6 months now and I'm in love with it. It is now my primary OS. However, I might have done something or performed some update, and I can no longer boot into Arch. The boot process hangs right before it should show the login screen (I'm using Gnome 3.6 with GDM). I see the following messages on the screen:
    Loading Linux core repo kernel ...
    Loading initial ramdisk ...
    /dev/sda3: recovering journal
    /dev/sda3: clean, 330610/1749664 files, 5585671/6996827 blocks
    And then it hangs right there. I have to hard-reboot after this.
    I then tried to boot using the Arch Linux Installation USB (archlinux-2012.12.01-dual.img), which also hangs at a particular point, before it should show me the prompt. I took a picture of the screen where it hangs: Screen Capture. This is an issue with just my laptop, because the USB boots just fine on another laptop I tried.
    I also have Windows 7 and Ubuntu 12.10 installed on my system, and I'm able to boot into both of them.
    I have 2 hard drives: /dev/sda is a 120GB SSD, and /dev/sdb is a 500GB hard disk. My partitions are as follows:
    sda1 - Windows 7 100MB System Reserved Partition (boot flag enabled)
    sda2 - Windows 7 OS
    sda3 - ArchLinux (boot flag enabled)
    sdb1 - Ubuntu 12.10 (boot flag enabled)
    sdb2 - Just data
    I ran bootinfoscript and below is the output:
    Boot Info Script 0.61 [1 April 2012]
    ============================= Boot Info Summary: ===============================
    => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
    the same hard drive for core.img. core.img is at this location and looks
    in partition 99 for .
    => Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of
    the same hard drive for core.img. core.img is at this location and looks
    in partition 99 for .
    sda1: __________________________________________________________________________
    File system: ntfs
    Boot sector type: Windows Vista/7: NTFS
    Boot sector info: No errors found in the Boot Parameter Block.
    Operating System:
    Boot files: /bootmgr /Boot/BCD
    sda2: __________________________________________________________________________
    File system: ntfs
    Boot sector type: Windows Vista/7: NTFS
    Boot sector info: No errors found in the Boot Parameter Block.
    Operating System: Windows 7
    Boot files: /Windows/System32/winload.exe
    sda3: __________________________________________________________________________
    File system: ext4
    Boot sector type: -
    Boot sector info:
    Mounting failed: mount: /dev/sda3 already mounted or sda3 busy
    sdb1: __________________________________________________________________________
    File system: ext4
    Boot sector type: -
    Boot sector info:
    Operating System: Ubuntu 12.10
    Boot files: /boot/grub/grub.cfg /etc/fstab
    sdb2: __________________________________________________________________________
    File system: ntfs
    Boot sector type: Windows Vista/7: NTFS
    Boot sector info: No errors found in the Boot Parameter Block.
    Operating System:
    Boot files:
    ============================ Drive/Partition Info: =============================
    Drive: sda _____________________________________________________________________
    Disk /dev/sda: 120.0 GB, 120034123776 bytes
    255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    Partition Boot Start Sector End Sector # of Sectors Id System
    /dev/sda1 * 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
    /dev/sda2 206,848 178,466,084 178,259,237 7 NTFS / exFAT / HPFS
    /dev/sda3 * 178,466,085 234,440,703 55,974,619 83 Linux
    Drive: sdb _____________________________________________________________________
    Disk /dev/sdb: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    Partition Boot Start Sector End Sector # of Sectors Id System
    /dev/sdb1 * 63 20,948,759 20,948,697 83 Linux
    /dev/sdb2 20,964,824 976,771,071 955,806,248 7 NTFS / exFAT / HPFS
    "blkid" output: ________________________________________________________________
    Device UUID TYPE LABEL
    /dev/mmcblk0p1 6665-3162 vfat
    /dev/sda1 CA6A20CC6A20B75B ntfs System Reserved
    /dev/sda2 1EE242D5E242B137 ntfs
    /dev/sda3 65db0c59-9f04-46f1-975d-8a4c28132137 ext4
    /dev/sdb1 bb9818db-ce7c-43a4-8ad5-8d3702001aed ext4
    /dev/sdb2 3C2E3A4E2E3A0206 ntfs
    ================================ Mount points: =================================
    Device Mount_Point Type Options
    /dev/mmcblk0p1 /media/dhaval/6665-3162 vfat (rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2)
    /dev/sdb1 / ext4 (rw,errors=remount-ro)
    =========================== sdb1/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 ###
    if [ -s $prefix/grubenv ]; then
    set have_grubenv=true
    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 recordfail {
    set recordfail=1
    if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; 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='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 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_output gfxterm
    if [ "${recordfail}" = 1 ]; then
    set timeout=-1
    else
    set timeout=10
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/05_debian_theme ###
    set menu_color_normal=white/black
    set menu_color_highlight=black/light-gray
    if background_color 13,37,73; then
    clear
    fi
    ### END /etc/grub.d/05_debian_theme ###
    ### BEGIN /etc/grub.d/10_linux ###
    function gfxmode {
    set gfxpayload="${1}"
    if [ "${1}" = "keep" ]; then
    set vt_handoff=vt.handoff=7
    else
    set vt_handoff=
    fi
    if [ "${recordfail}" != 1 ]; then
    if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
    if [ ${match} = 0 ]; then
    set linux_gfx_mode=keep
    else
    set linux_gfx_mode=text
    fi
    else
    set linux_gfx_mode=text
    fi
    else
    set linux_gfx_mode=keep
    fi
    else
    set linux_gfx_mode=text
    fi
    export linux_gfx_mode
    if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
    menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-bb9818db-ce7c-43a4-8ad5-8d3702001aed' {
    recordfail
    gfxmode $linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    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 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    linux /boot/vmlinuz-3.5.0-21-generic root=UUID=bb9818db-ce7c-43a4-8ad5-8d3702001aed ro quiet splash acpi_osi=Linux acpi_backlight=vendor $vt_handoff
    initrd /boot/initrd.img-3.5.0-21-generic
    submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-bb9818db-ce7c-43a4-8ad5-8d3702001aed' {
    menuentry 'Ubuntu, with Linux 3.5.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-21-generic-advanced-bb9818db-ce7c-43a4-8ad5-8d3702001aed' {
    recordfail
    gfxmode $linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    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 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    echo 'Loading Linux 3.5.0-21-generic ...'
    linux /boot/vmlinuz-3.5.0-21-generic root=UUID=bb9818db-ce7c-43a4-8ad5-8d3702001aed ro quiet splash acpi_osi=Linux acpi_backlight=vendor $vt_handoff
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-3.5.0-21-generic
    menuentry 'Ubuntu, with Linux 3.5.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-21-generic-recovery-bb9818db-ce7c-43a4-8ad5-8d3702001aed' {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    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 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    echo 'Loading Linux 3.5.0-21-generic ...'
    linux /boot/vmlinuz-3.5.0-21-generic root=UUID=bb9818db-ce7c-43a4-8ad5-8d3702001aed ro recovery nomodeset
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-3.5.0-21-generic
    menuentry 'Ubuntu, with Linux 3.2.0-29-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-29-generic-advanced-bb9818db-ce7c-43a4-8ad5-8d3702001aed' {
    recordfail
    gfxmode $linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    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 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    echo 'Loading Linux 3.2.0-29-generic ...'
    linux /boot/vmlinuz-3.2.0-29-generic root=UUID=bb9818db-ce7c-43a4-8ad5-8d3702001aed ro quiet splash acpi_osi=Linux acpi_backlight=vendor $vt_handoff
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-3.2.0-29-generic
    menuentry 'Ubuntu, with Linux 3.2.0-29-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-29-generic-recovery-bb9818db-ce7c-43a4-8ad5-8d3702001aed' {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    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 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    echo 'Loading Linux 3.2.0-29-generic ...'
    linux /boot/vmlinuz-3.2.0-29-generic root=UUID=bb9818db-ce7c-43a4-8ad5-8d3702001aed ro recovery nomodeset
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-3.2.0-29-generic
    ### 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+ ###
    menuentry "Memory test (memtest86+)" {
    insmod part_msdos
    insmod ext2
    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 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    linux16 /boot/memtest86+.bin
    menuentry "Memory test (memtest86+, serial console 115200)" {
    insmod part_msdos
    insmod ext2
    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 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    linux16 /boot/memtest86+.bin console=ttyS0,115200n8
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-CA6A20CC6A20B75B' {
    insmod part_msdos
    insmod ntfs
    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 CA6A20CC6A20B75B
    else
    search --no-floppy --fs-uuid --set=root CA6A20CC6A20B75B
    fi
    chainloader +1
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/30_uefi-firmware ###
    ### END /etc/grub.d/30_uefi-firmware ###
    ### 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 ###
    =============================== sdb1/etc/fstab: ================================
    # /etc/fstab: static file system information.
    # Use 'blkid' to print the universally unique identifier for a
    # device; this may be used with UUID= as a more robust way to name devices
    # that works even if disks are added and removed. See fstab(5).
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc nodev,noexec,nosuid 0 0
    # / was on /dev/sdb1 during installation
    UUID=bb9818db-ce7c-43a4-8ad5-8d3702001aed / ext4 errors=remount-ro 0 1
    =================== sdb1: Location of files loaded by Grub: ====================
    GiB - GB File Fragment(s)
    4.564525127 = 4.901121536 boot/grub/grub.cfg 1
    5.130507946 = 5.508840960 boot/initrd.img-3.2.0-29-generic 2
    5.851592541 = 6.283099648 boot/initrd.img-3.5.0-21-generic 2
    6.317649364 = 6.783524352 boot/vmlinuz-3.2.0-29-generic 1
    4.965751171 = 5.331934720 boot/vmlinuz-3.5.0-21-generic 2
    5.851592541 = 6.283099648 initrd.img 2
    5.851592541 = 6.283099648 initrd.img.old 2
    4.965751171 = 5.331934720 vmlinuz 2
    4.965751171 = 5.331934720 vmlinuz.old 2
    I tried adding nomodeset and acpi=off to the boot parameters, but the boot process still hangs. Please let me know if I should provide any other information.
    Last edited by dhavalparmar (2012-12-30 11:45:25)

    Ok.. So my Arch Linux randomly decided to work. I'm sure I didn't do anything between my last "not working" state and my current "working" state. Below are a few things I tried:
    I thought of trying an earlier build of ArchLinux, and downloaded archlinux-2012.11.01-dual.iso and made a bootable USB out of it. It still hung.
    I was getting error messages during Arch boot that the last access time for the disks was at a future date. I found out that Ubuntu was using localtime instead of UTC and screwing up my hardware clock. I fixed it, and thought maybe the time issues were causing the boot problem. But fixing time didn't solve my problem.
    I chrooted into Arch from my Ubuntu install, ran 'sudo pacman -Syyu' and updated my Arch install.
    I thought maybe GDM isn't starting up. I re-enabled the service using 'systemctl enable gdm.service'.
    I removed OpenNTPd and installed NTPd. Enabled the daemon using 'systemctl enable ntpd'
    None of the above solved the problem, and rebooting to Arch still hung the system. So I stopped fiddling with it yesterday. Today, as usual, I just tried logging into Arch.. And it just worked out of the blue. The solution to me is as mysterious as the problem.
    I told this to my friend who introduced me to Arch, and this is what he said:
    Damn it computers, you were supposed to be deterministic!

  • My iPhone 5 hanged after updating new software version

    My iPhone 5 hanged after updating new software version

    paulette3163 wrote:
    When I plug my phone into my laptop and open itunes,
    Make sure you have the Latest Version of iTunes Installed on your computer ( v 11.1)
    iTunes free download from www.itunes.com/download

  • Iphone 4 keeps on hanging after updating to iOS 5.0 and later to iOS 5.1

    My iphone 4 keeps on hanging after updating to iOS 5.0.  I can no longer make and receive calls.  If I am successful in making a call, it will never end even after pressing stop.  The problem still persists even after updating to iOS 5.1.  How do I resolve this problem?

    Try a reset by pressing the home and sleep buttons until you see the Apple logo, ignoring the slider. Takes about 5-15 secs of button holding and you won't lose any data or settings.

  • My iphone 4 running on ios 6.1.3 is hanging after updating to ios 7. Pl help.

    My iphone 4 running on 6.1.3 has started hanging after updating to ios 7.  The transition between the apps and the other features becomes quiet irritating and seems as if the screen is freezed with a quiet long lag in transistion as compared to ios 6.1.3.
    Pl help...

    "My iphone 4 running on 6.1.3"
    You mean your iPhone running on 7.0.3.

  • [SIS Series] 661FM3-L Hang after updating ESCD

    Hi guy!
    My configuration
    . 661FM3-L motherboard
    . Intel Pentium 4 processor 630 3GHz, 800MHz FSB and 2Mb L2 cache
    . RAM 512Mb 184Pin DDR-DIMM 400MHz no parity
    . WD HD 40Gb
    computer hang on Updating ESCD!!!
    1. Bios see only 393Mb RAM
    2. 1 beep on boot
    3. see all correct peripheral
    4 hang up
    something to do?
    Codebue Fabio

    >your board has an onboard vga card  not a seperate one i assume
    >it uses part of the ram and only the rest is for windows
    ok I understood!
    >you connected the monitor to the board
    ya infact I can see all the boot process but hang on update ESCD
    this are PCI devi listing
    Bus.N.  DeviceN.  Func.N.   Device                                 IRQ
      0            2           5        IDE Cntrlr                             14
      0            2           7        Multimedia device                  10
      0            3           0        USB 1.0/1.1 OHCI Cntlr           5
      0            3           1        USB 1.0/1.1 OHCI Cntlr          10
      0            3           2        USB 1.0/1.1 OHCI Cntlr          11
      0            3           3        USB 2.0O EHCI Cntlr               9
      0            5           0        RAI Cntlr                              11
      0           11           0       Network Cntlr                       10
      0            0           0        Display Cntlr                           5
    >did you load the o/s new on this board
    no, but I try with another HD (SATA) clean... nothing todo
    >not move the drive from an older pc with different chipset as its not going to work
    I did !
    sigh

  • Computer hangs after update to 10.6.8 Snow Leopard

    After updating to 10.6.8, programs hang...the busy icon circles for 2-3 minutes when I try to do anything. Even when I try to access 'About this mac'.

    In going through the suggestion to post the startup items, I came across a problem posted in Parallels website that Parallels 6.0 caused slow downs on the 10.6.8 system. I updated my Parallels application late last night to 7.0, as that was supposed to fix the slow-down, but it did not fix my computer. Still slowwwww when not in Safe Mode. I must use Safe Mode to even use my computer...
    Here is a listing of the 'launchAgents', etc:
    ~/Library/LaunchAgents:
    com.adobe.ARM.930da3ce175de4e82bd3cdf1dd8571f74bd3b6a7236bc94bfc00f6e9.plist
    com.apple.FolderActions.enabled.plist
    com.apple.FolderActions.folders.plist
    /Library/LaunchAgents:
    com.adobe.CS4ServiceManager.plist
    com.parallels.desktop.launch.plist
    com.symantec.uiagent.application.plist
    /Library/LaunchDaemons:
    com.adobe.versioncueCS4.plist
    com.parallels.desktop.launchdaemon.plist
    com.symantec.avscandaemon.plist
    com.symantec.deepsight-extractor.plist
    com.symantec.diskMountNotify.plist
    com.symantec.MissedTasks.plist
    com.symantec.navapd.plist
    com.symantec.navapdaemonsl.plist
    com.symantec.Sched501-1.plist
    com.symantec.Sched501-3.plist
    com.symantec.Sched501-4.plist
    com.symantec.sharedsettings.plist
    com.symantec.symdaemon.plist
    com.symantec.symSchedDaemon.plist
    StartupItems:
    ParallelsDesktopTransporter

  • Why my iPhone5C is getting Hang after updating to iOS8?

    After updating to iOS8 my iPhone5C is getting Hang Frequently once or twice a day. Please fix this problem releasing stable OS. Not only I am having same problem some of my friends having iPhone5C and 5S are also having same.
    Please release iOS8.0.1 or iOS8.0.2

    My 5c too was
    hanging
    Once I'd restarted it
    Now it has stopped hanging

  • [SOLVED] impossible to boot (UEFI-grub2) after update

    Hi,
    problem : after update my computer refuses to boot. It doesn't get to the grub2 (actually 1.99) menu, it just says : no boot device found.
    My hardware : Asus M8Z77-V LX motherboard with 1 SSD.
    In the bios I disabled the bios legacy option to force it to boot with UEFI.
    As I hadn't moved to systemd yet, I waited to update a while(2 months).
    Last week I updated several pacakges by hand (kernel, vlc, ...) : All updates that according to me didn't involve with systemd.
    Then I rebooted and ... problem.
    I have tried a whole weekend to solve it by browsing through the wiki's but to no avail.
    I can boot with live-cd and access my SSD. All data is there. I can also chroot and do stuff.
    The SSD is partitionned in GPT as follows :
    sda1 : 1 gb fat 32
    sda2 : 20 gb ext4 root
    sda3 : 20 gb ext4 var
    sda4 : 79 gb ext4 home
    I did not do any update of my bios or changed anything on my hardware.
    It seems that my bios does not see my SSD as UEFI-bootable device anymore.
    When I installed Arch in June on my brand new computer I made a backup with redobackup (partclone) of a working installation.
    As a final ressort I put back the image I created then.
    But it doesn't work either!
    Then I updated my bios but same problem.
    My bios can see the fat 32 partition. I know this because to update the bios it looks for attached fat 32 storage and there is shows the partition .
    I there anywone who can point me in a good direction?
    Thanks a lot in advance.
    Last edited by BelgiumArcher (2013-01-08 16:20:43)

    I am sorry if I lost your confidence. I can't find any contradictory info in my post.
    The Arch Wiki-Grub 2 says that you need to boot in UEFI before you can (re)install grub2.
    As my live-cd won't boot in UEFI mode, the only option is that I make a live-usb stick and see if that one will boot in UEFI.
    But in the end it is still strange that a software update breaks my Asus UEFI-boot.
    I just found another unlucky guy with a simular problem. I'll try his solution tonight.
    http://superuser.com/questions/372962/w … ot-manager
    http://superuser.com/questions/376470/h … -grub2-efi
    I will try the live-usb method and report on it later.

  • Boot process hangs if external firewire drive disconnected.

    I have an external firewire drive connected to my desktop at work. Time machine has been working well until someone disconnected the firewire drive. I didn't notice that it wasn't connected, but what I did notice was that the computer would hang at the grey screen during the boot process. Sometimes, I shut down the machine and then started it again, it would boot normally.
    Then I noticed that the firewire drive was disconnected. Once I reconnected it, there were no longer any problems. I haven't seen any posts about this topic but I have heard from other folks at work that they have had the same experience.
    So my real question is this: if I set up my MacBook Pro (which I carry back and forth to work on a daily basis) to have Time Machine back up to the Time Capsule at home, will the MacBook Pro be reluctant to boot when I'm not at home and Time Capsule is not available?

    Has no problem booting when disconnected from time machine

  • ITunes Hanging after updating few songs

    Just bought a new 80GB and have been trying transfer songs from my library. My library is in an external 200 GB hard disk. I upgraded to iTunes 7.2. Run XP
    Now i Tunes hangs regularly after updating songs ranging 20 to 200 or so songs. I have over 7k songs and find it a big trouble to force shut iTunes each time.
    Have tried resotring with same result.
    Any solutions I would be mighty obliged.

    I do not have shuffle turned on. I do have one track that without the check. I thought that this check meant skip when shuffling. When I look at the options for the track (Get Info/Options) "Skip when shuffling" is not checked. iTunes does not quit on this song.

  • Bug-Report: Hyper-V - VM shutdown process hangs after unmount ISO file on host computer

    Hello Microsoft team,
    my HYPER-V VM hangs after I did follow things:
    First I mount an ISO file into my Windows 8.1 Enterprise host (e.g. drive letter X:)
    Now I mount X: into my VM (gen. 1)
    Then I lost connection to X: on my host (e.g. unmount X: on my host computer)
    Now when I shutdown my VM, it will be hangs.
    I reproduced this on three computers with windows 8.1.
    Thanks for help and feedback,
    Gunnar

    Hello Gunnar,
    What do you mean about the sentence ‘mount X: into my VM (gen. 1)’?
    If I mount the Windows 8.1 ISO to drive H:, and then try to install the VM gen 1, it has no issues.
    If I just install the VM gen1 by using the Windows 8.1 ISO that have been mounted to drive H:, I still can’t find the issue.
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Safari hangs after Updating to Mavericks.

    Whenever I try to SWIPE(back and forward) between pages in safari, all the trackpad gestures stop working. I cannot even scroll up and down using trackpad. Tried the same in Chrome as well. Witnessed the same issue. But, in Chrome, I can go back to the previous page by clicking on the BACK button. While in Safari, clicking on the back button does not help. I can open and close tabs. but cannot use the trackpad gestures for anything in safari. Kindly help. I have noticed this only after updating to Mavericks. Beforre mavericks, everything was fine.
    Details:
    OS X 10.9
    Safari 7.0 (9537.71)
    Chrome Version 30.0.1599.101

    Sachin --
    This is a common situation.  Many third-party internet apps/plugins/extensions claim to be compatible with Macs.
    And many are not.  It's important to remember to check for any updates to this kinds or things prior to upgrade.
    At any rate, very happy you've got your problem resolved.

  • Very slow boot and hanging after login.

    About 2 days ago I put my Mac to sleep by closing the lid. The next day, after waking it up and logging in, I opened Firefox. Then I got the beachbubble which lasted for awhile but then firefox opened. Then I closed Firefox because the beachbubble had me worried, but after closing it I got another beachbubble. I held the power button on my macbook because the whole OS seemed locked up.
    Now whenever I boot, I stay at the apple logo screen for atleast 10 minutes, then when I finally reach login, whenever I click on something I get a beachbubble for awhile. If I do login, it seems to hang at the default wallpaper screen, but I can move my mouse.
    I don't remember updating or installing anything that might cause problems like this, but I'd like to do a time machine restore back a couple days, however I can't get to my desktop.
    Thanks in advance.
    I did try resetting the PRAM and NVRAM, twice atleast, I tried Safe Boot, I tried Verbose and Single-User mode. With my experience I couldn't do much in either, however I did type"exit" in Single-User mode, and when "DSMOS has arrived.", nothing happened.
    Oh, and I can't boot with only power without the battery, because I have a non-removeable battery, atleast, only Apple is supposed to touch it.

    Restart the system from the SL disc you have. If you aren't sure how to do that put it into the DVD drive and restart the computer holding down the Option key, when it comes up choose the disc in the DVD drive. If it attempts to install let it until it gets to the choose language. Once you are on that screen then click the Utilities menu and choose Disk Utility. Once DU is running then choose the internal HD and look for the S.M.A.R.T status. If it says Verified that is a good sign, if it says anything else kiss the HD goodbye. I hope you have a good back up of your system because you will need to replace the internal HD. If the machine is still covered by warranty or AppleCare then contact Apple and arrange for a repair. If the S.M.A.R.T status says the internal HD is Verified then choose Repair Disk, you may have to run this numerous times for it to be repaired.

  • 10.5.3 Slow/Hangs after update

    I have completed my "upgrade" from Tiger to Leopard with my Macbook Pro. After the initial install, I repaired permissions from the disk, installed the 10.5.3 combo update downloaded from apple.com, and then used software update to finish updating my other apple software (including a keyboard firmware update).
    Now I understand that there may still be some bugs with Leopard in general, but I want to source out and get rid of one major bug. The computer's resources don't seem to be used excessively by any specific applications...but the finder hangs for 10-20 seconds fairly regularly.
    The consistent one is when the login window first boots up, the second consistent hang is copying small files from folder to folder (even on the same boot drive!). Anyone have thoughts on specific preference files, or log files I can watch for? So far Leopard is getting a mediocre review.

    After starting over, a clean install, then migrating some of my old applications...things work great!

Maybe you are looking for

  • Writing HTML data in TEXT File

    I am writing HTML content in TEXT file ...I read it in a string and then write using PrintStream... But it writes all content on one line ..I want to write it as it was in source HTML file...

  • Integrating Nik plug-ins into an Aperture workflow

    Hi. In his response to a [posted question|http://discussions.apple.com/thread.jspa?threadID=2746051&tstart=0] about noise reduction, forum guru William Lloyd spoke highly of the Nik plug-ins. I also like them alot, but have stopped using them and don

  • Detecting TextAlignment in a Library based text Object

    Hi All, I have several text field objects that are shared (linked) to create a growing group text and button objects that are created at runtime. Oh, TLFtextField's are only being used, but that probably doesn't matter for the this set of issues. I t

  • Need a windows script to check all unix db boxes are pinging ?

    Hi , I need a windows script to check all unix remote db boxes are pinging ? I need to show the output in an html file. Can anyone suggest ideas ?

  • [SOLVED] Uzbl weird characters

    When viewing some pages in uzbl, such as Youtube, I am getting a cryptic character instead of what is supposed to be there. IIRC it means that the character it is trying to load doesn't exist in the current character map, correct? How can I fix this?