Jump to content

Clover General discussion


ErmaC
29,868 posts in this topic

Recommended Posts

tluck i have the same behaviour but now that i insert the <key>Memory</key> i got empty BANKS either i have 1 channel or 2 .

 

apianti if by single channel mode you mean the config from #3317 post then here is the info :

 

2:496  0:000  Total Memory Slots Count = 2
2:496  0:000  Type 17 Index = 0
2:496  0:000  SmbiosTable.Type17->Speed = 1333
2:496  0:000  SmbiosTable.Type17->Size = 4096
2:496  0:000  Type 17 Index = 1
2:496  0:000  SmbiosTable.Type17->Speed = 1333
2:496  0:000  SmbiosTable.Type17->Size = 4096
2:496  0:000  Boot status=0
---------
2:701  0:000  ScanSPD() start
2:702  0:000  SMBus CmdReg: 0x3
2:702  0:000  Scanning SMBus [8086:1C22], mmio: 0xF2524004, ioport: 0xEFA0, hostc: 0x1
2:717  0:015  SPD[0]: Type 11 @0x50 
2:726  0:009  Not using XMP because it is not present
2:726  0:000  DDR speed 1600MHz 
2:726  0:000  Slot: 0 Type 24 4096MB 1600MHz Vendor=Micron Technology PartNo=16KTF51264HZ-1G6M1M1 SerialNo=030604040D0E0E0B 
2:741  0:014  SPD[1]: Type 11 @0x51 
2:751  0:009  Not using XMP because it is not present
2:751  0:000  DDR speed 1600MHz 
2:751  0:000  Slot: 1 Type 24 4096MB 1600MHz Vendor=Hynix Semiconductor PartNo=HMT351S6CFR8C-PBN0 SerialNo=040C020A0A020207 
2:778  0:026  SPD[4]: Type 82 @0x54 
2:793  0:014  SPD[5]: Type 82 @0x55 
2:808  0:014  SPD[6]: Type 78 @0x56 
2:964  0:156  SPD[12]: Type 63 @0x5C 
3:031  0:066  ScanSPD() end
--------
12:877  0:000  Injecting user memory modules to SMBIOS
12:877  0:000  Channels: 1
12:877  0:000  Interleave: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
12:877  0:000  BANK0 DIMM0 EMPTY
12:877  0:000  BANK1 DIMM1 EMPTY
12:877  0:000  NumberOfMemoryDevices = 2

 

 

i think <key>Memory</key> want to insert the details of my modules manually too? if i insert the modules manually then we cant find what is wrong in clover and its an easy cosmetic solution :)

Link to comment
Share on other sites

What do you mean Fabio? Just edit the plist in text editor or with clover configurator.

@sot_22,

That's real strange, and shouldn't happen, it might be that single channel is just completely failing.... Same results with SMBIOS trust? I am on my phone so I can't really change the code currently....

Link to comment
Share on other sites

@tluck, sot_22,

It seems it doesn't detect single channel correctly since it defaults to dual, and by adding the SMBIOS/memory key it overrides detection so that's not even useful for testing unless you add the full memory information manually...

Link to comment
Share on other sites

apianti we are not in a hurry just keep it in mind for fix :) , but i think i have dual channel setup ....

 

look here : http://support.lenovo.com/en_IN/product-and-parts/detail.page?DocID=PD015812

 

 

Memory

  • 8GB max / PC3-10600 1333MHz DDR3
  • Base sizes: 1GB, 2GB, 4GB
  • Non-parity
  • Dual-channel capable
  • Two 204-pin SO-DIMM sockets

^^^^

it says 1333 dd3 but 1600 module works perfect ,

 

and i have 2 modules 1600Mhz with the same capacity (maybe there is some voltage difference but that might not matter)

 

now that i saw the official specs, maybe that's why lenovo SmbiosTable reports the memory as 1333 and then SPD scan says the real speed 1600 

 

9:715  0:000  BANK0 DIMM0 1600MHz 4096MB

9:715  0:000  BANK1 DIMM0 EMPTY

 

9:715  0:000  BANK0 DIMM1 1600MHz 4096MB

 

probably clover detects wrong the DIMM1 in BANK0 

chameleon detects it in BANK2 and it should be in bank 2 like you said if it's dual channel which i believe

Link to comment
Share on other sites

Your SMBIOS reports that because that's all the firmware really supports and probably why it's not really using dual channel mode, as I checked to make sure from the cpu memory controller reference for your cpu and it indeed only supports single channel and dual interleaved symmetric channels, meaning the modules need to match exactly and are indeed interleaved, ie in slots 0 and 2 when actually operating in dual channel mode. Since clover defaults to two channels, and mostly everyone buys kits in that situation, you two have special case that needs to add check for single channel mode in a different way than the method used to detect the other problem with single channel mode... I will attempt to fix it within the next few days, but I have very very limited time to actually get near my coding pc.... :-( it really shouldn't bother your experience too much since it was incorrect in the others as well, and dual channel only offers about 7 percent improvement over single channel.

Chameleon only adjusts the tables that already exist, it doesn't detect much, it's almost always wrong and is wrong in your case as well. Clover used to have chameleon's memory detection which is why I changed it, many memory tools now work that didn't before and I get a significantly better geek bench score as does everyone else I've ever seen their before and after scores. Comparatively to chameleon it's much better too.

@Fabio,

What you need help with? Have you read the wiki? Try clover configurator it's pretty straight forward.

I mainly only use an SMBIOS and let the rest just get detected but in order to have fully working system you'll probably need to mess with acpi section and maybe patches if you don't have a vanilla compatible system.

Link to comment
Share on other sites

thx for explanation it really clears the situation , looking forward seeing clover more complete and some day using it and in uefi mode (has some problems with lenovo bad uefi implementation)  cause it's a pity thinkpads users to left out because it's perfect for hackintosh nearly 99% works but thats another case... , have a nice weekend bye

Link to comment
Share on other sites

Would you help me to configure it to the fullest.

thank you

 

Fabio

what is the problem? you can not configure the config plist? on which mainboard ? where you did not understand? you have errors in your system?

I can boot from usb and enter the system.

I did genconfig from terminal to configure the config.plist how do I insert data.

thanks

Try to use plist editor .....

Link to comment
Share on other sites

 

Would you help me to configure it to the fullest.
thank you
 
Fabio

 

 

You might want to take a look at Clover Configurator, it will make it much easier to set Clover preferences, and the wiki can clear any doubt you may have. And if you still cannot set it up then come back here and upload your config+boot log and tell us what you've already tried.

Link to comment
Share on other sites

Replace VboxHFS.efi by HFSPlus.efi

Thanks that worked. I remember reading from the Clover guide that you might have to chance that file but since it booted Maverics from HDD without it but not the installer from USB so I thought the problem is somewhere else. Does OS X come with HFSPlus.efi and thats the reason why Clover booted OS X from HDD without it but not the installer from USB?

 

Also one thing I've been wondering. If I have only FakeSMC.kext on Clover and I start the installer, it hangs after a while and just repets "still waiting for root device" message. If I add Disabler.kext, then everything works fine.

 

Alot of OS X install guides don't mention anything about this kext so I've been wondering why do I need this kext and is there some better way to get around "still waiting for root device" problem?

Link to comment
Share on other sites

@apianti -

thanks for looking into this memory issue ...

the sections look similar to sot_22 except i have matched pair of 1333 4GB dimms

 

3:071  0:000  Total Memory Slots Count = 2
3:071  0:000  Type 17 Index = 0
3:071  0:000  SmbiosTable.Type17->Speed = 1333
3:071  0:000  SmbiosTable.Type17->Size = 4096
3:071  0:000  Type 17 Index = 1
3:071  0:000  SmbiosTable.Type17->Speed = 1333
3:071  0:000  SmbiosTable.Type17->Size = 4096
...
3:634  0:000  ScanSPD() start
3:635  0:000  SMBus CmdReg: 0x3
3:635  0:000  Scanning SMBus [8086:1C22], mmio: 0xF2524004, ioport: 0xEFA0, hostc: 0x1
3:649  0:014  SPD[0]: Type 11 @0x50 
3:658  0:009  Not using XMP because it is not present
3:658  0:000  DDR speed 1333MHz 
3:658  0:000  Slot: 0 Type 24 4096MB 1333MHz Vendor=Ramaxel Technology PartNo=RMT3020EC58E9F1333A SerialNo=040206030901010B 
3:673  0:014  SPD[1]: Type 11 @0x51 
3:682  0:009  Not using XMP because it is not present
3:682  0:000  DDR speed 1333MHz 
3:682  0:000  Slot: 1 Type 24 4096MB 1333MHz Vendor=Ramaxel Technology PartNo=RMT3020EC58E9F1333A SerialNo=04030C0D0509030A 
3:709  0:026  SPD[4]: Type 82 @0x54 
3:723  0:014  SPD[5]: Type 82 @0x55 
3:738  0:014  SPD[6]: Type 78 @0x56 
3:894  0:156  SPD[12]: Type 63 @0x5C 
3:960  0:066  ScanSPD() end
...
9:565  0:000  Trusting SMBIOS...
9:565  0:000  Channels: 2
9:565  0:000  Interleave: 0 2 1 3 4 6 5 7 8 10 9 11 12 14 13 15 16 18 17 19 20 22 21 23
9:565  0:000   partNum=RMT3020EC58E9F1333
9:565  0:000  SMBIOS Type 17 Index = 0 => 0 0:
9:565  0:000  BANK0 DIMM0 1333MHz 4096MB
9:565  0:000  mTotalSystemMemory = 4096
9:565  0:000  SMBIOS Type 17 Index = 1 => 2 2:
9:565  0:000  BANK1 DIMM0 EMPTY
9:565  0:000   partNum=RMT3020EC58E9F1333
9:565  0:000  SMBIOS Type 17 Index = 2 => 1 1:
9:565  0:000  BANK0 DIMM1 1333MHz 4096MB
9:565  0:000  mTotalSystemMemory = 8192
9:565  0:000  NumberOfMemoryDevices = 3
9:565  0:000  Table 131 is present, CPUType=35
 
Link to comment
Share on other sites

You might want to take a look at Clover Configurator, it will make it much easier to set Clover preferences, and the wiki can clear any doubt you may have. And if you still cannot set it up then come back here and upload your config+boot log and tell us what you've already tried.

Clover does not know him and I would try to install it
What I want to know is how to best set the config plist.
From terminal I created genconfig, can serve
The best kext install them EFI/CLOVER/kext/10.9 or S / L / E
thanks
 
Fabio
  • Like 1
Link to comment
Share on other sites

 

Clover does not know him and I would try to install it
What I want to know is how to best set the config plist.
From terminal I created genconfig, can serve
The best kext install them EFI/CLOVER/kext/10.9 or S / L / E
thanks
 
Fabio

 

The utility "clover-genconfig" created you the best working config.plist. You may cleanup it from nonsense values like "_NOT_SHOWN_".

What do you want else? 

Some smart application can choose for you the best theme?

May be it tells you what OS must be booted by default? Or what OSes must be hidden from interface?

There are no such smart application that can suggest you the best kexts patches or ATI connectors patches. It will be very great but it is still in far dream.

  • Like 2
Link to comment
Share on other sites

@tluck,

Unsure why but your memory controller doesn't seem to like the memory for dual channel. It may be that it takes much more energy or a different bus configuration, I'm absolutely 100 percent positive it's not actually working in dual channel though. No core i has a non interleaved memory controller, so it must be in single channel since the spd is reporting in physical slots 0 and 1, not 0 and 2. It may be that the memory is actually damaged in some way also.

 

@Fabio,

You should only inject kexts that you absolutely need to boot, other than that just install them normally in /s/l/e. And if you booted and used gen config then basically it took the current boot and used it to create the config.plist, so it's just a more full version of the one you used in the first place, or the defaults.

  • Like 1
Link to comment
Share on other sites

HI Slice and All clover user   :)  I present you today a video how to using  a realy powerful tool and great tool  provided by  MR MagerValp  B)

This tools Unified with clover, its a amazing result, I fond a solution for Hackintoshing the tool  :D  I packaging all packages and I am packaging 

a clover Installer for fitting .

 

I am french canadian ,I do my best to speaking english for you guys  :lol:  PS: Sorry for the second part of the video, on the reboot, iI have

echo noise but its ok :)  

Iam just the packager, the credit goes to  this Man 

 

Credits


MagerValp
slice
mieze
Zenith432
toleda
nawcom
netkas
Kabyl
usr-sse2
jadran
Blackosx
dmazar
STLVNUB
pcj
apianti
JrCs
pene
FrodoKenny
skoczy
ycr.ru
Oscar09
xsmile
SoThOr

Chameleon team, crazybirdy, JrCs.


APPLE

 

the apps is here  https://github.com/MagerValp/AutoDMG

 

My packages here  http://www.fichier-zip.com/2013/12/21/packages-10-9/

 

Install log

2013-12-21 00:44:26 Notice: AutoDMG v1.2.1 build 194

