Intermittent failure to boot after installing SSD

I have recently installed new RAM and an SSD in my late 2009 MacBook Pro, running OS X 10.6.8, and it now frequently hangs when I try to start it up. Here are  details:
In recent weeks I noticed signs that seemed to point to a failing hard drive. I took the machine to a Genius Bar. The genius tried Disk Utility and a quick diagnostic and could not reproduce an error, but he noted many, many I/O errors recorded in a log file.
He said I probably had a failing disk, but it might be a cable issue. He gave me two options: leave the machine with Apple overnight to run diagnostics and perhaps repair if the problem was confirmed, or just take a chance and replace the drive myself, for less money and less downtime.
I went to a local computer store, and the salesman there noted that I was using relatively little disk space. He suggested that I swap my failing 160 G disk for a smaller, 120G solid-state drive, which happened to be on sale. I agreed and also bought some new RAM.
I installed the drive and RAM, partitioned the disk (with HFS journaling), and restored my files with Time Machine. For that day and the next, everything worked perfectly.
The second day after the installation, the system hung while starting up. The Apple logo appeared, the gray spinner appeared, and it just spun. I tried resetting PRAM. I tried safe restart. I started up from the install disk and ran Disk Utility: no problems found. I repaired permissions. I took out the new RAM and put back the old. In some cases after trying these steps, the system booted fine — once. In others, it would not boot the first time, but would boot on the second or third attempt. I reinstalled OS X and updated software. The problem persisted. I installed some freeware to enable trimming the new disk. No better.
I have booted many times in verbose mode. During the unsuccessful boots, there is usually a message "Bug: launchctl.c: 3557 (23930):6 ioctl(S6, SIO CAIFADOR_IN6, &ifra6) ! = -1". The next line is the command "fsck_hfs", and the machine hangs. Eventually it sometimes spits out "launchctl: please convert the following to launchd: /etc/mach_init.d/dashboardadvisory.plist". If I let it go for a long time, I sometimes come back to find a long string of I/O error messages, to the effect that media was expect to be there but wasn’t. I think every time I have gotten the launchctl message, it has booted successfully on the next try.
During the successful boots in verbose mode, everything happens so quickly that it is hard to say what is going on, but I don’t think it is running fsck_hfs. If it boots successfully and I give it a heavy I/O task, like doing a virus scan, everything works fine. If I run Disk Utility off the installation disk, it says the disk appears to be OK.
I started the machine in single user mode and ran fsck manually. It gave me reports similar to running Disk Utility, and told me the disk appeared to be OK. It then gave me the prompt for a new command. I typed "exit". It responded "logout". And hung.
One last thing: I just tried a couple of times to restart with the Apple Hardware test. Despite holding down the D key, the test failed to load, and after a long pause, the machine attempted a normal start-up.
Any insights?

Thanks, sanjampet, I have an old copy of Spring Cleaning, and I'm letting it sift through my files right now.
I have done some investigation on other forums, and there are some suggestions that the problem is associated with  the make and model of drive that I installed. That is, this might not be an OS X issue so much as a hardware or firmware compatibility issue.
I bought the device on the recommendaiton of a salesman at a physical store, without consulting the manufacturer's webpages or online reviews. It turns out that many of those reviews are negative. It also turns out that although the manufacturer says that the device is suitable for Macs, the manufacturer does not yet offer a way to update to the most recent firmware unless the device is connected to a machine running Windows or Vista. And there are reports that some units out in the stores were shipped with outdated firmware, which might be the root cause of my problem. Or maybe not.
So here's the painful lesson: don't buy new hardware without first double-checking the specs, the support, and the reviews.
If anyone has a more hopeful insight into the problem, please let me know!

