OS Mavericks won't boot without using safe mode

My macbook pro won't boot up when its not in safe mode. It gets to the apple screen and then freezes but I can move the mouse around. Safari also won't open even when it is booted in safe mode.

If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostic  test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary on general principle, not because of anything in this comment. 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 suggestion 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 run the test in safe mode, proceed anyway.
If you have more than one user, and the one affected by the problem is not an administrator, then please run the script 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, just run the script 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; shopt -s extglob; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; Fu='User %s%%\t\tSystem %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 SPDiagnosticsDataType | sed '5,6!d'); [[ "$o" =~ Pass ]] || Pm "POST"; o=$(pmset -g therm | sed 's/^.*CP/CP/'); grep -q 'No th' <<< "$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"; o=$(ls /L*/L*/Dia*/*.panic | wc -l); Ps "Panics"; o=$(ls /L*/L*/Dia*/*.c* | tail); Pm "System crash logs"; o=$(ls L*/L*/Dia* | tail); Pm "User crash logs"; o=$(syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'); Pm "Kernel messages"; o=$(df -m / | awk 'NR==2 {print $4}'); [[ $o -lt 5120 ]] && Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( $(sar -u 1 10 | sed '$!d') ); [[ ${s[4]} -lt 90 ]] && o=$(printf "$Fu" ${s[1]} ${s[3]}) || o=; Pm "Total CPU usage" && o=$(ps acrx -o comm,ruid,%cpu | sed '2!d'); Pm "Max %CPU by process (name, UID, %)"; 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 "Loaded extrinsic daemons"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); Pm "Loaded extrinsic user agents"; for d in {/,}L*/{La,Priv,Sta}*; do o=$(ls -A "$d" | egrep -v '^(\.DS_Store$|com\.apple\.)'); 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" <(sed '1,10d' /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"; 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 script will run anyway, but it will produce less information. In most cases, the difference is not important, so don't worry about it.
If you're not logged in as an administrator, you won't be prompted for your password. The script will still run. It just won't do anything that requires administrator rights.
The script may take up to a few minutes to run, depending on how many files you have and the speed of the computer. There is no indication of progress until it's done. Wait for the line "[Process completed]" to appear in the Terminal window.
You can then quit Terminal. The output of the script will have been copied to the Clipboard automatically. All you have to do is paste into a reply to this message by pressing command-V again. Please don't copy anything from the Terminal window.
If any personal information, such as your name or email address, appears in the output, anonymize it before posting. Usually that won't be necessary.
When you post the output, 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 output 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 output of the script. 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.