2013-12-21 00:44:26 Notice: Mac OS X 10.9.1 13B42
2013-12-21 00:44:26 Notice: CPython 2.7.5 (GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68))
2013-12-21 00:44:26 Notice: PyObjC 2.3.2a0
2013-12-21 00:44:26 Notice: Loading update profiles with PublicationDate 2013-12-17 09:33:00 +0000
2013-12-21 00:44:26 Debug: (IEDUpdateController:165) profilesUpdated
2013-12-21 00:44:26 Info: Pruning cache
2013-12-21 00:44:26 Debug: (IEDUpdateCache:79) Found RemoteDesktopClient371.dmg -> afba982850808edbc5e41865a0bccccc5ff810de
2013-12-21 00:44:26 Debug: (IEDUpdateCache:79) Found iTunes11.1.3.dmg -> 8d5d4b7ef285b0c30343bf1ea70d382efdf90f57
2013-12-21 00:44:26 Debug: (IEDUpdateCache:79) Found BookKitDelta.pkg -> 87700d3df21250be8aafda2d8b63b14b2cc3d1b1
2013-12-21 00:44:26 Debug: (IEDUpdateCache:79) Found iBooksDelta.pkg -> 9b075180c00fe27f4a7471d7b16f80c6ca370e8f
2013-12-21 00:44:26 Debug: (IEDController:40) awakeFromNib
2013-12-21 00:44:26 Info: Creating socket at /tmp/se.gu.it.IEDSocketListener.3f4b34070a179ac4
2013-12-21 00:44:26 Debug: (IEDSocketListener:55) Listening to socket in background thread
2013-12-21 00:45:10 Debug: (IEDUpdateController:75) disableControls
2013-12-21 00:45:10 Debug: (IEDWorkflow:105) setSource:/Users/chris/Desktop/Install OS X Mavericks.app
2013-12-21 00:45:10 Debug: (IEDWorkflow:115) continueSetSource:{
2013-12-21 00:45:10 Debug: (IEDWorkflow:115) }
2013-12-21 00:45:10 Debug: (IEDDMGHelper:47) Attaching /Users/chris/Desktop/Install OS X Mavericks.app/Contents/SharedSupport/InstallESD.dmg
2013-12-21 00:45:11 Debug: (IEDWorkflow:133) handleSourceMountResult:{
2013-12-21 00:45:11 Debug: (IEDWorkflow:133) "dmg-path" = "/Users/chris/Desktop/Install OS X Mavericks.app/Contents/SharedSupport/InstallESD.dmg";
2013-12-21 00:45:11 Debug: (IEDWorkflow:133) "mount-point" = "/private/tmp/dmg.bbmfbI";
2013-12-21 00:45:11 Debug: (IEDWorkflow:133) success = 1;
2013-12-21 00:45:11 Debug: (IEDWorkflow:133) }
2013-12-21 00:45:11 Debug: (IEDDMGHelper:47) Attaching /private/tmp/dmg.bbmfbI/BaseSystem.dmg
2013-12-21 00:45:12 Debug: (IEDWorkflow:133) handleSourceMountResult:{
2013-12-21 00:45:12 Debug: (IEDWorkflow:133) "dmg-path" = "/private/tmp/dmg.bbmfbI/BaseSystem.dmg";
2013-12-21 00:45:12 Debug: (IEDWorkflow:133) "mount-point" = "/private/tmp/dmg.QPTNYc";
2013-12-21 00:45:12 Debug: (IEDWorkflow:133) success = 1;
2013-12-21 00:45:12 Debug: (IEDWorkflow:133) }
2013-12-21 00:45:12 Debug: (IEDWorkflow:163) checkVersion:/private/tmp/dmg.QPTNYc
2013-12-21 00:45:12 Debug: (IEDDMGHelper:93) Detaching /private/tmp/dmg.bbmfbI/BaseSystem.dmg
2013-12-21 00:45:12 Notice: Accepted source /Users/chris/Desktop/Install OS X Mavericks.app: Mac OS X 10.9 13A603
2013-12-21 00:45:12 Debug: (IEDUpdateController:173) loadProfileForVersion:10.9 build:13A603
2013-12-21 00:45:12 Notice: No update profile for 10.9 13A603
2013-12-21 00:45:12 Debug: (IEDUpdateController:107) countDownloads
2013-12-21 00:45:12 Debug: (IEDUpdateController:81) enableControls
2013-12-21 00:48:09 Notice: Starting build
2013-12-21 00:48:09 Notice: Using installer: Mac OS X 10.9 13A603
2013-12-21 00:48:09 Notice: Using output path: /Users/chris/Desktop/osx_custom_131221-10.9-13A603.hfs.dmg
2013-12-21 00:48:09 Debug: (IEDUpdateController:75) disableControls
2013-12-21 00:48:09 Info: Task > with 1 phases:
2013-12-21 00:48:09 Info: Phase 'Preparing' with weight 1.0
2013-12-21 00:48:09 Info: Task > with 13 phases:
2013-12-21 00:48:09 Info: Phase 'Starting install' with weight 1.0
2013-12-21 00:48:09 Info: Phase 'Creating disk image' with weight 100.0
2013-12-21 00:48:09 Info: Phase 'Installing OS' with weight 4096.0
2013-12-21 00:48:09 Info: Phase 'Installing 898.pkg' with weight 100.9
2013-12-21 00:48:09 Info: Phase 'Installing appleintele1000e.pkg' with weight 100.2
2013-12-21 00:48:09 Info: Phase 'Installing ChameleonWizard.pkg' with weight 101.5
2013-12-21 00:48:09 Info: Phase 'Installing antipop Installer.mpkg' with weight 100.1
2013-12-21 00:48:09 Info: Phase 'Installing CloverConfigurator.pkg' with weight 109.8
2013-12-21 00:48:09 Info: Phase 'Installing bootesp.pkg' with weight 117.9
2013-12-21 00:48:09 Info: Phase 'Installing KextWizard.pkg' with weight 101.1
2013-12-21 00:48:09 Info: Phase 'Installing fakesmc.pkg' with weight 100.1
2013-12-21 00:48:09 Info: Phase 'Installing Boot ESP Clover_r2377 EFI.pkg' with weight 118.0
2013-12-21 00:48:09 Info: Phase 'Finalizing disk image' with weight 650.0
2013-12-21 00:48:09 Info: Task > with 4 phases:
2013-12-21 00:48:09 Info: Phase 'Finalizing disk image' with weight 0.0
2013-12-21 00:48:09 Info: Phase 'Finalizing disk image' with weight 5.0
2013-12-21 00:48:09 Info: Phase 'Finalizing disk image' with weight 300.0
2013-12-21 00:48:09 Info: Phase 'Finalizing disk image' with weight 10.0
2013-12-21 00:48:09 Info: Task > with 1 phases:
2013-12-21 00:48:09 Info: Phase 'Finishing' with weight 1.0
2013-12-21 00:48:09 Debug: (IEDWorkflow:303) nextTask
2013-12-21 00:48:09 Notice: Starting task with 1 phases
2013-12-21 00:48:09 Debug: (IEDWorkflow:321) nextPhase
2013-12-21 00:48:09 Notice: Starting phase: Preparing
2013-12-21 00:48:09 Debug: (IEDWorkflow:355) taskPrepare
2013-12-21 00:48:09 Debug: (IEDWorkflow:384) continuePrepare
2013-12-21 00:48:09 Info: 10 packages to install:
2013-12-21 00:48:09 Info: /private/tmp/dmg.bbmfbI/Packages/OSInstall.mpkg
2013-12-21 00:48:09 Info: /Users/chris/Desktop/Packages 10.9/Audio/898.pkg
2013-12-21 00:48:09 Info: /Users/chris/Desktop/Packages 10.9/Network/appleintele1000e.pkg
2013-12-21 00:48:09 Info: /Users/chris/Desktop/Packages 10.9/App/ChameleonWizard.pkg
2013-12-21 00:48:09 Info: /Users/chris/Desktop/Packages 10.9/Audio/antipop Installer.mpkg
2013-12-21 00:48:09 Info: /Users/chris/Desktop/Packages 10.9/App/CloverConfigurator.pkg
2013-12-21 00:48:09 Info: /Users/chris/Desktop/Packages 10.9/App/bootesp.pkg
2013-12-21 00:48:09 Info: /Users/chris/Desktop/Packages 10.9/App/KextWizard.pkg
2013-12-21 00:48:09 Info: /Users/chris/Desktop/Packages 10.9/Essentiel/fakesmc.pkg
2013-12-21 00:48:09 Info: /Users/chris/Desktop/Packages 10.9/Essentiel/Boot ESP Clover_r2377 EFI.pkg
2013-12-21 00:48:09 Debug: (IEDWorkflow:303) nextTask
2013-12-21 00:48:09 Notice: Starting task with 13 phases
2013-12-21 00:48:09 Debug: (IEDWorkflow:321) nextPhase
2013-12-21 00:48:09 Notice: Starting phase: Starting install
2013-12-21 00:48:09 Notice: Install task running
2013-12-21 00:48:09 Info: Launching install with arguments:
2013-12-21 00:48:09 Info: '/Applications/AutoDMG.app/Contents/Resources/progresswatcher.py'
2013-12-21 00:48:09 Info: '--cd'
2013-12-21 00:48:09 Info: '/Applications/AutoDMG.app/Contents/Resources'
2013-12-21 00:48:09 Info: '--socket'
2013-12-21 00:48:09 Info: '/tmp/se.gu.it.IEDSocketListener.3f4b34070a179ac4'
2013-12-21 00:48:09 Info: 'installesdtodmg'
2013-12-21 00:48:09 Info: '--user'
2013-12-21 00:48:09 Info: 'chris'
2013-12-21 00:48:09 Info: '--group'
2013-12-21 00:48:09 Info: 'staff'
2013-12-21 00:48:09 Info: '--output'
2013-12-21 00:48:09 Info: '/Users/chris/Desktop/osx_custom_131221-10.9-13A603.hfs.dmg'
2013-12-21 00:48:09 Info: '/private/tmp/dmg.bbmfbI/Packages/OSInstall.mpkg'
2013-12-21 00:48:09 Info: '/Users/chris/Desktop/Packages 10.9/Audio/898.pkg'
2013-12-21 00:48:09 Info: '/Users/chris/Desktop/Packages 10.9/Network/appleintele1000e.pkg'
2013-12-21 00:48:09 Info: '/Users/chris/Desktop/Packages 10.9/App/ChameleonWizard.pkg'
2013-12-21 00:48:09 Info: '/Users/chris/Desktop/Packages 10.9/Audio/antipop Installer.mpkg'
2013-12-21 00:48:09 Info: '/Users/chris/Desktop/Packages 10.9/App/CloverConfigurator.pkg'
2013-12-21 00:48:09 Info: '/Users/chris/Desktop/Packages 10.9/App/bootesp.pkg'
2013-12-21 00:48:09 Info: '/Users/chris/Desktop/Packages 10.9/App/KextWizard.pkg'
2013-12-21 00:48:09 Info: '/Users/chris/Desktop/Packages 10.9/Essentiel/fakesmc.pkg'
2013-12-21 00:48:09 Info: '/Users/chris/Desktop/Packages 10.9/Essentiel/Boot ESP Clover_r2377 EFI.pkg'
2013-12-21 00:48:09 Debug: (IEDWorkflow:444) launchScript:
2013-12-21 00:48:15 Notice: Script phase: sparseimage
2013-12-21 00:48:15 Debug: (IEDWorkflow:321) nextPhase
2013-12-21 00:48:15 Notice: Starting phase: Creating disk image
2013-12-21 00:48:15 Info: Creating disk image
2013-12-21 00:48:17 Info: created: /var/folders/l6/nvxrbxsx0qx2x2240hrpzf200000gn/T/installesdtodmg.D8XOXaaQ/os.sparseimage
2013-12-21 00:48:18 Notice: Script phase: install 0:/private/tmp/dmg.bbmfbI/Packages/OSInstall.mpkg
2013-12-21 00:48:18 Debug: (IEDWorkflow:321) nextPhase
2013-12-21 00:48:18 Notice: Starting phase: Installing OS
2013-12-21 00:48:18 Info: Starting OS install
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Debug: Product archive /private/tmp/dmg.bbmfbI/Packages/OSInstall.mpkg trustLevel=100
2013-12-21 00:48:53 Info: installer.Debug: External component packages (15) trustLevel=100
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer.Error: *** IFDCustomizationController does not know the size of distant package at (null)
2013-12-21 00:48:53 Info: installer: Package name is OS X
2013-12-21 00:48:53 Info: installer: Installing at base path /Volumes/Macintosh HD
2013-12-21 00:48:53 Info: Préparation à l’installation…
2013-12-21 00:48:53 Info: installer.Info: Dist disk is not root.
2013-12-21 00:48:53 Info: installer.Info: No imgsrc found, mounting system image for BaseSystem extraction.
2013-12-21 00:48:53 Info: installer.Info: mountDiskImageWithURLString: /private/tmp/dmg.bbmfbI/BaseSystem.dmg
2013-12-21 00:48:54 Info: installer.Error: Mounting disk image complete, results dict = {
2013-12-21 00:48:54 Info: "system-entities" = (
2013-12-21 00:48:54 Info: {
2013-12-21 00:48:54 Info: "content-hint" = "Apple_partition_map";
2013-12-21 00:48:54 Info: "dev-entry" = "/dev/disk5s1";
2013-12-21 00:48:54 Info: "potentially-mountable" = 0;
2013-12-21 00:48:54 Info: "unmapped-content-hint" = "Apple_partition_map";
2013-12-21 00:48:54 Info: },
2013-12-21 00:48:54 Info: {
2013-12-21 00:48:54 Info: "content-hint" = "Apple_HFS";
2013-12-21 00:48:54 Info: "dev-entry" = "/dev/disk5s2";
2013-12-21 00:48:54 Info: "mount-point" = "/Volumes/OS X Base System";
2013-12-21 00:48:54 Info: "potentially-mountable" = 1;
2013-12-21 00:48:54 Info: "unmapped-content-hint" = "Apple_HFS";
2013-12-21 00:48:54 Info: "volume-kind" = hfs;
2013-12-21 00:48:54 Info: },
2013-12-21 00:48:54 Info: {
2013-12-21 00:48:54 Info: "content-hint" = "Apple_partition_scheme";
2013-12-21 00:48:54 Info: "dev-entry" = "/dev/disk5";
2013-12-21 00:48:54 Info: "potentially-mountable" = 0;
2013-12-21 00:48:54 Info: "unmapped-content-hint" = "Apple_partition_scheme";
2013-12-21 00:48:54 Info: }
2013-12-21 00:48:54 Info: );
2013-12-21 00:48:54 Info: }
2013-12-21 00:48:54 Info: installer.Debug: Set authorization level to root for session
2013-12-21 00:48:54 Info: installer.Info: Recovery system image located at "/tmp/dmg.bbmfbI/BaseSystem.dmg"
2013-12-21 00:48:54 Info: installer.Error: X /Volumes/Macintosh HD: Missing CoreServices.
2013-12-21 00:48:54 Info: installer.Debug: PK will install package file://localhost/private/tmp/dmg.bbmfbI/Packages/BaseSystemBinaries.pkg (550414336
2013-12-21 00:48:54 Info: installer.Debug: PK will install package file://localhost/private/tmp/dmg.bbmfbI/Packages/BaseSystemResources.pkg (364147712
2013-12-21 00:48:54 Info: installer.Debug: IF will install package file://localhost/private/tmp/dmg.bbmfbI/Packages/OSInstall.mpkg (0
2013-12-21 00:48:54 Info: installer.Debug: PK will install package file://localhost/private/tmp/dmg.bbmfbI/Packages/Essentials.pkg (4686743552
2013-12-21 00:48:54 Info: installer.Debug: PK will install package file://localhost/private/tmp/dmg.bbmfbI/Packages/BSD.pkg (727634944
2013-12-21 00:48:54 Info: installer.Debug: PK will install package file://localhost/private/tmp/dmg.bbmfbI/Packages/JavaTools.pkg (94208
2013-12-21 00:48:54 Info: installer.Debug: IF will install package file://localhost/private/tmp/dmg.bbmfbI/Packages/OSInstall.mpkg (0
2013-12-21 00:48:54 Info: installer.Debug: PK will install package file://localhost/private/tmp/dmg.bbmfbI/Packages/AdditionalEssentials.pkg (163855360
2013-12-21 00:48:54 Info: installer.Debug: PK will install package file://localhost/private/tmp/dmg.bbmfbI/Packages/AdditionalSpeechVoices.pkg (293543936
2013-12-21 00:48:54 Info: installer.Debug: PK will install package file://localhost/private/tmp/dmg.bbmfbI/Packages/AsianLanguagesSupport.pkg (4018176
2013-12-21 00:48:54 Info: installer.Debug: PK will install package file://localhost/private/tmp/dmg.bbmfbI/Packages/MediaFiles.pkg (235410432
2013-12-21 00:48:54 Info: installer.Debug: PK will install package file://localhost/private/tmp/dmg.bbmfbI/Packages/JavaEssentials.pkg (6665216
2013-12-21 00:48:54 Info: installer.Debug: PK will install package file://localhost/private/tmp/dmg.bbmfbI/Packages/OxfordDictionaries.pkg (102556672
2013-12-21 00:48:54 Info: installer.Debug: PK will install package file://localhost/private/tmp/dmg.bbmfbI/Packages/X11redirect.pkg (3472384
2013-12-21 00:48:54 Info: installer.Debug: PK will install package file://localhost/private/tmp/dmg.bbmfbI/Packages/OSInstall.pkg (0
2013-12-21 00:48:54 Info: installer.Info: Setting external root to: /Volumes/OS X Base System
2013-12-21 00:48:54 Info: installer.Info: OSI: com.apple.pkg.BaseSystemResources remapped external root path to: /Volumes/OS X Base System
2013-12-21 00:48:54 Info: installer.Debug: Total install size including padding: 8212298752 b + 0 b non-OS collection items
2013-12-21 00:48:54 Info: installer.Critical: PFPackage::packageWithURL - can't instantiate package: /private/tmp/dmg.bbmfbI/Packages/OSInstall.mpkg
2013-12-21 00:48:54 Info: installer.Debug: Error opening package "OSInstall.mpkg".
2013-12-21 00:48:54 Info: installer.Error: X /Volumes/Macintosh HD: Missing CoreServices.
2013-12-21 00:48:54 Info: installer.Info: Starting installation:
2013-12-21 00:48:54 Info: Préparation du disque…
2013-12-21 00:48:54 Info: installer: Vérification du disque de destination…
2013-12-21 00:48:54 Info: installer.Notice: Performing volume consistency check on 'Macintosh HD'.
2013-12-21 00:48:54 Info: installer.Notice: Checking Volume
2013-12-21 00:48:54 Info: installer.Info: Vérification du système de fichiers
2013-12-21 00:48:55 Info: installer.Info: Vérification du volume HFS Plus journalisé.
2013-12-21 00:48:55 Info: installer.Info: Vérification du fichier de blocs en excès.
2013-12-21 00:48:55 Info: installer.Info: Vérification du fichier de catalogue.
2013-12-21 00:48:55 Info: installer.Info: Vérification des fichiers à liens multiples.
2013-12-21 00:48:55 Info: installer.Info: Vérification de la hiérarchie du catalogue.
2013-12-21 00:48:55 Info: installer.Info: Vérification du fichier des attributs étendus.
2013-12-21 00:48:55 Info: installer.Info: Vérification bitmap du volume.
2013-12-21 00:48:55 Info: installer.Info: Vérification des informations du volume.
2013-12-21 00:48:55 Info: installer.Info: Le volume Macintosh HD semble être en bon état.
2013-12-21 00:48:55 Info: installer.Info: Réparation du volume terminée.
2013-12-21 00:48:55 Info: installer.Info: Mise à jour des partitions de prise en charge du démarrage pour le volume, comme requis.
2013-12-21 00:48:58 Info: installer.Notice: Volume passed consistency checks.
2013-12-21 00:48:58 Info: installer.Notice: Calculating expected install size requirements
2013-12-21 00:48:58 Info: installer: Calcul de l’espace requis pour installer OS X…
2013-12-21 00:48:58 Info: installer.Info: Reserved for install: 8827.6 MB (0.0 MB non-OS collection items, 615.3 MB recovery system)
2013-12-21 00:48:58 Info: installer.Info: Currently available: 33900.4 MB
2013-12-21 00:48:58 Info: installer.Error: X /Volumes/Macintosh HD: Missing CoreServices.
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.stderr: Looking for system packages
2013-12-21 00:48:58 Info: installer.stderr: no system packages found
2013-12-21 00:48:58 Info: installer.stderr: No or Invalid system receipts found on /Volumes/Macintosh HD/Recovered Items
2013-12-21 00:48:58 Info: installer.stderr: Attempting fallback using: /System/Library/PrivateFrameworks/SystemMigration.framework/Resources/FallbackSystemFiles.plist
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:58 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:58 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:58 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:48:59 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:48:59 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:48:59 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.Error: SMSystem_DMDiskBased Warning : -69878
2013-12-21 00:49:00 Info: installer.Error: +systemWithPath : failed to create SMSystem_DMDiskBased
2013-12-21 00:49:00 Info: installer.Error: /Volumes/Macintosh HD/Recovered Items could not find volume
2013-12-21 00:49:00 Info: installer.stderr: Finding system files...
2013-12-21 00:49:00 Info: installer.stderr: Writing system path cache.
2013-12-21 00:49:00 Info: installer.stderr: FSF cache NOT written: /Volumes/Macintosh HD/Recovered Items/System/Library/Caches/com.apple.FindSystemFiles.plist
2013-12-21 00:49:00 Info: installer.Info: Reapable space: 0.0 MB
2013-12-21 00:49:00 Info: installer.Notice: Creating recovery system for volume "Macintosh HD".
2013-12-21 00:49:00 Info: installer.Info: Will bless Apple_Boot as recovery system.
2013-12-21 00:49:00 Info: installer.Info: No diagnostics on installer image.
2013-12-21 00:49:00 Info: installer.Notice: Creating recovery volume.
2013-12-21 00:49:08 Info: installer.Notice: Utilisation de l’image disque /tmp/dmg.bbmfbI/BaseSystem.dmg déjà attachée
2013-12-21 00:49:08 Info: installer.Notice: Réduction de la partition hôte et création d’une nouvelle partition de secours
2013-12-21 00:49:08 Info: installer.Notice: Vérification du système de fichiers
2013-12-21 00:49:09 Info: installer.Notice: Vérification du volume HFS Plus journalisé.
2013-12-21 00:49:09 Info: installer.Notice: Vérification du fichier de blocs en excès.
2013-12-21 00:49:09 Info: installer.Notice: Vérification du fichier de catalogue.
2013-12-21 00:49:09 Info: installer.Notice: Vérification des fichiers à liens multiples.
2013-12-21 00:49:09 Info: installer.Notice: Vérification de la hiérarchie du catalogue.
2013-12-21 00:49:09 Info: installer.Notice: Vérification du fichier des attributs étendus.
2013-12-21 00:49:09 Info: installer.Notice: Vérification bitmap du volume.
2013-12-21 00:49:09 Info: installer.Notice: Vérification des informations du volume.
2013-12-21 00:49:09 Info: installer.Notice: Le volume Macintosh HD semble être en bon état.
2013-12-21 00:49:09 Info: installer.Notice: Réduction du volume cible de 34015764480 à 33499979776 octets
2013-12-21 00:49:09 Info: installer.Notice: Réduction du système de fichiers
2013-12-21 00:49:10 Info: installer.Notice: Réduction de la partition et création d’une nouvelle partition de secours
2013-12-21 00:49:10 Info: installer.Notice: Modification de la carte de partition
2013-12-21 00:49:11 Info: installer.Notice: Formatage de la partition de secours
2013-12-21 00:49:11 Info: installer.Notice: Initialized /dev/rdisk3s3 as a 620 MB case-insensitive HFS Plus volume with a 8192k journal
2013-12-21 00:49:11 Info: installer.Notice: Montage de la partition de secours
2013-12-21 00:49:11 Info: installer.Notice: Création du répertoire de l’utilitaire de démarrage
2013-12-21 00:49:11 Info: installer.Notice: Copie de l’utilitaire de démarrage
2013-12-21 00:49:11 Info: installer.Notice: Copie du noyau
2013-12-21 00:49:11 Info: installer.Notice: Copie de l’image système
2013-12-21 00:49:17 Info: installer.Notice: Écriture de la plist de démarrage
2013-12-21 00:49:17 Info: installer.Notice: Validation du fichier de démarrage
2013-12-21 00:49:17 Info: installer.Notice: Marquage de la partition de secours
2013-12-21 00:49:17 Info: installer.Notice: Done creating recovery volume.
2013-12-21 00:49:17 Info: installer: Préparation du disque cible…
2013-12-21 00:49:17 Info: installer.Notice: Configuring volume "Macintosh HD"
2013-12-21 00:49:17 Info: installer.Info: Preparing disk for local booted OS Install.
2013-12-21 00:49:17 Info: installer.Info: Preparing disk for local booted install.
2013-12-21 00:49:17 Info: installer.Notice: Creating installation log on volume "Macintosh HD"
2013-12-21 00:49:17 Info: installer.Notice: Create temporary directory "/Volumes/Macintosh HD/Install.5399AQ5YuK"
2013-12-21 00:49:17 Info: Préparation de OS X…
2013-12-21 00:49:17 Info: installer.Notice: IFPKInstallElement (13 packages)
2013-12-21 00:49:17 Info: installer.Debug: Using authorization level of root for IFPKInstallElement
2013-12-21 00:49:17 Info: Attente de la fin des autres installations…
2013-12-21 00:49:17 Info: installer.Notice: PackageKit: Enqueuing install with boosting
2013-12-21 00:49:17 Info: Configuration de l’installation…
2013-12-21 00:49:17 Info: installer:
2013-12-21 00:49:18 Info: Écriture des fichiers…
2013-12-21 00:49:18 Info: installd: PackageKit: Adding client PKInstallDaemonClient pid=5399, uid=0 (/usr/sbin/installer)
2013-12-21 00:49:18 Info: installd: PackageKit: ----- Begin install -----
2013-12-21 00:49:18 Info: installd: PackageKit: request=PKInstallRequest <13 packages, destination=/Volumes/Macintosh HD>
2013-12-21 00:49:18 Info: installd: PackageKit: packages=(
2013-12-21 00:49:18 Info: installd: "PKLeopardPackage ",
2013-12-21 00:49:18 Info: installd: "PKLeopardPackage ",
2013-12-21 00:49:18 Info: installd: "PKLeopardPackage ",
2013-12-21 00:49:18 Info: installd: "PKLeopardPackage ",
2013-12-21 00:49:18 Info: installd: "PKLeopardPackage ",
2013-12-21 00:49:18 Info: installd: "PKLeopardPackage ",
2013-12-21 00:49:18 Info: installd: "PKLeopardPackage ",
2013-12-21 00:49:18 Info: installd: "PKLeopardPackage ",
2013-12-21 00:49:18 Info: installd: "PKLeopardPackage ",
2013-12-21 00:49:18 Info: installd: "PKLeopardPackage ",
2013-12-21 00:49:18 Info: installd: "PKLeopardPackage ",
2013-12-21 00:49:18 Info: installd: "PKLeopardPackage ",
2013-12-21 00:49:18 Info: installd: "PKLeopardPackage "
2013-12-21 00:49:18 Info: installd: )
2013-12-21 00:49:19 Info: installd: PackageKit: Extracting file://localhost/private/tmp/dmg.bbmfbI/Packages/BaseSystemBinaries.pkg (destination=/Volumes/Macintosh HD/.OSInstallSandbox-tmp/Root, uid
2013-12-21 00:49:56 Info: installd: PackageKit: Using /Volumes/OS X Base System as external payload root for package com.apple.pkg.BaseSystemResources
2013-12-21 00:49:56 Info: installd: PackageKit: Extracting file://localhost/private/tmp/dmg.bbmfbI/Packages/BaseSystemResources.pkg (destination=/Volumes/Macintosh HD/.OSInstallSandbox-tmp/Root, uid B) 
2013-12-21 00:50:32 Info: installd: PackageKit: Extracting file://localhost/private/tmp/dmg.bbmfbI/Packages/Essentials.pkg (destination=/Volumes/Macintosh HD/.OSInstallSandbox-tmp/Root, uid=0)
2013-12-21 00:56:24 Info: installd: PackageKit: Extracting file://localhost/private/tmp/dmg.bbmfbI/Packages/BSD.pkg (destination=/Volumes/Macintosh HD/.OSInstallSandbox-tmp/Root, uid=0)
2013-12-21 00:57:09 Info: installd: PackageKit: Extracting file://localhost/private/tmp/dmg.bbmfbI/Packages/JavaTools.pkg (destination=/Volumes/Macintosh HD/.OSInstallSandbox-tmp/Root, uid=0)
2013-12-21 00:57:10 Info: installd: PackageKit: Extracting file://localhost/private/tmp/dmg.bbmfbI/Packages/AdditionalEssentials.pkg (destination=/Volumes/Macintosh HD/.OSInstallSandbox-tmp/Root, uid=0)
2013-12-21 00:57:23 Info: installd: PackageKit: Extracting file://localhost/private/tmp/dmg.bbmfbI/Packages/AdditionalSpeechVoices.pkg (destination=/Volumes/Macintosh HD/.OSInstallSandbox-tmp/Root, uid=0)
2013-12-21 00:57:59 Info: installd: PackageKit: Extracting file://localhost/private/tmp/dmg.bbmfbI/Packages/AsianLanguagesSupport.pkg (destination=/Volumes/Macintosh HD/.OSInstallSandbox-tmp/Root, uid=0)
2013-12-21 00:58:00 Info: installd: PackageKit: Extracting file://localhost/private/tmp/dmg.bbmfbI/Packages/MediaFiles.pkg (destination=/Volumes/Macintosh HD/.OSInstallSandbox-tmp/Root, uid=0)
2013-12-21 00:58:30 Info: installd: PackageKit: Extracting file://localhost/private/tmp/dmg.bbmfbI/Packages/JavaEssentials.pkg (destination=/Volumes/Macintosh HD/.OSInstallSandbox-tmp/Root, uid=0)
2013-12-21 00:58:31 Info: installd: PackageKit: Extracting file://localhost/private/tmp/dmg.bbmfbI/Packages/OxfordDictionaries.pkg (destination=/Volumes/Macintosh HD/.OSInstallSandbox-tmp/Root, uid=0)
2013-12-21 00:58:43 Info: installd: PackageKit: Extracting file://localhost/private/tmp/dmg.bbmfbI/Packages/X11redirect.pkg (destination=/Volumes/Macintosh HD/.OSInstallSandbox-tmp/Root, uid=0)
2013-12-21 00:58:43 Info: Optimisation du système pour les logiciels installés…
2013-12-21 00:58:44 Info: installd: PackageKit: update_dyld_shared_cache -root /Volumes/Macintosh HD/.OSInstallSandbox-tmp/Root
2013-12-21 00:58:59 Info: installd: PackageKit: xpchelper --rebuild-cache --root /Volumes/Macintosh HD/.OSInstallSandbox-tmp/Root
2013-12-21 00:59:01 Info: installd: PackageKit: prevent user idle system sleep
2013-12-21 00:59:01 Info: installd: PackageKit: suspending backupd
2013-12-21 00:59:01 Info: installd: PackageKit: Executing script "preinstall" in /Volumes/Macintosh HD/.OSInstallSandbox-tmp/Scripts/com.apple.pkg.BaseSystemResources.4STigB
2013-12-21 00:59:01 Info: installd: PackageKit: Executing script "preinstall" in /Volumes/Macintosh HD/.OSInstallSandbox-tmp/Scripts/com.apple.pkg.Essentials.rUYRb1
2013-12-21 00:59:01 Info: installd: PackageKit: Executing script "preinstall" in /Volumes/Macintosh HD/.OSInstallSandbox-tmp/Scripts/com.apple.pkg.BSD.BDmJlG
2013-12-21 00:59:01 Info: installd: PackageKit: Executing script "preinstall" in /Volumes/Macintosh HD/.OSInstallSandbox-tmp/Scripts/com.apple.pkg.OSInstall.E8WeF1
2013-12-21 00:59:01 Info: installd: PackageKit: Using trashcan path /Volumes/Macintosh HD/.OSInstallSandbox-tmp/Trashes for sandbox /Volumes/Macintosh HD/.OSInstallSandbox-tmp
2013-12-21 00:59:01 Info: installd: PackageKit: Shoving /Volumes/Macintosh HD/.OSInstallSandbox-tmp/Root (19 items) to /Volumes/Macintosh HD
2013-12-21 00:59:01 Info: Enregistrement des composants mis à jour…
2013-12-21 00:59:02 Info: installd: PackageKit: kextcache -update-volume /Volumes/Macintosh HD -Installer
2013-12-21 00:59:03 Info: installd: kextcache: kext com.jmicron.JMicronATA 101069000 is in exception list, allowing to load
2013-12-21 00:59:04 Info: installd: kextcache: kext com.ATTO.driver.ATTOExpressSASRAID 307029000 is in exception list, allowing to load
2013-12-21 00:59:04 Info: installd: kextcache: kext com.ATTO.driver.ATTOExpressSASHBA3 100059000 is in exception list, allowing to load
2013-12-21 00:59:04 Info: installd: kextcache: kext com.ATTO.driver.ATTOExpressSASHBA 200009000 is in exception list, allowing to load
2013-12-21 00:59:04 Info: installd: kextcache: kext com.ATTO.driver.ATTOExpressPCIUl4 404029000 is in exception list, allowing to load
2013-12-21 00:59:04 Info: installd: kextcache: kext com.ATTO.driver.ATTOCelerityFC 304089000 is in exception list, allowing to load
2013-12-21 00:59:05 Info: installd: kextcache: kext com.Accusys.driver.Acxxx 300029000 is in exception list, allowing to load
2013-12-21 00:59:13 Info: Exécution des scripts du paquet…
2013-12-21 00:59:14 Info: installd: PackageKit: Executing script "postinstall" in /Volumes/Macintosh HD/.OSInstallSandbox-tmp/Scripts/com.apple.pkg.BaseSystemResources.4STigB
2013-12-21 00:59:14 Info: installd: PackageKit: Executing script "postinstall" in /Volumes/Macintosh HD/.OSInstallSandbox-tmp/Scripts/com.apple.pkg.Essentials.rUYRb1
2013-12-21 00:59:23 Info: installd: PackageKit: Executing script "postinstall" in /Volumes/Macintosh HD/.OSInstallSandbox-tmp/Scripts/com.apple.pkg.BSD.BDmJlG
2013-12-21 00:59:27 Info: installd: PackageKit: Executing script "postinstall" in /Volumes/Macintosh HD/.OSInstallSandbox-tmp/Scripts/com.apple.pkg.OSInstall.E8WeF1
2013-12-21 00:59:27 Info: Écriture des reçus de paquet…
2013-12-21 00:59:28 Info: installd: postinstall: chflags: /Volumes/Macintosh HD/automount: No such file or directory
2013-12-21 00:59:28 Info: installd: postinstall: chflags: /Volumes/Macintosh HD/mach: No such file or directory
2013-12-21 00:59:28 Info: installd: postinstall: chflags: /Volumes/Macintosh HD/Trash: No such file or directory
2013-12-21 00:59:28 Info: installd: postinstall: chflags: /Volumes/Macintosh HD/VM Storage: No such file or directory
2013-12-21 00:59:28 Info: installd: postinstall: chflags: /Volumes/Macintosh HD/Desktop DB: No such file or directory
2013-12-21 00:59:28 Info: installd: postinstall: chflags: /Volumes/Macintosh HD/Desktop DF: No such file or directory
2013-12-21 00:59:28 Info: installd: postinstall: chflags: /Volumes/Macintosh HD/Desktop Folder: No such file or directory
2013-12-21 00:59:28 Info: installd: postinstall: chflags: /Volumes/Macintosh HD/lost+found: No such file or directory
2013-12-21 00:59:28 Info: installd: postinstall: chflags: /Volumes/Macintosh HD/mach.sym: No such file or directory
2013-12-21 00:59:28 Info: installd: postinstall: chflags: /Volumes/Macintosh HD/opt: No such file or directory
2013-12-21 00:59:28 Info: installd: postinstall: chflags: /Volumes/Macintosh HD/.hidden: No such file or directory
2013-12-21 00:59:28 Info: installd: postinstall: chflags: /Volumes/Macintosh HD/Mac OS 9/Desktop Folder: No such file or directory
2013-12-21 00:59:28 Info: installd: postinstall: chflags: /Volumes/Macintosh HD/System/Library/CoreServices/Finder: No such file or directory
2013-12-21 00:59:28 Info: installd: postinstall: chflags: /Volumes/Macintosh HD/Applications/Utilities/Print Center.app: No such file or directory
2013-12-21 00:59:28 Info: installd: postinstall: chflags: /Volumes/Macintosh HD/mach_kernel.ctfsys: No such file or directory
2013-12-21 00:59:28 Info: installd: PackageKit: Writing receipt for com.apple.pkg.BaseSystemBinaries to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 00:59:34 Info: installd: PackageKit: Writing receipt for com.apple.pkg.BaseSystemResources to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:00:08 Info: installd: PackageKit: Writing receipt for com.apple.pkg.Essentials to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:00:13 Info: installd: PackageKit: Writing receipt for com.apple.pkg.BSD to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:00:13 Info: installd: PackageKit: Writing receipt for com.apple.pkg.JavaTools to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:00:16 Info: installd: PackageKit: Writing receipt for com.apple.pkg.AdditionalEssentials to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:00:16 Info: installd: PackageKit: Writing receipt for com.apple.pkg.AdditionalSpeechVoices to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:00:16 Info: installd: PackageKit: Writing receipt for com.apple.pkg.AsianLanguagesSupport to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:00:16 Info: installd: PackageKit: Writing receipt for com.apple.pkg.MediaFiles to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:00:16 Info: installd: PackageKit: Writing receipt for com.apple.pkg.JavaEssentials to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:00:16 Info: installd: PackageKit: Writing receipt for com.apple.pkg.OxfordDictionaries to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:00:16 Info: installd: PackageKit: Writing receipt for com.apple.pkg.X11redirect to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:00:16 Info: installd: Installed "OS X" ()
2013-12-21 01:00:16 Info: installd: PackageKit: releasing backupd
2013-12-21 01:00:16 Info: installd: PackageKit: allow user idle system sleep
2013-12-21 01:00:16 Info: installd: PackageKit: ----- End install -----
2013-12-21 01:00:16 Info: installd: PackageKit: 658.4s elapsed install time
2013-12-21 01:00:16 Info: installd: PackageKit: Running idle tasks
2013-12-21 01:00:16 Info: installd: PackageKit: Removing client PKInstallDaemonClient pid=5399, uid=0 (/usr/sbin/installer)
2013-12-21 01:00:16 Info: installer.Notice: Running install actions
2013-12-21 01:00:16 Info: installer: Exécution des actions du programme d’installation…
2013-12-21 01:00:16 Info: installer.Notice: Writing installation cookies
2013-12-21 01:00:16 Info: installer:
2013-12-21 01:00:16 Info: Fin de l’installation…
2013-12-21 01:00:16 Info: installer.Notice: InstallType cookie file was successfully written for Setup Assistant to pick up.
2013-12-21 01:00:16 Info: installer.Notice: Removing temporary directory "/Volumes/Macintosh HD/Install.5399AQ5YuK"
2013-12-21 01:00:16 Info: installer.Notice: Blessing "Macintosh HD"
2013-12-21 01:00:16 Info: installer.Notice: Blessing System Folder
2013-12-21 01:00:16 Info: installer.Notice: Finalize disk "Macintosh HD" for OS Installation
2013-12-21 01:00:16 Info: installer.Info: Finalizing Disk for Local OS Install
2013-12-21 01:00:16 Info: installer.Notice: Cleaning up mutable product directory.
2013-12-21 01:00:16 Info: installer.Notice: Notifying system of updated components for OS Installation
2013-12-21 01:00:16 Info: installer.Notice:
2013-12-21 01:00:16 Info: installer.Notice: **** Summary Information ****
2013-12-21 01:00:16 Info: installer.Notice: Operation Elapsed time
2013-12-21 01:00:16 Info: installer.Notice: -----------------------------
2013-12-21 01:00:16 Info: installer.Notice: script 0.00 seconds
2013-12-21 01:00:16 Info: installer.Notice: os 0.04 seconds
2013-12-21 01:00:16 Info: installer.Notice: crsp 19.08 seconds
2013-12-21 01:00:16 Info: installer.Notice: presize 1.75 seconds
2013-12-21 01:00:16 Info: installer.Notice: disk 2.45 seconds
2013-12-21 01:00:17 Info: installer.Notice: zero 0.00 seconds
2013-12-21 01:00:17 Info: installer.Notice: install 658.70 seconds
2013-12-21 01:00:17 Info: installer.Notice: -total- 682.02 seconds
2013-12-21 01:00:17 Info: installer.Notice:
2013-12-21 01:00:17 Info: installer:
2013-12-21 01:00:17 Info: Le logiciel a été installé avec succès.
2013-12-21 01:00:17 Info: installer: The install was successful.
2013-12-21 01:00:17 Notice: Script phase: install 1:/Users/chris/Desktop/Packages 10.9/Audio/898.pkg
2013-12-21 01:00:17 Debug: (IEDWorkflow:321) nextPhase
2013-12-21 01:00:17 Notice: Starting phase: Installing 898.pkg
2013-12-21 01:00:17 Info: Installing 898.pkg
2013-12-21 01:00:17 Info: installer.Debug: Referenced component packages (1) trustLevel=100
2013-12-21 01:00:18 Info: installer: Package name is 898
2013-12-21 01:00:18 Info: installer: Installing at base path /Volumes/Macintosh HD
2013-12-21 01:00:18 Info: Préparation à l’installation…
2013-12-21 01:00:18 Info: installer.Debug: -[iFPKGDerivedDocument sortedPackageLocations]: result = (
2013-12-21 01:00:18 Info: "file://localhost"
2013-12-21 01:00:18 Info: )
2013-12-21 01:00:18 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: location = file://localhost
2013-12-21 01:00:18 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/chris/Desktop/Packages%2010.9/Audio/898.pkg
2013-12-21 01:00:18 Info: installer.Debug: Set authorization level to root for session
2013-12-21 01:00:18 Info: installer.Debug: Will use PK session
2013-12-21 01:00:18 Info: installer.Info: Starting installation:
2013-12-21 01:00:18 Info: Préparation du disque…
2013-12-21 01:00:18 Info: installd: PackageKit: Done with sandbox removals
2013-12-21 01:00:18 Info: installer.Notice: Configuring volume "Macintosh HD"
2013-12-21 01:00:18 Info: installer.Info: Preparing disk for local booted install.
2013-12-21 01:00:18 Info: installer.Notice: Free space on "Macintosh HD": 25,89 Go (25887432704 bytes).
2013-12-21 01:00:18 Info: installer.Notice: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.7947rU7MNC"
2013-12-21 01:00:18 Info: Préparation de 898…
2013-12-21 01:00:18 Info: installer.Notice: IFPKInstallElement (1 packages)
2013-12-21 01:00:18 Info: installer.Debug: Using authorization level of root for IFPKInstallElement
2013-12-21 01:00:18 Info: Attente de la fin des autres installations…
2013-12-21 01:00:18 Info: installer.Notice: PackageKit: Enqueuing install with boosting
2013-12-21 01:00:18 Info: Configuration de l’installation…
2013-12-21 01:00:18 Info: installer:
2013-12-21 01:00:18 Info: Optimisation du système pour les logiciels installés…
2013-12-21 01:00:19 Info: installd: PackageKit: Adding client PKInstallDaemonClient pid=7947, uid=0 (/usr/sbin/installer)
2013-12-21 01:00:19 Info: installd: PackageKit: ----- Begin install -----
2013-12-21 01:00:19 Info: installd: PackageKit: request=PKInstallRequest <1 packages, destination=/Volumes/Macintosh HD>
2013-12-21 01:00:19 Info: installd: PackageKit: packages=(
2013-12-21 01:00:19 Info: installd: "PKJaguarPackage "
2013-12-21 01:00:19 Info: installd: )
2013-12-21 01:00:19 Info: installd: PackageKit: Extracting file://localhost/Users/chris/Desktop/Packages%2010.9/Audio/898.pkg (destination=/Volumes/Macintosh HD/.PKInstallSandboxManager/2A2A0698-94F5-4D98-A0A3-C91A289EF8FC.activeSandbox/Root, uid=0)
2013-12-21 01:00:19 Info: installd: PackageKit: prevent user idle system sleep
2013-12-21 01:00:19 Info: installd: PackageKit: suspending backupd
2013-12-21 01:00:19 Info: installd: PackageKit: Executing script "./preinstall" in /Users/chris/Desktop/Packages 10.9/Audio/898.pkg/Contents/Resources
2013-12-21 01:00:19 Info: installd: PackageKit: Using trashcan path /Volumes/Macintosh HD/.PKInstallSandboxManager/2A2A0698-94F5-4D98-A0A3-C91A289EF8FC.activeSandbox/Trashes for sandbox /Volumes/Macintosh HD/.PKInstallSandboxManager/2A2A0698-94F5-4D98-A0A3-C91A289EF8FC.activeSandbox
2013-12-21 01:00:19 Info: installd: PackageKit: Shoving /Volumes/Macintosh HD/.PKInstallSandboxManager/2A2A0698-94F5-4D98-A0A3-C91A289EF8FC.activeSandbox/Root (1 items) to /Volumes/Macintosh HD
2013-12-21 01:00:19 Info: installd: PackageKit: update_dyld_shared_cache -root /Volumes/Macintosh HD
2013-12-21 01:00:21 Info: Enregistrement des composants mis à jour…
2013-12-21 01:00:22 Info: installd: PackageKit: kextcache -update-volume /Volumes/Macintosh HD -Installer
2013-12-21 01:00:23 Info: installd: kextcache: kext com.jmicron.JMicronATA 101069000 is in exception list, allowing to load
2013-12-21 01:00:24 Info: installd: kextcache: kext com.kext.HDAEnabler 100001001 is in exception list, allowing to load
2013-12-21 01:00:24 Info: installd: kextcache: kext com.ATTO.driver.ATTOExpressSASRAID 307029000 is in exception list, allowing to load
2013-12-21 01:00:24 Info: installd: kextcache: kext com.ATTO.driver.ATTOExpressSASHBA3 100059000 is in exception list, allowing to load
2013-12-21 01:00:24 Info: installd: kextcache: kext com.ATTO.driver.ATTOExpressSASHBA 200009000 is in exception list, allowing to load
2013-12-21 01:00:24 Info: installd: kextcache: kext com.ATTO.driver.ATTOExpressPCIUl4 404029000 is in exception list, allowing to load
2013-12-21 01:00:24 Info: installd: kextcache: kext com.ATTO.driver.ATTOCelerityFC 304089000 is in exception list, allowing to load
2013-12-21 01:00:25 Info: installd: kextcache: kext com.Accusys.driver.Acxxx 300029000 is in exception list, allowing to load
2013-12-21 01:00:33 Info: installd: PackageKit: Executing script "./postinstall" in /Users/chris/Desktop/Packages 10.9/Audio/898.pkg/Contents/Resources
2013-12-21 01:00:33 Info: installd: PackageKit: Writing receipt for com.chris1111.898.pkg to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:00:33 Info: installd: Installed "898" ()
2013-12-21 01:00:33 Info: installd: PackageKit: releasing backupd
2013-12-21 01:00:33 Info: installd: PackageKit: allow user idle system sleep
2013-12-21 01:00:33 Info: installd: PackageKit: ----- End install -----
2013-12-21 01:00:33 Info: installd: PackageKit: 14.9s elapsed install time
2013-12-21 01:00:33 Info: installd: PackageKit: Running idle tasks
2013-12-21 01:00:33 Info: installd: PackageKit: Removing client PKInstallDaemonClient pid=7947, uid=0 (/usr/sbin/installer)
2013-12-21 01:00:33 Info: installd: PackageKit: Done with sandbox removals
2013-12-21 01:00:33 Info: installer:
2013-12-21 01:00:33 Info: Fin de l’installation…
2013-12-21 01:00:33 Info: installer.Notice: Removing temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.7947rU7MNC"
2013-12-21 01:00:33 Info: installer.Notice: Finalize disk "Macintosh HD"
2013-12-21 01:00:33 Info: installer.Notice: Notifying system of updated components
2013-12-21 01:00:33 Info: installer.Notice:
2013-12-21 01:00:33 Info: installer.Notice: **** Summary Information ****
2013-12-21 01:00:33 Info: installer.Notice: Operation Elapsed time
2013-12-21 01:00:33 Info: installer.Notice: -----------------------------
2013-12-21 01:00:33 Info: installer.Notice: zero 0.01 seconds
2013-12-21 01:00:33 Info: installer.Notice: disk 0.00 seconds
2013-12-21 01:00:33 Info: installer.Notice: install 15.02 seconds
2013-12-21 01:00:33 Info: installer.Notice: -total- 15.03 seconds
2013-12-21 01:00:33 Info: installer.Notice:
2013-12-21 01:00:33 Info: installer:
2013-12-21 01:00:33 Info: Le logiciel a été installé avec succès.
2013-12-21 01:00:33 Info: installer: The install was successful.
2013-12-21 01:00:33 Notice: Script phase: install 2:/Users/chris/Desktop/Packages 10.9/Network/appleintele1000e.pkg
2013-12-21 01:00:33 Debug: (IEDWorkflow:321) nextPhase
2013-12-21 01:00:33 Notice: Starting phase: Installing appleintele1000e.pkg
2013-12-21 01:00:33 Info: Installing appleintele1000e.pkg
2013-12-21 01:00:33 Info: installer.Debug: Referenced component packages (1) trustLevel=100
2013-12-21 01:00:34 Info: installer: Package name is appleintele1000e
2013-12-21 01:00:34 Info: installer: Installing at base path /Volumes/Macintosh HD
2013-12-21 01:00:34 Info: Préparation à l’installation…
2013-12-21 01:00:34 Info: installer.Debug: -[iFPKGDerivedDocument sortedPackageLocations]: result = (
2013-12-21 01:00:34 Info: "file://localhost"
2013-12-21 01:00:34 Info: )
2013-12-21 01:00:34 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: location = file://localhost
2013-12-21 01:00:34 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/chris/Desktop/Packages%2010.9/Network/appleintele1000e.pkg
2013-12-21 01:00:34 Info: installer.Debug: Set authorization level to root for session
2013-12-21 01:00:34 Info: installer.Debug: Will use PK session
2013-12-21 01:00:34 Info: installer.Info: Starting installation:
2013-12-21 01:00:34 Info: Préparation du disque…
2013-12-21 01:00:34 Info: installer.Notice: Configuring volume "Macintosh HD"
2013-12-21 01:00:34 Info: installer.Info: Preparing disk for local booted install.
2013-12-21 01:00:34 Info: installer.Notice: Free space on "Macintosh HD": 25,89 Go (25887776768 bytes).
2013-12-21 01:00:34 Info: installer.Notice: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.7963R1RjSw"
2013-12-21 01:00:34 Info: Préparation de appleintele1000e…
2013-12-21 01:00:34 Info: installer.Notice: IFPKInstallElement (1 packages)
2013-12-21 01:00:34 Info: installer.Debug: Using authorization level of root for IFPKInstallElement
2013-12-21 01:00:34 Info: Attente de la fin des autres installations…
2013-12-21 01:00:34 Info: installer.Notice: PackageKit: Enqueuing install with boosting
2013-12-21 01:00:34 Info: Configuration de l’installation…
2013-12-21 01:00:34 Info: installer:
2013-12-21 01:00:35 Info: Optimisation du système pour les logiciels installés…
2013-12-21 01:00:35 Info: installd: PackageKit: Adding client PKInstallDaemonClient pid=7963, uid=0 (/usr/sbin/installer)
2013-12-21 01:00:35 Info: installd: PackageKit: ----- Begin install -----
2013-12-21 01:00:35 Info: installd: PackageKit: request=PKInstallRequest <1 packages, destination=/Volumes/Macintosh HD>
2013-12-21 01:00:35 Info: installd: PackageKit: packages=(
2013-12-21 01:00:35 Info: installd: "PKJaguarPackage "
2013-12-21 01:00:35 Info: installd: )
2013-12-21 01:00:35 Info: installd: PackageKit: Extracting file://localhost/Users/chris/Desktop/Packages%2010.9/Network/appleintele1000e.pkg (destination=/Volumes/Macintosh HD/.PKInstallSandboxManager/30408C38-BC85-48DF-8A9E-068FCBEDEE41.activeSandbox/Root, uid=0)
2013-12-21 01:00:35 Info: installd: PackageKit: prevent user idle system sleep
2013-12-21 01:00:35 Info: installd: PackageKit: suspending backupd
2013-12-21 01:00:35 Info: installd: PackageKit: Using trashcan path /Volumes/Macintosh HD/.PKInstallSandboxManager/30408C38-BC85-48DF-8A9E-068FCBEDEE41.activeSandbox/Trashes for sandbox /Volumes/Macintosh HD/.PKInstallSandboxManager/30408C38-BC85-48DF-8A9E-068FCBEDEE41.activeSandbox
2013-12-21 01:00:35 Info: installd: PackageKit: Shoving /Volumes/Macintosh HD/.PKInstallSandboxManager/30408C38-BC85-48DF-8A9E-068FCBEDEE41.activeSandbox/Root (1 items) to /Volumes/Macintosh HD
2013-12-21 01:00:35 Info: installd: PackageKit: update_dyld_shared_cache -root /Volumes/Macintosh HD
2013-12-21 01:00:36 Info: Enregistrement des composants mis à jour…
2013-12-21 01:00:37 Info: installd: PackageKit: kextcache -update-volume /Volumes/Macintosh HD -Installer
2013-12-21 01:00:37 Info: installd: kextcache: kext com.jmicron.JMicronATA 101069000 is in exception list, allowing to load
2013-12-21 01:00:38 Info: installd: kextcache: kext com.kext.HDAEnabler 100001001 is in exception list, allowing to load
2013-12-21 01:00:38 Info: installd: kextcache: kext com.ATTO.driver.ATTOExpressSASRAID 307029000 is in exception list, allowing to load
2013-12-21 01:00:38 Info: installd: kextcache: kext com.ATTO.driver.ATTOExpressSASHBA3 100059000 is in exception list, allowing to load
2013-12-21 01:00:38 Info: installd: kextcache: kext com.ATTO.driver.ATTOExpressSASHBA 200009000 is in exception list, allowing to load
2013-12-21 01:00:38 Info: installd: kextcache: kext com.ATTO.driver.ATTOExpressPCIUl4 404029000 is in exception list, allowing to load
2013-12-21 01:00:38 Info: installd: kextcache: kext com.ATTO.driver.ATTOCelerityFC 304089000 is in exception list, allowing to load
2013-12-21 01:00:39 Info: installd: kextcache: kext com.Accusys.driver.Acxxx 300029000 is in exception list, allowing to load
2013-12-21 01:00:47 Info: installd: PackageKit: Writing receipt for com.chris1111.appleintele1000e.pkg to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:00:47 Info: installer:
2013-12-21 01:00:47 Info: Fin de l’installation…
2013-12-21 01:00:47 Info: installer.Notice: Removing temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.7963R1RjSw"
2013-12-21 01:00:47 Info: installer.Notice: Finalize disk "Macintosh HD"
2013-12-21 01:00:47 Info: installer.Notice: Notifying system of updated components
2013-12-21 01:00:47 Info: installer.Notice:
2013-12-21 01:00:47 Info: installer.Notice: **** Summary Information ****
2013-12-21 01:00:47 Info: installer.Notice: Operation Elapsed time
2013-12-21 01:00:47 Info: installer.Notice: -----------------------------
2013-12-21 01:00:47 Info: installer.Notice: zero 0.00 seconds
2013-12-21 01:00:47 Info: installer.Notice: disk 0.00 seconds
2013-12-21 01:00:47 Info: installer.Notice: install 13.02 seconds
2013-12-21 01:00:47 Info: installer.Notice: -total- 13.03 seconds
2013-12-21 01:00:47 Info: installer.Notice:
2013-12-21 01:00:47 Info: installer:
2013-12-21 01:00:47 Info: Le logiciel a été installé avec succès.
2013-12-21 01:00:47 Info: installer: The install was successful.
2013-12-21 01:00:47 Notice: Script phase: install 3:/Users/chris/Desktop/Packages 10.9/App/ChameleonWizard.pkg
2013-12-21 01:00:47 Debug: (IEDWorkflow:321) nextPhase
2013-12-21 01:00:47 Notice: Starting phase: Installing ChameleonWizard.pkg
2013-12-21 01:00:47 Info: Installing ChameleonWizard.pkg
2013-12-21 01:00:47 Info: installer.Debug: Referenced component packages (1) trustLevel=100
2013-12-21 01:00:48 Info: installd: Installed "appleintele1000e" ()
2013-12-21 01:00:48 Info: installd: PackageKit: releasing backupd
2013-12-21 01:00:48 Info: installd: PackageKit: allow user idle system sleep
2013-12-21 01:00:48 Info: installd: PackageKit: ----- End install -----
2013-12-21 01:00:48 Info: installd: PackageKit: 12.7s elapsed install time
2013-12-21 01:00:48 Info: installd: PackageKit: Running idle tasks
2013-12-21 01:00:48 Info: installd: PackageKit: Removing client PKInstallDaemonClient pid=7963, uid=0 (/usr/sbin/installer)
2013-12-21 01:00:48 Info: installd: PackageKit: Done with sandbox removals
2013-12-21 01:00:48 Info: installer: Package name is ChameleonWizard
2013-12-21 01:00:48 Info: installer: Installing at base path /Volumes/Macintosh HD
2013-12-21 01:00:48 Info: Préparation à l’installation…
2013-12-21 01:00:48 Info: installer.Debug: -[iFPKGDerivedDocument sortedPackageLocations]: result = (
2013-12-21 01:00:48 Info: "file://localhost"
2013-12-21 01:00:48 Info: )
2013-12-21 01:00:48 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: location = file://localhost
2013-12-21 01:00:48 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/chris/Desktop/Packages%2010.9/App/ChameleonWizard.pkg
2013-12-21 01:00:48 Info: installer.Debug: Set authorization level to root for session
2013-12-21 01:00:49 Info: installer.Debug: Will use PK session
2013-12-21 01:00:49 Info: installer.Info: Starting installation:
2013-12-21 01:00:49 Info: Préparation du disque…
2013-12-21 01:00:49 Info: installer.Notice: Configuring volume "Macintosh HD"
2013-12-21 01:00:49 Info: installer.Info: Preparing disk for local booted install.
2013-12-21 01:00:49 Info: installer.Notice: Free space on "Macintosh HD": 25,89 Go (25887330304 bytes).
2013-12-21 01:00:49 Info: installer.Notice: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.7980MvZJBp"
2013-12-21 01:00:49 Info: Préparation de ChameleonWizard…
2013-12-21 01:00:49 Info: installer.Notice: IFPKInstallElement (1 packages)
2013-12-21 01:00:49 Info: installer.Debug: Using authorization level of root for IFPKInstallElement
2013-12-21 01:00:49 Info: Attente de la fin des autres installations…
2013-12-21 01:00:49 Info: installer.Notice: PackageKit: Enqueuing install with boosting
2013-12-21 01:00:49 Info: Configuration de l’installation…
2013-12-21 01:00:49 Info: installer:
2013-12-21 01:00:49 Info: installer.Debug: LSExceptions [0x7fc6e2828a80] loaded
2013-12-21 01:00:49 Info: installer.Info: PackageKit: Registered bundle file:///Volumes/Macintosh%20HD/Applications/Chameleon%20Wizard.app/ for uid 0
2013-12-21 01:00:49 Info: installd: PackageKit: Adding client PKInstallDaemonClient pid=7980, uid=0 (/usr/sbin/installer)
2013-12-21 01:00:49 Info: installd: PackageKit: ----- Begin install -----
2013-12-21 01:00:49 Info: installd: PackageKit: request=PKInstallRequest <1 packages, destination=/Volumes/Macintosh HD>
2013-12-21 01:00:49 Info: installd: PackageKit: packages=(
2013-12-21 01:00:49 Info: installd: "PKJaguarPackage "
2013-12-21 01:00:49 Info: installd: )
2013-12-21 01:00:49 Info: installd: PackageKit: Extracting file://localhost/Users/chris/Desktop/Packages%2010.9/App/ChameleonWizard.pkg (destination=/Volumes/Macintosh HD/.PKInstallSandboxManager/8F539EB9-1DE0-42C2-88E6-89BB3226A0D7.activeSandbox/Root/Applications, uid=0)
2013-12-21 01:00:49 Info: installd: PackageKit: prevent user idle system sleep
2013-12-21 01:00:49 Info: installd: PackageKit: suspending backupd
2013-12-21 01:00:49 Info: installd: PackageKit: Using trashcan path /Volumes/Macintosh HD/.PKInstallSandboxManager/8F539EB9-1DE0-42C2-88E6-89BB3226A0D7.activeSandbox/Trashes for sandbox /Volumes/Macintosh HD/.PKInstallSandboxManager/8F539EB9-1DE0-42C2-88E6-89BB3226A0D7.activeSandbox
2013-12-21 01:00:49 Info: installd: PackageKit: Shoving /Volumes/Macintosh HD/.PKInstallSandboxManager/8F539EB9-1DE0-42C2-88E6-89BB3226A0D7.activeSandbox/Root (1 items) to /Volumes/Macintosh HD
2013-12-21 01:00:49 Info: installd: PackageKit: Writing receipt for com.chris1111.ChameleonWizard.pkg to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:00:49 Info: installd: PackageKit: Touched bundle /Volumes/Macintosh HD/Applications/Chameleon Wizard.app
2013-12-21 01:00:49 Info: installd: Installed "ChameleonWizard" ()
2013-12-21 01:00:49 Info: installd: PackageKit: releasing backupd
2013-12-21 01:00:49 Info: installd: PackageKit: allow user idle system sleep
2013-12-21 01:00:49 Info: installd: PackageKit: ----- End install -----
2013-12-21 01:00:49 Info: installd: PackageKit: 0.2s elapsed install time
2013-12-21 01:00:49 Info: installd: PackageKit: Running idle tasks
2013-12-21 01:00:49 Info: installd: PackageKit: Done with sandbox removals
2013-12-21 01:00:49 Info: installd: PackageKit: Removing client PKInstallDaemonClient pid=7980, uid=0 (/usr/sbin/installer)
2013-12-21 01:00:49 Info: installer:
2013-12-21 01:00:50 Info: Fin de l’installation…
2013-12-21 01:00:50 Info: installer.Notice: Removing temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.7980MvZJBp"
2013-12-21 01:00:50 Info: installer.Notice: Finalize disk "Macintosh HD"
2013-12-21 01:00:50 Info: installer.Notice: Notifying system of updated components
2013-12-21 01:00:50 Info: installer.Notice:
2013-12-21 01:00:50 Info: installer.Notice: **** Summary Information ****
2013-12-21 01:00:50 Info: installer.Notice: Operation Elapsed time
2013-12-21 01:00:50 Info: installer.Notice: -----------------------------
2013-12-21 01:00:50 Info: installer.Notice: zero 0.01 seconds
2013-12-21 01:00:50 Info: installer.Notice: disk 0.00 seconds
2013-12-21 01:00:50 Info: installer.Notice: install 1.01 seconds
2013-12-21 01:00:50 Info: installer.Notice: -total- 1.02 seconds
2013-12-21 01:00:50 Info: installer.Notice:
2013-12-21 01:00:50 Info: installer:
2013-12-21 01:00:50 Info: Le logiciel a été installé avec succès.
2013-12-21 01:00:50 Info: installer: The install was successful.
2013-12-21 01:00:50 Notice: Script phase: install 4:/Users/chris/Desktop/Packages 10.9/Audio/antipop Installer.mpkg
2013-12-21 01:00:50 Debug: (IEDWorkflow:321) nextPhase
2013-12-21 01:00:50 Notice: Starting phase: Installing antipop Installer.mpkg
2013-12-21 01:00:50 Info: Installing antipop Installer.mpkg
2013-12-21 01:00:50 Info: installer.Debug: Product archive /Users/chris/Desktop/Packages 10.9/Audio/antipop Installer.mpkg trustLevel=100
2013-12-21 01:00:50 Info: installer.Debug: External component packages (2) trustLevel=100
2013-12-21 01:00:51 Info: installer: Package name is antipop
2013-12-21 01:00:51 Info: installer: Installing at base path /Volumes/Macintosh HD
2013-12-21 01:00:51 Info: Préparation à l’installation…
2013-12-21 01:00:51 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: location = file://localhost
2013-12-21 01:00:51 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/chris/Desktop/Packages%2010.9/Audio/antipop%20Installer.mpkg/Contents/Packages/antipopd.pkg
2013-12-21 01:00:51 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/chris/Desktop/Packages%2010.9/Audio/antipop%20Installer.mpkg/Contents/Packages/nettomsickantipop.pkg
2013-12-21 01:00:51 Info: installer.Debug: Set authorization level to root for session
2013-12-21 01:00:51 Info: installer.Debug: Will use PK session
2013-12-21 01:00:51 Info: installer.Info: Starting installation:
2013-12-21 01:00:51 Info: Préparation du disque…
2013-12-21 01:00:51 Info: installer.Notice: Configuring volume "Macintosh HD"
2013-12-21 01:00:51 Info: installer.Info: Preparing disk for local booted install.
2013-12-21 01:00:51 Info: installer.Notice: Free space on "Macintosh HD": 25,88 Go (25882247168 bytes).
2013-12-21 01:00:51 Info: installer.Notice: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.7985rdRk9X"
2013-12-21 01:00:51 Info: Préparation de antipop…
2013-12-21 01:00:51 Info: installer.Notice: IFPKInstallElement (2 packages)
2013-12-21 01:00:51 Info: installer.Debug: Using authorization level of root for IFPKInstallElement
2013-12-21 01:00:51 Info: Attente de la fin des autres installations…
2013-12-21 01:00:51 Info: installer.Notice: PackageKit: Enqueuing install with boosting
2013-12-21 01:00:51 Info: Configuration de l’installation…
2013-12-21 01:00:51 Info: installer:
2013-12-21 01:00:51 Info: installd: PackageKit: Adding client PKInstallDaemonClient pid=7985, uid=0 (/usr/sbin/installer)
2013-12-21 01:00:51 Info: installd: PackageKit: ----- Begin install -----
2013-12-21 01:00:51 Info: installd: PackageKit: request=PKInstallRequest <2 packages, destination=/Volumes/Macintosh HD>
2013-12-21 01:00:51 Info: installd: PackageKit: packages=(
2013-12-21 01:00:51 Info: installd: "PKJaguarPackage ",
2013-12-21 01:00:51 Info: installd: "PKJaguarPackage "
2013-12-21 01:00:51 Info: installd: )
2013-12-21 01:00:51 Info: installd: PackageKit: Extracting file://localhost/Users/chris/Desktop/Packages%2010.9/Audio/antipop%20Installer.mpkg/Contents/Packages/antipopd.pkg (destination=/Volumes/Macintosh HD/.PKInstallSandboxManager/01340C4D-C7CC-4669-AEF4-52BDE76981D8.activeSandbox/Root/usr/local/bin, uid=0)
2013-12-21 01:00:51 Info: installd: PackageKit: Extracting file://localhost/Users/chris/Desktop/Packages%2010.9/Audio/antipop%20Installer.mpkg/Contents/Packages/nettomsickantipop.pkg (destination=/Volumes/Macintosh HD/.PKInstallSandboxManager/01340C4D-C7CC-4669-AEF4-52BDE76981D8.activeSandbox/Root/Library/LaunchAgents, uid=0)
2013-12-21 01:00:51 Info: installd: PackageKit: prevent user idle system sleep
2013-12-21 01:00:51 Info: installd: PackageKit: suspending backupd
2013-12-21 01:00:51 Info: installd: PackageKit: Executing script "./preflight" in /Users/chris/Desktop/Packages 10.9/Audio/antipop Installer.mpkg/Contents/Packages/antipopd.pkg/Contents/Resources
2013-12-21 01:00:51 Info: installd: PackageKit: Using trashcan path /Volumes/Macintosh HD/.PKInstallSandboxManager/01340C4D-C7CC-4669-AEF4-52BDE76981D8.activeSandbox/Trashes for sandbox /Volumes/Macintosh HD/.PKInstallSandboxManager/01340C4D-C7CC-4669-AEF4-52BDE76981D8.activeSandbox
2013-12-21 01:00:51 Info: installd: PackageKit: Shoving /Volumes/Macintosh HD/.PKInstallSandboxManager/01340C4D-C7CC-4669-AEF4-52BDE76981D8.activeSandbox/Root (2 items) to /Volumes/Macintosh HD
2013-12-21 01:00:51 Info: installd: PackageKit: Executing script "./postflight" in /Users/chris/Desktop/Packages 10.9/Audio/antipop Installer.mpkg/Contents/Packages/antipopd.pkg/Contents/Resources
2013-12-21 01:00:51 Info: installd: ./postflight: mkdir: /usr/local/share/antipop: File exists
2013-12-21 01:00:52 Info: installer: Exécution des actions du programme d’installation…
2013-12-21 01:00:52 Info: installer.Notice: Running install actions
2013-12-21 01:00:52 Info: installer:
2013-12-21 01:00:52 Info: Fin de l’installation…
2013-12-21 01:00:52 Info: installer.Notice: Removing temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.7985rdRk9X"
2013-12-21 01:00:52 Info: installer.Notice: Finalize disk "Macintosh HD"
2013-12-21 01:00:52 Info: installer.Notice: Notifying system of updated components
2013-12-21 01:00:52 Info: installer.Notice:
2013-12-21 01:00:52 Info: installer.Notice: **** Summary Information ****
2013-12-21 01:00:52 Info: installer.Notice: Operation Elapsed time
2013-12-21 01:00:52 Info: installer.Notice: -----------------------------
2013-12-21 01:00:52 Info: installer.Notice: disk 0.00 seconds
2013-12-21 01:00:52 Info: installer.Notice: script 0.00 seconds
2013-12-21 01:00:52 Info: installer.Notice: zero 0.00 seconds
2013-12-21 01:00:52 Info: installer.Notice: install 1.01 seconds
2013-12-21 01:00:52 Info: installer.Notice: -total- 1.02 seconds
2013-12-21 01:00:52 Info: installer.Notice:
2013-12-21 01:00:52 Info: installer:
2013-12-21 01:00:52 Info: Le logiciel a été installé avec succès.
2013-12-21 01:00:52 Info: installer: The install was successful.
2013-12-21 01:00:52 Notice: Script phase: install 5:/Users/chris/Desktop/Packages 10.9/App/CloverConfigurator.pkg
2013-12-21 01:00:52 Debug: (IEDWorkflow:321) nextPhase
2013-12-21 01:00:52 Notice: Starting phase: Installing CloverConfigurator.pkg
2013-12-21 01:00:52 Info: Installing CloverConfigurator.pkg
2013-12-21 01:00:52 Info: installer.Debug: Referenced component packages (1) trustLevel=100
2013-12-21 01:00:52 Info: installd: PackageKit: Executing script "./postflight" in /Users/chris/Desktop/Packages 10.9/Audio/antipop Installer.mpkg/Contents/Packages/nettomsickantipop.pkg/Contents/Resources
2013-12-21 01:00:52 Info: installd: PackageKit: Writing receipt for net.tomsick.antipop.daemon to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:00:52 Info: installd: PackageKit: Writing receipt for net.tomsick.antipop.launchagent to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:00:52 Info: installd: Installed "antipop" ()
2013-12-21 01:00:52 Info: installd: PackageKit: releasing backupd
2013-12-21 01:00:52 Info: installd: PackageKit: allow user idle system sleep
2013-12-21 01:00:52 Info: installd: PackageKit: ----- End install -----
2013-12-21 01:00:52 Info: installd: PackageKit: 0.2s elapsed install time
2013-12-21 01:00:52 Info: installd: PackageKit: Running idle tasks
2013-12-21 01:00:52 Info: installd: PackageKit: Removing client PKInstallDaemonClient pid=7985, uid=0 (/usr/sbin/installer)
2013-12-21 01:00:52 Info: installd: PackageKit: Done with sandbox removals
2013-12-21 01:00:53 Info: installer: Package name is CloverConfigurator
2013-12-21 01:00:53 Info: installer: Installing at base path /Volumes/Macintosh HD
2013-12-21 01:00:53 Info: Préparation à l’installation…
2013-12-21 01:00:53 Info: installer.Debug: -[iFPKGDerivedDocument sortedPackageLocations]: result = (
2013-12-21 01:00:53 Info: "file://localhost"
2013-12-21 01:00:53 Info: )
2013-12-21 01:00:53 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: location = file://localhost
2013-12-21 01:00:53 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/chris/Desktop/Packages%2010.9/App/CloverConfigurator.pkg
2013-12-21 01:00:53 Info: installer.Debug: Set authorization level to root for session
2013-12-21 01:00:53 Info: installer.Debug: Will use PK session
2013-12-21 01:00:53 Info: installer.Info: Starting installation:
2013-12-21 01:00:53 Info: Préparation du disque…
2013-12-21 01:00:53 Info: installer.Notice: Configuring volume "Macintosh HD"
2013-12-21 01:00:53 Info: installer.Info: Preparing disk for local booted install.
2013-12-21 01:00:53 Info: installer.Notice: Free space on "Macintosh HD": 25,88 Go (25882157056 bytes).
2013-12-21 01:00:53 Info: installer.Notice: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.8004Xas9cY"
2013-12-21 01:00:53 Info: Préparation de CloverConfigurator…
2013-12-21 01:00:53 Info: installer.Notice: IFPKInstallElement (1 packages)
2013-12-21 01:00:53 Info: installer.Debug: Using authorization level of root for IFPKInstallElement
2013-12-21 01:00:53 Info: installer.Debug: LSExceptions [0x7ff6cb01ce80] loaded
2013-12-21 01:00:53 Info: Attente de la fin des autres installations…
2013-12-21 01:00:53 Info: installer.Notice: PackageKit: Enqueuing install with boosting
2013-12-21 01:00:53 Info: Configuration de l’installation…
2013-12-21 01:00:53 Info: installer:
2013-12-21 01:00:53 Info: installer.Info: PackageKit: Registered bundle file:///Volumes/Macintosh%20HD/Applications/Clover%20Configurator.app/ for uid 0
2013-12-21 01:00:53 Info: installer.Info: PackageKit: Registered bundle file:///Volumes/Macintosh%20HD/Applications/Clover%20Configurator.app/Contents/Resources/App/Clover%20Configurator%20Converter.app/ for uid 0
2013-12-21 01:00:53 Info: installer.Info: PackageKit: Registered bundle file:///Volumes/Macintosh%20HD/Applications/Clover%20Configurator.app/Contents/Resources/App/CloverUpdater.app/ for uid 0
2013-12-21 01:00:53 Info: installer.Info: PackageKit: Registered bundle file:///Volumes/Macintosh%20HD/Applications/Clover%20Configurator.app/Contents/Resources/App/CloverUpdater.app/Contents/MacOS/CloverUpdater.app for uid 0
2013-12-21 01:00:53 Info: installer.Info: PackageKit: Registered bundle file:///Volumes/Macintosh%20HD/Applications/Clover%20Configurator.app/Contents/Resources/relaunch.app/ for uid 0
2013-12-21 01:00:54 Info: installd: PackageKit: Adding client PKInstallDaemonClient pid=8004, uid=0 (/usr/sbin/installer)
2013-12-21 01:00:54 Info: installd: PackageKit: ----- Begin install -----
2013-12-21 01:00:54 Info: installd: PackageKit: request=PKInstallRequest <1 packages, destination=/Volumes/Macintosh HD>
2013-12-21 01:00:54 Info: installd: PackageKit: packages=(
2013-12-21 01:00:54 Info: installd: "PKJaguarPackage "
2013-12-21 01:00:54 Info: installd: )
2013-12-21 01:00:54 Info: installd: PackageKit: Extracting file://localhost/Users/chris/Desktop/Packages%2010.9/App/CloverConfigurator.pkg (destination=/Volumes/Macintosh HD/.PKInstallSandboxManager/F496ECAC-3EDB-4218-98CF-6DBB8E19007C.activeSandbox/Root/Applications, uid=0)
2013-12-21 01:00:54 Info: installd: PackageKit: prevent user idle system sleep
2013-12-21 01:00:54 Info: installd: PackageKit: suspending backupd
2013-12-21 01:00:54 Info: installd: PackageKit: Using trashcan path /Volumes/Macintosh HD/.PKInstallSandboxManager/F496ECAC-3EDB-4218-98CF-6DBB8E19007C.activeSandbox/Trashes for sandbox /Volumes/Macintosh HD/.PKInstallSandboxManager/F496ECAC-3EDB-4218-98CF-6DBB8E19007C.activeSandbox
2013-12-21 01:00:54 Info: installd: PackageKit: Shoving /Volumes/Macintosh HD/.PKInstallSandboxManager/F496ECAC-3EDB-4218-98CF-6DBB8E19007C.activeSandbox/Root (1 items) to /Volumes/Macintosh HD
2013-12-21 01:00:54 Info: installd: PackageKit: Writing receipt for com.chris1111.CloverConfigurator.pkg to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:00:54 Info: installd: PackageKit: Touched bundle /Volumes/Macintosh HD/Applications/Clover Configurator.app
2013-12-21 01:00:54 Info: installd: PackageKit: Touched bundle /Volumes/Macintosh HD/Applications/Clover Configurator.app/Contents/Resources/App/Clover Configurator Converter.app
2013-12-21 01:00:54 Info: installd: PackageKit: Touched bundle /Volumes/Macintosh HD/Applications/Clover Configurator.app/Contents/Resources/App/CloverUpdater.app
2013-12-21 01:00:54 Info: installd: PackageKit: Touched bundle /Volumes/Macintosh HD/Applications/Clover Configurator.app/Contents/Resources/App/CloverUpdater.app/Contents/MacOS/CloverUpdater.app
2013-12-21 01:00:54 Info: installd: PackageKit: Touched bundle /Volumes/Macintosh HD/Applications/Clover Configurator.app/Contents/Resources/relaunch.app
2013-12-21 01:00:54 Info: installd: Installed "CloverConfigurator" ()
2013-12-21 01:00:54 Info: installd: PackageKit: releasing backupd
2013-12-21 01:00:54 Info: installd: PackageKit: allow user idle system sleep
2013-12-21 01:00:54 Info: installd: PackageKit: ----- End install -----
2013-12-21 01:00:54 Info: installd: PackageKit: 0.4s elapsed install time
2013-12-21 01:00:54 Info: installd: PackageKit: Running idle tasks
2013-12-21 01:00:54 Info: installd: PackageKit: Done with sandbox removals
2013-12-21 01:00:54 Info: installd: PackageKit: Removing client PKInstallDaemonClient pid=8004, uid=0 (/usr/sbin/installer)
2013-12-21 01:00:54 Info: installer:
2013-12-21 01:00:54 Info: Fin de l’installation…
2013-12-21 01:00:54 Info: installer.Notice: Removing temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.8004Xas9cY"
2013-12-21 01:00:54 Info: installer.Notice: Finalize disk "Macintosh HD"
2013-12-21 01:00:54 Info: installer.Notice: Notifying system of updated components
2013-12-21 01:00:54 Info: installer.Notice:
2013-12-21 01:00:54 Info: installer.Notice: **** Summary Information ****
2013-12-21 01:00:54 Info: installer.Notice: Operation Elapsed time
2013-12-21 01:00:54 Info: installer.Notice: -----------------------------
2013-12-21 01:00:54 Info: installer.Notice: zero 0.00 seconds
2013-12-21 01:00:54 Info: installer.Notice: disk 0.00 seconds
2013-12-21 01:00:54 Info: installer.Notice: install 1.02 seconds
2013-12-21 01:00:54 Info: installer.Notice: -total- 1.03 seconds
2013-12-21 01:00:54 Info: installer.Notice:
2013-12-21 01:00:54 Info: installer:
2013-12-21 01:00:54 Info: Le logiciel a été installé avec succès.
2013-12-21 01:00:54 Info: installer: The install was successful.
2013-12-21 01:00:54 Notice: Script phase: install 6:/Users/chris/Desktop/Packages 10.9/App/bootesp.pkg
2013-12-21 01:00:54 Debug: (IEDWorkflow:321) nextPhase
2013-12-21 01:00:54 Notice: Starting phase: Installing bootesp.pkg
2013-12-21 01:00:54 Info: Installing bootesp.pkg
2013-12-21 01:00:54 Info: installer.Debug: Referenced component packages (1) trustLevel=100
2013-12-21 01:00:55 Info: installer: Package name is bootesp
2013-12-21 01:00:55 Info: installer: Installing at base path /Volumes/Macintosh HD
2013-12-21 01:00:55 Info: Préparation à l’installation…
2013-12-21 01:00:55 Info: installer.Debug: -[iFPKGDerivedDocument sortedPackageLocations]: result = (
2013-12-21 01:00:55 Info: "file://localhost"
2013-12-21 01:00:55 Info: )
2013-12-21 01:00:55 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: location = file://localhost
2013-12-21 01:00:55 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/chris/Desktop/Packages%2010.9/App/bootesp.pkg
2013-12-21 01:00:55 Info: installer.Debug: Set authorization level to root for session
2013-12-21 01:00:55 Info: installer.Debug: Will use PK session
2013-12-21 01:00:55 Info: installer.Info: Starting installation:
2013-12-21 01:00:55 Info: Préparation du disque…
2013-12-21 01:00:55 Info: installer.Notice: Configuring volume "Macintosh HD"
2013-12-21 01:00:55 Info: installer.Info: Preparing disk for local booted install.
2013-12-21 01:00:55 Info: installer.Notice: Free space on "Macintosh HD": 25,85 Go (25849651200 bytes).
2013-12-21 01:00:55 Info: installer.Notice: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.8008DmpZwm"
2013-12-21 01:00:55 Info: Préparation de bootesp…
2013-12-21 01:00:55 Info: installer.Notice: IFPKInstallElement (1 packages)
2013-12-21 01:00:55 Info: installer.Debug: Using authorization level of root for IFPKInstallElement
2013-12-21 01:00:55 Info: Attente de la fin des autres installations…
2013-12-21 01:00:55 Info: installer.Notice: PackageKit: Enqueuing install with boosting
2013-12-21 01:00:55 Info: Configuration de l’installation…
2013-12-21 01:00:55 Info: installer:
2013-12-21 01:00:56 Info: installd: PackageKit: Adding client PKInstallDaemonClient pid=8008, uid=0 (/usr/sbin/installer)
2013-12-21 01:00:56 Info: installd: PackageKit: ----- Begin install -----
2013-12-21 01:00:56 Info: installd: PackageKit: request=PKInstallRequest <1 packages, destination=/Volumes/Macintosh HD>
2013-12-21 01:00:56 Info: installd: PackageKit: packages=(
2013-12-21 01:00:56 Info: installd: "PKJaguarPackage "
2013-12-21 01:00:56 Info: installd: )
2013-12-21 01:00:56 Info: installd: PackageKit: Extracting file://localhost/Users/chris/Desktop/Packages%2010.9/App/bootesp.pkg (destination=/Volumes/Macintosh HD/.PKInstallSandboxManager/3ED9CE83-7AA8-489E-B1CA-7BBA694903BF.activeSandbox/Root/Applications/Utilities, uid=0)
2013-12-21 01:00:56 Info: installd: PackageKit: prevent user idle system sleep
2013-12-21 01:00:56 Info: installd: PackageKit: suspending backupd
2013-12-21 01:00:56 Info: installd: PackageKit: Using trashcan path /Volumes/Macintosh HD/.PKInstallSandboxManager/3ED9CE83-7AA8-489E-B1CA-7BBA694903BF.activeSandbox/Trashes for sandbox /Volumes/Macintosh HD/.PKInstallSandboxManager/3ED9CE83-7AA8-489E-B1CA-7BBA694903BF.activeSandbox
2013-12-21 01:00:56 Info: installd: PackageKit: Shoving /Volumes/Macintosh HD/.PKInstallSandboxManager/3ED9CE83-7AA8-489E-B1CA-7BBA694903BF.activeSandbox/Root (1 items) to /Volumes/Macintosh HD
2013-12-21 01:00:56 Info: installd: PackageKit: Writing receipt for com.chris1111.bootesp.pkg to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:00:56 Info: installd: Installed "bootesp" ()
2013-12-21 01:00:56 Info: installd: PackageKit: releasing backupd
2013-12-21 01:00:56 Info: installd: PackageKit: allow user idle system sleep
2013-12-21 01:00:56 Info: installd: PackageKit: ----- End install -----
2013-12-21 01:00:56 Info: installd: PackageKit: 0.5s elapsed install time
2013-12-21 01:00:56 Info: installd: PackageKit: Running idle tasks
2013-12-21 01:00:56 Info: installd: PackageKit: Removing client PKInstallDaemonClient pid=8008, uid=0 (/usr/sbin/installer)
2013-12-21 01:00:56 Info: installd: PackageKit: Done with sandbox removals
2013-12-21 01:00:56 Info: installer:
2013-12-21 01:00:56 Info: Fin de l’installation…
2013-12-21 01:00:56 Info: installer.Notice: Removing temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.8008DmpZwm"
2013-12-21 01:00:56 Info: installer.Notice: Finalize disk "Macintosh HD"
2013-12-21 01:00:56 Info: installer.Notice: Notifying system of updated components
2013-12-21 01:00:56 Info: installer.Notice:
2013-12-21 01:00:56 Info: installer.Notice: **** Summary Information ****
2013-12-21 01:00:56 Info: installer.Notice: Operation Elapsed time
2013-12-21 01:00:56 Info: installer.Notice: -----------------------------
2013-12-21 01:00:56 Info: installer.Notice: zero 0.01 seconds
2013-12-21 01:00:56 Info: installer.Notice: disk 0.00 seconds
2013-12-21 01:00:56 Info: installer.Notice: install 1.01 seconds
2013-12-21 01:00:56 Info: installer.Notice: -total- 1.02 seconds
2013-12-21 01:00:56 Info: installer.Notice:
2013-12-21 01:00:56 Info: installer:
2013-12-21 01:00:56 Info: Le logiciel a été installé avec succès.
2013-12-21 01:00:56 Info: installer: The install was successful.
2013-12-21 01:00:56 Notice: Script phase: install 7:/Users/chris/Desktop/Packages 10.9/App/KextWizard.pkg
2013-12-21 01:00:56 Debug: (IEDWorkflow:321) nextPhase
2013-12-21 01:00:56 Notice: Starting phase: Installing KextWizard.pkg
2013-12-21 01:00:56 Info: Installing KextWizard.pkg
2013-12-21 01:00:57 Info: installer.Debug: Referenced component packages (1) trustLevel=100
2013-12-21 01:00:58 Info: installer: Package name is KextWizard
2013-12-21 01:00:58 Info: installer: Installing at base path /Volumes/Macintosh HD
2013-12-21 01:00:58 Info: Préparation à l’installation…
2013-12-21 01:00:58 Info: installer.Debug: -[iFPKGDerivedDocument sortedPackageLocations]: result = (
2013-12-21 01:00:58 Info: "file://localhost"
2013-12-21 01:00:58 Info: )
2013-12-21 01:00:58 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: location = file://localhost
2013-12-21 01:00:58 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/chris/Desktop/Packages%2010.9/App/KextWizard.pkg
2013-12-21 01:00:58 Info: installer.Debug: Set authorization level to root for session
2013-12-21 01:00:58 Info: installer.Debug: Will use PK session
2013-12-21 01:00:58 Info: installer.Info: Starting installation:
2013-12-21 01:00:58 Info: Préparation du disque…
2013-12-21 01:00:58 Info: installer.Notice: Configuring volume "Macintosh HD"
2013-12-21 01:00:58 Info: installer.Info: Preparing disk for local booted install.
2013-12-21 01:00:58 Info: installer.Notice: Free space on "Macintosh HD": 25,83 Go (25830801408 bytes).
2013-12-21 01:00:58 Info: installer.Notice: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.8012GDWPO3"
2013-12-21 01:00:58 Info: installer.Notice: IFPKInstallElement (1 packages)
2013-12-21 01:00:58 Info: installer.Debug: Using authorization level of root for IFPKInstallElement
2013-12-21 01:00:58 Info: Préparation de KextWizard…
2013-12-21 01:00:58 Info: Attente de la fin des autres installations…
2013-12-21 01:00:58 Info: installer.Notice: PackageKit: Enqueuing install with boosting
2013-12-21 01:00:58 Info: Configuration de l’installation…
2013-12-21 01:00:58 Info: installer:
2013-12-21 01:00:58 Info: installer.Debug: LSExceptions [0x7f857ab03ea0] loaded
2013-12-21 01:00:58 Info: installer.Info: PackageKit: Registered bundle file:///Volumes/Macintosh%20HD/Applications/Kext%20Wizard.app/ for uid 0
2013-12-21 01:00:58 Info: installd: PackageKit: Adding client PKInstallDaemonClient pid=8012, uid=0 (/usr/sbin/installer)
2013-12-21 01:00:58 Info: installd: PackageKit: ----- Begin install -----
2013-12-21 01:00:58 Info: installd: PackageKit: request=PKInstallRequest <1 packages, destination=/Volumes/Macintosh HD>
2013-12-21 01:00:58 Info: installd: PackageKit: packages=(
2013-12-21 01:00:58 Info: installd: "PKJaguarPackage "
2013-12-21 01:00:58 Info: installd: )
2013-12-21 01:00:58 Info: installd: PackageKit: Extracting file://localhost/Users/chris/Desktop/Packages%2010.9/App/KextWizard.pkg (destination=/Volumes/Macintosh HD/.PKInstallSandboxManager/EA76E1B9-79EF-4A9C-86E0-47E1A3348F4B.activeSandbox/Root/Applications, uid=0)
2013-12-21 01:00:58 Info: installd: PackageKit: prevent user idle system sleep
2013-12-21 01:00:58 Info: installd: PackageKit: suspending backupd
2013-12-21 01:00:58 Info: installd: PackageKit: Using trashcan path /Volumes/Macintosh HD/.PKInstallSandboxManager/EA76E1B9-79EF-4A9C-86E0-47E1A3348F4B.activeSandbox/Trashes for sandbox /Volumes/Macintosh HD/.PKInstallSandboxManager/EA76E1B9-79EF-4A9C-86E0-47E1A3348F4B.activeSandbox
2013-12-21 01:00:58 Info: installd: PackageKit: Shoving /Volumes/Macintosh HD/.PKInstallSandboxManager/EA76E1B9-79EF-4A9C-86E0-47E1A3348F4B.activeSandbox/Root (1 items) to /Volumes/Macintosh HD
2013-12-21 01:00:58 Info: installd: PackageKit: Writing receipt for com.chris1111.kextwizard.pkg to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:00:58 Info: installd: PackageKit: Touched bundle /Volumes/Macintosh HD/Applications/Kext Wizard.app
2013-12-21 01:00:58 Info: installd: Installed "KextWizard" ()
2013-12-21 01:00:58 Info: installd: PackageKit: releasing backupd
2013-12-21 01:00:58 Info: installd: PackageKit: allow user idle system sleep
2013-12-21 01:00:58 Info: installd: PackageKit: ----- End install -----
2013-12-21 01:00:58 Info: installd: PackageKit: 0.3s elapsed install time
2013-12-21 01:00:58 Info: installd: PackageKit: Running idle tasks
2013-12-21 01:00:58 Info: installd: PackageKit: Done with sandbox removals
2013-12-21 01:00:58 Info: installd: PackageKit: Removing client PKInstallDaemonClient pid=8012, uid=0 (/usr/sbin/installer)
2013-12-21 01:00:59 Info: installer:
2013-12-21 01:00:59 Info: Fin de l’installation…
2013-12-21 01:00:59 Info: installer.Notice: Removing temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.8012GDWPO3"
2013-12-21 01:00:59 Info: installer.Notice: Finalize disk "Macintosh HD"
2013-12-21 01:00:59 Info: installer.Notice: Notifying system of updated components
2013-12-21 01:00:59 Info: installer.Notice:
2013-12-21 01:00:59 Info: installer.Notice: **** Summary Information ****
2013-12-21 01:00:59 Info: installer.Notice: Operation Elapsed time
2013-12-21 01:00:59 Info: installer.Notice: -----------------------------
2013-12-21 01:00:59 Info: installer.Notice: zero 0.01 seconds
2013-12-21 01:00:59 Info: installer.Notice: disk 0.00 seconds
2013-12-21 01:00:59 Info: installer.Notice: install 1.01 seconds
2013-12-21 01:00:59 Info: installer.Notice: -total- 1.02 seconds
2013-12-21 01:00:59 Info: installer.Notice:
2013-12-21 01:00:59 Info: installer:
2013-12-21 01:00:59 Info: Le logiciel a été installé avec succès.
2013-12-21 01:00:59 Info: installer: The install was successful.
2013-12-21 01:00:59 Notice: Script phase: install 8:/Users/chris/Desktop/Packages 10.9/Essentiel/fakesmc.pkg
2013-12-21 01:00:59 Debug: (IEDWorkflow:321) nextPhase
2013-12-21 01:00:59 Notice: Starting phase: Installing fakesmc.pkg
2013-12-21 01:00:59 Info: Installing fakesmc.pkg
2013-12-21 01:00:59 Info: installer.Debug: Referenced component packages (1) trustLevel=100
2013-12-21 01:01:00 Info: installer: Package name is fakesmc
2013-12-21 01:01:00 Info: installer: Installing at base path /Volumes/Macintosh HD
2013-12-21 01:01:00 Info: Préparation à l’installation…
2013-12-21 01:01:00 Info: installer.Debug: -[iFPKGDerivedDocument sortedPackageLocations]: result = (
2013-12-21 01:01:00 Info: "file://localhost"
2013-12-21 01:01:00 Info: )
2013-12-21 01:01:00 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: location = file://localhost
2013-12-21 01:01:00 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/chris/Desktop/Packages%2010.9/Essentiel/fakesmc.pkg
2013-12-21 01:01:00 Info: installer.Debug: Set authorization level to root for session
2013-12-21 01:01:00 Info: installer.Debug: Will use PK session
2013-12-21 01:01:00 Info: installer.Info: Starting installation:
2013-12-21 01:01:00 Info: Préparation du disque…
2013-12-21 01:01:00 Info: installer.Notice: Configuring volume "Macintosh HD"
2013-12-21 01:01:00 Info: installer.Info: Preparing disk for local booted install.
2013-12-21 01:01:00 Info: installer.Notice: Free space on "Macintosh HD": 25,83 Go (25827446784 bytes).
2013-12-21 01:01:00 Info: installer.Notice: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.8021K1ntxa"
2013-12-21 01:01:00 Info: Préparation de fakesmc…
2013-12-21 01:01:00 Info: installer.Notice: IFPKInstallElement (1 packages)
2013-12-21 01:01:00 Info: installer.Debug: Using authorization level of root for IFPKInstallElement
2013-12-21 01:01:00 Info: Attente de la fin des autres installations…
2013-12-21 01:01:00 Info: installer.Notice: PackageKit: Enqueuing install with boosting
2013-12-21 01:01:00 Info: Configuration de l’installation…
2013-12-21 01:01:00 Info: installer:
2013-12-21 01:01:00 Info: installd: PackageKit: Adding client PKInstallDaemonClient pid=8021, uid=0 (/usr/sbin/installer)
2013-12-21 01:01:00 Info: installd: PackageKit: ----- Begin install -----
2013-12-21 01:01:00 Info: installd: PackageKit: request=PKInstallRequest <1 packages, destination=/Volumes/Macintosh HD>
2013-12-21 01:01:00 Info: installd: PackageKit: packages=(
2013-12-21 01:01:00 Info: installd: "PKJaguarPackage "
2013-12-21 01:01:00 Info: installd: )
2013-12-21 01:01:00 Info: installd: PackageKit: Extracting file://localhost/Users/chris/Desktop/Packages%2010.9/Essentiel/fakesmc.pkg (destination=/Volumes/Macintosh HD/.PKInstallSandboxManager/2751F9A9-6C59-4B88-959E-9CF3A493EB5A.activeSandbox/Root, uid=0)
2013-12-21 01:01:00 Info: installd: PackageKit: prevent user idle system sleep
2013-12-21 01:01:00 Info: installd: PackageKit: suspending backupd
2013-12-21 01:01:00 Info: installd: PackageKit: Using trashcan path /Volumes/Macintosh HD/.PKInstallSandboxManager/2751F9A9-6C59-4B88-959E-9CF3A493EB5A.activeSandbox/Trashes for sandbox /Volumes/Macintosh HD/.PKInstallSandboxManager/2751F9A9-6C59-4B88-959E-9CF3A493EB5A.activeSandbox
2013-12-21 01:01:00 Info: installd: PackageKit: Shoving /Volumes/Macintosh HD/.PKInstallSandboxManager/2751F9A9-6C59-4B88-959E-9CF3A493EB5A.activeSandbox/Root (1 items) to /Volumes/Macintosh HD
2013-12-21 01:01:00 Info: Optimisation du système pour les logiciels installés…
2013-12-21 01:01:01 Info: installd: PackageKit: update_dyld_shared_cache -root /Volumes/Macintosh HD
2013-12-21 01:01:02 Info: Enregistrement des composants mis à jour…
2013-12-21 01:01:02 Info: installd: PackageKit: kextcache -update-volume /Volumes/Macintosh HD -Installer
2013-12-21 01:01:03 Info: installd: kextcache: kext com.jmicron.JMicronATA 101069000 is in exception list, allowing to load
2013-12-21 01:01:04 Info: installd: kextcache: kext com.kext.HDAEnabler 100001001 is in exception list, allowing to load
2013-12-21 01:01:04 Info: installd: kextcache: FakeSMC.kext is not authentic; omitting.
2013-12-21 01:01:04 Info: installd: kextcache: kext com.ATTO.driver.ATTOExpressSASRAID 307029000 is in exception list, allowing to load
2013-12-21 01:01:04 Info: installd: kextcache: kext com.ATTO.driver.ATTOExpressSASHBA3 100059000 is in exception list, allowing to load
2013-12-21 01:01:04 Info: installd: kextcache: kext com.ATTO.driver.ATTOExpressSASHBA 200009000 is in exception list, allowing to load
2013-12-21 01:01:04 Info: installd: kextcache: kext com.ATTO.driver.ATTOExpressPCIUl4 404029000 is in exception list, allowing to load
2013-12-21 01:01:04 Info: installd: kextcache: kext com.ATTO.driver.ATTOCelerityFC 304089000 is in exception list, allowing to load
2013-12-21 01:01:04 Info: installd: kextcache: kext com.Accusys.driver.Acxxx 300029000 is in exception list, allowing to load
2013-12-21 01:01:13 Info: installer:
2013-12-21 01:01:13 Info: Fin de l’installation…
2013-12-21 01:01:13 Info: installer.Notice: Removing temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.8021K1ntxa"
2013-12-21 01:01:13 Info: installer.Notice: Finalize disk "Macintosh HD"
2013-12-21 01:01:13 Info: installer.Notice: Notifying system of updated components
2013-12-21 01:01:13 Info: installer.Notice:
2013-12-21 01:01:13 Info: installer.Notice: **** Summary Information ****
2013-12-21 01:01:13 Info: installer.Notice: Operation Elapsed time
2013-12-21 01:01:13 Info: installer.Notice: -----------------------------
2013-12-21 01:01:13 Info: installer.Notice: zero 0.00 seconds
2013-12-21 01:01:13 Info: installer.Notice: disk 0.00 seconds
2013-12-21 01:01:13 Info: installer.Notice: install 13.02 seconds
2013-12-21 01:01:13 Info: installer.Notice: -total- 13.03 seconds
2013-12-21 01:01:13 Info: installer.Notice:
2013-12-21 01:01:13 Info: installer:
2013-12-21 01:01:13 Info: Le logiciel a été installé avec succès.
2013-12-21 01:01:13 Info: installer: The install was successful.
2013-12-21 01:01:13 Notice: Script phase: install 9:/Users/chris/Desktop/Packages 10.9/Essentiel/Boot ESP Clover_r2377 EFI.pkg
2013-12-21 01:01:13 Debug: (IEDWorkflow:321) nextPhase
2013-12-21 01:01:13 Notice: Starting phase: Installing Boot ESP Clover_r2377 EFI.pkg
2013-12-21 01:01:13 Info: Installing Boot ESP Clover_r2377 EFI.pkg
2013-12-21 01:01:13 Info: installd: PackageKit: Writing receipt for com.chris1111.pkg.fakesmc to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:01:13 Info: installd: Installed "fakesmc" ()
2013-12-21 01:01:13 Info: installd: PackageKit: releasing backupd
2013-12-21 01:01:13 Info: installd: PackageKit: allow user idle system sleep
2013-12-21 01:01:13 Info: installd: PackageKit: ----- End install -----
2013-12-21 01:01:13 Info: installd: PackageKit: 12.7s elapsed install time
2013-12-21 01:01:13 Info: installd: PackageKit: Running idle tasks
2013-12-21 01:01:13 Info: installd: PackageKit: Done with sandbox removals
2013-12-21 01:01:13 Info: installd: PackageKit: Removing client PKInstallDaemonClient pid=8021, uid=0 (/usr/sbin/installer)
2013-12-21 01:01:13 Info: installer.Debug: Product archive /Users/chris/Desktop/Packages 10.9/Essentiel/Boot ESP Clover_r2377 EFI.pkg trustLevel=100
2013-12-21 01:01:14 Info: installer: Package name is Boot ESP Clover_r2377 EFI
2013-12-21 01:01:14 Info: installer: Installing at base path /Volumes/Macintosh HD
2013-12-21 01:01:14 Info: Préparation à l’installation…
2013-12-21 01:01:14 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: location = file://localhost
2013-12-21 01:01:14 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/chris/Desktop/Packages%2010.9/Essentiel/Boot%20ESP%20Clover_r2377%20EFI.pkg#pre.pkg
2013-12-21 01:01:14 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/chris/Desktop/Packages%2010.9/Essentiel/Boot%20ESP%20Clover_r2377%20EFI.pkg#boot0af.pkg
2013-12-21 01:01:14 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/chris/Desktop/Packages%2010.9/Essentiel/Boot%20ESP%20Clover_r2377%20EFI.pkg#biosboot.pkg
2013-12-21 01:01:14 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/chris/Desktop/Packages%2010.9/Essentiel/Boot%20ESP%20Clover_r2377%20EFI.pkg#esptarget.pkg
2013-12-21 01:01:14 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/chris/Desktop/Packages%2010.9/Essentiel/Boot%20ESP%20Clover_r2377%20EFI.pkg#efifolder.pkg
2013-12-21 01:01:14 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/chris/Desktop/Packages%2010.9/Essentiel/Boot%20ESP%20Clover_r2377%20EFI.pkg#post.pkg
2013-12-21 01:01:14 Info: installer.Debug: -[iFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/chris/Desktop/Packages%2010.9/Essentiel/Boot%20ESP%20Clover_r2377%20EFI.pkg#efimonter.pkg
2013-12-21 01:01:14 Info: installer.Debug: Set authorization level to root for session
2013-12-21 01:01:14 Info: installer.Debug: Will use PK session
2013-12-21 01:01:14 Info: installer.Info: Starting installation:
2013-12-21 01:01:14 Info: Préparation du disque…
2013-12-21 01:01:14 Info: installer.Notice: Configuring volume "Macintosh HD"
2013-12-21 01:01:14 Info: installer.Info: Preparing disk for local booted install.
2013-12-21 01:01:14 Info: installer.Notice: Free space on "Macintosh HD": 25,83 Go (25827229696 bytes).
2013-12-21 01:01:14 Info: installer.Notice: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.8044Gvw9VS"
2013-12-21 01:01:14 Info: Préparation de Boot ESP Clover_r2377 EFI…
2013-12-21 01:01:14 Info: installer.Notice: IFPKInstallElement (7 packages)
2013-12-21 01:01:14 Info: installer.Debug: Using authorization level of root for IFPKInstallElement
2013-12-21 01:01:14 Info: Attente de la fin des autres installations…
2013-12-21 01:01:14 Info: installer.Notice: PackageKit: Enqueuing install with boosting
2013-12-21 01:01:14 Info: Configuration de l’installation…
2013-12-21 01:01:14 Info: installer:
2013-12-21 01:01:15 Info: Exécution des scripts du paquet…
2013-12-21 01:01:15 Info: installd: PackageKit: Adding client PKInstallDaemonClient pid=8044, uid=0 (/usr/sbin/installer)
2013-12-21 01:01:15 Info: installd: PackageKit: ----- Begin install -----
2013-12-21 01:01:15 Info: installd: PackageKit: request=PKInstallRequest <7 packages, destination=/Volumes/Macintosh HD>
2013-12-21 01:01:15 Info: installd: PackageKit: packages=(
2013-12-21 01:01:15 Info: installd: "PKLeopardPackage ",
2013-12-21 01:01:15 Info: installd: "PKLeopardPackage ",
2013-12-21 01:01:15 Info: installd: "PKLeopardPackage ",
2013-12-21 01:01:15 Info: installd: "PKLeopardPackage ",
2013-12-21 01:01:15 Info: installd: "PKLeopardPackage ",
2013-12-21 01:01:15 Info: installd: "PKLeopardPackage ",
2013-12-21 01:01:15 Info: installd: "PKLeopardPackage "
2013-12-21 01:01:15 Info: installd: )
2013-12-21 01:01:15 Info: installd: PackageKit: Extracting file://localhost/Users/chris/Desktop/Packages%2010.9/Essentiel/Boot%20ESP%20Clover_r2377%20EFI.pkg#pre.pkg (destination=/Volumes/Macintosh HD/.PKInstallSandboxManager/EB99FFD7-A83B-484A-8FE4-5F74BC77131C.activeSandbox/Root, uid=0)
2013-12-21 01:01:15 Info: installd: PackageKit: Extracting file://localhost/Users/chris/Desktop/Packages%2010.9/Essentiel/Boot%20ESP%20Clover_r2377%20EFI.pkg#boot0af.pkg (destination=/Volumes/Macintosh HD/.PKInstallSandboxManager/EB99FFD7-A83B-484A-8FE4-5F74BC77131C.activeSandbox/Root/EFIROOTDIR, uid=0)
2013-12-21 01:01:15 Info: installd: PackageKit: Extracting file://localhost/Users/chris/Desktop/Packages%2010.9/Essentiel/Boot%20ESP%20Clover_r2377%20EFI.pkg#biosboot.pkg (destination=/Volumes/Macintosh HD/.PKInstallSandboxManager/EB99FFD7-A83B-484A-8FE4-5F74BC77131C.activeSandbox/Root, uid=0)
2013-12-21 01:01:15 Info: installd: PackageKit: Extracting file://localhost/Users/chris/Desktop/Packages%2010.9/Essentiel/Boot%20ESP%20Clover_r2377%20EFI.pkg#esptarget.pkg (destination=/Volumes/Macintosh HD/.PKInstallSandboxManager/EB99FFD7-A83B-484A-8FE4-5F74BC77131C.activeSandbox/Root, uid=0)
2013-12-21 01:01:15 Info: installd: PackageKit: Extracting file://localhost/Users/chris/Desktop/Packages%2010.9/Essentiel/Boot%20ESP%20Clover_r2377%20EFI.pkg#efifolder.pkg (destination=/Volumes/Macintosh HD/.PKInstallSandboxManager/EB99FFD7-A83B-484A-8FE4-5F74BC77131C.activeSandbox/Root/EFIROOTDIR, uid=0)
2013-12-21 01:01:15 Info: installd: PackageKit: Extracting file://localhost/Users/chris/Desktop/Packages%2010.9/Essentiel/Boot%20ESP%20Clover_r2377%20EFI.pkg#post.pkg (destination=/Volumes/Macintosh HD/.PKInstallSandboxManager/EB99FFD7-A83B-484A-8FE4-5F74BC77131C.activeSandbox/Root, uid=0)
2013-12-21 01:01:15 Info: installd: PackageKit: Extracting file://localhost/Users/chris/Desktop/Packages%2010.9/Essentiel/Boot%20ESP%20Clover_r2377%20EFI.pkg#efimonter.pkg (destination=/Volumes/Macintosh HD/.PKInstallSandboxManager/EB99FFD7-A83B-484A-8FE4-5F74BC77131C.activeSandbox/Root/Applications, uid=0)
2013-12-21 01:01:15 Info: installd: PackageKit: prevent user idle system sleep
2013-12-21 01:01:15 Info: installd: PackageKit: suspending backupd
2013-12-21 01:01:15 Info: installd: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.JW589X/Scripts/com.chris1111.clover.pre+.pkg.V6VJHO
2013-12-21 01:01:15 Info: installd: ./preinstall: ===============================================
2013-12-21 01:01:15 Info: installd: ./preinstall: Pre Pre-Install Script
2013-12-21 01:01:15 Info: installd: ./preinstall: ===============================================
2013-12-21 01:01:15 Info: installd: ./preinstall: preinstall: Path to installer....... /Users/chris/Desktop/Packages 10.9/Essentiel/Boot ESP Clover_r2377 EFI.pkg
2013-12-21 01:01:15 Info: installd: ./preinstall: preinstall: Path to destination..... /Volumes/Macintosh HD
2013-12-21 01:01:15 Info: installd: ./preinstall: preinstall: Path to dest volume..... /Volumes/Macintosh HD
2013-12-21 01:01:15 Info: installd: ./preinstall: preinstall: Root of system folder... /
2013-12-21 01:01:15 Info: installd: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.JW589X/Scripts/com.chris1111.clover.esptarget+.pkg.7wwC8s
2013-12-21 01:01:15 Info: installd: ./preinstall: preinstall: Path to installer....... /Users/chris/Desktop/Packages 10.9/Essentiel/Boot ESP Clover_r2377 EFI.pkg
2013-12-21 01:01:15 Info: installd: ./preinstall: preinstall: Path to destination..... /Volumes/Macintosh HD
2013-12-21 01:01:15 Info: installd: ./preinstall: preinstall: Path to dest volume..... /Volumes/Macintosh HD
2013-12-21 01:01:15 Info: installd: ./preinstall: preinstall: Root of system folder... /
2013-12-21 01:01:15 Info: installd: ./preinstall: /tmp/PKInstallSandbox.JW589X/Scripts/com.chris1111.clover.esptarget+.pkg.7wwC8s/preinstall: line 16: cd: /Volumes/Macintosh HD/EFIROOTDIR: No such file or directory
2013-12-21 01:01:15 Info: installd: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.JW589X/Scripts/com.chris1111.clover.efifolder+.pkg.kkwPzU
2013-12-21 01:01:15 Info: installd: ./preinstall: ===============================================
2013-12-21 01:01:15 Info: installd: ./preinstall: EFIFolder Pre-Install Script
2013-12-21 01:01:15 Info: installd: ./preinstall: ===============================================
2013-12-21 01:01:15 Info: installd: ./preinstall: preinstall: Path to installer....... /Users/chris/Desktop/Packages 10.9/Essentiel/Boot ESP Clover_r2377 EFI.pkg
2013-12-21 01:01:15 Info: installd: ./preinstall: preinstall: Path to destination..... /Volumes/Macintosh HD/EFIROOTDIR
2013-12-21 01:01:15 Info: installd: ./preinstall: preinstall: Path to dest volume..... /Volumes/Macintosh HD
2013-12-21 01:01:15 Info: installd: ./preinstall: preinstall: Root of system folder... /
2013-12-21 01:01:15 Info: Mise en place des éléments…
2013-12-21 01:01:16 Info: installd: PackageKit: Using trashcan path /Volumes/Macintosh HD/.PKInstallSandboxManager/EB99FFD7-A83B-484A-8FE4-5F74BC77131C.activeSandbox/Trashes for sandbox /Volumes/Macintosh HD/.PKInstallSandboxManager/EB99FFD7-A83B-484A-8FE4-5F74BC77131C.activeSandbox
2013-12-21 01:01:16 Info: installd: PackageKit: Shoving /Volumes/Macintosh HD/.PKInstallSandboxManager/EB99FFD7-A83B-484A-8FE4-5F74BC77131C.activeSandbox/Root (3 items) to /Volumes/Macintosh HD
2013-12-21 01:01:16 Info: installd: PackageKit: Executing script "./postinstall" in /private/tmp/PKInstallSandbox.JW589X/Scripts/com.chris1111.clover.boot0af+.pkg.lcgpdj
2013-12-21 01:01:16 Info: installd: ./postinstall: Boot Volume is /Volumes/ESP
2013-12-21 01:01:16 Info: Exécution des scripts du paquet…
2013-12-21 01:01:16 Info: installer.Debug: LSExceptions [0x7fc2cae28ff0] loaded
2013-12-21 01:01:16 Info: installer.Info: PackageKit: Registered bundle file:///Volumes/Macintosh%20HD/Applications/EFI%20Mounter.app/ for uid 0
2013-12-21 01:01:17 Info: installd: ./postinstall: ===============================================
2013-12-21 01:01:17 Info: installd: ./postinstall: Installer Variables:
2013-12-21 01:01:17 Info: installd: ./postinstall: ********************
2013-12-21 01:01:17 Info: installd: ./postinstall: bootvolume: Volume is /Volumes/ESP
2013-12-21 01:01:17 Info: installd: ./postinstall: bootdev: Volume device is /dev/disk3s1
2013-12-21 01:01:17 Info: installd: ./postinstall: bootrdev: Volume raw device is /dev/rdisk3s1
2013-12-21 01:01:17 Info: installd: ./postinstall: bootslice: Volume slice is 1
2013-12-21 01:01:17 Info: installd: ./postinstall: bootdisk: Disk device is /dev/disk3
2013-12-21 01:01:17 Info: installd: ./postinstall: bootrdisk: Disk raw device is /dev/rdisk3
2013-12-21 01:01:17 Info: installd: ./postinstall: diskloader: Disk loader is boot0af
2013-12-21 01:01:17 Info: installd: ./postinstall: partitionloaderhfs: Partition loader is boot1h
2013-12-21 01:01:17 Info: installd: ./postinstall: partitionloaderfat: Partition loader is boot1f32
2013-12-21 01:01:17 Info: installd: ./postinstall: -----------------------------------------------
2013-12-21 01:01:17 Info: installd: ./postinstall: ===============================================
2013-12-21 01:01:17 Info: installd: ./postinstall: Check partition scheme
2013-12-21 01:01:17 Info: installd: ./postinstall: ===============================================
2013-12-21 01:01:17 Info: installd: ./postinstall: /dev/disk3s1 use GPT/Hybrid GPT partition scheme
2013-12-21 01:01:17 Info: installd: ./postinstall: ===============================================
2013-12-21 01:01:17 Info: installd: ./postinstall: Check the format of the selected partition
2013-12-21 01:01:17 Info: installd: ./postinstall: ===============================================
2013-12-21 01:01:17 Info: installd: ./postinstall: /dev/disk3s1 is currently formatted as msdos
2013-12-21 01:01:17 Info: installd: ./postinstall: 1+0 records in
2013-12-21 01:01:17 Info: installd: ./postinstall: 1+0 records out
2013-12-21 01:01:17 Info: installd: ./postinstall: 512 bytes transferred in 0.000191 secs (2681003 bytes/sec)
2013-12-21 01:01:17 Info: installd: ./postinstall: 87+0 records in
2013-12-21 01:01:17 Info: installd: ./postinstall: 87+0 records out
2013-12-21 01:01:17 Info: installd: ./postinstall: 87 bytes transferred in 0.000164 secs (530384 bytes/sec)
2013-12-21 01:01:17 Info: installd: ./postinstall: 1+0 records in
2013-12-21 01:01:17 Info: installd: ./postinstall: 1+0 records out
2013-12-21 01:01:17 Info: installd: ./postinstall: 512 bytes transferred in 0.005643 secs (90730 bytes/sec)
2013-12-21 01:01:17 Info: installd: PackageKit: Executing script "./postinstall" in /private/tmp/PKInstallSandbox.JW589X/Scripts/com.chris1111.clover.efifolder+.pkg.kkwPzU
2013-12-21 01:01:17 Info: installd: ./postinstall: ===============================================
2013-12-21 01:01:17 Info: installd: ./postinstall: EFIFolder Post-Install Script
2013-12-21 01:01:17 Info: installd: ./postinstall: ===============================================
2013-12-21 01:01:17 Info: installd: PackageKit: Executing script "./postinstall" in /private/tmp/PKInstallSandbox.JW589X/Scripts/com.chris1111.clover.post+.pkg.A6Wb3W
2013-12-21 01:01:17 Info: installd: ./postinstall: ===============================================
2013-12-21 01:01:17 Info: installd: ./postinstall: Post Post-Install Script
2013-12-21 01:01:17 Info: installd: ./postinstall: ===============================================
2013-12-21 01:01:17 Info: installd: ./postinstall: preinstall: Path to installer....... /Users/chris/Desktop/Packages 10.9/Essentiel/Boot ESP Clover_r2377 EFI.pkg
2013-12-21 01:01:17 Info: installd: ./postinstall: preinstall: Path to destination..... /Volumes/Macintosh HD
2013-12-21 01:01:17 Info: installd: ./postinstall: preinstall: Path to dest volume..... /Volumes/Macintosh HD
2013-12-21 01:01:17 Info: installd: ./postinstall: preinstall: Root of system folder... /
2013-12-21 01:01:17 Info: installd: ./postinstall: cat: /Volumes/Macintosh HD/boottype: No such file or directory
2013-12-21 01:01:17 Info: installd: PackageKit: Writing receipt for com.chris1111.clover.pre+.pkg to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:01:17 Info: installd: PackageKit: Writing receipt for com.chris1111.clover.boot0af+.pkg to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:01:17 Info: installd: PackageKit: Writing receipt for com.chris1111.clover.biosboot+.pkg to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:01:17 Info: installd: PackageKit: Writing receipt for com.chris1111.clover.esptarget+.pkg to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:01:17 Info: installd: PackageKit: Writing receipt for com.chris1111.clover.efifolder+.pkg to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:01:17 Info: installd: PackageKit: Writing receipt for com.chris1111.clover.post+.pkg to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:01:17 Info: installd: PackageKit: Writing receipt for com.chris1111.cloverEfi.efimonter.pkg to /Volumes/Macintosh HD/private/var/db/receipts
2013-12-21 01:01:17 Info: installd: PackageKit: Touched bundle /Volumes/Macintosh HD/Applications/EFI Mounter.app
2013-12-21 01:01:17 Info: installd: Installed "Boot ESP Clover_r2377 EFI" ()
2013-12-21 01:01:17 Info: installd: PackageKit: releasing backupd
2013-12-21 01:01:17 Info: installd: PackageKit: allow user idle system sleep
2013-12-21 01:01:17 Info: installd: PackageKit: ----- End install -----
2013-12-21 01:01:17 Info: installd: PackageKit: 2.2s elapsed install time
2013-12-21 01:01:17 Info: installd: PackageKit: Running idle tasks
2013-12-21 01:01:17 Info: installd: PackageKit: Done with sandbox removals
2013-12-21 01:01:17 Info: installd: PackageKit: Removing client PKInstallDaemonClient pid=8044, uid=0 (/usr/sbin/installer)
2013-12-21 01:01:17 Info: installer: Exécution des actions du programme d’installation…
2013-12-21 01:01:17 Info: installer.Notice: Running install actions
2013-12-21 01:01:18 Info: installer:
2013-12-21 01:01:18 Info: Fin de l’installation…
2013-12-21 01:01:18 Info: installer.Notice: Removing temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.8044Gvw9VS"
2013-12-21 01:01:18 Info: installer.Notice: Finalize disk "Macintosh HD"
2013-12-21 01:01:18 Info: installer.Notice: Notifying system of updated components
2013-12-21 01:01:18 Info: installer.Notice:
2013-12-21 01:01:18 Info: installer.Notice: **** Summary Information ****
2013-12-21 01:01:18 Info: installer.Notice: Operation Elapsed time
2013-12-21 01:01:18 Info: installer.Notice: -----------------------------
2013-12-21 01:01:18 Info: installer.Notice: disk 0.00 seconds
2013-12-21 01:01:18 Info: installer.Notice: script 0.00 seconds
2013-12-21 01:01:18 Info: installer.Notice: zero 0.01 seconds
2013-12-21 01:01:18 Info: installer.Notice: install 3.02 seconds
2013-12-21 01:01:18 Info: installer.Notice: -total- 3.03 seconds
2013-12-21 01:01:18 Info: installer.Notice:
2013-12-21 01:01:18 Info: installer:
2013-12-21 01:01:18 Info: Le logiciel a été installé avec succès.
2013-12-21 01:01:18 Info: installer: The install was successful.
2013-12-21 01:01:18 Notice: Script phase: asr
2013-12-21 01:01:18 Debug: (IEDWorkflow:321) nextPhase
2013-12-21 01:01:18 Notice: Starting phase: Finalizing disk image
2013-12-21 01:01:18 Info: Ejecting image
2013-12-21 01:01:20 Info: "disk3" unmounted.
2013-12-21 01:01:20 Info: "disk3" ejected.
2013-12-21 01:01:20 Info: Converting disk image to read only
2013-12-21 01:01:20 Info: Préparation du moteur d’imagerie…
2013-12-21 01:01:20 Info: Lecture de Protective Master Boot Record (MBR : 0)…
2013-12-21 01:01:20 Info: (CRC32 $C55DDE7B : Protective Master Boot Record (MBR : 0))
2013-12-21 01:01:20 Info: Lecture de GPT Header (Primary GPT Header : 1)…
2013-12-21 01:01:20 Info: (CRC32 $0B63EAB0 : GPT Header (Primary GPT Header : 1))
2013-12-21 01:01:20 Info: Lecture de GPT Partition Data (Primary GPT Table : 2)…
2013-12-21 01:01:21 Info: (CRC32 $425AD1CE : GPT Partition Data (Primary GPT Table : 2))
2013-12-21 01:01:21 Info: Lecture de (Apple_Free : 3)…
2013-12-21 01:01:22 Info: (CRC32 $00000000 : (Apple_Free : 3))
2013-12-21 01:01:22 Info: Lecture de EFI System Partition (C12A7328-F81F-11D2-BA4B-00A0C93EC93B : 4)…
2013-12-21 01:01:22 Info: (CRC32 $622BCC14 : EFI System Partition (C12A7328-F81F-11D2-BA4B-00A0C93EC93B : 4))
2013-12-21 01:01:22 Info: Lecture de disk image (Apple_HFS : 5)…
2013-12-21 01:02:34 Info: (CRC32 $6FAD777E : disk image (Apple_HFS : 5))
2013-12-21 01:02:34 Info: Lecture de Recovery HD (426F6F74-0000-11AA-AA11-00306543ECAC : 6)…
2013-12-21 01:02:40 Info: (CRC32 $54E32DDD : Recovery HD (426F6F74-0000-11AA-AA11-00306543ECAC : 6))
2013-12-21 01:02:40 Info: Lecture de (Apple_Free : 7)…
2013-12-21 01:02:41 Info: (CRC32 $00000000 : (Apple_Free : 7))
2013-12-21 01:02:41 Info: Lecture de GPT Partition Data (Backup GPT Table : 8)…
2013-12-21 01:02:42 Info: (CRC32 $425AD1CE : GPT Partition Data (Backup GPT Table : 8))
2013-12-21 01:02:42 Info: Lecture de GPT Header (Backup GPT Header : 9)…
2013-12-21 01:02:43 Info: (CRC32 $F798B0B9 : GPT Header (Backup GPT Header : 9))
2013-12-21 01:02:43 Info: Ajout de ressources…
2013-12-21 01:02:43 Info: Temps écoulé : 1m 22.749s
2013-12-21 01:02:43 Info: Taille du fichier : 6511214308 octets, Somme de contrôle : CRC32 $E8A8D45F
2013-12-21 01:02:43 Info: Secteurs traités : 67108864, 16687172 comprimés
2013-12-21 01:02:43 Info: Vitesse : 98.5Moctets/s
2013-12-21 01:02:43 Info: Compression : 81.0%
2013-12-21 01:02:43 Info: created: /Users/chris/Desktop/osx_custom_131221-10.9-13A603.hfs.dmg
2013-12-21 01:02:43 Info: Changing owner
2013-12-21 01:02:45 Debug: (IEDWorkflow:303) nextTask
2013-12-21 01:02:45 Notice: Starting task with 4 phases
2013-12-21 01:02:45 Debug: (IEDWorkflow:321) nextPhase
2013-12-21 01:02:45 Notice: Starting phase: Finalizing disk image
2013-12-21 01:02:45 Notice: Finalize task running
2013-12-21 01:02:45 Info: Launching finalize with arguments:
2013-12-21 01:02:45 Info: '/Applications/AutoDMG.app/Contents/Resources/progresswatcher.py'
2013-12-21 01:02:45 Info: '--socket'
2013-12-21 01:02:45 Info: '/tmp/se.gu.it.IEDSocketListener.3f4b34070a179ac4'
2013-12-21 01:02:45 Info: 'imagescan'
2013-12-21 01:02:45 Info: '/Users/chris/Desktop/osx_custom_131221-10.9-13A603.hfs.dmg'
2013-12-21 01:02:45 Notice: Script phase: asr1
2013-12-21 01:02:45 Debug: (IEDWorkflow:321) nextPhase
2013-12-21 01:02:45 Notice: Starting phase: Finalizing disk image
2013-12-21 01:02:45 Notice: Script phase: asr2
2013-12-21 01:02:45 Debug: (IEDWorkflow:321) nextPhase
2013-12-21 01:02:45 Notice: Starting phase: Finalizing disk image

 

 

 

terminal user

For terminal user

Enable Disk utility debuger
defaults write com.apple.DiskUtility DUDebugMenuEnabled 1
Desable Disk utility debuger
defaults write com.apple.DiskUtility DUDebugMenuEnabled 0





create msdos EFI

newfs_msdos -v EFI -F 32 /dev/rdisk3s1


diskutil list

sudo -s

diskutil mountDisk /dev/disk2s1


diskutil unmountDisk /dev/disk2s1

sudo -s

diskutil mountDisk /dev/disk5s1


diskutil unmountDisk /dev/disk3s1

 

 

VIDEO  HERE  http://www.youtube.com/watch?v=-swNX4gPI80

  • Like 3
Link to comment
Share on other sites

@ slice

There are no such smart application that can suggest you the best kexts patches or ATI connectors patches. It will be very great but it is still in far dream.

 

Not knowing the best thing is to ask   :)

 

