Grub starts, but drops to rescue mode: 'grub_term_highlight_color'

Howdy, all;
An upgrade involving grub seemed to go well, and it included an update to grub.  Ran grub-mkconfig, and rebooted.
Grub starts to load with "Welcome to Grub" before the menu loads, and then drops to rescue mode with the error:
"error: symbol 'grub_term_highlight_color' not found."
The only [solved] issue I can find is by user cfr, and the 'solution' isn't helpful:  cfr writes "This is sorted though I still don't know what on Earth I did".  Can't seem to find a solution in the Gentoo guides or even the Fedora forums.
If someone could point me to the right direction so I can solve this thing, I'd be grateful.
Thanks in advance!
[edited to add]:  insmod linux.mod and normal.mod both kick back the same 'highlight color' error.
Last edited by fionn (2013-10-12 16:34:16)

fionn wrote:
Howdy, all;
An upgrade involving grub seemed to go well, and it included an update to grub.  Ran grub-mkconfig, and rebooted.
Grub starts to load with "Welcome to Grub" before the menu loads, and then drops to rescue mode with the error:
"error: symbol 'grub_term_highlight_color' not found."
The only [solved] issue I can find is by user cfr, and the 'solution' isn't helpful:  cfr writes "This is sorted though I still don't know what on Earth I did".  Can't seem to find a solution in the Gentoo guides or even the Fedora forums.
If someone could point me to the right direction so I can solve this thing, I'd be grateful.
Thanks in advance!
[edited to add]:  insmod linux.mod and normal.mod both kick back the same 'highlight color' error.
Did you update files in /boot/grub via grub-install? The changes i grub-mkconfig depend on updated files in /boot/grub.