Similar Messages

  • Won't boot in windows safe mode

    I have a satellite 205, 20 months old, that began intermittently going to blue screen, then the problem became permanent upon start-up, including a partial display of windows logon screen, then the blue screen wtih message, "attempt to reset display driver & recover from time out failed", with reference to driver igdkmd32.sys. I could boot in safe mode. Attempts to update the driver resulted in a successful boot once, but soon went back to blue screen and boot menu.  I restored with CD to out-of-box condition, but no improvement; worse if anything.  It continuously recycles after initial start-up window and won't even reboot in safe mode.  It shows a couple of bands of screen when trying to start windows, including black dots and even strange sound like a plucked guitar string.  I booted from CD several times, and ran memory checks and chkdsk, even reset the memory.  No problems revealed. 
    I can't find anything else to try and would appreciate any suggestions.

    I restored with CD to out-of-box condition, but no improvement; worse if anything.
    Service time.
       Locate a Toshiba Service Center
    -Jerry

  • Dual G5 won't boot unless in safe mode post iLife 09' installation.

    Alright so a few hours ago I had installed iLife 09 and the computer refused to restart therefor I did a manual force shutdown (by holding the power button till it shut off).
    When I booted the computer up it began to load at the "spinning grey screen" then shut off within a few seconds.
    I booted it in safe mode to try to fix the problem by uninstalling iLife by removing the files from the applications folder and deleting the receipts. After rebooting I still had the same issue.
    Then I booted up in safe mode once more to open up Disk Utilities to fix the permissions. Found a few things it changed then rebooted once more... No dice.
    http://discussions.apple.com/thread.jspa?threadID=2022959&tstart=60 I took a look at that thread, booted up in single user mode ran the commands and still nothing.
    Additional note that seems different than most posts i've read so far:
    I cannot boot from another hard drive (internal, external or partition) unless I am in safe mode.

    HI,
    Can you boot from your install disk?
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger and later) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    *(Check S.M.A.R.T Status of HDD at the bottom of right panel. It should say: Verified)*
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    When you are finished with DU, from the Menu Bar, select Utilities/Startup Manager.
    Select your start up disk and click Restart
    While you have the Disk Utility window open, look at the bottom of the window where you see Capacity and Available. *Make sure there is always 15% free disk space.* Not enough disk space can cause directory corruption.
    Carolyn

  • G5 won't boot other than 'safe mode'

    I've got a first gen. G5 DP1.8 I use exclusively at work. My system locked two days ago, so I forced quit and restarted.
    After that the system attempts to boot, then aborts. Came in yesterday morning and it fired up, fine. Restarted just to check it out and that was the last time it has booted in anything other than safe mode. I've reset the PRAM, NVRAM, PMU/SMU, repaired permissions, cache, all the usual stuff. I've tried removing startup items, etc. Seems to be a startup issue as the unit will boot in 'safe'. Finally out of frustration, I upgraded the OS to 10.3.8 thinking that could repair whatever startup issues, but no. I CANNOT get the machine to boot. I get the chime, booting screen, mac icon, and spinning, then it shuts down.
    Here's part of the system log if it helps (the first half is an attempted normal boot, the second half is safe mode):
    Jan 1 00:06:06 localhost syslogd: restart
    Jan 1 00:06:06 localhost syslogd: kernel boot file is /mach_kernel
    Jan 1 00:06:06 localhost kernel: standard timeslicing quantum is 10000 us
    Jan 1 00:06:06 localhost kernel: vmpagebootstrap: 249741 free pages
    Jan 1 00:06:06 localhost kernel: migtable_maxdispl = 68
    Jan 1 00:06:06 localhost kernel: IOKit Component Version 7.4:
    Jan 1 00:06:06 localhost kernel: Wed May 12 16:54:39 PDT 2004; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    Jan 1 00:06:06 localhost kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jan 1 00:06:06 localhost kernel: The Regents of the University of California. All rights reserved.
    Jan 1 00:06:06 localhost kernel:
    Jan 1 00:06:06 localhost kernel: using 2621 buffer headers and 2621 cluster IO buffer headers
    Jan 1 00:06:06 localhost kernel: DART enabled
    Jan 1 00:06:06 localhost kernel: AppleU3: WARNING: platform-chip-fault expected, but not found
    Jan 1 00:06:06 localhost kernel: Local FireWire GUID = 0xa95ff:0xfeb0a22c
    Jan 1 00:06:06 localhost kernel: ApplePMU::PMU FORCED SHUTDOWN, CAUSE = -122
    Jan 1 00:06:06 localhost kernel: Security auditing service present
    Jan 1 00:06:06 localhost kernel: BSM auditing present
    Jan 1 00:06:06 localhost kernel: From path: "/ht/pci@7/k2-sata-root/k2-sata@0/disk@0:9,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/ht/pci@7/k2-sata-root/k2-sata@0/@0:9</string></dict>
    Jan 1 00:06:06 localhost kernel: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/Maxtor 6Y160M0 Media/IOApplePartitionScheme/Untitled@9
    Jan 1 00:06:06 localhost kernel: BSD root: disk0s9, major 14, minor 12
    Jan 1 00:06:07 localhost kernel: Jettisoning kernel linker.
    Jan 1 00:06:09 localhost kextd[87]: registering service "com.apple.KernelExtensionServer"
    Jan 1 00:06:10 localhost kernel: Resetting IOCatalogue.
    Jan 1 00:06:11 localhost kernel: Matching service count = 1
    Jan 1 00:06:11 localhost kernel: NVDANV30HAL loaded and registered.
    Jan 1 00:06:12 localhost kernel: IOPlatformControl::registerDriver Control Driver AppleK2Fan did not supply current-value, using default
    Jan 1 00:06:12 localhost kernel: IOPlatformControl::registerDriver Control Driver AppleK2Fan did not supply target-value, using default
    Jan 1 00:06:12 localhost kernel: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Jan 1 00:06:14 localhost lookupd[125]: lookupd (version 324.5) starting - Sun Jan 1 00:06:14 2012
    Jan 1 00:06:14 localhost kernel: UniNEnet: Ethernet address 00:0a:95:b0:a2:2c
    Jan 1 00:06:15 localhost diskarbitrationd[106]: disk0s9 hfs A1A463D9-2067-3BC5-BB8F-207C1EA6026B Macintosh HD /
    Jan 1 00:06:15 localhost SystemStarter: Welcome to Macintosh.
    Jan 1 00:06:15 localhost SystemStarter: Safe Boot
    Jan 1 00:06:15 localhost diskarbitrationd[106]: disk1s3 hfs 7899CE35-7938-3FDC-B5E6-B29320738B05 Audio Drive /Volumes/Audio Drive
    Jan 1 00:06:16 localhost ConsoleMessage: Starting SecurityServer
    Jan 1 00:06:16 localhost ConsoleMessage: Starting Apple Multicast DNS Responder
    Jan 1 00:06:16 localhost ConsoleMessage: Starting kernel event agent
    Jan 1 00:06:16 localhost ConsoleMessage: Starting timed execution services
    Jan 1 00:06:16 localhost ConsoleMessage: Initializing network
    Jan 1 00:06:18 localhost SystemStarter: Starting SecurityServer
    Jan 1 00:06:18 localhost SystemStarter: Starting Apple Multicast DNS Responder
    Jan 1 00:06:18 localhost SystemStarter: Starting kernel event agent
    Jan 1 00:06:18 localhost SystemStarter: Starting timed execution services
    Jan 1 00:06:18 localhost SystemStarter: Initializing network
    Jan 1 00:06:18 localhost mDNSResponder[181]: mDNSResponder-58.8 (Apr 24 2004 20:38:40) starting
    Jan 1 00:06:20 localhost kernel: ApplePMUUserClient::setProperties WakeOnACchange 0
    Jan 1 00:06:21 localhost kernel: NVDA::doDriverIO() allocating ndrv instance data rec. fNDRVInstanceData = 0x120a9000
    Jan 1 00:06:21 localhost kernel: NVDA,Display-A: vram [a8000000:08000000]
    Jan 1 00:06:21 localhost kernel: NVDA::doDriverIO() allocating ndrv instance data rec. fNDRVInstanceData = 0x120fc000
    Jan 1 00:06:21 localhost kernel: NVDA,Display-B: vram [00000000:01000000]
    Jan 1 00:06:22 localhost SystemStarter: The "HasShadow" window property is obsolete. Use CGSSetWindowShadowAndRimParameters(cid, wid, 0.0,0.0, 0,0, CGSNoShadowStyle) to turn off the window shadow instead. Set a break-point on CGSLogMessage to find out where this property is set.
    Jan 1 00:06:23 localhost ConsoleMessage: Checking disks
    Jan 1 00:06:23 localhost syslogd: /dev/console: Input/output error
    Jan 1 00:06:23 localhost init: kernel security level changed from 0 to 1
    Jan 1 00:06:28 localhost loginwindow[203]: Sent launch request message to DirectoryService mach_init port
    Jan 1 00:06:28 localhost DirectoryService[205]: Launched version 1.8 (v256.6)
    Jan 1 00:06:34 localhost SystemStarter: Waiting for network initialization
    Jan 1 00:06:37 localhost SystemStarter: Waiting for network initialization
    Jan 1 00:06:40 localhost configd[105]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jan 1 00:06:40 localhost SystemStarter: Waiting for network initialization
    Jan 1 00:06:40 localhost set-hostname[221]: setting hostname to xxx-xxx's-Computer.local
    Jan 1 00:06:43 localhost SystemStarter: Waiting for network initialization
    Jan 1 00:06:44 localhost ConsoleMessage: Loading Shared IP extension
    Jan 1 00:06:44 localhost SystemStarter: Loading Shared IP extension
    Jan 1 00:06:44 localhost ConsoleMessage: Starting printing services
    Jan 1 00:06:44 localhost SystemStarter: Starting printing services
    Jan 1 00:06:44 localhost ConsoleMessage: Loading IP Firewall extension
    Jan 1 00:06:44 localhost SystemStarter: Loading IP Firewall extension
    Jan 1 00:06:45 localhost kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging disabled
    Jan 1 00:06:45 localhost kernel: IPv6 packet filtering initialized, default to accept, logging disabled
    Jan 1 00:06:45 localhost kernel: IP firewall loaded
    Jan 1 00:06:45 localhost ConsoleMessage: Starting internet services
    Jan 1 00:06:45 localhost SystemStarter: Starting internet services
    Jan 1 00:06:45 localhost xinetd[274]: 274 {init_services} no services. Exiting...
    Jan 1 00:06:46 localhost SystemStarter: Startup complete.
    Any help would be appreciated!
    G5 DP 1.8 rev 1, 160/1g/SD   Mac OS X (10.3.8)  

    Apparently this has something to do with temp? The
    machine will cold boot first thing in the morning
    with no problem, but once it's been on for a couple
    of minutes it will not restart (except in safe
    mode).
    It sounds like you have some component changing value with heat. It's hard to tell if it would be on the logic board or in the power supply though without swapping them out. It's strange it starts in safe mode though. Did you try resetting your open firmware?
    Open Firmware reset: Hold the CommandOption+OF keys during startup. At the '>' prompt type:
     >reset-nvram
     Return
      >set-defaults
     Return
      >reset-all
     Return
    -Bmer
    Mac Owners Support Group
    Join Us @ MacOSG.com
     An Apple User Group 
    ITMS: MacOSG Podcast >>

  • MacPro 1,1 July 07 won't boot except in safe mode

    Hi everyone hope one of you is a real man of genius. My mac pro started freezing then wouldn't restart, it would hang on the blue screen @ start up with just a cursor. I tried all remedies I know (flashing everything,resetting everything,hardware check,tech tools,disk warrior,ram and battery removal) and same problem. I then did a clean install of snow leopard and then it hung on the grey screen. After many clean installs got it to work in normal mode once but then froze a week later. I also did a clean install of leo and it hangs on the blue screen still. It will start in safe mode no problem. I installed a new hard drive and new install with same results. It is a hardware problem for sure after new hard drives and clean installs and its not the memory, I installed them one at a time and got same results.
    I feel it has to be the nvidia 7300 but I have no artifacts or lines or distortion before it occurred.
    Please Please help me ! Been on Macs for 10 years and never had a problem. I use my mac for work and am losing $ daily!!! I live in NYC and taking it to apple will be expensive and very painful.
    I just want to be fairly sure if its the video before I spend $350 on the ATI 4870.
    Thanks in advance and Happy New Year fellow Mac freaks!

    RAM has to be installed in matched pairs, not one at a time, one set at a time?
    Disconnected all the devices and cables? and just k/b and mouse left?
    Pulled all the hard drives out except one?
    Disk Warrior etc are current and on a reliable current "Apple-only" boot drive? and that drive system works 100%?
    The 1,1 has an SMC button for reset - under drive bay #4 and just above PCI slot #4 at top, takes 5 seconds only to reset.
    I had to throw out my Apple RAM (4 x 512) last year as it was beginning to fail. And replaced the 7300GT with 8800GT before they vanished.
    OWC sells an ATI 3870 - but maybe those are gone now? and looked to be over priced (was $219 before).
    The best way to format a drive is to install Windows and if you have WDC drives, use WD's latest diagnostic utility. It does work, and better than Mac OS utiliities.
    Not sure what there is to flash, other than SMC reset and PRAM/NVRAM not much.
    I'd install Tiger OEM that it came with if you can just to see how that behaves.

  • MacBook Pro won't boot regularly or safe mode, getting patches of black white and grey noise on screen

    It was giving me video problems at first and now has pixelated black grey and white designs popping up when I turn it on. It loaded up in safe mode the other week but now it just stays at the gray apple and spinning icon.
    I am posting this from an iPhone right now so I am not sure how to attach the picture I took. I will try to upload it after.

    Apple store genius bar is the place to go for a definitive diagnosis.  If it is the logic board, you may be in market for a replacement MBP.  Unless you have some emotional attachment to that particular MBP, it may not be cost effective to repair it.  (I note that yours is a pre-Unibody MBP)
    If you are lucky and it is the display, you might be able to get a replacement from iFixit or Powerbook Medic for a reasonable price and do the swap yourself.
    Good luck.
    Ciao.

  • OS 10.2 Won't boot even in safe mode

    I was having problems with the Finder on my work i-book so reinstalled the OS. The first disc was fine, though the second wouldn't be recognised. Since it said that this disc could be installed later, I quite the installation and rebooted.
    I went to the log-in screen and discovered that my password would not be recognised.
    So I used the install disc again to reset the passwords, though didn't actually do the installation again (and since it wouldn't let me shut down properly within the Installer I had to reset the computer by just holding down the power button).
    Upon restarting the password now worked, though when I logged in I got taken into Darwin. Since I didn't really know what to do I restarted again by holding down the power button.
    And now nothing happens. I get to the grey screen where the apple logo is visible and the little spinny icon goes round but nothing happens after that; I've tried with and without the install discs installed (holding down c obviously) and have also tried to do a safe boot following apple's instructions with no joy.
    Anyone got any further suggestions?
    Many thanks,
    t

    Sometimes when the 'C' key doesn't work, you can try the Startup Manager described below:
    http://docs.info.apple.com/article.html?artnum=106178
    Hope this helps.

  • Problem with start up - won't boot. Tried safe mode, recovery mode etc.

    Have also Tried Single user which just shows "error loading kernelcache" and before this reads "loading kernel cache file '\com.apple.recovery.boot\kernelcache'... And then read error ok? goes to grey screen with apple logo and no entry symbol? Any advice?
    Tried all the online resources and have fond little help. Have not downloaded or Changed any settings...
    Happy 2014!

    iCloud does not back up a Mac. "MacKeeper" is a scam. Apparently you have no backups at all, which means that you're in immediate danger of losing your data, if it hasn't already happened.
    If you want to preserve the data on the startup drive, and it's not already backed up, you must try to back up now, before you do anything else. It may or may not be possible. If you don't care about the data, you can skip this step.
    There are several ways to back up a Mac that is not fully functional. You need an external hard drive to hold the backup data.
    1. Boot from the Recovery partition or from a local Time Machine backup volume (option key at startup.) Launch Disk Utility and follow the instructions in this support article, under “Instructions for backing up to an external hard disk via Disk Utility.”
    2. If you have access to a working Mac, and both it and the non-working Mac have FireWire or Thunderbolt ports, boot the non-working Mac in target disk mode. Use the working Mac to copy the data to another drive. This technique won't work with USB, Ethernet, Wi-Fi, or Bluetooth.
    3. If the internal drive of the non-working Mac is user-replaceable, remove it and mount it in an external enclosure or drive dock. Use another Mac to copy the data.

  • OSX Mavericks won't boot after changing user home folder

    Hi guys,
    I have a clean install of Mavericks on my macbook pro 17" and have two drives in. One is hdd (in place of superdrive) and the other is ssd where OSX is installed.
    I have uset the following:
    If you right-click on the User in the Users & Groups system preferences, choose "Advanced Options..."
    You can then change the location of the home folder
    to change location of my user home folder and set it up to be on the hdd but now OSX Mavericks won't boot. I get the progress bar on boot and it just freezes no matter how long I left it.
    Can anyone help me out?
    Thanks!

    I managed to boot after dozen tries and restored the location of the home folder to where it was at the first place.
    The thing is, on my second drive I have the whole user folder with data, settings and everything else in it and would really like to use it in the Mavericks.
    I guess I could just copy it over the one in the Mavericks and it should be good?
    Not sure, why this is the issue now since on previous OSX releases this home folder changing thing worked without problems :/
    If anyone else have the solution for this problem please do feel free to let me know!
    Thanks!

  • Windows 8.1 Pro won't boot without USB Stick

    Please HELP! I bought a Thinkpad e555 without OS, created installation media for Windows 8.1 in a 64Gb USB stick. When the installation was finalized, I followed the instruction of removing the stick after restarting. After powered on, black screen for hours. Put the usb stick back and Windows booted, finalized the installations and configurations, and started normally. So I started with all of the drivers downloads and installation. So I removed the usb thinking that everthing was ok. But when a restarted it, it wouldn't boot until I restarted it with the usb plugged. Complained with the retailer and sent me a new one. Now I'm trying the installation all over again using a 16Gb USB stick. The same, the OS won't boot without having plugged the USB that I used for installation. What am I doing wrong? Note:NTB LENOVO TP E555 20DH000WGEAMD A8-7100, 4GBx1, 15.6" HD, Black, AMD R5 HD Grafik, 720p CAM, 500GB7200, DVD±RW, RTL bgn+BT, Numpad, No Fingerprint, Akku 6Zellen (48wh), None Preload OS   

    I have this problem on E455. Both in 8.1 Pro.It was after a driver update, but not sure which one.It doesn't what USB device is attached, just so long as there is one.

  • Mac mini 2009 mavericks won't boot. Blank display no logo,etc. Tried all keyboard boot functions, no help. replaced RAM w/known good. No help. Removed HD mounted in external enclosure and ran permissions and repair. No help. Upgraded HD to Yosemite a

    Mac mini 2009 Mavericks won't boot. Chimes and power light comes on. USB ports have power. Blank display no logo,etc. Tried all keyboard boot functions, no help. Replaced RAM w/known good. No help. Removed HD and mounted in external enclosure and ran permissions and repair. No help. Upgraded HD to Yosemite and was able to boot another mini from HD mounted in external enclosure, reinstalled HD still no boot. Any ideas on how to proceed appreciated.

    - Make an appointment at the Genius Bar of an Apple store. You have a hardware problem.
      Apple Retail Store - Genius Bar

  • How can I use Safe Mode to troubleshoot in Windows 8 or Windows 7?

    QuestionHow can I use Safe Mode to troubleshoot in Windows 8 or Windows 7?
    AnswerWindows has a special mode known as Safe Mode. It is not fully functional, but it allows you to make changes to the laptop to hopefully fix normal mode. We're going to attempt to boot into Safe Mode to use it fix the laptop.
    For more information on how to boot into Safe Mode please see the following articles:
    How To: Safe Mode and other Advanced Startup Options in Windows 8
    Creating a System Repair Disc for Windows 8 (useful for entering Safe Mode)
    How To: Start your Windows 7 computer in Safe Mode
    Use Safe Mode to undo recent changes
    When a computer won't start Windows, it's usually due to a recent change. If you installed a new piece of software before your laptop began to have trouble booting, you may want to uninstall it. Similarly, if you recently made a change to any system settings, you may want to change it back. If you have antivirus software, you may want to perform a scan. If you're not sure what to do here, feel free to skip to the next step!
    Use Safe Mode to perform a system restore
    Windows includes a utility called System Restore that can help with many problems. While this won't alter or remove any of your personal files, it will roll back your system settings and files to an earlier date. We'll use this to attempt to fix Windows.
    To learn how to use System Restore, please check the following articles:
    How To: Understanding System Restore, Refresh, Reset, and, Recovery options in Windows 8 + Video
    How To: Perform a system restore in Windows 7
    Use Safe Mode to initiate a clean boot
    As Windows loads, it loads many additional components such as services and startup items. Some of these are not vital. For example, some tools start immediately with Windows, such as antivirus software. From Safe Mode, we can instruct Windows not to load many of these. This will help you determine if one is causing Windows not to load properly. Note that this step is more advanced than the previous steps. If it seems difficult for you, you may consider asking for help from someone who is more comfortable with computers.
    Please view the following article for more information:
    How can I perform a clean startup without my startup items to troubleshoot a problem?
    If Windows loads normally, you'll know one of those startup items or services was causing the problem. If this is the case, you may want to return to the System Configuration Utility and re-enable some items and services to determine which specific one caused the problem.
    Backing up your data
    If you're able to enter Safe Mode, backing up your data should be easy. Connect a USB flash drive or external drive to your computer while in Safe Mode and then copy your important  files to the flash drive or external drive.
    You may also want to consider taking your computer to a professional.

    Would love to know if this is possible. Found forums dating back years asking exactly the same thing, no solutions. And I do not want to change my headset (Sennheiser MM-50), or use the onboard mic (which sounds like you are using your Mac in a wind tunnel once the fans kick in).

  • Boots only in Safe Mode - Macbook mid 2007

    My Macbook mid 2007 with Snow Leopard will not boot correctly. The only successful means is Safe Mode (key S during boot).
    All measures published in various postings have been conducted without any peripheral devices. These are:
    verify harddisc
    verify RAM
    resetting PRAM and NVRAM
    A detailled overview can be found under here.
    The existing original RAM and harddisc were successfully tested using a second identical Macbook. A new installation of Snow Leopard on the harddisc using the second Macbook was successful and started in this second Macbook as expected. This harddisc was then inserted into my Macbook, but it would not boot. Hence it is safe to exclude problems with RAM and the harddisc.
    Attempts to boot with the Snow Leopard DVD (either via C plus boot or Option during boot and select Install DVD) are not successful. Attempts to boot from an external drive are also not successful. The boot process (regular, DVD, external) progresses to different states including grey screen with Apple and frozen wheel. There is no consistency.
    From the various postings I have found and studied along with my numerous tests, I have deduced the following possibilities:
    There is a problem with the GPU.
    There is a problem with the keyboard (maybe someone spilled something).
    I have found numerous solutions for "boots only in Safe Mode". All include booting via Install DVD, but this does not work in my case.
    I have exhausted all my possibilities. Hopefully someone can provide more insight.

    lruetimann wrote:
    What I am not able to test is booting with an external CD/DVD drive. However, there is no indication that the built-in drive is malfunctioning.
    If you have a second MacBook (#2 working OK), you could use its CD/DVD drive loaded with the 10.6 DVD as the target disk to boot into, as the first Macbook (#1 the troubled one) reportedly cannot see a 10.6 DVD normally.
    How to use and troubleshoot FireWire target disk mode
    In your case this would be:
    With the MacBook(1) on (Host), the MacBook(2) off (Target) connect the firewire cable.
    Start the MacBook(2), hold T key to make it the boot drive. It will appear on the MacBook's(1) Desktop.
    Insert the 10.6 Install DVD into the MacBook(2).
    It too will appear on the MacBook's(1) Desktop.
    From the MacBook(1), select Restart and hold down the Option key to select Start-up Manager.
    From Start-up Manager, select the 10.6 Install DVD which will take you into the installation.
    If this occurs, then you have booted into the install 10.6 DVD, From there you could try and install it, see what happens.
    However, if it does not see the DVD disk, then this would indicate a defect in the logicboard (motherboard), though which component I would not guess.
    If it does see the DVD, in Macbook (2) and can boot into it,… I'd be surprised!

  • Slow boot up in safe mode?

    Why does my MacBook Pro (13-inch, Early 2011) boot up UNBELIEVABLY slow in safe mode?
    I've been using safe mode to delete glitchy software (non Apple certified) that I installed, but it just takes FOREVER to boot the computer.
    Why is this the case?
    Also, shouldn't the computer run a bit faster with only the "minimum" background applications running?
    Thank you in advance for your thoughts.

    Booting in safe mode is slow because the startup volume is being checked and caches are being deleted. This is not something you should have to do many times in the life of the machine.

  • Tecra 8100 only boot up in safe mode

    I seem to have lost the display drivers to my Tecra 8100.
    Since I attempted to use an extra screen which worked fine until I came to boot up the following day when it would only boot up in Safe Mode.
    What have I done wrong and how can I rectify it?
    Driver detective doesn't work, just comes up as having performed an illegal action.

    Lars,
    I'm afraid that it seems that Toshiba no longer provide the drivers for the Tecra 8100 as it's such an old computer, around 12 years old. I have been on the Toshiba website and tried again on the site you suggested but to no avail. Sorry about that but am still hunting.
    Regards
    bfg267

Maybe you are looking for

  • Digitizing HDV footage with a Consumer Grade HD Camcorder

    I have HDV footage on mini-digital tape. I need to digitize using Final Cut Pro. I shot the footage using a Sony HVR-V1U camera at 24p (an HDV camera and recorded onto mini-digital tape. I no longer have convenient access to the Sony HDV camera and w

  • Failed to commit objects to server. Error while publishing reports from BW

    Hi, I am getting below error while publishing reports from BW to BO. "0000000001 Unable to commit the changes to Enterprise. Reason: Failed to commit objects to server : #Duplicate object name in the same folder." Anyone having any solution for this.

  • Iphone 4 stuck in recovery mode, sleep button not working and Apple not helping

    Hey Apple Community, My iPhone 4 has been caused me a lot of frustration in the past week and after getting rejected from Apple Customer Service I did not know where else to turn. Sometime in January my iPhone 4's sleep/wake button stopped responding

  • GL account for WRX - GR/IR Clearing Account

    Dear All, We have a common material which will be purchased through domestic an import PO. Valuation Class is assigned for the material in OBYC for a GL account. Requirement is to have different GL account for WRX when material is purchased through d

  • How do you cancel your debit card from itunes?

    I have had fraudulent use of my card details and wish to suspend my debit card from iTunes until the problem is resolved. I will then add new debit card details when I feel it is safe to do so. I have had my bank account emptied 3 times this year fra