@ apianti

 

@Fabio,

You should only inject kexts that you absolutely need to boot, other than that just install them normally in /s/l/e. And if you booted and used gen config then basically it took the current boot and used it to create the config.plist, so it's just a more full version of the one you used in the first place, or the defaults.

 

 

Version used Clover 2377

I prepared the usb and I arrived at the OS x 10.9
I copied the EFI EFI in the usb hard drive
How kext I installed FakeSMC.kext only in S / L / E so I can throw without usb
 
Here's my config.plist (use your own serial #/UUID)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>SMBIOS</key>
    <dict>
        <key>BoardSerialNumber</key>
        <string>XXXXXXXXXXXXABCDE</string>
        <key>SmUUID</key>
        <string>XXXXXXXXXXXXXXXXX</string>
        <key>SerialNumber</key>
        <string>XXXXXXXXXXXX</string>
        <key>Board-ID</key>
        <string>Mac-942B59F58194171B</string>
        <key>Family</key>
        <string>iMac</string>
        <key>ProductName</key>
        <string>iMac13,2</string>
        <key>Trust</key>
        <true/>
    </dict>
    <key>ACPI</key>
    <dict>
        <key>DSDT</key>
        <dict>
            <key>Debug</key>
            <false/>
            <key>Fixes</key>
            <dict>
                <key>AddDTGP_0001</key>
                <false/>
                <key>AddMCFG_0008</key>
                <false/>
                <key>FakeLPC_0020</key>
                <false/>
                <key>FixAirport_4000</key>
                <false/>
                <key>FixDarwin_0002</key>
                <false/>
                <key>FixDisplay_0100</key>
                <false/>
                <key>FixFirewire_0800</key>
                <false/>
                <key>FixHDA_8000</key>
                <false/>
                <key>FixHPET_0010</key>
                <false/>
                <key>FixIDE_0200</key>
                <false/>
                <key>FixIPIC_0040</key>
                <false/>
                <key>FixLAN_2000</key>
                <false/>
                <key>FixSATA_0400</key>
                <false/>
                <key>FixSBUS_0080</key>
                <false/>
                <key>FixShutdown_0004</key>
                <false/>
                <key>FixUSB_1000</key>
                <false/>
            </dict>
            <key>Name</key>
            <string>DSDT.aml</string>
        </dict>
        <key>DropTables</key>
        <array>
            <dict>
                <key>Signature</key>
                <string>DMAR</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>CpuPm</string>
            </dict>
        </array>
        <key>HaltEnabler</key>
        <false/>
        <key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <true/>
            <key>Generate</key>
            <dict>
                <key>CStates</key>
                <true/>
                <key>PStates</key>
                <true/>
            </dict>
            <key>MinMultiplier</key>
            <integer>8</integer>
            <key>PLimitDict</key>
            <integer>0</integer>
            <key>UnderVoltStep</key>
            <integer>0</integer>
        </dict>
    </dict>
    <key>Boot</key>
    <dict>
        <key>Fast</key>
        <false/>
        <key>Legacy</key>
        <string>PBR</string>
        <key>Log</key>
        <false/>
        <key>Timeout</key>
        <integer>5</integer>
        <key>XMPDetection</key>
        <string>1</string>
    </dict>
    <key>Devices</key>
    <dict>
        <key>Audio</key>
        <dict>
            <key>Inject</key>
            <string>No</string>
        </dict>
        <key>FakeID</key>
        <dict>
            <key>ATI</key>
            <string>0x0</string>
            <key>IntelGFX</key>
            <string>0x0</string>
            <key>LAN</key>
            <string>0x0</string>
            <key>NVidia</key>
            <string>0x0</string>
            <key>SATA</key>
            <string>0x0</string>
            <key>WIFI</key>
            <string>0x0</string>
            <key>XHCI</key>
            <string>0x0</string>
        </dict>
        <key>Inject</key>
        <false/>
        <key>USB</key>
        <dict>
            <key>AddClockID</key>
            <true/>
            <key>FixOwnership</key>
            <true/>
            <key>Inject</key>
            <false/>
        </dict>
    </dict>
    <key>DisableDrivers</key>
    <array>
        <string>Nothing</string>
    </array>
    <key>GUI</key>
    <dict>
        <key>Hide</key>
        <array>
            <string>Windows</string>
            <string>\EFI\BOOT\BOOTX64.EFI</string>
        </array>
        <key>Language</key>
        <string>en:0</string>
        <key>Mouse</key>
        <dict>
            <key>Enabled</key>
            <true/>
            <key>Speed</key>
            <integer>8</integer>
        </dict>
        <key>Scan</key>
        <dict>
            <key>Entries</key>
            <true/>
            <key>Legacy</key>
            <true/>
            <key>Tool</key>
            <true/>
        </dict>
        <key>TextOnly</key>
        <false/>
        <key>Theme</key>
        <string>metal</string>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <true/>
            <key>NVidia</key>
            <false/>
        </dict>
        <key>PatchVBios</key>
        <false/>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>AppleRTC</key>
        <true/>
        <key>AsusAICPUPM</key>
        <false/>
        <key>Debug</key>
        <false/>
        <key>KernelCpu</key>
        <false/>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>External icons patch</string>
                <key>Find</key>
                <data>RXh0ZXJuYWw=</data>
                <key>Name</key>
                <string>AppleAHCIPort</string>
                <key>Replace</key>
                <data>SW50ZXJuYWw=</data>
            </dict>
        </array>
    </dict>
    <key>RtVariables</key>
    <dict>
        <key>LogEveryBoot</key>
        <string>10</string>
        <key>LogLineCount</key>
        <integer>3000</integer>
        <key>MountEFI</key>
        <true/>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Detect</string>
        <key>InjectSystemID</key>
        <true/>
        <key>CustomUUID</key>
        <string>XXXXXXXX</string>
    </dict>
