Slashdot Mirror


Apple OS X 10.5.6 Update Breaks Some MacBook Pros

Newscloud writes "As PC Mag reported last week, Apple OS X 10.5.6 can break some MacBook Pros leaving some users (like me) with a dead backlit black screen after the Apple logo appears. While I initially thought I had a hardware failure, it turns out that there is a fix as long as you have an external display, keyboard and mouse. The problem only appears on the second restart, so if you sleep your MacBook a lot as I do, you might not realize the problem is related to the OS update you did the week before. The problem was related to older, incompatible firmware that Software Update wasn't flagging before the upgrade. This definitely gives weight to the argument for waiting a bit to run software upgrades."

6 of 313 comments (clear)

  1. all you need is an external monitor by burris · · Score: 3, Informative

    Except after two months you still can't get the dual link dvi adapters. Those with 30" monitors were already pretty peeved that they haven't been able to use them. Now you have to buy a useless $30 attachment or go to the Apple store to fix your mac after a firmware bug. No thanks.

  2. Re:No one is safe from the "oops" bug by foniksonik · · Score: 4, Informative

    Get a USB patch stick (search on google code), which includes SSH as an install... then do a search for "downgrade apple tv" and you'll find a little script which will download and install the 2.2 firmware for you (or 2.1 if you're so inclined)... then we it reboots, go and turn off the auto-update feature under settings.

    --
    A fool throws a stone into a well and a thousand sages can not remove it.
  3. Re:More bricked computers by beelsebob · · Score: 3, Informative

    Exactly â"Âalmost never â" bricking is a very rare occurrence, and it's not happening in this case.

  4. Some advice... by foniksonik · · Score: 3, Informative

    Typically it is advisable to download and run the Combo update installer for these point releases. While Software Update is great for the little things, these bigger updates can cause issues for a variety of reasons if done through Software Update (sometimes files don't get updated that should be updated due to permissions or corruption or some other random change the update is not expecting to see).

    --
    A fool throws a stone into a well and a thousand sages can not remove it.
  5. Re:No one is safe from the "oops" bug by ColdWetDog · · Score: 3, Informative

    But the culture at Apple seems to be different such the user experience is different from that of MS users.

    Perhaps at the "Reality Distortion Field" level the culture is different. But I don't see a hell of lot of difference between the 'user experience' of a BSOD and the failure of a point upgrade that would require a non technical user to return the computer to the store / factory. The OS X kernel panic screen has nifty graphics but also has even more incomprehensible babble than the typical BSOD screen (really, I don't understand Mandarin Chinese, I don't). That's not the user experience you're looking for....

    --
    Faster! Faster! Faster would be better!
  6. Re:Fear of the unknown by Creepy+Crawler · · Score: 3, Informative

    I'd say both of you were wrong.

    Machines NOT on the internet (or, completely firewalled off) do not need to be updated as religiously as machines getting direct exposure. Simple as that.

    Secondly, if you're running Unix-like systems, you can directly see what is being changed and back it up specifically, using any assortment of services. If an update doesnt work, just delete/restore from backup. Simple.

    On Windows, updates are inherently scary. Yes, there are single-issue updates, but they're a PITA do deal with in normal cases. And any update can potentially cause issues with your provided service. The only way to properly do a Windows update is to make a server with exact hardware/software and implement the update on that machine (and test with your testbed). Only then, after the updates show no side effects can you attempt to touch the production server.. and it still might screw up.

    That's when you think about switching to a system that doesnt send updates in 200MB patches. I heard on the BSD's and Linux systems you can see whatc specific packages are going to be updated and control which ones do and dont.

    --