Similar Messages

  • Nomad Jukebox 2 Starting in Rescue Mode Automatically--HELP!!

    My Jukebox 2 froze, so I reset it with the paper clip, but it rebooted in rescue mode... I don't know which option to choose between Clean Up/Format All/Reload OS/Reboot. I tried reboot but it just starts in rescue mode anyway.
    If it is dead, I was wondering if I could somehow recover my music from the hard dri've. Please help! Thank you.

    Starting in rescue mode implies that the hard disk is broken. You can try disk cleanup, but I'm guessing it's unlikely to work.
    Failing this you can either contact Creative Support (links are in the FAQ post) to get it repaired, or try repairing yourself. If you want to try the latter post back here and I can give some more instructions.

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

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

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

  • My early 2011 Macbook Pro on start up has wifi, but drops it soon after and never comes back, AHT shows nothing wrong. Multiple wifi's tried and same on all.

    My early 2011 Macbook Pro on start up has wifi, but drops it soon after and never comes back, AHT shows nothing wrong. Multiple wifi's tried and same on all.  I have also re-installed OSX from scratch and still happens.

    I have the same problem. I have a white macbook 2010, with mavericks os. I just found my mac not powering on and then I tried to run it on safe mode by holding the shift button but it will turn off seconds after I let go of the shift button. I am able to access the desktop and use it while holding the shift button the whole time. It's a bit slower than before but I figured maybe it's because of holding down shift button.
    I went to the Apple Store to have them look at my mac and I was told it's a failed hard disk. I wasn't told why he was able to conclude that a failed hard disk is causing the problem, I was just told to get a replacement. But the thing is when I ran Disk Utility it says, "disk appears to be okay." So I also feel like it's possible it's not a hard disk issue because it's also the first time it happened. My mac was working perfectly fine before all this.
    Do you know anything else that could cause this problem? Were you able to find out what's wrong?
    Thanks.

  • Oracle 10.2G - windows service started but instance is in nomunt mode

    Hello
    I have trouble with oracle 10.2G in windows 2003...
    I run following command:
    oradim.exe -startup -sid sid_name -usrpwd pass -starttype srvc,inst
    After above command, windows service has status "started", but instance is in nomunt mode.
    In alert.log I don't see any error...
    Thanks for any help.
    Regards

    in oradim.log I found following error:
    Tue Dec 18 05:00:02 2007
    ORA-01017: incorrect username/password; logon refuse
    but I don't change any password...
    This is my alertlog:
    Tue Dec 18 05:00:01 2007
    ORACLE V10.2.0.2.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows Server 2003 Version V5.2 Service Pack 1
    CPU : 4 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:1468M/2047M, Ph+PgF:3527M/3947M, VA:1940M/2047M
    Tue Dec 18 05:00:01 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as D:\oracle\ora102\RDBMS
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.2.0.
    System parameters with non-default values:
    processes = 150
    timed_statistics = TRUE
    resource_limit = TRUE
    shared_pool_size = 209715200
    shared_pool_reserved_size= 20971520
    trace_enabled = FALSE
    nls_language = POLISH
    nls_territory = POLAND
    nls_sort = POLISH
    sga_target = 838860800
    control_files = D:\ORACLE\ORA92\DATABASE\CONTROL01.CTL, D:\ORACLE\ORADATA\TETA\CONTROL02.CTL
    db_block_size = 8192
    compatible = 10.2.0
    db_files = 100
    db_file_multiblock_read_count= 8
    fast_start_mttr_target = 0
    undo_management = AUTO
    undo_tablespace = ROLLBACK_DATA
    O7_DICTIONARY_ACCESSIBILITY= TRUE
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    instance_name = TETA
    session_cached_cursors = 100
    job_queue_processes = 5
    parallel_min_servers = 0
    parallel_max_servers = 0
    background_dump_dest = D:\ORACLE\ADMIN\TETA\BDUMP
    user_dump_dest = D:\ORACLE\ADMIN\TETA\UDUMP
    core_dump_dest = D:\ORACLE\ADMIN\TETA\CDUMP
    db_name = TETA
    open_cursors = 2048
    star_transformation_enabled= FALSE
    pga_aggregate_target = 157286400
    workarea_size_policy = AUTO
    aq_tm_processes = 1
    PMON started with pid=2, OS id=291912
    PSP0 started with pid=3, OS id=142740
    MMAN started with pid=4, OS id=656244
    DBW0 started with pid=5, OS id=652136
    LGWR started with pid=6, OS id=755832
    CKPT started with pid=7, OS id=226276
    SMON started with pid=8, OS id=661212
    RECO started with pid=9, OS id=467040
    CJQ0 started with pid=10, OS id=157796
    MMON started with pid=11, OS id=249832
    MMNL started with pid=12, OS id=795116
    Tue Dec 18 05:00:02 2007
    Oracle Data Guard is not available in this edition of Oracle.
    Regards

  • HT1455 I have started my computer in safe mode as recommended but not long after the grey Apple icon appears with the spinning gear it automatically shuts down! any suggestions?

    I have started my computer in safe mode as recommended but not long after the grey Apple icon appears with the spinning gear it automatically shuts down! any suggestions?

    Try these options:
    Credit Kappy.
    This support article addresses a 'blue scree';
    http://support.apple.com/kb/PH7212
    Ciao.

  • Hello Mans and Womans! I live the problem to my iphone.While I was updating firmware update(my iphone is iphone 3G iOS 4.1.2) 4.2, the iphone gave an error(1015:error type).And now, the phone be rescue mode.I tried a lot of method, but ı didnt succesful

    Hello Mans and Womans! I live the problem to my iphone.While I was updating firmware update(my iphone is iphone 3G iOS 4.1.2) 4.2, the iphone gave an error(1015:error type).And now, the phone be rescue mode.I tried a lot of method, but ı didnt succesful it.Please help mee!!

    You can try putting the iPhone into DFU mode and see if that will let you restore and remove the jailbreak:
    http://osxdaily.com/2010/06/24/iphone-dfu-mode-explained-and-how-to-enter-dfu-mo de-on-your-iphone/
    Some jailbreaks cannot be removed and in some cases will permanently disable your iPhone. If that happens to you, then you will have to buy a new iPhone; Apple will provide no support, warranty or out-of-warranty, for a jailbroken iPhone.
    You're on your own from here. We can provide no further help with a jailbroken iPhone in these forums.
    Good luck.

  • Windows wil not load..it goes to the restart screen for safe/normal mode/tries to start but returns to the same screen for safe /normal mode...Help

    What has happened...when starting in bootcamp, windows does not load. It goes to the restart in safe/safe with networking/normal mode.  When I choose any of these windows screen comes up and the lttle blue balls start to roll.  then screen goes blank as if windows is to start but goes back to the resrat in safe/etcmode.  Help...

    Did you burn the DVD from ISO?
    Did Windows get fully installed & updated? added Apple Boot Camp after?
    If you still don't have 10.6, you won't have Boot Camp 3.x drivers (and later) for Windows 7.
    How large a partition did you create?
    How long if at all was it working normally?
    The last update, install or change made was.....?

  • My Mac Pro wouldn't start but in safe mode.  How do I fix it?

    My Mac Pro froze and I tried to restart it.  I had just removed cookies and used Tune My Mac.  All I get is the apple screen, then it goes black, then white with spots, to white.  Nothing else.  I tried all of the recommended ways to start it and resorted to safe mode.  How do I get it back to the regular start up?

    This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
    If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running a program at the instance of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
    Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    clear; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; R () { o=; [[ r -eq 0 ]]; }; Pm () { [[ "$o" ]] && o=`sed 's/^ */   /' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pc () { o=`egrep -v '^[[:blank:]]*($|#)' "$2"`; Pm "$1"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o="${o##+( )}"; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=`system_profiler SPHardwareDataType | awk '/Mem/{print $2}'`; o=$((o<4?o:0)); Ps "Memory (GB)"; o=`system_profiler SPDiagnosticsDataType | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; o=`pmset -g therm | sed 's/^.*CP/CP/'`; egrep -q 'No th|pms' <<< "$o" && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; grep -q '= [^GO]' <<< "$o" || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; d=(/ ""); D=(System User); for i in 0 1; do o=`cd ${d[$i]}L*/L*/Dia* && ls | grep -v 'ag$' | tail | awk -F_ '{$NF=a[split($NF,a,".")]; print}'`; Pm "${D[$i]} diagnostics"; done; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|ssert|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process \"$s\" with UID ${s[1]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process \"$s\" with UID ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; for d in {/,}L*/{La,Priv,Sta}*; do o=`find "$d" -type f -exec sh -c 'file -b "$1" | egrep -q "XML|bin|exec"' {} {} \; -print`; Pm "$d"; done; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print`; Pm "Unsigned shared libraries"; o=`launchctl getenv DYLD_INSERT_LIBRARIES`; Pm "Inserted libraries"; o=`find {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep :`; Pm "Profiles"; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(grep -v 'host *$' /etc/hosts); Pc "User launchd" ~/.launchd; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist ! -exec sh -c 'plutil -s "$1" >&-' {} {} \; -print`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} files"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important.
    If you're not logged in as an administrator, you won't be prompted for your password. The test will still run. It just won't do anything that requires administrator rights.
    The test may take up to a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. There wiil be nothing in the Terminal window and no indication of progress until it's done. Wait for the line "[Process completed]" to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
    When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    When you post the results, you might see the message, "You have included content in your post that is not permitted." That's because the forum software falsely identifies something in the post as a violation of the terms of use. If that happens, please post the results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Boot stopped at "Rescue mode"

    Hey guys,
    I've been using archlinux for a while now (laptop & homeserver). Though I got a dedicated root server (@strato) for a few reasons, I thought I'd give it a try there, too.
    Yet I have to deal with a little problem, though. Installation via the 'squashfs-method' using the RecoverySystem went smoothly. But when I try to boot the maschine, it doesn't start up properly.
    Below's the output of the serial console after grub. I can't see the rescue shell itself, though. Dunno if that's due to the serial attachment.
    Welcome to Arch Linux!
    [ OK ] Set up automount Arbitrary Executable File Formats F...utomount Point.
    [ OK ] Listening on Journal Socket.
    Starting Apply Kernel Variables...
    Starting Journal Service...
    [ OK ] Started Journal Service.
    Mounting Debug File System...
    Starting Setup Virtual Console...
    Mounting Huge Pages File System...
    Starting Create static device nodes in /dev...
    Mounting POSIX Message Queue File System...
    [ OK ] Reached target Encrypted Volumes.
    Mounting Configuration File System...
    [ OK ] Listening on udev Kernel Socket.
    [ OK ] Listening on udev Control Socket.
    Starting udev Coldplug all Devices...
    [ OK ] Reached target Swap.
    Mounting Temporary Directory...
    Starting Remount Root and Kernel File Systems...
    Expecting device dev-sda1.device...
    [ OK ] Started Apply Kernel Variables.
    [ OK ] Mounted Debug File System.
    [ OK ] Started Setup Virtual Console.
    [ OK ] Mounted Huge Pages File System.
    [ OK ] Started Create static device nodes in /dev.
    [ OK ] Mounted POSIX Message Queue File System.
    [ OK ] Mounted Configuration File System.
    [ OK ] Mounted Temporary Directory.
    [ OK ] Started Remount Root and Kernel File Systems.
    [ OK ] Started udev Coldplug all Devices.
    Starting Load Random Seed...
    Starting udev Kernel Device Manager...
    [FAILED] Failed to start Load Random Seed.
    See 'systemctl status systemd-random-seed-load.service' for details.
    [ 2.685427] systemd[1]: Failed to start Load Random Seed.
    [ OK ] Started udev Kernel Device Manager.
    [ OK ] Reached target Local File Systems (Pre).
    [ OK ] Found device M4-CT128M4SSD2.
    Mounting /boot...
    [ OK ] Mounted /boot.
    [ OK ] Reached target Local File Systems.
    Starting Recreate Volatile Files and Directories...
    Starting Trigger Flushing of Journal to Persistent Storage...
    [ OK ] Started Recreate Volatile Files and Directories.
    Starting Update UTMP about System Reboot/Shutdown...
    [ OK ] Started Update UTMP about System Reboot/Shutdown.
    [ OK ] Started Trigger Flushing of Journal to Persistent Storage.
    [ OK ] Reached target System Initialization.
    Starting Rescue Shell...
    [ OK ] Started Rescue Shell.
    [ OK ] Reached target Rescue Mode.
    The output states to look at the journal, but when I chroot into arch or try to look at the journal by hand, all journals are empty.
    Any ideas what could be wrong? What files shall I provide for better help?
    I've looked up some threads in the forum, but none of the ones I found were helping with my issue.
    Thanks for your help in advance!
    Cheers,
    willi hunger

    I've added extended logging to the console, so there are a few more things to show the errors:
    [ OK ] Mounted /boot.
    [ OK ] Reached target Local File Systems.
    Starting Recreate Volatile Files and Directories...
    Starting Trigger Flushing of Journal to Persistent Storage...
    [ OK ] Started Recreate Volatile Files and Directories.
    Starting Update UTMP about System Reboot/Shutdown...
    [ OK ] Started Update UTMP about System Reboot/Shutdown.
    [ OK ] Started Trigger Flushing of Journal to Persistent Storage.
    [ OK ] Reached target System Initialization.
    Starting Rescue Shell...
    [ OK ] Started Rescue Shell.
    [ OK ] Reached target Rescue Mode.
    [ 2.915824] systemd[255]: Failed at step CHDIR spawning /bin/plymouth: No such file or directory
    [ 2.934292] systemd[257]: Failed at step CHDIR spawning /bin/echo: No such file or directory
    [ 2.952007] systemd[260]: Failed at step CHDIR spawning /sbin/sulogin: No such file or directory
    [ 2.970414] systemd[263]: Failed at step CHDIR spawning /usr/bin/systemctl: No such file or directory
    Remember, this is a fresh installation. Only the base base-devel and vim packages are installed.
    Any ideas?

  • REscue Mode won't work - mi

    Hello,
    My wife's micro won't go past the creative screen when you start it up. When it is in rescue mode nothing will work. It was on format all night and did nothing. The screen still said formatting. I think it should be done in 6 hours. I was going to reinstall the firmware, but the computer won't recognize the player. Sounds like it's time to send it into creative. I'm hoping someone knows a way to fix it, but I kind of doubt it.

    As per the FAQ post, if functions in rescude mode aren't working then the player is faulty. This is probably one of the two most common faults with the player, perhaps caused by a faulty hard dri've.

  • Network Boot (Rescue Mode)

    I need to rescue a OL5 VM guest the other day and discovered you can Network boot into rescue mode by using the following arguments in the boot string.
    --args rescue http://server/pathtodistribution
    Just thought I would share. You could always just mount the virtual disk on another host but to me... this is simpler and faster.

    I've added extended logging to the console, so there are a few more things to show the errors:
    [ OK ] Mounted /boot.
    [ OK ] Reached target Local File Systems.
    Starting Recreate Volatile Files and Directories...
    Starting Trigger Flushing of Journal to Persistent Storage...
    [ OK ] Started Recreate Volatile Files and Directories.
    Starting Update UTMP about System Reboot/Shutdown...
    [ OK ] Started Update UTMP about System Reboot/Shutdown.
    [ OK ] Started Trigger Flushing of Journal to Persistent Storage.
    [ OK ] Reached target System Initialization.
    Starting Rescue Shell...
    [ OK ] Started Rescue Shell.
    [ OK ] Reached target Rescue Mode.
    [ 2.915824] systemd[255]: Failed at step CHDIR spawning /bin/plymouth: No such file or directory
    [ 2.934292] systemd[257]: Failed at step CHDIR spawning /bin/echo: No such file or directory
    [ 2.952007] systemd[260]: Failed at step CHDIR spawning /sbin/sulogin: No such file or directory
    [ 2.970414] systemd[263]: Failed at step CHDIR spawning /usr/bin/systemctl: No such file or directory
    Remember, this is a fresh installation. Only the base base-devel and vim packages are installed.
    Any ideas?

  • OSR 10.3 server drops into ADMIN mode

    Using WL 10.3, jrockit_160_05 on RH on a 2 node cluster with the registry.war deployed to a single server within the cluster.
    The server running Oracle Service Registry application will drop into ADMIN mode, but not much is logged in the server log. There were no entries in the log for over an hour prior to the server dropping out of RUNNING status, and no one is logged in ( "no active sessions" )
    <May 26, 2009 11:20:26 AM EDT> <Warning> <Socket> <BEA-000450> <Socket 12 internal data record unavailable (probable closure due idle timeout), event received 17>
    <May 26, 2009 1:08:05 PM EDT> <Alert> <WebLogicServer> <BEA-000396> <Server lock has been requested by <WLS Kernel>>
    <May 26, 2009 1:08:05 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to SUSPENDING>
    <May 26, 2009 1:08:05 PM EDT> <Notice> <HTTP> <BEA-101278> <There are no active sessions. The Web service is ready to suspend.>
    <May 26, 2009 1:08:05 PM EDT> <Notice> <Cluster> <BEA-000163> <Stopping "async" replication service>
    <May 26, 2009 1:08:05 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    The server has to be shutdown and restarted and will run for a few days before repeating.
    Has anyone seen this behavior?

    I second hisaaks and mmeyers opinion.
    It is much discussed but documented and widely known (and though often thought to be not necessary) prequisite for OSB clustering. Compared to WLS clustering there some limitations.
    You can only have one cluster in a OSB domain, if there is more than one maneged servers you have to put them in a cluster.
    Like it or not, the product requires it. IMHO it is acceptable. My guess is that one reason for it are the uniformely distributed queues used within OSB.
    IMHO the real problems start, when you think about extending the cluster after creating the domain, then you have to manually set all these queues and distributed queues and JMS modules and everything that gets typically targetted for you by the domain wizzard. Or is there a solution for it yet? (Sorry to hijack your thread).
    regards,
    Barossa.

  • How to reload OS from rescue mode - Jukebo

    <SPAN class=postbody>I had .0.06 OS on my JB3. After numerous times trying to load .40.06 and getting the error message "You can not use this version in your player - please download a suitable firmware upgrade", I went into rescue mode and activated "reload OS". Maybe that was rash, but you know how it is when frustration kicks in. Well, this deleted the OS and the unit rebooted back into Rescue mode. Fine, but now it still will not download .40.06.
    <SPAN class=postbody>After searching this site more I found my original f/w version. After trying to load this, I get the error message "Your player can not start up properly. Please roboot your player and run this application again". well, I rebooted and tried downloading again and again and again to no avail. What's going on? How on earth do I get an OS back into this thing. Or am I SOL!
    <SPAN class=postbody>BTW, I was tying to upgrade because the player was frequently locking up - particularly during shutdown. I'm using .26.02 driver. Can anyone help?

    I don't really have easy acces to another computer. I have a number of other peripherals that work fine with my USB ports, so it seems unlikely that that would be the problem. On someone else's suggestion - I took the driver back to .20.04c, but unfortunately it made no difference. I still get the message "Player can not start up properly" (with f/w .0.06)I hadn't noticed before, but when the unit powers up, after the "EAX" splash screen, the message "firmware problem" briefly flashes before it goes into rescue mode. I would think this just means that there is no OS installed, but maybe there's something else going on too. I've spent hours on trying various combinations of drivers and downloads - both USB and firewire. Either the f/w setup is ridiculously flaky, or it's toast!.
    Thanks for the help though.Bruce.

  • Rescue Mode?

    When I turn on my Zen Xtra jukebox a rescue mode window opens with four commands
    . clean up
    2.format all
    3.reload os
    4.reboot
    Not sure what to do to get player to function properly. PLEASE HELP!

    I keep clicking the clean up but then when the window opens it ask to continue and I click the check and then it goes back to the four option window and does nothing. I've also tried the reboot and then clean up but nothing happens. I did drop the player but it was working after I did. Any other suggestions? I sure would hate to loose my music. I've been collecting from various sources for 5 years now!

Maybe you are looking for

  • Network printing with time capsule doesn't work with OS X Lion

    I have a canon printer which will print when it is set up and connected to my imac.  However when it is set up and connected to time capsule it will not print.  It thinks it has completed the job but it hasn't. I think that this may have something to

  • How to install Garageband which is downloaded on a desktop?

    I need to install Garageband on my iPhone 4S. As it's around 900 MB in size, I am planning to download it on my Windows desktop. My question is, once I have downloaded it, will I be able to install the file on my phone? If so, how?

  • Exporting timeline...

    Hi, I always like to be here and read other's issues, fixes, suggestions, tips and ideas. Great!!! and really like it. As I'm a newbie who moved to Mac from painful Windows recently, I might be asking fundamental questions now and then. So, please be

  • Solar Learning Map in web browser issue

    Hi I have assigned Learning material and end users in SOLAR02, after i created a learning map in SOLAR_LEARNING_MAP. the problem is when is display learning map in web browser it is only showing the structure with all the units, but the documents ass

  • Ipad cloning

    I want to move everything from a 16GB to a 64 GB iPad.  Can I clone everything, including apps, free digital downloads from local library whiich includes Kindle books and Zinio magazines, free podcasts, my Cox email, etc.? There are no movies, pictur