</dict>
</plist>

Place the genconfig 

If possible, have recommendations for config.plist
thank you
 
Fabio

genconfig Fabio.zip

Link to comment
Share on other sites

@ slice

There are no such smart application that can suggest you the best kexts patches or ATI connectors patches. It will be very great but it is still in far dream.

 

 

You know I wonder, wonder, not knowing  :)

 

@ apianti

 

@Fabio,

You should only inject kexts that you absolutely need to boot, other than that just install them normally in /s/l/e. And if you booted and used gen config then basically it took the current boot and used it to create the config.plist, so it's just a more full version of the one you used in the first place, or the defaults.

 

 

Version used Clover 2377

I prepared the usb and I arrived at the OS x 10.9
I copied the EFI EFI in the usb hard drive
How kext I installed FakeSMC.kext only in S / L / E so I can throw without usb
 
Here's my config.plist (use your own serial #/UUID)

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>SMBIOS</key>
	<dict>
		<key>BoardSerialNumber</key>
		<string>XXXXXXXXXXXXABCDE</string>
		<key>SmUUID</key>
		<string>XXXXXXXXXXXXXXXXX</string>
		<key>SerialNumber</key>
		<string>XXXXXXXXXXXX</string>
		<key>Board-ID</key>
		<string>Mac-942B59F58194171B</string>
		<key>Family</key>
		<string>iMac</string>
		<key>ProductName</key>
		<string>iMac13,2</string>
		<key>Trust</key>
		<true/>
	</dict>
	<key>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Debug</key>
			<false/>
			<key>Fixes</key>
			<dict>
				<key>AddDTGP_0001</key>
				<false/>
				<key>AddMCFG_0008</key>
				<false/>
				<key>FakeLPC_0020</key>
				<false/>
				<key>FixAirport_4000</key>
				<false/>
				<key>FixDarwin_0002</key>
				<false/>
				<key>FixDisplay_0100</key>
				<false/>
				<key>FixFirewire_0800</key>
				<false/>
				<key>FixHDA_8000</key>
				<false/>
				<key>FixHPET_0010</key>
				<false/>
				<key>FixIDE_0200</key>
				<false/>
				<key>FixIPIC_0040</key>
				<false/>
				<key>FixLAN_2000</key>
				<false/>
				<key>FixSATA_0400</key>
				<false/>
				<key>FixSBUS_0080</key>
				<false/>
				<key>FixShutdown_0004</key>
				<false/>
				<key>FixUSB_1000</key>
				<false/>
			</dict>
			<key>Name</key>
			<string>DSDT.aml</string>
		</dict>
		<key>DropTables</key>
		<array>
			<dict>
				<key>Signature</key>
				<string>DMAR</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>CpuPm</string>
			</dict>
		</array>
		<key>HaltEnabler</key>
		<false/>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<true/>
			<key>Generate</key>
			<dict>
				<key>CStates</key>
				<true/>
				<key>PStates</key>
				<true/>
			</dict>
			<key>MinMultiplier</key>
			<integer>8</integer>
			<key>PLimitDict</key>
			<integer>0</integer>
			<key>UnderVoltStep</key>
			<integer>0</integer>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Fast</key>
		<false/>
		<key>Legacy</key>
		<string>PBR</string>
		<key>Log</key>
		<false/>
		<key>Timeout</key>
		<integer>5</integer>
		<key>XMPDetection</key>
		<string>1</string>
	</dict>
	<key>Devices</key>
	<dict>
		<key>Audio</key>
		<dict>
			<key>Inject</key>
			<string>No</string>
		</dict>
		<key>FakeID</key>
		<dict>
			<key>ATI</key>
			<string>0x0</string>
			<key>IntelGFX</key>
			<string>0x0</string>
			<key>LAN</key>
			<string>0x0</string>
			<key>NVidia</key>
			<string>0x0</string>
			<key>SATA</key>
			<string>0x0</string>
			<key>WIFI</key>
			<string>0x0</string>
			<key>XHCI</key>
			<string>0x0</string>
		</dict>
		<key>Inject</key>
		<false/>
		<key>USB</key>
		<dict>
			<key>AddClockID</key>
			<true/>
			<key>FixOwnership</key>
			<true/>
			<key>Inject</key>
			<false/>
		</dict>
	</dict>
	<key>DisableDrivers</key>
	<array>
		<string>Nothing</string>
	</array>
	<key>GUI</key>
	<dict>
		<key>Hide</key>
		<array>
			<string>Windows</string>
			<string>\EFI\BOOT\BOOTX64.EFI</string>
		</array>
		<key>Language</key>
		<string>en:0</string>
		<key>Mouse</key>
		<dict>
			<key>Enabled</key>
			<true/>
			<key>Speed</key>
			<integer>8</integer>
		</dict>
		<key>Scan</key>
		<dict>
			<key>Entries</key>
			<true/>
			<key>Legacy</key>
			<true/>
			<key>Tool</key>
			<true/>
		</dict>
		<key>TextOnly</key>
		<false/>
		<key>Theme</key>
		<string>metal</string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<true/>
			<key>NVidia</key>
			<false/>
		</dict>
		<key>PatchVBios</key>
		<false/>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<false/>
		<key>Debug</key>
		<false/>
		<key>KernelCpu</key>
		<false/>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>External icons patch</string>
				<key>Find</key>
				<data>RXh0ZXJuYWw=</data>
				<key>Name</key>
				<string>AppleAHCIPort</string>
				<key>Replace</key>
				<data>SW50ZXJuYWw=</data>
			</dict>
		</array>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>LogEveryBoot</key>
		<string>10</string>
		<key>LogLineCount</key>
		<integer>3000</integer>
		<key>MountEFI</key>
		<true/>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Detect</string>
		<key>InjectSystemID</key>
		<true/>
		<key>CustomUUID</key>
		<string>XXXXXXXX</string>
	</dict>
