Free upgrade to Yosemite from 10.6.8 - FAILED

I've spent the last few hours trying to upgrade my iMac to Yosemite 10.10.2 (from 10.6.8), which I believe was do-able.
URK - that's HOURS I'm never getting back - all for NOTHING - it FAILED TWICE.
What is going on?

When I upgraded to Yosemite this past weekend, on both my MacBook and iMac, I thought the upgrade failed because after an hour or so, all I got was a white screen with a thermometer half way - then everything stopped. I waited for over an hour on the MacBook (which I upgraded first).
I was scared, and I was planning a trip to the Apple store. But I decided to force quit the MacBook by pressing and holding the power button. After it turned off, I waited a minute, then pressed the power button. It booted right up. I figure maybe a neutron lost its way and Yosemite just wasn't able to reboot my Mac. But I can see why some users would think the upgrade failed.
So, I am wondering if this same situation happened to you, one in which the upgrade just stops AFTER it has been processed and is supposed to but doesn't startup.
I upgraded 10.6.8-->Mavericks (6 months ago)-->Yosemite (this weekend). I don't know, but it seems to me you should be able to install directly to Yosemite from 10.6.8. Just wondering, but maybe you could try upgrading to Mavericks, then to Yosemite.
As for your two hours of lost time you will never get back, well... welcome to the club. For some reason, you are in a minority of Apple users, as I have been, who have experiemced great frustration. As they say - there are two types of computer user, those that have been frustrated, and those who will be frustrated.
Calm down, take it one step at a time. Answer the questions asked by those in the preceding posts. They will then help you.