Similar Messages

  • Slow boot after installing SSD drive + Grub problem + Kernel panicks

    Hey
    So i just got a Samsung 840 EVO, and was ready to see my system fly, so i installed Arch on it, the instalation was kinda weird, since im in the middle of some major developing for a startup i couldnt risk to lose time configuring my all system so what i did was this:
    Install Arch on the SSD (/root on sdb1) while keeping my  other Arch install (/root on sda5) and sharing the /home and /swap (on sda6 and sda7) between both systems, i installed grub on sdb also because i didnt knew what to do
    So now when i boot the laptop i get the grub from sda wich only has Old Arch and windows, if i press f9 at boot and boot from the ssd i go to sdb grub that has Old Arch, New Arch and Windows, since the SSD was instaled via a caddy it doesnt get recognized in the BIOS, but strangely i get 2 Universal Hard Drives (hdd and sdd) when pressing f9
    So first question is, should i reeinstall grub on sda or is there a way to put the SDD as primary?
    The other problem is that systemd-analyze is giving me worst times than with the hdd, and i dont see a huge improvement with the SSD as i should. Is it because i have /home /swap on the hdd? I have read https://wiki.archlinux.org/index.php/Solid_State_Drives and did as told.
    systemd-analyze
    Startup finished in 1.820s (kernel) + 1min 30.406s (userspace) = 1min 32.226s
    systemd-analyze output (only top lines)
    1min 1.093s ntpdate.service
    4.320s systemd-modules-load.service
    1.159s mysqld.service
    986ms [email protected]
    967ms [email protected]
    609ms [email protected]
    511ms [email protected]
    359ms lvm2-monitor.service
    systemd-analyze critical-chain
    graphical.target @1min 30.156s
    └─multi-user.target @1min 30.154s <------------- a lot of time
    └─ntpd.service @1min 7.575s +9ms
    └─network.target @6.473s
    └─[email protected] @5.962s +511ms <------------- a lot of time
    └─basic.target @5.948s
    └─timers.target @5.948s
    └─systemd-tmpfiles-clean.timer @5.948s
    └─sysinit.target @5.942s
    └─systemd-backlight@backlight:acpi_video1.service @8.148s +59ms <------------- a lot of time
    └─system-systemd\x2dbacklight.slice @5.646s
    └─system.slice @155ms
    └─-.slice @154ms
    laptop specs:
    Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz
    8 GB RAM
    512 GB HDD
    250 GB 840 EVO
    Last edited by archoriano (2014-08-29 01:19:22)

    You did not share what the kernel panic says, but I guess it has to do with your root file systems not mounted correctly. If it happens like 75% of the time, sounds like you are using /dev/sdax and it gets enumarated differently?  Use UUID's instead.
    Your "slow boot" is a seperate problem, see the thread you linked too for how to fix that.
    Its a fresh install but i alredy have DE and programs, i used Helmuth script to install all the stuff, just so i didnt forget to install stuff.
    No idea what this means, but if it is some third party script downloaded off the internet - use them only if you understand exactly what it does, else the chances are you will run into some problems with no idea how you got there.  For simply keeping a list of packages to install, put them in a text file and pipe them into pacman (see also here.

  • P67A-GD65 : Boot sequence keeps changing after installing SSD

    Hi,
    Before I had the SSD, all was fine and running on IDE.  After installing SSD and changing mode to AHCI, the boot sequence keeps changing after reboot.  I did not reset the CMOS after installing the SSD.  I had disabled all boot except for the SSD (which is connected to SATA Port 1).  And I did save by pressing F10 after changing the sequence in BIOS. 
    Appreciate your advise. 
    Thank you.

    I have the same problem. The board decides to try and boot from some other device, even though the SSD is detected. Very annoying.
    I'm using the sata cable that came with the board; e.g. brand new.
    system:
    P67A-GD53, bios 1.E, i5-2500K, 4x4 GB Corsair Vengeance, Corsair AX850W, OCZ Vertex LE

  • Windows 8.1 Pro not booting after install of Hyper V - ASUS z87 + intel 4670K

    Hi,
    I am running windows 8.1 pro on a intel 4670K 4th Gen Haswell CPU and ASUS z87 plus motherboard. 16gb of kingston hyperx ddr1600 memory.
    I have enabled virtualisation technology in the bios.  CPU has SLAT.... or Extended Page Table, as intel likes to refer to it.
    When I install HyperV platform and management tools the computer configures and reboots
    AFter reboot it brings up the blue window image and spinning circle of dots for a while then reboots. It does the same thing again and then reboots and goings into repair mode and asks me to do a system restore. It then restores to before they HyperV install.
    I've tried turning off xHCI mode (i.e USB 3.0) in the bios as this seemed to be a known issue with some gigabyte boards. This did not rectify the issue
    Updated to latest asus mainboard bios 1405.  Same issue still occurs upon install of hyper V.
    Automatic repair does not work and I have to restore from system restore point.
    I performed a clean boot after installing the feature and it still couldnt boot to windows.. it just sits at windows logo and then restarts a few times and then launches the startup repair. Once the startup repair begins, the only way I can get into windows
    is restoring to a system restore point from before the hyperv feature install.
    Please see the following logs which may have further information:
    CBS Log 
    https://skydrive.live.com/redir?resid=1F523A0B8734322C!685&authkey=!AGMjUfosLFpzYNI
    Setuperr
    https://skydrive.live.com/redir?resid=1F523A0B8734322C!682&authkey=!AKS8Jb1S6W2IAH8
    Windows update
    https://skydrive.live.com/redir?resid=1F523A0B8734322C!683&authkey=!AJdWKuKj4negBoQ
    Windowsupdate(1)
    https://skydrive.live.com/redir?resid=1F523A0B8734322C!684&authkey=!APplVjuLpNZW_AY
    I logged a job with asus support and their response was:
    "Clear CMOS and ensure virtualisation technology is turned on in BIOS. If it still doesn't work, seek assistance from Microsoft"
    Previously asked this question but took a while to get back to update with the logs and it was listed as Answered.
    This issue is still existing and I'd appreciating any assistance. 
    Simon

    Hi Simon,
    Thank you for uploading the Log files.
    According to the log files, no actuate clue can be found. 
    So, I suggest you upload the dump file so that we can help you analyze them.
    Automatic Memory Dump Settings on Windows 8:
    http://www.thewindowsclub.com/automatic-memory-dump-settings-windows-8
    It also applies to windows 8.1.
    Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Note: I highly recommend you use SkyDrive to upload collected files and to post screen shots/pictures. Although you might not be used to it, SkyDrive features a lot of free advanced functionality around file storage capacity, sharing,
    privacy, and collaboration:
    http://skydrive.com
    Regards,
    Kelvin hsu
    TechNet Community Support

  • Will not start even in safe boot after installing latest camera update

    MacBook Pro will not start even in safe boot after installing latest camera update.
    I started my machine and did a software update. Only the camera update needed. So installed and when required I pressed restart. It restarted and did install. Then restarted again. I expected to get to the login screen and it turned itself off. Tried three more times. Each time shutting off. I unplugged everything, and pressed start waiting for log in window. No it shutdown before the log in window. I then tried safe mode and that did not work either on three more occasions.

    I have managed to resolve some issues. I can now restart the machine via a CD boot. If I do cmd C into something like tech tool pro, then restart from that disks menu it restarts every time.
    If I try a safe start it shuts down. If I try a normal start it shuts down. I have managed to repair permissions and that cleared up some start up permissions but with no improvement to the boot problem. The only way to load is via the cmd-C boot option. Any other ideas?

  • Macbook pro won't boot after installing update 10.9.3

    macbook pro won't boot after installing update 10.9.3

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Very slow boot after installing 10.10.3

    insanely slow boot after installing 10.10.3, it takes 10times longer compare to 10.10.2, using MBA 2014

    Open System Preferences, select Startup Disk, and make sure your internal drive is selected as the startup disk. Then click restart!
    This worked for me, personally with the same issue.
    Good luck!

  • Apple Raid Card panic on Mac Pro Early 2008 after installing SSD as an enhanced JBOD.

    I recently installed a SSD drive in my Mac Pro to replace an aging, original boot drive.  I have an Apple raid card with 3 other hds attached - all in an enhanced JBOD configuration.  After installing the SSD from OWC (3G Electra SATA II Compatible) everything appeared to work fine.  But after 36 hours I received a apple raid card kernel panic alert.  See below for diagnostic crash log.  OWC support says that their drive should work fine - now I am not so sure.  Anyone out there with suggestions/solutions is most welcomed.
    Anonymous UUID:       83ADF2C8-4D41-D2EE-58C2-0CC4344DB0B4
    Sun Jan  5 21:18:46 2014
    panic(cpu 3 caller 0xffffff7f98b1441e): "AppleRAIDCard controller panic"@/SourceCache/AppleHWRaidDriver/AppleHWRaidDriver-401/Driver/Driver/Apple RAIDCard.cp:1018
    Backtrace (CPU 3), Frame : Return Address
    0xffffff8221563e30 : 0xffffff8017622f69
    0xffffff8221563eb0 : 0xffffff7f98b1441e
    0xffffff8221563ef0 : 0xffffff8017aada80
    0xffffff8221563f30 : 0xffffff8017aac522
    0xffffff8221563f80 : 0xffffff8017aac5f7
    0xffffff8221563fb0 : 0xffffff80176d6aa7
          Kernel Extensions in backtrace:
             com.apple.driver.AppleRAIDCard(401.0)[06045EA1-0404-36C3-9BE6-FE217DCD420C]@0xf fffff7f98b11000->0xffffff7f98b26fff
                dependency: com.apple.iokit.IOSCSIBlockCommandsDevice(3.6.0)[657BB360-C3EA-3D01-934E-12DBD6 0BBBF5]@0xffffff7f97f80000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f97cba000
                dependency: com.apple.iokit.IOSCSIParallelFamily(3.0.0)[B6D80E76-647D-3BAE-823A-85871E9BAC7 2]@0xffffff7f97ca9000
                dependency: com.apple.iokit.IOSCSIArchitectureModelFamily(3.6.0)[76253A22-A1DB-3BF4-A972-E6 94A37CD09A]@0xffffff7f97c78000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13B42
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x0000000017400000
    Kernel text base: 0xffffff8017600000
    System model name: MacPro3,1 (Mac-F42C88C8)
    System uptime in nanoseconds: 91308918786320
    last loaded kext at 89490169308794: com.apple.filesystems.smbfs          2.0.0 (addr 0xffffff7f99714000, size 335872)
    last unloaded kext at 1120636252260: com.apple.driver.StorageLynx          3.3.5 (addr 0xffffff7f99714000, size 8192)
    loaded kexts:
    com.apple.filesystems.smbfs          2.0.0
    com.apple.driver.AudioAUUC          1.60
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleBluetoothMultitouch          80.14
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.kext.AMDFramebuffer          1.1.4
    com.apple.iokit.CSRBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.AMDRadeonX3000          1.1.4
    com.apple.driver.AppleUSBDisplays          360.8.14
    com.apple.driver.AppleHDA          2.5.3fc1
    com.apple.driver.AppleMCEDriver          1.1.9
    com.apple.kext.AMD5000Controller          1.1.4
    com.apple.driver.AppleLPC          1.7.0
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.XsanFilter          404
    com.apple.driver.Oxford_Semi          3.3.5
    com.apple.iokit.SCSITaskUserClient          3.6.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.driver.AppleIntel8254XEthernet          3.1.3b1
    com.apple.driver.AppleRAIDCard          401
    com.apple.driver.AppleUSBHub          650.4.4
    com.apple.driver.AppleAHCIPort          2.9.5
    com.apple.driver.AppleIntelPIIXATA          2.5.1
    com.apple.driver.AppleFWOHCI          4.9.9
    com.apple.driver.AppleUSBEHCI          650.4.1
    com.apple.driver.AppleUSBUHCI          650.4.0
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.0
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.kext.triggers          1.0
    com.apple.driver.IOBluetoothHIDDriver          4.2.0f6
    com.apple.driver.AppleMultitouchDriver          245.13
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.iokit.IOAcceleratorFamily          98.7.1
    com.apple.driver.DspFuncLib          2.5.3fc1
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.4fc11
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.iokit.IONDRVSupport          2.3.6
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.kext.AMDSupport          1.1.4
    com.apple.AppleGraphicsDeviceControl          3.4.12
    com.apple.iokit.IOSurface          91
    com.apple.iokit.IOBluetoothFamily          4.2.0f6
    com.apple.driver.AppleHDAController          2.5.3fc1
    com.apple.iokit.IOGraphicsFamily          2.3.6
    com.apple.iokit.IOHDAFamily          2.5.3fc1
    com.apple.driver.AppleSMC          3.1.6d1
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.5.1d27
    com.apple.driver.AppleUSBHIDMouse          180.9
    com.apple.driver.AppleHIDMouse          180.9
    com.apple.driver.AppleUSBHIDKeyboard          170.15
    com.apple.driver.AppleHIDKeyboard          170.15
    com.apple.iokit.IOUSBHIDDriver          650.4.4
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          650.4.0
    com.apple.iokit.IOFireWireSerialBusProtocolTransport          2.5.1
    com.apple.iokit.IOFireWireSBP2          4.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.6.0
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOATAPIProtocolTransport          3.5.0
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOSCSIParallelFamily          3.0.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.0
    com.apple.iokit.IOUSBUserClient          650.4.4
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IOATAFamily          2.5.2
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOUSBFamily          650.4.4
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.10
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          21
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    com.apple.kec.pthread          1
    System Profile:
    Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 2.8 GHz, 18 GB, SMC 1.25f4
    Graphics: ATI Radeon HD 5870, ATI Radeon HD 5870, PCIe, 1024 MB
    Memory Module: DIMM Riser B/DIMM 1, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x0000, 0x000000463732353642363145353830304600
    Memory Module: DIMM Riser B/DIMM 2, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x0000, 0x000000463732353642363145353830304600
    Memory Module: DIMM Riser A/DIMM 1, 1 GB, DDR2 FB-DIMM, 800 MHz, 0x80AD, 0x48594D5035313241373243503844332D5335
    Memory Module: DIMM Riser A/DIMM 2, 1 GB, DDR2 FB-DIMM, 800 MHz, 0x80AD, 0x48594D5035313241373243503844332D5335
    Memory Module: DIMM Riser B/DIMM 3, 4 GB, DDR2 FB-DIMM, 800 MHz, 0x0000, 0x000000463732353142363445363830304600
    Memory Module: DIMM Riser B/DIMM 4, 4 GB, DDR2 FB-DIMM, 800 MHz, 0x0000, 0x000000463732353142363445363830304600
    Memory Module: DIMM Riser A/DIMM 3, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x0000, 0x000000463732353642363145353830304600
    Memory Module: DIMM Riser A/DIMM 4, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x0000, 0x000000463732353642363145353830304600
    Bluetooth: Version 4.2.0f6 12982, 3 services, 22 devices, 1 incoming serial ports
    Network Service: Ethernet 1, Ethernet, en0
    PCI Card: ATI Radeon HD 5870, Display Controller, Slot-1
    PCI Card: ATI Radeon HD 5870, ATY,LangurParent, Slot-1
    PCI Card: Apple RAID Card, RAID Controller, Slot-4
    Parallel ATA Device: PIONEER DVD-RW  DVR-112D
    USB Device: Hub
    USB Device: Keyboard Hub
    USB Device: Apple Optical USB Mouse
    USB Device: Apple Keyboard
    USB Device: XD-0405-U
    USB Device: Apple Cinema HD Display
    USB Device: USB2.0 Printer (Hi-speed)
    USB Device: Bluetooth USB Host Controller
    FireWire Device: built-in_hub, Up to 800 Mb/sec
    FireWire Device: unknown_device, Iomage HDD, Up to 800 Mb/sec
    FireWire Device: unknown_device, Unknown
    Thunderbolt Bus:

    RE: Mac Pro Replacement Graphics cards
    1) Apple brand cards,
    2) "sold in the Apple store" cards, and
    3) "Mac Edition" cards ...
    ... show all the screens, including Boot up screens, Safe Mode, Installer, Recovery, debug screens, and Alt/Option boot screens. At this writing, these choices include:
    1) Apple brand cards:
    • Apple-firmware 5770, about US$250** works near full speed in every model Mac Pro, Drivers in 10.6.5
    • Apple-firmware 5870, about US$450
    2) "sold in the Apple store" cards
    • NVIDIA Quadro 4000, about US$1200
    • NVIDIA Quadro 5000, about US$2500
    3) "Mac Edition" cards -- REQUIRE 10.8.3 or later:
    • SAPPHIRE HD 7950 3GB GDDR5 MAC Edition, about US$480** Vendor recommends Mac Pro 4,1
    • EVGA GTX 680 Mac Edition, about US$600
    The cards above require no more than the provided two 6-pin aux power connectors provided in the Mac Pro through 2012 model. Aux cables may not be provided for third-party cards, but are readily available.
    If you are Meet ALL of these:
    • running 10.8.3 or later AND
    • don't care about "no boot screens" etc AND
    • can re-wire or otherwise "work out" the power cabling, THEN:
    You can use many more cards, even most "PC-only cards"

  • Problems after installing SSD in 2009 MBP

    I'm using a 256gb OCZ Octane SSD and decided to dual HDD. Im using OSX Moutain Lion with 8gigs of RAM. After I installed the SSD I came upon problems. My mbp freezes on start up: it has the apple and the spinning loading icon and stays like that for a couple minutes before restarting itself and just staying a grey screen. It boots in safe mode and by chance boots if I manually tell it to boot from the SSD. How do I get my mbp to boot from the SSD with the expected speed of the SSD?
    Also, with the 2nd internal HDD how do I find my files that I'd like to keep on it? The HDD doesnt show up in the finder as an accessible volume although it does appear when I open disk utility. My goal is to have boot up, apps, and games on the SSD but music, movies, files, etc on the HDD.
    I have the SSD located in the original HDD spot and the HDD in the optibay. Are those fine locations for my model (5,2)? I read somewhere else online that early models like mine should put the SSD in the optibay and keep the HDD where it is.
    Please help!
    I did do a clean install osx mountain lion but migrated users and apps. would a clean install of everything work better?

    I'm using a 256gb OCZ Octane SSD and decided to dual HDD. Im using OSX Moutain Lion with 8gigs of RAM. After I installed the SSD I came upon problems. My mbp freezes on start up: it has the apple and the spinning loading icon and stays like that for a couple minutes before restarting itself and just staying a grey screen. It boots in safe mode and by chance boots if I manually tell it to boot from the SSD. How do I get my mbp to boot from the SSD with the expected speed of the SSD?
    Also, with the 2nd internal HDD how do I find my files that I'd like to keep on it? The HDD doesnt show up in the finder as an accessible volume although it does appear when I open disk utility. My goal is to have boot up, apps, and games on the SSD but music, movies, files, etc on the HDD.
    I have the SSD located in the original HDD spot and the HDD in the optibay. Are those fine locations for my model (5,2)? I read somewhere else online that early models like mine should put the SSD in the optibay and keep the HDD where it is.
    Please help!
    I did do a clean install osx mountain lion but migrated users and apps. would a clean install of everything work better?

  • IMovie slow to load after installing SSD

    Hi everyone, I have just installed an SSD in the spare optical drive bay of my Mac Pro and added RAM.
    (Specs below.) I did a clean install of SL.
    Before I did this I was booting from the 320GB drive that came with the computer and I have all my photos and video on a 2 drive RAID 0.
    Before iMovie would launch in 11 seconds for the first launch and 6 seconds thereafter. That included loading projects and events.
    Now it takes about 1 second to launch but 40 seconds to load the projects and events every time.
    I have ditched pref files and retried but no good.
    Any suggestions?

    Yes, but the test is based on a 128k file, written many many times. That's fine with that, but video files imported into iMovie's cache area are not 128k large; they are much much larger especially when you're working with HD footage! You can also do another test and that is to completely wipe out your SSD drive and start over. After install, run iMovie 11 again and see. If it loads fast with the events, then you know that's the best that drive can do under your typical usage. However, if the drive still behaves exactly the same before and after a clean install, then something is wrong with the drive.
    I don't believe there's any issues with your optical bay since it supports a SATA connection. You can check under system profile to see what link mode it is in now. For your Sandforce SSD, ideally it should be negotiating at 3Gbps rather than 1.5.
    Personally, I have the same drives RAIDed in RAID 0 on my PC and while it is fast, it does slow down when I did too many big video writes despite what they claim as being trouble TRIM free. But with the slight slowdown, it is still much better and faster than a physical RAID 0 hard drive.

  • Won't boot after installing new video card

    Hello, I have a H8-1284 desktop computer, and a few days ago the video card went. So i bought a Geforce GTX 650 video card, and after installing the card and starting the comp, it just hangs at the HP logo splash screen. So I put an older geforce 8800, and it boots no problem. When I try the new Geforce GTX 650 card, same thing, just hangs at splash screen.  I checked the bios and there doent seem to be anything there that wouild help. My power supply is 460 w, and the new card only needs 400 w, any and all help will be greatly appreciated
    This question was solved.
    View Solution.

    Hi,
    Most PCI-E 3.0 cards are backwards compatible with PCI-E 2.0 slots.  However, in order to get PCI-E version 3 you need to be using an Ivy Bridge processor.  Review these specifications for a typical NVIDIA GTX 650.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

  • Mountain Lion won't boot after restart (SSD problem?)

    Hey, I just installed ML on my OCZ Octane SSD, everything went ok, finally the setup assistant requested reboot which is what I did. However, it got stuck while rebooting and now I can only see flashing question mark icon and ML won't boot at all. The only thing I can do is to boot up in safe mode. I guess that the problem is my SSD (indilinx controller) which ML can't handle (it ran on Lion just fine). Does anyone have the same experience? Any clue how to resolve this? Thank you.

    I've confirmed with OCZ that there is a firmware issue with Mountain Lion and they are working on a fix as of July 31, 2012.
    No word from them yet, other than the official statement.
    I too had an issue with my Octane booting once after install, then never booting again. Had to to a TM restore, back on Lion till this is resolved. Kind of frustrating, but there must have been a low level system change that affected things.
    http://www.ocztechnologyforum.com/forum/showthread.php?103700-Mountain-Lion-and- OCZ-Octane-Petrol-and-Octane-S2-SSD-s

  • Failure to boot after switching HDDs

    I've installed Windows 7 on one HDD (SSD) and Arch on another HDD.  I don't have both HDDs in the system at the same time; I installed windows on the SSD without the standard HDD plugged in, after it was set up I unplugged the SSD and plugged in the standard HDD for Arch.  Arch installs and boots fine, I installed openbox and rebooted several times without issue.
    When I unplug the Arch HDD and go back to windows SSD, then return to Arch, it wont boot.  Instead I get a black screen with a blinking cursor for a few seconds before returning to BIOS, which is the behavior my motherboard exhibits when it can't find anything to boot.
    Furthermore, when I return to using the Windows SSD the USB devices stop working for a while.  They are fine at boot but once windows loads they turn off, after repeadly rebooting and waiting they eventually "magically" start working again.  This could be unrelated to the boot issue though.
    Any ideas?

    mrunion wrote:The Arch Wiki is a VERY good place for information. A simple, quick search for "dual boot" provides: https://wiki.archlinux.org/index.php/Wi … _Dual_Boot
    This is the guide I've been using and it's worked all the way up to the last step - booting windows after installing Arch fails.  I think the 40_cusom file is missing some options in the menuentry but I am still investigating.
    Removing the 2nd (arch) HDD to boot into windows after following the guide returned me to my original problem; the USB ports stop working until windows decides to re-install them after several reboots.
    Plugging the 2nd (arch) HDD back in makes the boot disappear.  Before removing the arch HDD the drive had 2 boot options, after re-inserting the drive it only has a single boot option (which doesn't work).

  • X4270 system not booting after installing a new SAS card

    Hello
    we have Sun Fire x4270 server , with Solaris 10 .
    we installed a new SAS PCI card to connect it to tape drive. after installing the PCI card , the Solaris is not booting , seems like there is conflict between the onboard sas controller and one oncard controller.
    your support is appreciated
    HEBA

    Hello ,
    I've checked the BIOS for boot order , and the issue is not with the order.
    the system boots normally , then I poweroff , install the SAS card , and poweron and it never boots, the output on screen as follows:
    Intel(R) Boot Agent GE v1.3.31
    Copyright (C) 1997-2009, Intel Corporation
    PXE-E61: Media test failure, check cable
    PXE-M0F: Exiting Intel Boot Agent.
    Intel(R) Boot Agent GE v1.3.31
    Copyright (C) 1997-2009, Intel Corporation
    PXE-E61: Media test failure, check cable
    PXE-M0F: Exiting Intel Boot Agent.
    Intel(R) Boot Agent GE v1.2.42P1
    Copyright (C) 1997-2006, Intel Corporation
    CLIENT MAC ADDR: 00 1B 21 94 A5 9D  GUID: FF200008 FFFF FFFF FFFF A62AB2282100
    PXE-E51: No DHCP or proxyDHCP offers were received.
    PXE-M0F: Exiting Intel Boot Agent.
    Reboot and Select proper Boot device
    or Insert Boot Media in selected Boot device and press a key
    Edited by: HEBA2008 on May 6, 2013 4:08 PM

  • Windows 8.1 Pro will not boot after installing iTunes 11.1.5.5

    It's a little hard for me to accept that this is true, but the symptoms seem to be pointing the direction of the title of this thread.  I have an all-in-one touch-screen Gateway computer that came with windows 7 (yeah, a win7 machine that came with touch, yeesh) and I put windows 8.1 pro 64-bit on it with a clean install (actually windows 8 was the clean install and then I did the free microsoft store upgrade to 8.1).  It has 4GB of RAM and has a Pentium Dual Core cpu @ 2.2 Ghz.  It was running fine with the previous version of iTunes, but as soon as I updated to iTunes 11.1.5.5 (and there may have been other apple things that updated too (ie quicktime of course), the computer prompted me for a reboot and froze during the reboot process (before it even shut down).  Then it had trouble booting into windows.  I ran startup repair to no avail and decided to do a sytem restore.  My most recent restore point was from a few weeks back, before iTunes was even installed at all on the machine.  I went back to that point and the machine worked fine again.  Then I installed iTunes 11.1.5.5 and the same exact problem occurred - it froze while shutting down after the iTunes install and then would not boot into windows 8.  I did another system restore and have not put iTunes back on.  The system is working fine.  I'm going to try to find out if there's a way to download older versions of iTunes, so that I can install it, but the bigger issue here is: Is this a legitimate bug/incompatibility with some hardware or software or driver that I have on this computer?  I run a computer support business so I know my way around but I don't have time to troubleshoot this from scratch.  Anyone else seeing this?  Apple employees...a little help here?  Any input?

    let it sit for about 30 min and still got nothing
    I then did a "hard shutdown(just pressed power button till it turned off the computer)"
    That may not have been long enough.  But a "hard shutdown" would definitely have been construed as a problem due to the update.
    Asus apparently is a known problem case...
    http://blogs.msdn.com/b/usbcoreblog/archive/2013/10/19/help-after-installing-windows-8-1-the-superspeed-ports-of-my-asus-system-don-t-work.aspx
    Link courtesy Darrell Gorter [MSFT] found here
    "Windows 8 Keyboard and mouse not working"
    http://social.technet.microsoft.com/Forums/en-US/w8itprohardware/thread/06e9b341-0619-4085-acbf-e2f0133ca428?outputAs=rss
    (RSS given to avoid overhead of opening long thread for IE users)
    Note that there may be useful tips for you in both of those threads' comments.
    Robert Aldwinckle

Maybe you are looking for

  • HR Infosets - switch object selection question?

    Dear All, I encounter this issue. I create a HR Infosets using logical database PNPCE. As the requirement of our HR Dept, so we need to add more extras fields (by code). The problem when we switch on/off object selection (from menu): - When the objec

  • Environment variable setup

    I am using WIN XP PRO and installed jdk1.5.0_07 as ADMIN. Added jdk1.5.0_07\bin to the right end of lines of both CLASSPATH and path. In the cmd prompt window the javac is not recognized as an internal or external command, operable program or batch f

  • How to test the SAP modules like SD and MM By using Quality Center and QTP

    Hi Experts, How to test the SAP modules like SD and MM By using Quality Center and QTP. Can you please provide the documentation regarding this. Regards, Skumar.

  • My Itouch 5th gen is having CHARGING PROBLEMS

    Anyways, my Itouch is really giving me a headache. When I need to charge, I have to find a certain angle until it charges so it takes a lot of my time. I thought that it was my usb dock at fault but I believe it isn't. I tried my friend's charger and

  • IPad frame on projector too small

    I'm connecting my newest iPad to an Epson projector (powerlite home cinema 710hd) using an adapter. I think it's this one, http://store.apple.com/us/product/MD098ZM/A/apple-digital-av-adapter, but I'm not entirely sure. It certainly looks just like t