</dict>
</plist>

Place the genconfig 

If possible, have recommendations for config.plist
thank you
 
Fabio
Link to comment
Share on other sites

hi , i have another problem clover can't boot to my windows 7 partition , i boot legacy cloverefi , my partitions are mbr :  

 

/dev/disk0

   #:                       TYPE NAME                    SIZE       IDENTIFIER

   0:     FDisk_partition_scheme                        *128.0 GB   disk0

   1:                 DOS_FAT_32 FAT                     418.4 MB   disk0s1

   2:                  Apple_HFS mac                     81.5 GB    disk0s2

   3:               Windows_NTFS System Reserved         104.9 MB   disk0s3

   4:               Windows_NTFS                         46.1 GB    disk0s4

 

when i boot clover it places 2 menu items (legacy os) : "System Reserved" and the other "Windows_NTFS" partition but when i press to boot from them it gets stuck on "booting legacy os",

 

if i change in config :

<key>Legacy</key>
<string>LegacyBiosDefaultEntry</string>

when i press to boot it says "error not found"

 

i have NTFS.efi and NTFS-64.efi installed

 

anyone knows what's wrong ? with chameleon i press on "System Reserved" partition and it boots alright.

 

============================================================================
fdisk
============================================================================
Disk: /dev/disk0 geometry: 15566/255/63 [250069680 sectors]
Signature: 0xAA55
         Starting       Ending
 #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
------------------------------------------------------------------------
 1: 0B    0  32  33 -   50 253  11 [      2048 -     817152] Win95 FAT-32
*2: AF   50 253  12 - 1022 254  63 [    819200 -  159090688] HFS+        
 3: 07 1022 254  63 - 1022 254  63 [ 159909888 -     204800] NTFS        
 4: 07 1022 254  63 - 1022 254  63 [ 160114688 -   89952256] NTFS      
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...