Similar Messages

  • Boot camp lost after upgrading to Yosemite from mountain lion

    I lost my windows7 boot camp after I upgrade to Yosemite from mountain lion. When I press ALT when rebooting there is no more alternative to boot for window anymore. I did read some thread about this but my case is different since when I tried to type 3 steps(diskutil.......etc)  as LonerT user answers it did not work. The attached files here are what I faced with. Please help. I have a lot of important files in windows

    If you look at the GAP between GPT3 and GPT4 it is start/size of 782929176/37595880 but the NTFS header starts at 782929920 according to your Testdisk output shown here.
    MS Data                782929920  976773112  193843193
    The difference is 782929920 - 782929176 = 744 bytes. You will need to delete the current GPT4 and recreate a new GPT4. Please stop if you see any error messages and post here.
    1. Delete the old entry and create a new entry at GPT#4.
    sudo gdisk /dev/disk0
    p
    d
    4
    n
    4
    782929920
    976773112
    0700
    p
    w
    y
    Here is an example of the delete/new...
    Command (? for help): d
    Partition number (1-4): 4
    Command (? for help): n
    Partition number (4-128, default 4): 4
    First sector (34-1954210086, default = 1454210080) or {+-}size{KMGTP}: 1454211072
    Last sector (1454211072-1954210086, default = 1954210086) or {+-}size{KMGTP}: 1954209791
    Current type is 'Apple HFS/HFS+'
    Hex code or GUID (L to show codes, Enter = AF00): 0700
    Changed type of partition to 'Microsoft basic data'
    Command (? for help): p
    Disk /dev/disk0: 1954210120 sectors, 931.8 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): 6ED0C429-00D1-4759-B50E-04B6FB80D0E3
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 1954210086
    Partitions will be aligned on 8-sector boundaries
    Total free space is 1293 sectors (646.5 KiB)
    Number  Start (sector)    End (sector)  Size       Code  Name
       1              40          409639   200.0 MiB   EF00  EFI System Partition
       2          409640      1452940543   692.6 GiB   AF00  Customer
       3      1452940544      1454210079   619.9 MiB   AB00  Recovery HD
       4      1454211072      1954209791   238.4 GiB   0700  Microsoft basic data
    2. This is a tedious process and you want to check after the second 'p'rint command that it looks reasonable, before the 'w'rite and 'y'es to confirm.
    3. You will need to reboot after the change, because the disk you are booted from is the one being modified. Reboot will rebuild disk0s4 using the start/end you entered.
    4. Run the dd command - sudo dd if=/dev/rdisk0s4 count=1 2>/dev/null | hexdump -C and check that the first line contains "R.NTFS".
    5. Once you have a working GPT#4, a new hybrid MBR needs to be created which will overwrite what you see in your Fdisk output. This is also done using GPT Fdisk (Gdisk). Your numbers will look different than what are in the following example. In most cases, you will use the default except entry 4, which should have a 'y' for bootable flag.
    sudo gdisk /dev/disk0
    GPT fdisk (gdisk) version 0.8.10
    Warning: Devices opened with shared lock will not have their
    partition table automatically reloaded!
    Partition table scan:
      MBR: hybrid
      BSD: not present
      APM: not present
      GPT: present
    Found valid GPT with hybrid MBR; using GPT.
    Command (? for help): p
    Disk /dev/disk0: 490234752 sectors, 233.8 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): 59BDFEEB-1EB4-4529-94FE-3CBC2C3CD513
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 490234718
    Partitions will be aligned on 8-sector boundaries
    Total free space is 2604 sectors (1.3 MiB)
    Number  Start (sector)    End (sector)  Size       Code  Name
       1              40          409639   200.0 MiB   EF00  EF
       2          409640       401060383   191.0 GiB   AF05  Macintosh HD
       3       401060384       402329919   619.9 MiB   AB00  Re
       4       402331648       490233848   41.9 GiB    0700  Microsoft basic data
    Command (? for help): r
    Recovery/transformation command (? for help): h
    WARNING! Hybrid MBRs are flaky and dangerous! If you decide not to use one,
    just hit the Enter key at the below prompt and your MBR partition table will
    be untouched.
    Type from one to three GPT partition numbers, separated by spaces, to be
    added to the hybrid MBR, in sequence: 2 3 4
    Place EFI GPT (0xEE) partition first in MBR (good for GRUB)? (Y/N): y
    Creating entry for GPT partition #2 (MBR partition #2)
    Enter an MBR hex code (default AF): AF
    Set the bootable flag? (Y/N): n
    Creating entry for GPT partition #3 (MBR partition #3)
    Enter an MBR hex code (default AB): AB
    Set the bootable flag? (Y/N): n
    Creating entry for GPT partition #4 (MBR partition #4)
    Enter an MBR hex code (default 07): 07
    Set the bootable flag? (Y/N): y
    Recovery/transformation command (? for help): w
    Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
    PARTITIONS!!
    Do you want to proceed? (Y/N): y
    OK; writing new GUID partition table (GPT) to /dev/disk0.
    Warning: Devices opened with shared lock will not have their
    partition table automatically reloaded!
    Warning: The kernel may continue to use old or deleted partitions.
    You should reboot or remove the drive.
    The operation has completed successfully.
    6. a. Test 1 - Can you see your Bootcamp volume in Finder.
        b. Test 2 - Can you files in the Bootcamp volume?
        c. Test 3 - Can you see Bootcamp in your System Preferences -> Startup Disk.
        d. Test 4 - If Test 1-3 are successful, select Bootcamp and click on Restart. You may need Windows startup repair, if you see a hanging underline cursor at the top left corner of your screen. In most cases, it is not required.
    Here is an example...
    Command (? for help): d
    Partition number (1-4): 4
    Command (? for help): n
    Partition number (4-128, default 4): 4
    First sector (34-1954210086, default = 1454210080) or {+-}size{KMGTP}: 1454211072
    Last sector (1454211072-1954210086, default = 1954210086) or {+-}size{KMGTP}: 1954209791
    Current type is 'Apple HFS/HFS+'
    Hex code or GUID (L to show codes, Enter = AF00): 0700
    Changed type of partition to 'Microsoft basic data'
    Command (? for help): p
    Disk /dev/disk0: 1954210120 sectors, 931.8 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): 6ED0C429-00D1-4759-B50E-04B6FB80D0E3
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 1954210086
    Partitions will be aligned on 8-sector boundaries
    Total free space is 1293 sectors (646.5 KiB)
    Number  Start (sector)    End (sector)  Size       Code  Name
       1              40          409639   200.0 MiB   EF00  EFI System Partition
       2          409640      1452940543   692.6 GiB   AF00  Customer
       3      1452940544      1454210079   619.9 MiB   AB00  Recovery HD
       4      1454211072      1954209791   238.4 GiB   0700  Microsoft basic data

  • My MacBook Air (13" Mid 2012) 1.8 GHz, i5, 4 GB 1600 MHz DDR3 becomes sluggish, particularly web browsing after upgrading to yosemite from mavericks

    my MacBook Air (13" Mid 2012) 1.8 GHz, i5, 4 GB 1600 MHz DDR3 becomes sluggish, particularly web browsing after upgrading to yosemite from mavericks

    Mine is exactly the same machine and is working with any kind of problems.
    Try to see this:
    Clean space, make faster

  • I upgraded to Yosemite from Snow Leopard and lost my address book. Is there any way to retrieve the information?

    I upgraded to Yosemite from Snow Leopard and lost my address book. Is there any way to retrieve the information?

    Transfer iTunes purchases by:
    iTunes Store: Transferring purchases from your iPhone, iPad, or iPod to a computer
    Transfer other music by using a third-party programlike one of those discussed here:
    Copy music from Ipod to new computer...: Apple Support Communities
    You can also rredownload mos iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Do you recommend i upgrade to yosemite from mavericks

    do you recommend i upgrade to yosemite from mavericks

    Upgrade:
    IF you have a complete, bootable backup of your current system and you also took the basic precaution of saving a copy of the Mavericks installer app (or making a bootable installer on a flash drive), because Apple has rather incomprehensibly removed Mavericks for download. If you have no backup of your system or the Mavericks installer, you'd be foolish to upgrade. If Mavericks is in your App Store list of purchased software, download it and save it before proceeding.
    IF your current system is running well. Installing Yosemite is not likely to improve a flaky, slwareow system.
    IF you have checked to see that the apps you need most are compatible with Yosemite.
    The safest approach is to install it on a test basis, on a spare HD.

  • Photon plus not working after upgrading to yosemite from mavericks

    I upgraded to yosemite. Now my photn plus is not working. Please solve my problem.

    HI
    some apps are not working anymore with yosemite and sometimes you have to buy it (server apps case) or just upgrade it from appstore (iPhoto,... Case)

  • Is it possible to retrieve word documents from my imac after upgrading with yosemite from a 10.8 to a 10.10?

    I have just upgraded my iMac from a 10.8 to a 10.10 with OS X Yosemite and have lost Microsoft Word.  Is there any way to retrieve my lost documents and what is a replacement for the microsoft word program?  When I try to open a word document  a notice comes up informing me 'you can't open the app "Microsoft Word" because PowerPC apps are no longer supported'.  Are there any options here?  Appreciate any info.

    LibreOffice
    OpenOffice
    Office Alternatives - Free

  • Upgraded to Yosemite from Mt.Lion, now my MacMini is extremely slow

    After installing Yosemite my Mini runs horribly slow.  It takes 3 minutes to open Safari, several minutes to open a new page and forget about streaming anything...Is there a way to go back to a previous OS?  This is truly disappointing and unacceptable.   Glad I didn't jump in and upgrade my MacBook Air too.

    Try these in order testing your system after each to see if it's back to normal:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    4. Reinstall Yosemite: Reboot from the Recovery HD. Select Reinstall OS X from the Utilities menu, and click on the Continue button.
        Then download and install the OS X Yosemite 10.10.3 Combo Update.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.
    5. Reinstall Yosemite from Scratch:
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
        How to Clean Install OS X Yosemite.
        Then download and install the OS X Yosemite 10.10.3 Combo Update.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • Free upgrade to CS4 from CS3.3?

    Hi,
    I have Adobe Creative Suite 3 Design Premium and am thinking about upgrading to CS4 when it comes out.
    However I have noticed some sites advertising Free upgrade to CS4 if you purchase the upgrade to CS3.3. Is this free upgrade to CS4 valid if I upgrade from CS3 to CS3.3 now? As I read somewhere it is only valid if you are upgrading from an earlier version?
    Or, if I upgraded from CS3 design premium to CS3.3 master collection, would that allow me to get the free upgrade to CS 4 Master Collection?
    Thanks,
    Nellie

    Dear Bob,
    I have a difficulty to understand what you are writing.
    First you write that the release of Acrobat 9 would be a red flag... I guess you mean that if Adobe extend a suite with additional software this means that another Suite is close? I understood it to be a intermediate release in order to keep customers happy until a new release was ready, but that period would be long and therefore the intermediate release was necessary. As of today I understand that you and Adobe have a better consensus in this matter.
    Why did we not need CS3 for 17 months? Well if you read my posts you would have noticed that we have had Design Premium CS3 since release but things change in the world and with a new employee needing Master Collection to correspond to new prospect customer demand we had to purchase a new seat. However, to find out upon opening the box that CS4 is launched and that our new customer was going for that release, whereas we had paid full price for an obselete software, thereby loosing customer(not yet though, lets hope Adobe and we come to a agreement), unless we pay another 1k doesn't make us happy.
    If we had got the info that CS4 was close we wouldn't have purchased CS3.3 since we then would have the possibilty to discuss the matter with our prospect customer and both could have waited for CS4 release. Meanwhile we could have handled shortterm stuff with our CS3 Design P.
    How to handle this in the future. Well either we all users have to continue our search on internet and on forums to find out what the rumour is...
    ... or Adobe put progress reports on their official website about next release planned in x months. I write planned since I understand that writing software usually takes more time than planned, but at least it should not come to a situation where a release is launched earlier than the rumour in forums etc.
    Any other suggestions to Adobe how to handle releases?

  • Free upgrade to CS6 from CS5.5?

    I purchased CS5.5 in May. I understand there is a free upgrade to CS6 due to purchase date. How do I get it?

    There was but I am sorry to say this offer expired as of August 6, 2012.

  • I am having trouble upgrading to Yosemite from OS X 10.7.5.  The download just freezes.

    I am not able to upgrade from OS X 10.7.5 to Yosemite.  The download stays frozen.  Anything I can do?

    The OS itself is free, although that doesn't mean there's no cost to upgrade. You sound like you've put in the research and have backups - I'd be inclined to clone your working 10.7 system to an external drive using Carbon Copy Cloner or SuperDuper so you can quickly recover in case 10.10 doesn't do what you need. You can't recover quickly from Time Machine.
    Matt

  • Upgraded to yosemite from snow leopard  and can't finish the upgrading to iPhoto 9.6 I lost my photos.

    I upgraded from Snow Leopard to Yosemite When I tried to open iPhoto it asked me to install version 9.6. I did so. Then when  I tried to open it said that it needed to upgrade the library data. I left it for 10 hours. Before the bar is full it stops and it freezes and i have to force close it. It has the new icon but does not open or show new or old photos.

    iPhoto Library rebuild

  • Do i have to disconnect my time machine backup drive before I upgrade to Yosemite from mavericks

    I am considering upgrading from mavericks to yosemite. Do I need to disconnect my time machine external backup disc drive before I upgrade.

    Thanks,
    I was concerned that if the upgrade went wrong for any reason, it may corrupt the back up drive as well as the hard drive and I would somehow loose the ability to recover my files.

  • I have a installed the free upgrade to yosemite but cannot get my computer to open.  Just get a grey screen, not a sign in screen.  How do I get it to start up?

    I installed Yosemite on my Mac and after over 2 hours, the computer went to reboot.  A grey screen appeared and that was all that happened.  I couldn't move the cursor to close out.  I could not force quit.  I had to turn off the computer with the button.  Upon turning the computer on again, the apple icon showed up with a progress bar under it.  The progress bar proceeded to move until about 1/3 of the way across and then a lank grey screen appeared again  The arrow cursor appears, but no screen sign in or anything else will appear.  Again, to turn the computer off, I have to hit the button on the back of the computer and then I return to the loop again  Help!

    Do you have your Mac backed up?
    If not, you should use Time Machine to back up your Mac to an external hard drive just "in case".
    But if all you did was change your existing ID, then deleting the Calendar infomation from the Mac when you sign out should not be an issue. Since it is the same Apple ID, it is the same iCloud account (just with a different name), so your Contacts, Calendars, etc. are stored in iCloud. When you sign back in, you will have the option to sync Contacts, Calendars, Notes, etc. with iCloud - it should already be checked. Just sign back in, and your iCloud info will re-download to your Mac.
    I just tried this, and all of my stuff showed up when I signed back in. Notes took a couple of seconds to load once I opened them, but they are all there.
    Note: If you are signing on with a brand new Apple ID, then nothing will be downloaded because it will be an entirely different iCloud account. But if it is the same Apple/iCloud/iTunes ID with just a new email, then it will all be restored.
    Cheers,
    GB

  • Can I upgrade to Yosemite from snow leopard 10.6.8

    I've been downloading Yosemite for over 2 hours and I'm wondering if this is normal and if so how much longer it might take?

    And try not to double post: https://discussions.apple.com/message/27596659#27596659

Maybe you are looking for

  • XML Publisher excel template

    Hi , after installing the Patch Patch 12415414: 1OFF:11873050:12.1.3:12.1.3:FRM-41830, FRM-40212 SUBMITTING PROGRAM - PUBLISH FS i managed to add and excel template to XML Publisher , the template working fine in the Desktop template viewer but when

  • How to implement Quick Query and Saved Searches in ADF?

    We are using 11gR2 ADF. The requirement is to enable Quick Search and save the Searches. In the Oracle ADF documentation, it is mentioned that - Create a view with view criteria named. - In the .jspx drag and drop the view criteria and Select Quick Q

  • Adding text to index.html in iWeb

    I am currently trying to convert my website to mobile phone. I'm using Fetch as my FTP client, and Duda Mobile to create the mobile site. I am trying to add text in the index.html file, however, I don't know if I need a particular text editor to do t

  • NEW WHITEPAPER: Using Power BI in a Hybrid Environment

    This article details the tasks necessary to implement Microsoft Power BI for Office 365 in a hybrid environment. It describes best practices for security, networking, and component architecture for building a hybrid business intelligence (BI) environ

  • How to transcode H.264 to apple pro rez 422

    What's the best way to transcode H.264 video footage from a Canon DSLR to Apple ProRez 422 and inport into FCP 7? thanks, Eve