Sd reader problems in Yosemite

Hi, after installing Yosemite, my MBP (mid 2011) is not recognizing any sd card.
I´ve tried SMC and PRAM reset and still no solution. Y restart many times with the card in too.
Sometimes I have to use Win7 (need to use 3dMax) so I restart in windows and the slot doesn´t recognize the card.
Any ideas?
Thanks
Ivan

Hi,
Thanks for your reply.
Yes, I have. It works pretty much like any re-start does. As soon I use headphones or send my Mac to sleep, it goes back to unresponsive sound control.
Edit: Just tried it again and it didn't do anything. Key board sound control is still greyed out...
Any other suggestions?

Similar Messages

  • Mail problems on Yosemite

    Hi there,
    Does anybody know if anything is going to be done regarding the mail problem on Yosemite?
    this was a recurring on Maverics too...
    Since i updated to Yosemite, mail does not work well on my iMac, i cannot get my mail... but i can send mail.
    it does not seem to connect properly to my Pop account.
    my mail does work well on my iPhone and other devices.
    it was fine after the recent Yosemite update, and now it's back... and very frustrating,
    is there anyone who can help ? or anyone at Apple that is going to fix it for once and for all ?
    Thanks.

    Reinstalling OS X Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the 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.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main 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.
    Reinstall OS X: Select Reinstall OS X and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Also see:
    Reinstall OS X Without Erasing the Drive
    OS X Yosemite- Reinstall OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • Massive sound problems in Yosemite

    Hi,
    I have been experiencing massive sound problems with Yosemite. It basically effects everything except the sound control in the control centre.
    What happens:
    I can't control the sound volume anymore. Key board sound control does not respond (sound symbol is struck out), sound bar in menu bar in greyed out.
    If sound symbols are not greyed out, the sound will stay on the level it currently is. Neither key board nor menu bar icon can change the volume.
    When it happens:
    When I plug/un-plug headphones.
    When I use iTunes. iTunes will even stop playback... the only chance to get iTunes back to normal is restarting the app.
    When I use Skype.
    Occasionally on any incident... there is no app in particular linked to this.
    What I do to get around it:
    Restarting the mac... this will help until I sent my Mac to sleep or do any of the things above.
    Accessing sound control via the control centre (which is work around, yet very annoying).
    Killing sound via terminal does not do anything.
    Btw. there is only one thing listed in the sound input/output menu.
    This problem is very annoying and occurs several times daily, especially since I work a lot with sound and music. I know this an weary argument, but considering what I paid for this machine ... bla bla bla... I need a fix.
    Thanks for any advice.
    Andy

    Hi,
    Thanks for your reply.
    Yes, I have. It works pretty much like any re-start does. As soon I use headphones or send my Mac to sleep, it goes back to unresponsive sound control.
    Edit: Just tried it again and it didn't do anything. Key board sound control is still greyed out...
    Any other suggestions?

  • Problems installing yosemite on imac

    problems installing yosemite on imac

    Okay :-/ I messed up the post. But this did make me smile and I have reposted my problem.

  • Problems using Yosemite

    Problems using Yosemite:
    -cannot find previously purchased audiobooks on iTunes
    -cannot find all previously purchased apps on Apps
    -cannot use files made in iWork 08 (Pages and Numbers) with the new Pages and Numbers in Yosemite
        -have iWork 08 and never upgraded to iWork 09
        -find it hard to believe there is no backward compatibility
    Help?

    Your first two questions need to be asked in the Yosemite forum.
    For your iWork '08 question:
    The new versions cannot open any iWork '08 or earlier documents or templates. You will get an error saying to open the files in iWork '09 then open them in the new version. Keep in mind that the new versions are a significant downgrade from any previous version. If you want to use the latest versions of the iWork apps I suggest that you buy a retail copy of iWork '09 from a third party such as Amazon or eBay & then update to the new iWork apps in the Mac App Store. You might check this link for the iWork '09 trial. I have no idea if it is still available.
    Your iWork '08 apps will run in Yosemite as long as they are updated to the latest - Keynote 4.0.4, Pages 3.0.3, Numbers 1.0.3.

  • Image reading problem in servlet

    Image reading problem in servlet
    I am reading an image in servlet and writing it to ServletOutputStream
    The following code works fine unless I change the size of the byte array (for increasing download speed) from 8 to something like 128 or any other higher value
    If I change the value of byte array size the image does not get downloaded properly, I mean the quality of the image changes, it does not looks like the original imageURL url = new URL("http://www.mysite.com/images/img1.jpg");
    URLConnection con = url.openConnection();
    con.setUseCaches(false);
    BufferedInputStream in = new BufferedInputStream(con.getInputStream());
    BufferedOutputStream out = new BufferedOutputStream(response.getOutputStream());
    byte b[] = new byte[8];
    while(in.read(b) != -1)
         out.write(b);
         out.flush();               
    out.close();
    in.close();what do I change
    byte array size
    or use the constructor of BufferedInputStream with 2 parameter
    or use the constructor of BufferedOutputStream with 2 parameter
    or use flush outside while loop or what else

    Change your while loop to:
    int count;
    while((count = in.read(b)) != -1)
         out.write(b, 0, count);
         out.flush();               
    }The penultimate time read is called, it may not fill the entire byte array. You only want to write out however much was read into the array.
    For better performance, you should move the flush() outside of the loop too. BufferedOutputStream will flush automatically when its internal buffer is full.

  • Telnet read problem -- Telnet read back

    I am trying to use telnet to send TL1 command to my UUT and expect to read back measurement data.  I was able to read proper data once in a while but most of the time I read back the TL1 command that I sent.  I tried different read mode and timeout period but nothing seem to matter.  My vi was written in Labview 8.2.1 with Internet toolkit.  I read in the forum about some limitation of the telnet read problem of the vi from the internet toolkit,  Is there any better read driver around?
    Thanks,
    Patrick 

    Hey!  I have a few questions for you that should help us solve this problem.  First, have you tried out the telnet shipping example "Telnet Line Client.vi".  This will help us minimize programming errors, etc.  Also, what type of device are you trying to communicate with?  Are there other forms of communication available?  For example, does the device also have a serial port, GPIB Port, etc.?  Also, is it possible to write to the device using TCP/IP (This is what telnet is based on)?  Let me know the answers to these questions and I will be better equipped to help you out!!
    Thanks!
    Dan
    Daniel Eaton
    National Instruments
    Systems Engineering
    Embedded and Industrial Control

  • T 420s cooling air coming out is very hot, finger print reader problem

    I am living in ruwais, abudhabi.i bought T 420s in last June from LENOVO  authorized distributor. Model number is 4174-KK4 and the sr no ***.
    Sometime the cooling air coming out is very hot, unable to keep the laptop on the lap.
    The cooling fan also replaced still the temperature is high.
    After replacing the fan I noticed that I noticed one of the screws was not fixed, I asked them to fix it, then they fixed it.
    I traveled back to my home 240 KM from the  authorized distributor service  center. when I started the laptop, the fingerprint reader was not working . Then I traveled back 240 KM to the  authorized distributor service  center to fix the issue. They fixed the fingerprint reader problem.
    Then now the SD card reader is not working. I was asked to bring the laptop to the  authorized distributor service centre.
    Can any one experience the same type of problems  with T 420s the cooling air coming out is very hot, finger print reader problem, card reader not working?
    The authorized distributor says for the service they can only cover 50 KM form the  authorized distributor service  center to the customer point, what is the conditions for the On site warranty ?. I am living 240 KM away from the authorized distributor service center from whom I bought the laptop.
    Moderator comment: Serial number(s) removed to protect member from mischief.

    Well clearly after the first incident. You need to check and us it verifying everything is working before leaving the service center or town its in. Go to a coffee shop and spend time using it and test each option is working.
    When the notebook its opened the finger print reader, card reader etc may not be connect properly or connectors not snap fully and disconnect. Mouse ultranav I have heard may also. But clearly you assume too much and you need to spend the time testing its working before leaving.
    These service center are only paid a fixed amount so they won't spend anymore time then they have to and address one problem you brought it in for.
    As for heat out put and over heating. There are many threads on these systems you can find and read about.
    Advice:
    - install Core Temp, this will monitor and display on the task bar you CPU core temp and you can see CPU load & Temperature at a glance if it approaching or staying near the max levels which will kill the CPU and/or motherboard due to cooking it. Its free just be sure to deselect any additional software from installing during the process. I use it on my notebooks. If the system is running high core Temp all the time you need to have it resolved or it will die and most likely out of warranty and/or your data will be lost if you don't have a backup as well. http://www.alcpu.com/CoreTemp/
    - use a laptop cooler. Its a flat pad you sit the laptop on you lap or table with usually two cooling fans that plug into the USB port for power. It will help cool the base of the laptop and other components inside will not be as hot. This will do nothing for the CPU temperature though.
    T520 Model 4239 Intel(R) Core(TM) i7-2860QM CPU @ 2.50GHz
    Intel Sandy Bridge & Nvidia NVS 4200M graphics Intel N 6300 Wi-Fi adapter
    Windows 7 Home Prem - 64bit w/8GB DDR3

  • I am unable to print documents.  States Adobe reader problem

    I cannot print documents as it says Adobe reader problem or error

    Windows 7; HP 2009m; printer is Lexmark S415;
    Message says
    Acro RD32.exe
    Adobe PDF document
    (There is a problem with Adobe Adrobat/Reader.  If it is running, please
    exit and try again. (15:3)

  • DataSocket Read problem

    Hi all,
    When I use the new condensed "DataSocket Read" vi in Labview 6i (which is
    unfortunately not editable and is supposed to replace old vi's like "open
    connection", "update", "close" and so on) a single time to read automat
    words through an OPC server, the vi returns "zeros" all the way. The only
    solution I found to read the right datas is to place the "DataSocket Read"
    in a "While Loop" which loops until datas are different from zeros, which
    is very inconvenient and time consuming. I tried diffferent settings with
    "DataSocket Read" (wait for update, timeout) but the problem remains.
    Have you also faced the same problem ? Is there a solution ? Thanks for your
    assistance.
    Gaël RENEVIER
    Responsable Maintenance & Développement
    Tél : 04 74 82 20 08
    Fax : 04 74 82 24 92
    e-mail : [email protected]

    This is a problem with the 6i data socket routines ... use the old routines
    from the data socket examples (with the open,update, close drivers), and it
    works fine.
    Dave Gianetto
    http://www.gianetto.org
    > From: [email protected]
    > Organization: UUNET
    > Newsgroups: comp.lang.labview
    > Date: Tue, 21 Nov 2000 16:05:38 +0100
    > Subject: DataSocket Read problem
    >
    > Hi all,
    >
    > When I use the new condensed "DataSocket Read" vi in Labview 6i (which is
    > unfortunately not editable and is supposed to replace old vi's like "open
    > connection", "update", "close" and so on) a single time to read automat
    > words through an OPC server, the vi returns "zeros" all the way. The only
    > solution I found to read the right datas is to place the "DataSocket Read"
    > in a "W
    hile Loop" which loops until datas are different from zeros, which
    > is very inconvenient and time consuming. I tried diffferent settings with
    > "DataSocket Read" (wait for update, timeout) but the problem remains.
    >
    > Have you also faced the same problem ? Is there a solution ? Thanks for your
    > assistance.
    >
    >
    > Gaël RENEVIER
    > Responsable Maintenance & Développement
    > Tél : 04 74 82 20 08
    > Fax : 04 74 82 24 92
    > e-mail : [email protected]
    >
    >

  • Card Reader problem with MSI K8T Neo

    Hi,
    I have the K8T Neo motherboard, and every once and a while my Atech Flash 9 in 1 card reader  (http://www.newegg.com/app/ViewProductDesc.asp?description=20-176-003&depa=0) doesn't power up, thus I can't use it.
    What's odd is that all my other USB devices work flawlessly.
    The only way I'm able to use the card reader again is to power down my computer and then flip the power switch on the psu, then turn it back on, or unplug the reader from the usb header on the motherboard and plug it back in.
    I've noticed other people have had similar issues...
    Any ideas what causes this, or any ideas on how to fix this?
    Bio Haz

    Yes, I had the same hanging problems as well with older BIOS versions then 1.7.
    But that isn't the problem I'm talking about, the computer always starts up, it's just a matter if the usb reader will work or not.
    Maybe MSI has yet to make a BIOS that is compatible with all card readers.
    BioHaz
    Quote
    Originally posted by me_AMD
    ...yes, I had USB card reader problems but it caused the computer to hang during POST, and that was fixed with BIOS v1.7...
    ...I've had what you describe happen on another machine with a Mitsumi card reader/floppy drive combo...not sure what caused it...had to disconnect it and then plug it back in...???...

  • Problems with Yosemite  so far?

    Problems with Yosemite  so far: WIFI still seems a bit problematic, Safari on new update doesn't play youtube (neither hyperlinks nor for youtube's site), Problem connecting iPhone 6 to my MBP (late 2013, BT compatible) and turning Hotspot using continuity. Sorry guys, but it doesn't seem like the apple we all like, perfection-wise. any suggestion what to do? Maybe downgrading back to mavericks (god forbid, but it was an excellent OS)?

    Wi-Fi: How to troubleshoot Wi-Fi connectivity
    Wi-Fi Problems in OS X Yosemite
    Wireless Diagnostics
    Also try turning off Bluetooth.
    Safari. Try un-installing and then re-installing.
    Adobe Flash Uninstaller
    Adobe Flash Player
    Adobe Flash Player updates available for OS X on October 24, 2014
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback

  • Problem with yosemite and parallels

    Since I have upgraded to yosemite and parallels 10 my windows 7 has been using a lot of CPU resources.  Windows 7 runs very slow and it been using almost constantly 100% of one of the quads resources.  This just started to happen when I upgraded, because I did not have this problem with Mavericks and Parallels 9 or 10. I have an iMac 2011, 8GB of Ram.  Has anybody had this issue.  Thanks.

    Thanks for the response.  I was searching on a parallels forum website and found the following:
    As from the symptoms, the issue can lie in NVRAM preferences of your particular Mac.
    Please do the following to solve:
    open Terminal application on Mac (Applications/Terminal.app)
    please type this command (you may copy-paste it to the terminal from this message):
    sudo nvram boot-args="debug=0xd4e"
    Hit Enter.
    You will be prompted to enter Mac user password. Please type it and hit Enter.
    Note: you won't see what you are typing, just type and hit Enter. If you don't have Mac user password, please create a temporary one.
    Then you may restart your Mac and the issue should be solved.
    If not - please reply me here and I'll create a ticket for you in Support.
    I did the above and it seemed to correct the problem.

  • Problems Report: Yosemite Language/Region and iOS 8.0.2 Bluetooth

    OS X YOSEMITE LANGUAGE/REGION PROBLEM:
    Since I installed OS X Yosemite (10.10) on my 13 inch Macbook Pro Retina Late 2013, my Finder's Favorites and Tags appears in two different languages (English and Portuguese). I am from Brazil, however, I use my system in English. Whereas I set my language to English, my Finder should appear only in English.
    As you can see, until Desktop option is in English, below it, everything is in Portuguese. Note that in Mavericks everything appeared in English as it should be. Same for the Tags, which is "Vermelho" instead of "Red" and so on, but "All tags" appears in English, instead of Portuguese.
    Please Apple, do not forget to correct it for the next upgrade!
    iOS 8.0.2 BLUETOOTH PROBLEM:
    Another problem I want to report is my iPhone 5S (iOS 8.0.2) Bluetooth connection, which has a big issue. Since iOS 8.0.2 upgrade, I could not use my Bluetooth anymore. My device can be found from other devices, such as my Macbook Pro, for example, however, I am not able to pair or even find any other device from my iPhone to others.
    Hence, I am not able to use Handoff, connect to the car's DVD player, Headphones and so on.
    What is going on there, Apple? Both this problems are amateurs. What is happening with the Test Software Engineering phase.
    I was wondering if it would be possible to see some great news about both of this issues as soon as possible.
    Thanks in advance for any further help from you guys.

    OS X YOSEMITE LANGUAGE/REGION PROBLEM:
    Since I installed OS X Yosemite (10.10) on my 13 inch Macbook Pro Retina Late 2013, my Finder's Favorites and Tags appears in two different languages (English and Portuguese). I am from Brazil, however, I use my system in English. Whereas I set my language to English, my Finder should appear only in English.
    As you can see, until Desktop option is in English, below it, everything is in Portuguese. Note that in Mavericks everything appeared in English as it should be. Same for the Tags, which is "Vermelho" instead of "Red" and so on, but "All tags" appears in English, instead of Portuguese.
    Please Apple, do not forget to correct it for the next upgrade!
    iOS 8.0.2 BLUETOOTH PROBLEM:
    Another problem I want to report is my iPhone 5S (iOS 8.0.2) Bluetooth connection, which has a big issue. Since iOS 8.0.2 upgrade, I could not use my Bluetooth anymore. My device can be found from other devices, such as my Macbook Pro, for example, however, I am not able to pair or even find any other device from my iPhone to others.
    Hence, I am not able to use Handoff, connect to the car's DVD player, Headphones and so on.
    What is going on there, Apple? Both this problems are amateurs. What is happening with the Test Software Engineering phase.
    I was wondering if it would be possible to see some great news about both of this issues as soon as possible.
    Thanks in advance for any further help from you guys.

  • Having a problem installing Yosemite in new SSD (samsung 840 EVO) in my macbook pro Mid 2012 model

    This is the installer log
    Dec 31 16:00:49 localhost opendirectoryd[123]: opendirectoryd (build 382.0) launched - installer mode
    Dec 31 16:00:49 localhost opendirectoryd[123]: Logging level limit changed to 'notice'
    Dec 31 16:00:51 localhost opendirectoryd[123]: Initialize trigger support
    Dec 31 16:00:51 localhost opendirectoryd[123]: created endpoint for mach service 'com.apple.private.opendirectoryd.rpc'
    Dec 31 16:00:51 localhost opendirectoryd[123]: set default handler for RPC 'reset_cache'
    Dec 31 16:00:51 localhost opendirectoryd[123]: set default handler for RPC 'reset_statistics'
    Dec 31 16:00:51 localhost opendirectoryd[123]: set default handler for RPC 'show'
    Dec 31 16:00:51 localhost opendirectoryd[123]: starting endpoint for service 'com.apple.private.opendirectoryd.rpc'
    Dec 31 16:00:51 localhost configd[113]: adding  com.apple.SystemConfiguration.InterfaceNamer
    Dec 31 16:00:51 localhost configd[113]: adding  com.apple.SystemConfiguration.SCNetworkReachability
    Dec 31 16:00:51 localhost configd[113]: loading com.apple.SystemConfiguration.ISPreference
    Dec 31 16:00:51 localhost opendirectoryd[123]: no dynamic data found at '/System/Library/OpenDirectory/DynamicData/Configure.plist'
    Dec 31 16:00:51 localhost opendirectoryd[123]: Registered node with name '/Configure' as hidden
    Dec 31 16:00:52 localhost opendirectoryd[123]: no dynamic data found at '/System/Library/OpenDirectory/DynamicData/Local.plist'
    Dec 31 16:00:52 localhost opendirectoryd[123]: Registered node with name '/Local' as hidden
    Dec 31 16:00:56 localhost configd[113]: com.apple.SystemConfiguration.ISPreference load failed
    Dec 31 16:00:56 localhost configd[113]: dlopen_preflight(/System/Library/SystemConfiguration/InternetSharingPreference. bundle/Contents/MacOS/InternetSharingPreference): Library not loaded: /System/Library/PrivateFrameworks/Netrb.framework/Versions/A/Netrb
    Dec 31 16:00:56 localhost configd[113]:   Referenced from: /System/Library/SystemConfiguration/InternetSharingPreference.bundle/Contents/M acOS/InternetSharingPreference
    Dec 31 16:00:56 localhost configd[113]:   Reason: image not found
    Dec 31 16:00:56 localhost configd[113]: loading com.apple.SystemConfiguration.ApplicationFirewall
    Dec 31 16:00:57 localhost configd[113]: adding  com.apple.SystemConfiguration.KernelEventMonitor
    Dec 31 16:00:57 localhost configd[113]: adding  com.apple.SystemConfiguration.LinkConfiguration
    Dec 31 16:00:57 localhost configd[113]: adding  com.apple.SystemConfiguration.PreferencesMonitor
    Dec 31 16:00:57 localhost configd[113]: loading com.apple.SystemConfiguration.EAPOLController
    Dec 31 16:00:58 localhost configd[113]: loading com.apple.SystemConfiguration.IPConfiguration
    Dec 31 16:01:00 localhost configd[113]: adding  com.apple.SystemConfiguration.IPMonitor
    Dec 31 16:01:00 localhost configd[113]: skipped com.apple.SystemConfiguration.Logger (disabled)
    Dec 31 16:01:04 localhost configd[113]: updateConfiguration(): no preferences.
    Dec 31 16:01:09 localhost configd[113]: LSExceptions [0x7f8ddb68bc40] loaded
    Dec 31 16:01:11 localhost opendirectoryd[123]: 125.1 - Client: apsd, UID: 0, EUID: 0, GID: 0, EGID: 0
    Dec 31 16:01:11 localhost opendirectoryd[123]: 125.1 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Search, Options: 0x0
    Dec 31 16:01:11 localhost opendirectoryd[123]: 125.1 - ODNodeCreateWithNameAndOptions failed with error 'Unknown node name' (2000)
    Dec 31 16:01:12 localhost configd[113]: network changed.
    Dec 31 16:01:14 localhost Unknown[386]: kern.boottime: { sec = 1356998418, usec = 0 } Mon Dec 31 16:00:18 2012
    Dec 31 16:01:14 localhost Unknown[396]: Launching the Language Chooser for an OS Install
    Dec 31 16:01:22 localhost configd[113]: LSExceptions [0x7f8ddb68bc40] unloaded
    Dec 31 16:01:23 localhost configd[113]: InterfaceNamer: No current set
    Dec 31 16:01:24 localhost configd[113]: New network configuration saved
    Dec 31 16:01:25 localhost configd[113]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Network is down (50)
    Dec 31 16:01:25 localhost configd[113]: DHCP en1: INIT transmit failed
    Dec 31 16:01:25 localhost configd[113]: network changed.
    Dec 31 16:01:30 localhost opendirectoryd[123]: 125 - Client: 'apsd', exited with 0 session(s), 0 node(s) and 0 active request(s)
    Dec 31 16:01:32 localhost Language Chooser[397]: Setting system to install/recovery mode.
    Dec 31 16:01:33 localhost configd[113]: network changed: v4(en1+:192.168.1.4) DNS+ Proxy+ SMB
    Dec 31 16:01:33 MacBook-Pro.local configd[113]: setting hostname to "MacBook-Pro.local"
    Dec 31 16:01:33 MacBook-Pro.local Unknown[398]: Setting boot completed.
    Dec 31 16:01:34 MacBook-Pro.local Unknown[398]: Keyboard Layouts: duplicate keyboard layout identifier -16899.
    Dec 31 16:01:34 MacBook-Pro.local Unknown[398]: Keyboard Layouts: keyboard layout identifier -16899 has been replaced with -28673.
    Dec 31 16:01:34 MacBook-Pro.local Unknown[398]: Keyboard Layouts: duplicate keyboard layout identifier -16900.
    Dec 31 16:01:34 MacBook-Pro.local Unknown[398]: Keyboard Layouts: keyboard layout identifier -16900 has been replaced with -28674.
    Dec 31 16:01:34 MacBook-Pro.local Language Chooser[397]: Set keyboard to id: 0
    Dec 31 16:01:35 MacBook-Pro.local Language Chooser[397]: Found primary language hint "en"
    Dec 31 16:01:35 MacBook-Pro.local Language Chooser[397]: Launching the Installer using language code "en"
    Dec 31 16:01:39 MacBook-Pro.local Language Chooser[397]: Ordering out cinematic windows.
    Dec 31 16:01:39 MacBook-Pro.local Language Chooser[397]: Not hiding Language Chooser in progress callback
    Dec 31 16:01:40 MacBook-Pro.local OSInstaller[410]: LSExceptions [0x7feea14480c0] loaded
    Dec 31 16:01:40 MacBook-Pro.local storagekitd[411]: Starting SKDaemon...
    Dec 31 16:01:40 MacBook-Pro.local storagekitd[411]: Client entitled for destructive operations
    Dec 31 16:01:40 MacBook-Pro.local storagekitd[411]: Adding client connection <NSXPCConnection: 0x7f9ef0502670> connection from pid 410
    Dec 31 16:01:46 MacBook-Pro.local OSInstaller[410]: connection test:success
    Dec 31 16:01:46 MacBook-Pro.local Unknown[398]: 2012-12-31 16:01:46.208 OS X Installer[410:14118] connection test:success
    Dec 31 16:01:47 MacBook-Pro.local Unknown[398]: 2012-12-31 16:01:47.856 OS X Installer[410:14118] ***storageTaskManagerExistsWithIdentifier:withIdentifier failed: Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.apple.nsurlstorage-cache was invalidated.) UserInfo=0x7feea3c4bec0 {NSDebugDescription=The connection to service named com.apple.nsurlstorage-cache was invalidated.}; {
    Dec 31 16:01:47 MacBook-Pro.local Unknown[398]:     NSDebugDescription = "The connection to service named com.apple.nsurlstorage-cache was invalidated.";
    Dec 31 16:01:47 MacBook-Pro.local Unknown[398]: }
    Dec 31 16:01:47 MacBook-Pro.local OSInstaller[410]: Using product PKSecureNetEnabledProduct <file:///Volumes/Mac%20SSD/OS%20X%20Install%20Data/> at distance 5
    Dec 31 16:01:47 MacBook-Pro.local OSInstaller[410]: Hardware: MacBookPro9,2 @ 2.50 GHz (x 4), 4096 MB RAM
    Dec 31 16:01:47 MacBook-Pro.local OSInstaller[410]: Running OS Build: Mac OS X 10.10 (14A389)
    Dec 31 16:01:47 MacBook-Pro.local OSInstaller[410]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Dec 31 16:01:47 MacBook-Pro.local OSInstaller[410]: Env: PWD=/
    Dec 31 16:01:47 MacBook-Pro.local OSInstaller[410]: Env: XPC_FLAGS=0x0
    Dec 31 16:01:47 MacBook-Pro.local OSInstaller[410]: Env: XPC_SERVICE_NAME=0
    Dec 31 16:01:47 MacBook-Pro.local OSInstaller[410]: Env: SHLVL=1
    Dec 31 16:01:47 MacBook-Pro.local OSInstaller[410]: Env: __OSINSTALL_ENVIRONMENT=1
    Dec 31 16:01:47 MacBook-Pro.local OSInstaller[410]: Env: CI_DEFAULT_OPENCL_USAGE=0
    Dec 31 16:01:47 MacBook-Pro.local OSInstaller[410]: Env: OS_INSTALL=1
    Dec 31 16:01:47 MacBook-Pro.local OSInstaller[410]: Env: _=/System/Library/CoreServices/Language Chooser.app/Contents/MacOS/Language Chooser
    Dec 31 16:01:47 MacBook-Pro.local OSInstaller[410]: Mutable product: Looking for automation file at /Volumes/Mac SSD/OS X Install Data/minstallconfig.xml
    Dec 31 16:01:47 MacBook-Pro.local OSInstaller[410]: No file at /Volumes/Mac SSD/OS X Install Data/minstallconfig.xml
    Dec 31 16:01:47 MacBook-Pro.local OSInstaller[410]: Install Config: Looking for automation file at (null)
    Dec 31 16:01:47 MacBook-Pro.local OSInstaller[410]: No file at /System/Installation/Packages/Extras/minstallconfig.xml
    Dec 31 16:01:47 MacBook-Pro.local OSInstaller[410]: Looking for automation file at (null)
    Dec 31 16:01:47 MacBook-Pro.local OSInstaller[410]: Install will not be automated.
    Dec 31 16:01:47 MacBook-Pro.local OSInstaller[410]: Install will performed using distribution/collection at /System/Installation/Packages/OSInstall.mpkg.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Waiting for target evaluation.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Starting target evaluation queue.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: connection test:success
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating install check for (null)
    Dec 31 16:01:48 MacBook-Pro.local Unknown[398]: 2012-12-31 16:01:48.390 OS X Installer[410:14089] connection test:success
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Install check successful.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating 17 disks
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk14 Mount point: /Library/Preferences/SystemConfiguration Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk3s2 Mount point: / Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: OS X Base System is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk8 Mount point: /System/Installation Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk16 Mount point: /private/var/tmp/RecoveryTemp Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk11 Mount point: /private/var/root/Library Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk7 Mount point: /private/var/run Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk2s2 Mount point: /Volumes/Mac OS X Install DVD Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: OS X Install ESD is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk13 Mount point: /Library/Preferences Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk6 Mount point: /private/var/tmp Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk15 Mount point: /Library/Keychains Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk10 Mount point: /private/var/folders Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk1s2 Mount point: /Volumes/Install OS X Yosemite Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Install OS X Yosemite is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk5 Mount point: /Volumes Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk12 Mount point: /Library/ColorSync/Profiles/Displays Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk4 Mount point: /private/var/log Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk0s2 Mount point: /Volumes/Mac SSD Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Mac SSD is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk9 Mount point: /private/var/db Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Finished target evaluation.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating 17 disks
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk14 Mount point: /Library/Preferences/SystemConfiguration Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk3s2 Mount point: / Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: OS X Base System is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk8 Mount point: /System/Installation Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk16 Mount point: /private/var/tmp/RecoveryTemp Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk11 Mount point: /private/var/root/Library Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk7 Mount point: /private/var/run Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk2s2 Mount point: /Volumes/Mac OS X Install DVD Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: OS X Install ESD is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk13 Mount point: /Library/Preferences Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk6 Mount point: /private/var/tmp Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk15 Mount point: /Library/Keychains Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk10 Mount point: /private/var/folders Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk1s2 Mount point: /Volumes/Install OS X Yosemite Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Install OS X Yosemite is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk5 Mount point: /Volumes Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk12 Mount point: /Library/ColorSync/Profiles/Displays Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk4 Mount point: /private/var/log Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk0s2 Mount point: /Volumes/Mac SSD Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Mac SSD is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: Evaluating SKDisk { BSD Name: disk9 Mount point: /private/var/db Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:01:48 MacBook-Pro.local OSInstaller[410]: untitled is a valid target.
    Dec 31 16:01:48 MacBook-Pro.local Language Chooser[397]: Hiding Language Chooser in window counter
    Dec 31 16:01:48 MacBook-Pro.local Unknown[398]: Keyboard Layouts: duplicate keyboard layout identifier -16899.
    Dec 31 16:01:48 MacBook-Pro.local Unknown[398]: Keyboard Layouts: keyboard layout identifier -16899 has been replaced with -28673.
    Dec 31 16:01:49 MacBook-Pro.local Unknown[398]: Keyboard Layouts: duplicate keyboard layout identifier -16900.
    Dec 31 16:01:49 MacBook-Pro.local Unknown[398]: Keyboard Layouts: keyboard layout identifier -16900 has been replaced with -28674.
    Dec 31 16:01:50 MacBook-Pro.local OSInstaller[410]: LSExceptions [0x7feea14480c0] unloaded
    Dec 31 16:01:59 MacBook-Pro.local storagekitd[411]: Removing client connection <SKDaemonConnection: 0x7f9ef0504650>
    Dec 31 16:01:59 MacBook-Pro.local storagekitd[411]: No more connections, storagekitd will exit...
    Dec 31 16:01:59 MacBook-Pro.local Language Chooser[397]: Set keyboard to id: 0
    Dec 31 16:02:02 MacBook-Pro.local Language Chooser[397]: Launching the Installer using language code "en"
    Dec 31 16:02:02 MacBook-Pro.local OSInstaller[414]: LSExceptions [0x7f8ce8d16e50] loaded
    Dec 31 16:02:02 MacBook-Pro.local storagekitd[415]: Starting SKDaemon...
    Dec 31 16:02:02 MacBook-Pro.local storagekitd[415]: Client entitled for destructive operations
    Dec 31 16:02:02 MacBook-Pro.local storagekitd[415]: Adding client connection <NSXPCConnection: 0x7f8ffaf012d0> connection from pid 414
    Dec 31 16:02:02 MacBook-Pro.local OSInstaller[414]: connection test:success
    Dec 31 16:02:02 MacBook-Pro.local Unknown[398]: 2012-12-31 16:02:02.849 OS X Installer[414:15056] connection test:success
    Dec 31 16:02:03 MacBook-Pro.local Unknown[398]: 2012-12-31 16:02:03.361 OS X Installer[414:15084] ***storageTaskManagerExistsWithIdentifier:withIdentifier failed: Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.apple.nsurlstorage-cache was invalidated.) UserInfo=0x7f8ceb529ba0 {NSDebugDescription=The connection to service named com.apple.nsurlstorage-cache was invalidated.}; {
    Dec 31 16:02:03 MacBook-Pro.local Unknown[398]:     NSDebugDescription = "The connection to service named com.apple.nsurlstorage-cache was invalidated.";
    Dec 31 16:02:03 MacBook-Pro.local Unknown[398]: }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Using product PKSecureNetEnabledProduct <file:///Volumes/Mac%20SSD/OS%20X%20Install%20Data/> at distance 5
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Hardware: MacBookPro9,2 @ 2.50 GHz (x 4), 4096 MB RAM
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Running OS Build: Mac OS X 10.10 (14A389)
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Env: PWD=/
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Env: XPC_FLAGS=0x0
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Env: XPC_SERVICE_NAME=0
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Env: SHLVL=1
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Env: __OSINSTALL_ENVIRONMENT=1
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Env: CI_DEFAULT_OPENCL_USAGE=0
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Env: OS_INSTALL=1
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Env: _=/System/Library/CoreServices/Language Chooser.app/Contents/MacOS/Language Chooser
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Mutable product: Looking for automation file at /Volumes/Mac SSD/OS X Install Data/minstallconfig.xml
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: No file at /Volumes/Mac SSD/OS X Install Data/minstallconfig.xml
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Install Config: Looking for automation file at (null)
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: No file at /System/Installation/Packages/Extras/minstallconfig.xml
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Looking for automation file at (null)
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Install will not be automated.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Install will performed using distribution/collection at /System/Installation/Packages/OSInstall.mpkg.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Waiting for target evaluation.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Starting target evaluation queue.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating install check for (null)
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Install check successful.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating 17 disks
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk14 Mount point: /Library/Preferences/SystemConfiguration Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk3s2 Mount point: / Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: OS X Base System is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk8 Mount point: /System/Installation Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk16 Mount point: /private/var/tmp/RecoveryTemp Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk11 Mount point: /private/var/root/Library Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk7 Mount point: /private/var/run Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk2s2 Mount point: /Volumes/Mac OS X Install DVD Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: OS X Install ESD is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk13 Mount point: /Library/Preferences Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk6 Mount point: /private/var/tmp Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk15 Mount point: /Library/Keychains Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk10 Mount point: /private/var/folders Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk1s2 Mount point: /Volumes/Install OS X Yosemite Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Install OS X Yosemite is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk5 Mount point: /Volumes Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk12 Mount point: /Library/ColorSync/Profiles/Displays Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk4 Mount point: /private/var/log Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk0s2 Mount point: /Volumes/Mac SSD Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Mac SSD is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk9 Mount point: /private/var/db Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Finished target evaluation.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating 17 disks
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk14 Mount point: /Library/Preferences/SystemConfiguration Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk3s2 Mount point: / Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: OS X Base System is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk8 Mount point: /System/Installation Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk16 Mount point: /private/var/tmp/RecoveryTemp Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk11 Mount point: /private/var/root/Library Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk7 Mount point: /private/var/run Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk2s2 Mount point: /Volumes/Mac OS X Install DVD Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: OS X Install ESD is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk13 Mount point: /Library/Preferences Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk6 Mount point: /private/var/tmp Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk15 Mount point: /Library/Keychains Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk10 Mount point: /private/var/folders Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk1s2 Mount point: /Volumes/Install OS X Yosemite Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Install OS X Yosemite is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk5 Mount point: /Volumes Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk12 Mount point: /Library/ColorSync/Profiles/Displays Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk4 Mount point: /private/var/log Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk0s2 Mount point: /Volumes/Mac SSD Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Mac SSD is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk9 Mount point: /private/var/db Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local Language Chooser[397]: Hiding Language Chooser in window counter
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: connection test:success
    Dec 31 16:02:03 MacBook-Pro.local Unknown[398]: 2012-12-31 16:02:03.621 OS X Installer[414:15040] connection test:success
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating 17 disks
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk9 Mount point: /private/var/db Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk4 Mount point: /private/var/log Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk12 Mount point: /Library/ColorSync/Profiles/Displays Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk5 Mount point: /Volumes Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk10 Mount point: /private/var/folders Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk15 Mount point: /Library/Keychains Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk6 Mount point: /private/var/tmp Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk13 Mount point: /Library/Preferences Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk7 Mount point: /private/var/run Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk11 Mount point: /private/var/root/Library Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk16 Mount point: /private/var/tmp/RecoveryTemp Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk8 Mount point: /System/Installation Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk14 Mount point: /Library/Preferences/SystemConfiguration Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: untitled is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk3s2 Mount point: / Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: OS X Base System is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk2s2 Mount point: /Volumes/Mac OS X Install DVD Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: OS X Install ESD is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk1s2 Mount point: /Volumes/Install OS X Yosemite Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Install OS X Yosemite is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk0s2 Mount point: /Volumes/Mac SSD Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:02:03 MacBook-Pro.local OSInstaller[414]: Mac SSD is a valid target.
    Dec 31 16:02:03 MacBook-Pro.local Unknown[398]: Keyboard Layouts: duplicate keyboard layout identifier -16899.
    Dec 31 16:02:03 MacBook-Pro.local Unknown[398]: Keyboard Layouts: keyboard layout identifier -16899 has been replaced with -28673.
    Dec 31 16:02:03 MacBook-Pro.local Unknown[398]: Keyboard Layouts: duplicate keyboard layout identifier -16900.
    Dec 31 16:02:03 MacBook-Pro.local Unknown[398]: Keyboard Layouts: keyboard layout identifier -16900 has been replaced with -28674.
    Dec 31 16:02:13 MacBook-Pro.local OSInstaller[414]: LSExceptions [0x7f8ce8d16e50] unloaded
    Dec 31 16:05:16 MacBook-Pro.local OSInstaller[414]: connection test:success
    Dec 31 16:05:16 MacBook-Pro.local Unknown[398]: 2012-12-31 16:05:16.796 OS X Installer[414:16387] connection test:success
    Dec 31 16:05:39 MacBook-Pro.local OSInstaller[414]: Disabling system idle sleep.
    Dec 31 16:05:39 MacBook-Pro.local OSInstaller[414]: X /Volumes/Mac SSD: Missing CoreServices.
    Dec 31 16:05:39 MacBook-Pro.local OSInstaller[414]: Dist disk is not root.
    Dec 31 16:05:39 MacBook-Pro.local OSInstaller[414]: OSI: com.apple.pkg.BaseSystemResources remapped external root path to: /
    Dec 31 16:05:39 MacBook-Pro.local OSInstaller[414]: Should convert to CS
    Dec 31 16:05:40 MacBook-Pro.local OSInstaller[414]: Repairing file system.
    Dec 31 16:05:40 MacBook-Pro.local OSInstaller[414]: Evaluating 1 disks
    Dec 31 16:05:40 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk0s2 Mount point: Not Mounted Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:05:40 MacBook-Pro.local OSInstaller[414]: Checking Journaled HFS Plus volume.
    Dec 31 16:05:40 MacBook-Pro.local OSInstaller[414]: Checking extents overflow file.
    Dec 31 16:05:40 MacBook-Pro.local OSInstaller[414]: Checking catalog file.
    Dec 31 16:05:41 MacBook-Pro.local OSInstaller[414]: Checking multi-linked files.
    Dec 31 16:05:41 MacBook-Pro.local OSInstaller[414]: Checking catalog hierarchy.
    Dec 31 16:05:45 MacBook-Pro.local OSInstaller[414]: Checking extended attributes file.
    Dec 31 16:05:47 MacBook-Pro.local OSInstaller[414]: Checking volume bitmap.
    Dec 31 16:05:47 MacBook-Pro.local OSInstaller[414]: Checking volume information.
    Dec 31 16:05:47 MacBook-Pro.local OSInstaller[414]: The volume Mac SSD appears to be OK.
    Dec 31 16:05:47 MacBook-Pro.local OSInstaller[414]: File system check exit code is 0.
    Dec 31 16:05:47 MacBook-Pro.local OSInstaller[414]: Updating boot support partitions for the volume as required.
    Dec 31 16:05:47 MacBook-Pro.local OSInstaller[414]: Evaluating 1 disks
    Dec 31 16:05:47 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk0s2 Mount point: /Volumes/Mac SSD Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:05:47 MacBook-Pro.local OSInstaller[414]: Mac SSD is a valid target.
    Dec 31 16:05:47 MacBook-Pro.local OSInstaller[414]: Evaluating 1 disks
    Dec 31 16:05:47 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk0s2 Mount point: Not Mounted Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:05:47 MacBook-Pro.local OSInstaller[414]: Repair completed successfully.
    Dec 31 16:05:47 MacBook-Pro.local OSInstaller[414]: Evaluating 1 disks
    Dec 31 16:05:47 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk0s2 Mount point: /Volumes/Mac SSD Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:05:47 MacBook-Pro.local OSInstaller[414]: Mac SSD is a valid target.
    Dec 31 16:05:47 MacBook-Pro.local OSInstaller[414]: Container dmg is missing universal diagnostics. This install will continue attempting to preserve existing diagnostic software...
    Dec 31 16:05:47 MacBook-Pro.local diskmanagementd[412]: DM ->T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: inParams={
         Bless = 1;
         DIAGDMGChunkFile = "<null>";
         DIAGDMGFile = "<null>";
         DonorDiskUDSW = "disk0s2 Mac SSD";
         OSXDMGChunkFile = "/Volumes/Mac OS X Install DVD/BaseSystem.chunklist";
         OSXDMGFile = "/Volumes/Mac OS X Install DVD/BaseSystem.dmg";
         RepairDonor = 0;
         VerifyImage = 0;
    Dec 31 16:05:47 MacBook-Pro.local storagekitd[415]: Install recovery system operation began
    Dec 31 16:05:47 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: donor disk's storage system is simple so it itself will be the donor
    Dec 31 16:05:47 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: normalized donor: logical=0x7f820b52def8=disk0s2=Mac SSD=(iflvuuid=(null)) physical=0x10d68ec10=disk0s2=Mac SSD=disk0s2 storage=(null)
    Dec 31 16:05:48 MacBook-Pro.local diskmanagementd[412]: DM ->T-[DMRecoveryFileCopier setOSXImageFile:DIAGSImageFile:OSXChunkListFile:DIAGSChunkListFile:doVerifyImag es:badDIAGSIsSoftError:statusReportingDisk:]: OSXDMG=/Volumes/Mac OS X Install DVD/BaseSystem.dmg DIAGSDMG=(null) OSXChunkList=/Volumes/Mac OS X Install DVD/BaseSystem.chunklist DIAGSChunkList=(null) doVfy=0 badDIAGSok=1 statusDisk=0x7f820b52def8=disk0s2=Mac SSD
    Dec 31 16:05:48 MacBook-Pro.local diskmanagementd[412]: DM <-T-[DMRecoveryFileCopier setOSXImageFile:DIAGSImageFile:OSXChunkListFile:DIAGSChunkListFile:doVerifyImag es:badDIAGSIsSoftError:statusReportingDisk:]: err=0
    Dec 31 16:05:49 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: CALC result phase 1/5 (after adding up logical file sizes in dmg + expected to create ourselves) requiredFileSpaceForRecoveryFilesULL=505955132 =Sbydiv=988193 =MiBbydiv=482 =MBbydiv=505
    Dec 31 16:05:49 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: CALC result phase 2/5 (converted to iomedia desired size) desiredMinRecoveryDiskIOMediaSizeULL=522732348 =Sbydiv=1020961 =MiBbydiv=498
    Dec 31 16:05:49 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: CALC result phase 3/5 (after adding BootRoot iomedia allocation) desiredMinRecoveryDiskIOMediaSizeULL=623395644 =Sbydiv=1217569 =MiBbydiv=594
    Dec 31 16:05:49 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: CALC result phase 4/5 (after applying minimum) desiredMinRecoveryDiskIOMediaSizeULL=650000000 =Sbydiv=1269531 =MiBbydiv=619 =MBbydiv=650
    Dec 31 16:05:49 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: checking against recovery partition limit MAXimum
    Dec 31 16:05:49 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: CALC result phase 5/5 (after applying MAXimum) desiredMinRecoveryDiskIOMediaSizeULL=650000000 =Sbydiv=1269531 =MiBbydiv=619 =MBbydiv=650
    Dec 31 16:05:49 MacBook-Pro.local diskmanagementd[412]: DM ->T-[DMToolRecoveryPartition ensureBooter:storage:phyUDS:logUDS:phyREF:logREF:copierForRecoveryFiles:hostOSX ForBootRootFiles:recBSD:percentBegin:percentEnd:]: inMinSizeB=650000000 inSTORorNOT=(null) inPhyUDS=0x10d68ec10=disk0s2=Mac SSD inLogUDS=0x7f820b52def8=disk0s2=Mac SSD inPhyREF=(null) inLogREF=(null) inLogMP=/Volumes/Mac SSD inFileCopier=0x7f820b435a40 inPct=16..95
    Dec 31 16:05:49 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolRecoveryPartition ensureBooter:storage:phyUDS:logUDS:phyREF:logREF:copierForRecoveryFiles:hostOSX ForBootRootFiles:recBSD:percentBegin:percentEnd:]: existing conditions right after PHY=disk0s2: usedOrNotSpaceB=650006016 hasBooter=1 booterPartID/disk=3/disk0s3 booterLocB/SizeB=249409327104/650002432
    Dec 31 16:05:49 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolRecoveryPartition ensureBooter:storage:phyUDS:logUDS:phyREF:logREF:copierForRecoveryFiles:hostOSX ForBootRootFiles:recBSD:percentBegin:percentEnd:]: existing conditions of PHY: disk0s2 loc=S=409640=B=209735680 siz=S=486717952=B=249199591424=N=249199591424
    Dec 31 16:05:49 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolRecoveryPartition ensureBooter:storage:phyUDS:logUDS:phyREF:logREF:copierForRecoveryFiles:hostOSX ForBootRootFiles:recBSD:percentBegin:percentEnd:]: existing conditions of LOG: disk0s2 (could be whole so no loc) siz=S=486717952=B=249199591424=N=249199591424
    Dec 31 16:05:49 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolRecoveryPartition ensureBooter:storage:phyUDS:logUDS:phyREF:logREF:copierForRecoveryFiles:hostOSX ForBootRootFiles:recBSD:percentBegin:percentEnd:]: READY TO DO CASE: case=Reuse spaceDeltaB=0 booterDeltaB=0 (adviceIfUnable=-69886)
    Dec 31 16:05:49 MacBook-Pro.local diskmanagementd[412]: DM ->T-[DMToolRecoveryPartition populateBooter:clearMode:copierForRecoveryFiles:hostOSXForBootRootFiles:statusR eportingDisk:percentBegin:percentEnd:]: inPartitionUDS=0x10d68e790=disk0s3=Recovery HD inClearMode=RepairDeletefiles inRecCopier=0x7f820b435a40 inBRHostMP=/Volumes/Mac SSD inPct=23..87
    Dec 31 16:05:49 MacBook-Pro.local OSInstaller[414]: Evaluating 1 disks
    Dec 31 16:05:49 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk17s2 Mount point: /Volumes/OS X Base System 1 Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:05:49 MacBook-Pro.local OSInstaller[414]: OS X Base System is a valid target.
    Dec 31 16:05:49 MacBook-Pro.local storagekitd[415]: DM Message: Reusing recovery partition; no growth needed; host is a simple storage partition
    Dec 31 16:05:49 MacBook-Pro.local storagekitd[415]: DM Message: Checking and re-using booter
    Dec 31 16:05:49 MacBook-Pro.local storagekitd[415]: DM Message: Repairing file system.
    Dec 31 16:05:49 MacBook-Pro.local storagekitd[415]: DM Message: Checking Journaled HFS Plus volume.
    Dec 31 16:05:49 MacBook-Pro.local storagekitd[415]: DM Message: Checking extents overflow file.
    Dec 31 16:05:49 MacBook-Pro.local OSInstaller[414]: Evaluating 1 disks
    Dec 31 16:05:49 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk17s2 Mount point: /Volumes/OS X Base System 1 Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:05:49 MacBook-Pro.local OSInstaller[414]: OS X Base System is a valid target.
    Dec 31 16:05:49 MacBook-Pro.local storagekitd[415]: DM Message: Checking catalog file.
    Dec 31 16:05:49 MacBook-Pro.local storagekitd[415]: DM Message: Checking multi-linked files.
    Dec 31 16:05:49 MacBook-Pro.local storagekitd[415]: DM Message: Checking catalog hierarchy.
    Dec 31 16:05:49 MacBook-Pro.local storagekitd[415]: DM Message: Checking extended attributes file.
    Dec 31 16:05:49 MacBook-Pro.local storagekitd[415]: DM Message: Checking volume bitmap.
    Dec 31 16:05:49 MacBook-Pro.local storagekitd[415]: DM Message: Checking volume information.
    Dec 31 16:05:49 MacBook-Pro.local storagekitd[415]: DM Message: The volume Recovery HD appears to be OK.
    Dec 31 16:05:49 MacBook-Pro.local storagekitd[415]: DM Message: File system check exit code is 0.
    Dec 31 16:05:49 MacBook-Pro.local storagekitd[415]: DM Message: Updating boot support partitions for the volume as required.
    Dec 31 16:05:49 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolRecoveryPartition populateBooter:clearMode:copierForRecoveryFiles:hostOSXForBootRootFiles:statusR eportingDisk:percentBegin:percentEnd:]: did fsck -y on given booter disk; err=0
    Dec 31 16:05:50 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolRecoveryPartition populateBooter:clearMode:copierForRecoveryFiles:hostOSXForBootRootFiles:statusR eportingDisk:percentBegin:percentEnd:]: successful creation of RecoverySystem directory on booter volume
    Dec 31 16:05:50 MacBook-Pro.local storagekitd[415]: DM Message: Creating recovery system directory
    Dec 31 16:05:50 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolBootPreference copyFileFromPath:toDirAtPath:newName:disk:percentBegin:percentEnd:]: ensuring owner/group=0/0 settings on /Volumes/Recovery HD/com.apple.recovery.boot
    Dec 31 16:05:50 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolBootPreference copyFileFromPath:toDirAtPath:newName:disk:percentBegin:percentEnd:]: setAttributes success=1
    Dec 31 16:05:50 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolBootPreference copyFileFromPath:toDirAtPath:newName:disk:percentBegin:percentEnd:]: ensuring owner/group=0/0 settings on /Volumes/Recovery HD/com.apple.recovery.boot
    Dec 31 16:05:50 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolBootPreference copyFileFromPath:toDirAtPath:newName:disk:percentBegin:percentEnd:]: setAttributes success=1
    Dec 31 16:05:58 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolBootPreference copyFileFromPath:toDirAtPath:newName:disk:percentBegin:percentEnd:]: ensuring owner/group=0/0 settings on /Volumes/Recovery HD/com.apple.recovery.boot/BaseSystem.dmg
    Dec 31 16:05:58 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolBootPreference copyFileFromPath:toDirAtPath:newName:disk:percentBegin:percentEnd:]: setAttributes success=1
    Dec 31 16:05:58 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolBootPreference copyFileFromPath:toDirAtPath:newName:disk:percentBegin:percentEnd:]: ensuring owner/group=0/0 settings on /Volumes/Recovery HD/com.apple.recovery.boot
    Dec 31 16:05:58 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolBootPreference copyFileFromPath:toDirAtPath:newName:disk:percentBegin:percentEnd:]: setAttributes success=1
    Dec 31 16:05:58 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolBootPreference copyFileFromPath:toDirAtPath:newName:disk:percentBegin:percentEnd:]: ensuring owner/group=0/0 settings on /Volumes/Recovery HD/com.apple.recovery.boot
    Dec 31 16:05:58 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolBootPreference copyFileFromPath:toDirAtPath:newName:disk:percentBegin:percentEnd:]: setAttributes success=1
    Dec 31 16:05:58 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolBootPreference copyFileFromPath:toDirAtPath:newName:disk:percentBegin:percentEnd:]: ensuring owner/group=0/0 settings on /Volumes/Recovery HD/com.apple.recovery.boot/BaseSystem.chunklist
    Dec 31 16:05:58 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolBootPreference copyFileFromPath:toDirAtPath:newName:disk:percentBegin:percentEnd:]: setAttributes success=1
    Dec 31 16:05:58 MacBook-Pro.local diskmanagementd[412]: DM <-T-[DMToolRecoveryPartition populateBooter:clearMode:copierForRecoveryFiles:hostOSXForBootRootFiles:statusR eportingDisk:percentBegin:percentEnd:]: retErr=0
    Dec 31 16:05:58 MacBook-Pro.local diskmanagementd[412]: DM <-T-[DMToolRecoveryPartition ensureBooter:storage:phyUDS:logUDS:phyREF:logREF:copierForRecoveryFiles:hostOSX ForBootRootFiles:recBSD:percentBegin:percentEnd:]: retErr=0 outDisk=disk0s3
    Dec 31 16:05:58 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: final booter=recoveryDisk=disk0s3=0x10d68ead0=disk0s3=Recovery HD
    Dec 31 16:05:58 MacBook-Pro.local storagekitd[415]: DM Message: Mounting recovery partition
    Dec 31 16:05:58 MacBook-Pro.local storagekitd[415]: DM Message: Blessing boot file
    Dec 31 16:05:58 MacBook-Pro.local storagekitd[415]: DM Message: Marking recovery partition
    Dec 31 16:05:58 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: at Exit; err=0
    Dec 31 16:05:59 MacBook-Pro.local diskmanagementd[412]: DM ..T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]: recoveryDiskBSD=disk0s3 physicalDonorBSD=disk0s2
    Dec 31 16:05:59 MacBook-Pro.local OSInstaller[414]: Evaluating 1 disks
    Dec 31 16:05:59 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk17s2 Mount point: Not Mounted Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:05:59 MacBook-Pro.local diskmanagementd[412]: DM <-T-[DMToolRecoveryPartition ensureRecoveryPartitionForVolume:]
    Dec 31 16:05:59 MacBook-Pro.local OSInstaller[414]: Ensure recovery completed successfully.
    Dec 31 16:05:59 MacBook-Pro.local OSInstaller[414]: Preparing disk for OS Install.
    Dec 31 16:05:59 MacBook-Pro.local OSInstaller[414]: Removing background color for incompatible machine Mac-6F01561E16C75D06
    Dec 31 16:05:59 MacBook-Pro.local OSInstaller[414]: Evaluating 1 disks
    Dec 31 16:05:59 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk0s2 Mount point: /Volumes/Mac SSD Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:05:59 MacBook-Pro.local OSInstaller[414]: Mac SSD is a valid target.
    Dec 31 16:06:00 MacBook-Pro.local storagekitd[415]: Journaling already enabled for disk: <DADisk 0x7f8ffad0ffe0 [0x10e150cf0]>{id = /dev/disk0s2}
    Dec 31 16:06:00 MacBook-Pro.local OSInstaller[414]: Evaluating 1 disks
    Dec 31 16:06:00 MacBook-Pro.local OSInstaller[414]: Evaluating SKDisk { BSD Name: disk0s2 Mount point: /Volumes/Mac SSD Role: kSKDiskRoleLegacyMacData Type: kSKDiskTypeHFS }
    Dec 31 16:06:00 MacBook-Pro.local OSInstaller[414]: Mac SSD is a valid target.
    Dec 31 16:06:01 MacBook-Pro.local OSInstaller[414]: Recovery: cleaning up partial sandbox /Volumes/Mac SSD/.OSInstallSandboxPath
    Dec 31 16:06:14 MacBook-Pro.local OSInstaller[414]: Can not connect to /var/run/systemkeychaincheck.socket: No such file or directory
    Dec 31 16:06:26 MacBook-Pro.local OSInstaller[414]: Activated virtual memory backing store at mount point '/Volumes/Mac SSD'
    Dec 31 16:06:26 MacBook-Pro.local OSInstaller[414]: Will try to attach log to: /Volumes/Mac SSD/private/var/log/install.log
    Dec 31 16:06:27 MacBook-Pro.local OSInstaller[414]: PackageKit: Enqueuing install with default quality of service (utility)
    Dec 31 16:06:27 MacBook-Pro.local OSInstaller[414]: PackageKit: ----- Begin install -----
    Dec 31 16:06:27 MacBook-Pro.local OSInstaller[414]: PackageKit: request=PKInstallRequest <13 packages, destination=/Volumes/Mac SSD>
    Dec 31 16:06:27 MacBook-Pro.local OSInstaller[414]: PackageKit: packages=(
         "PKLeopardPackage <file:///System/Installation/Packages/BaseSystemBinaries.pkg>",
         "PKLeopardPackage <file:///System/Installation/Packages/BaseSystemResources.pkg>",
         "PKLeopardPackage <file:///System/Installation/Packages/Essentials.pkg>",
         "PKLeopardPackage <file:///System/Installation/Packages/BSD.pkg>",
         "PKLeopardPackage <file:///System/Installation/Packages/JavaTools.pkg>",
         "PKLeopardPackage <file:///System/Installation/Packages/AdditionalEssentials.pkg>",
         "PKLeopardPackage <file:///System/Installation/Packages/AsianLanguagesSupport.pkg>",
         "PKLeopardPackage <file:///System/Installation/Packages/JavaEssentials.pkg>",
         "PKLeopardPackage <file:///System/Installation/Packages/MediaFiles.pkg>",
         "PKLeopardPackage <file:///System/Installation/Packages/OxfordDictionaries.pkg>",
         "PKLeopardPackage <file:///System/Installation/Packages/OSInstall.pkg>",
         "PKLeopardPackage <file:///System/Installation/Packages/AdditionalSpeechVoices.pkg>",
         "PKLeopardPackage <file:///System/Installation/Packages/X11redirect.pkg>"
    Dec 31 16:06:35 MacBook-Pro.local OSInstaller[414]: PackageKit: Extracting file:///System/Installation/Packages/BaseSystemBinaries.pkg (destination=/Volumes/Mac SSD/.OSInstallSandboxPath/Root, uid=0)
    Dec 31 16:06:53 MacBook-Pro.local OSInstaller[414]: PackageKit: Using / as external payload root for package com.apple.pkg.BaseSystemResources
    Dec 31 16:06:53 MacBook-Pro.local OSInstaller[414]: PackageKit: Extracting file:///System/Installation/Packages/BaseSystemResources.pkg (destination=/Volumes/Mac SSD/.OSInstallSandboxPath/Root, uid=0)
    Dec 31 16:09:08 MacBook-Pro.local OSInstaller[414]: PackageKit: Extracting file:///System/Installation/Packages/Essentials.pkg (destination=/Volumes/Mac SSD/.OSInstallSandboxPath/Root, uid=0)
    Dec 31 16:12:28 MacBook-Pro.local OSInstaller[414]: PackageKit: Extracting file:///System/Installation/Packages/BSD.pkg (destination=/Volumes/Mac SSD/.OSInstallSandboxPath/Root, uid=0)
    Dec 31 16:12:57 MacBook-Pro.local OSInstaller[414]: PackageKit: Extracting file:///System/Installation/Packages/JavaTools.pkg (destination=/Volumes/Mac SSD/.OSInstallSandboxPath/Root, uid=0)
    Dec 31 16:12:58 MacBook-Pro.local OSInstaller[414]: PackageKit: Extracting file:///System/Installation/Packages/AdditionalEssentials.pkg (destination=/Volumes/Mac SSD/.OSInstallSandboxPath/Root, uid=0)
    Dec 31 16:13:05 MacBook-Pro.local OSInstaller[414]: PackageKit: Extracting file:///System/Installation/Packages/AsianLanguagesSupport.pkg (destination=/Volumes/Mac SSD/.OSInstallSandboxPath/Root, uid=0)
    Dec 31 16:13:06 MacBook-Pro.local OSInstaller[414]: PackageKit: Extracting file:///System/Installation/Packages/JavaEssentials.pkg (destination=/Volumes/Mac SSD/.OSInstallSandboxPath/Root, uid=0)
    Dec 31 16:13:11 MacBook-Pro.local OSInstaller[414]: PackageKit: Extracting file:///System/Installation/Packages/MediaFiles.pkg (destination=/Volumes/Mac SSD/.OSInstallSandboxPath/Root, uid=0)
    Dec 31 16:13:24 MacBook-Pro.local OSInstaller[414]: PackageKit: Extracting file:///System/Installation/Packages/OxfordDictionaries.pkg (destination=/Volumes/Mac SSD/.OSInstallSandboxPath/Root, uid=0)
    Dec 31 16:13:34 MacBook-Pro.local OSInstaller[414]: PackageKit: Extracting file:///System/Installation/Packages/AdditionalSpeechVoices.pkg (destination=/Volumes/Mac SSD/.OSInstallSandboxPath/Root, uid=0)
    Dec 31 16:13:41 MacBook-Pro.local OSInstaller[414]: PackageKit: Extracting file:///System/Installation/Packages/X11redirect.pkg (destination=/Volumes/Mac SSD/.OSInstallSandboxPath/Root, uid=0)
    Dec 31 16:13:41 MacBook-Pro.local OSInstaller[414]: PackageKit: update_dyld_shared_cache -root /Volumes/Mac SSD/.OSInstallSandboxPath/Root
    Dec 31 16:13:56 MacBook-Pro.local OSInstaller[414]: update_dyld_shared_cache failed: read failure copying dylib errno=5 for /usr/lib/libiconv.2.dylib while copying /usr/lib/libiconv.2.dylib to shared cache
    Dec 31 16:13:56 MacBook-Pro.local OSInstaller[414]: update_dyld_shared_cache exited with 1
    Dec 31 16:13:56 MacBook-Pro.local OSInstaller[414]: PackageKit: Triggering XPC service cache rebuild on next boot
    Dec 31 16:13:56 MacBook-Pro.local OSInstaller[414]: PackageKit: Executing script "preinstall" in /Volumes/Mac SSD/.OSInstallSandboxPath/Scripts/com.apple.pkg.BaseSystemResources.nCEQmJ
    Dec 31 16:13:56 MacBook-Pro.local OSInstaller[414]: PackageKit: Executing script "preinstall" in /Volumes/Mac SSD/.OSInstallSandboxPath/Scripts/com.apple.pkg.Essentials.V1t4Ei
    Dec 31 16:13:56 MacBook-Pro.local OSInstaller[414]: PackageKit: Executing script "preinstall" in /Volumes/Mac SSD/.OSInstallSandboxPath/Scripts/com.apple.pkg.BSD.xCwqOc
    Dec 31 16:13:56 MacBook-Pro.local OSInstaller[414]: PackageKit: Executing script "preinstall" in /Volumes/Mac SSD/.OSInstallSandboxPath/Scripts/com.apple.pkg.OSInstall.vMxFwC
    Dec 31 16:13:56 MacBook-Pro.local _mdnsresponder[490]: Running Install Scripts . . .
    Dec 31 16:13:56 MacBook-Pro.local _mdnsresponder[492]: Begin script: preinstall
    Dec 31 16:13:56 MacBook-Pro.local _mdnsresponder[494]: End script: preinstall
    Dec 31 16:13:56 MacBook-Pro.local _mdnsresponder[495]: 1 Install Scripts run.
    Dec 31 16:13:57 MacBook-Pro.local OSInstaller[414]: PackageKit: Using trashcan path /Volumes/Mac SSD/.OSInstallSandboxPath/Trashes for sandbox /Volumes/Mac SSD/.OSInstallSandboxPath
    Dec 31 16:13:57 MacBook-Pro.local OSInstaller[414]: PackageKit: Shoving /Volumes/Mac SSD/.OSInstallSandboxPath/Root (19 items) to /Volumes/Mac SSD
    Dec 31 16:13:58 MacBook-Pro.local OSInstaller[414]: PackageKit: kextcache -update-volume /Volumes/Mac SSD -Installer
    Dec 31 16:14:01 MacBook-Pro.local OSInstaller[414]: kextcache: Failed to read file.
    Dec 31 16:14:01 MacBook-Pro.local OSInstaller[414]: kextcache: Failed to read kernel file.
    Dec 31 16:14:01 MacBook-Pro.local OSInstaller[414]: kextcache: Child process /usr/sbin/kextcache[498] exited with status 71.
    Dec 31 16:14:01 MacBook-Pro.local OSInstaller[414]: kextcache: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    Dec 31 16:14:01 MacBook-Pro.local OSInstaller[414]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=121 "An error occurred while updating system extension information." UserInfo=0x7f8ceb6f18f0 {NSUnderlyingError=0x7f8ceb6f4d20 "The operation couldn’t be completed. (kextcache error 71.)", NSLocalizedDescription=An error occurred while updating system extension information., arguments=(
         "-update-volume",
         "/Volumes/Mac SSD",
         "-Installer"
         NSLocalizedDescription = "An error occurred while updating system extension information.";
         NSUnderlyingError = "Error Domain=kextcache Code=71 \"The operation couldn\U2019t be completed. (kextcache error 71.)\"";
         arguments =     (
             "-update-volume",
             "/Volumes/Mac SSD",
             "-Installer"
    Dec 31 16:14:01 MacBook-Pro.local OSInstaller[414]: OSIInstallElement <OSIInstallElement: 0x7f8ceb4250e0> errored out:Error Domain=PKInstallErrorDomain Code=121 "An error occurred while updating system extension i

    SSD is brand new..out of the box never use it before... is working totally fine on my external enclosure.
    Great. Then problems with the SDD itself are far less likely.
    Yosemite installs fine and I can run normally.
    Good. then your Yosemite Installer is not damaged, and your SSD is probably good.
    As soon as I put it into the internal the Yosemite install just never finishes, time keeps restarting.
    I can see the SSD i can copy files but I can't install Yosemite.  what do think I can do??
    Then there is a problem with that setup. If you have installed onto it as an external, it is unlikely to be a Drive format problem. But to give yourself the best possible outcomes, use Disk Utility to erase the SSD before the Install.
    Be methodical. Use a process of elimination. What can you trust, and what are you not sure of?
    It still could be a marginal Drive cable. ifixit and other sellers can sell you a new cable for very little money.

Maybe you are looking for

  • Sending a parameter to another WDA Application in my WDA Appliction

    Hi, i have a tree and i am calling another wda application on select the item of my tree but i want to send a parameter that is value of selected item of my tree. How can i call the wda applications with sending a parameter? Can somebody help me pls?

  • Final method and final class

    What is final method and final class in abap objects.

  • Dynamic EJB reloading

    Hello I read about ejb dynamic reloading in a few places in ias documentation and i have the following quastions: - what will happen if i change deployment descriptors of ejb? - what will happen if i change some other classes like value object classe

  • Can audiobook chapters be added  to on-the-go?

    Can I add chapters from an audiobook to on-the-go? I have audiobooks in my Nano 5G.  Pressing and holding the highlight would work for music, but apparently not for a book chapter. Thanks. Don

  • Do I have a battery issue?

    Hello. I got my MacBook on Monday and I'm starting to notice something when I check-up on my battery. It came reading "Capacity: 5200." Today since 11 p.m. it was 5091. Then from 2-3 p.m. it now reads 5001. I dont know what the problem is. I charged