Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/18/2018 in all areas

  1. Pushing the like button isn't something bad or difficult DSDT_ori.aml.zip
    3 points
  2. Site seems to be much better now, great job Poco.
    3 points
  3. New feature coming, i have decided to give also a little help if tinu can't find any usable installer app, in fact now there is a window with downloads of macOS installer apps from the mac app store
    3 points
  4. Hi guys! Since last days I've added to the HWSensor project a make file to build everything from the command line: make (make all kexts and apps) make pkg (make a package for distribution) The package is translated in English and Italian but you can translate in any languages you want. Before doing that I want to discuss with Slice if titles and descriptions are all ok and clear. Later we can start translating it: Welcome.html.zip Conclusion.html.zip Description.html.zip Localizable.strings.zip HWMonitorSMC.app v2 is still marked as Beta but lately I solved most of the "youth bugs". HWMonitorSMC.app v1 is still there and you can chose one or another as you wish. Forgot to mention that in r107/108 I've added an option in both app to run them at login or not (default is to run at login) so there's no longer the need for a daemon, just run the app once. @Slice please confirm issues with dark theme are solved in 10.11 and 10.12 please. Again, regarding the package, it is able to install kexts in /System/Library/Extensions or in the ESP under /EFI/CLOVER/kexts/Other if Clover is installed. The pkg make a back up of all old extensions found in the target folder (search recursively) and move them to the root of the target volume. Be aware that the package remove all known extensions from this project, but also from kozlek project before install the new ones. You cannot select a single plugin without select the FakeSMC.kext. Why? It is clear to me that these extensions must be associated with the same kexts from the same compilations/revisions to avoid surprises. For that all plugins will be installed inside the dedicated subfolder at FakeSMC.kext/Contents/PlugIns/, so that you will see only it. If You decide to install in SLE or in the EFI folder and those directories does not exist, the package will copy kexts in the root of the target volume, so that you will be able to install them manually. (Installing in SLE is the default option, kexts permissions will be fixed, prelinked rebuilt!) Here is the HWSensors-3_r111.pkg, below the log compiling it: ** Building HWSensor's extensions r111 ** ..using the sdk: macosx10.11 === BUILD TARGET IntelCPUMonitor OF PROJECT HWSensors WITH CONFIGURATION Release 10.6 === ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_start.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_stop.o)) was built for newer OSX version (10.11) than being linked (10.6) === BUILD TARGET ACPIMonitor OF PROJECT HWSensors WITH CONFIGURATION Release 10.6 === ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_start.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_stop.o)) was built for newer OSX version (10.11) than being linked (10.6) === BUILD TARGET NVClockX OF PROJECT HWSensors WITH CONFIGURATION Release 10.6 === ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_start.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_stop.o)) was built for newer OSX version (10.11) than being linked (10.6) === BUILD TARGET RadeonMonitor OF PROJECT HWSensors WITH CONFIGURATION Release 10.6 === ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_start.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_stop.o)) was built for newer OSX version (10.11) than being linked (10.6) === BUILD TARGET X3100 OF PROJECT HWSensors WITH CONFIGURATION Release 10.6 === ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_start.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_stop.o)) was built for newer OSX version (10.11) than being linked (10.6) === BUILD TARGET IT87x OF PROJECT HWSensors WITH CONFIGURATION Release 10.6 === ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_start.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_stop.o)) was built for newer OSX version (10.11) than being linked (10.6) === BUILD TARGET W836x OF PROJECT HWSensors WITH CONFIGURATION Release 10.6 === ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_start.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_stop.o)) was built for newer OSX version (10.11) than being linked (10.6) === BUILD TARGET F718x OF PROJECT HWSensors WITH CONFIGURATION Release 10.6 === ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_start.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_stop.o)) was built for newer OSX version (10.11) than being linked (10.6) === BUILD TARGET PC8739x OF PROJECT HWSensors WITH CONFIGURATION Release 10.6 === ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_start.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_stop.o)) was built for newer OSX version (10.11) than being linked (10.6) === BUILD TARGET GeforceSensor OF PROJECT HWSensors WITH CONFIGURATION Release 10.6 === ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_start.o)) was built for newer OSX version (10.11) than being linked (10.7) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_stop.o)) was built for newer OSX version (10.11) than being linked (10.7) === BUILD TARGET AmdCPUMonitor OF PROJECT HWSensors WITH CONFIGURATION Release 10.6 === ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_start.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_stop.o)) was built for newer OSX version (10.11) than being linked (10.6) === BUILD TARGET FakeSMC OF PROJECT HWSensors WITH CONFIGURATION Release 10.6 === ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_start.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libkmod.a(c_stop.o)) was built for newer OSX version (10.11) than being linked (10.6) ** Building HWMonitorSMC.app v1 ** ** Building HWMonitorSMC.app v2 ** ** Building HWSensors-3_r111.pkg ** [partutil] [Pre] [HWMonitorSMC] [HWMonitorSMC2] [kextsToSLE] [FakeSMC] [IntelCPUMonitor] [AmdCPUMonitor] [GeforceSensor] [NVClockX] [RadeonMonitor] [X3100] [F718x] [ITEIT87x] [PC8739x] [W836x] [ACPIMonitor] [VoodooBatterySMC] [kextsToESP] [Post] NOTE: You need Xcode 9 and Swift 4+ to compile HWMonitorSMC.app v2, otherwise will not be included in the package. Actually Slice compile kexts with the macosx10.11 sdk, so for a better result you should include it in newer Xcode at: ../Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ Close and reopen Xcode, and the project will use the macosx10.11 sdk to build kexts as you can see at the second line of my log! feedbacks appreciated! Those files is to translate into your language HWMonitorSMC.app v2: Preferences.strings.zip Popover.strings.zip Localizable.strings.zip (post your translated file in this Topic) How to checkout and build the project with the Terminal (line by line): cd $HOME svn checkout https://svn.code.sf.net/p/hwsensors/hwsensors3/code3/ hwsensors-hwsensors3-code3 cd $HOME/hwsensors-hwsensors3-code3 make pkg Xcode required! EDIT I cannot upload bigger files than few megabites, I'm going to host the pkg somewhere.. EDIT II link to the package added EDIT III added package with r111 stuff
    2 points
  5. i finished vram patch cleanup for each os. ================10.6.x======================= ==4gb user== N: com.apple.driver.AppleIntelSNBGraphicsFB F: c745cc00 000018 R: c745cc00 000040 MacOS: 10.6.x ==8gb user== N: com.apple.driver.AppleIntelSNBGraphicsFB F: eb19b800 000020 R: eb19b800 000040 MacOS: 10.6.x ================10.7.x-10.11.x================== ==4gb user== N: com.apple.driver.AppleIntelSNBGraphicsFB F: c745bc00 000018 R: c745bc00 000040 MacOS: 10.7.x,10.8.x,10.9.x,10.10.x,10.11.x ==8gb user== N: com.apple.driver.AppleIntelSNBGraphicsFB F: c745bc00 000020 R: c745bc00 000040 MacOS: 10.7.x,10.8.x,10.9.x,10.10.x,10.11.x ================10.12.x====================== ==4gb user== N: com.apple.driver.AppleIntelSNBGraphicsFB F: c745c400 000018 R: c745c400 000040 MacOS: 10.12.x ==8gb user== N: com.apple.driver.AppleIntelSNBGraphicsFB F: c745c400 000020 R: c745c400 000040 MacOS: 10.12.x ================10.13.x====================== ==4gb user== N: com.apple.driver.AppleIntelSNBGraphicsFB F: c745d000 000018 R: c745d000 000040 MacOS: 10.13.x ==8gb user== N: com.apple.driver.AppleIntelSNBGraphicsFB F: c745d000 000020 R: c745d000 000040 MacOS: 10.13.x enjoy
    2 points
  6. Hi guys, this thread is to show you a new and open source app, created by me, that I called TINU: The name means: TINU Is Not #####, the U refers to a popular software that is used to create macOS hackintosh installers (that for good reasons is banned on this forum), but the aim of the name is to explain that this app is a totally different thing from that software and works in a totally different way. This software is intended to be used to create a bootable macOS installer for computers capable of running Apple's macOS, this app, amoung other things is also a GUI for the createinstallmedia executable that could be found in any macOS installer app from Mavericks up to the latest versions. Allows you to create easily a macOS install media without messing around with command line stuff and without using disk utility, and also detects and prevents the most common errors with the creation of bootable vanilla macOS installers. # Features: - No need for guides or instructions! Just follow the very simple on-screen indications to very easily start the bootable macOS installer creation process. - Fully open: You can see how this programs works and you can freely contribute to it! (See the `Repository rules` and the `Note that` sections of this page) - Support for multiple languages (currently just italian and english, but more will be added with future updates once the system which allows it gets improoved) - Can work with every macOS installer app that has the `createinstallmedia` executable inside its internal resources folder (including also beta and newly released installers). - 100% clean using the official apple's method: The bootable macOS installers created with this tool are made using the official apple's `createinstallmedia` method, just as if you created them using the command line, this ensures the best and the cleanest results avoiding all the problems that modded installers have. - Does not require any special preparations. Just open the program, make sure you have a big enought USB drive plugged in (see the `Requirements` section) and have a macOS installer app on your disk. - No need to use Disk Utility first. TINU can format your drive or partition for you, if it's necessary. - Integrated downloads from Apple for lots of macOS/OS X installer apps (to access them open the app, go to the menu bar, and then `Tools->Download a macOS installer`). - Integrated EFI partition mounter tool. - Automatic Clover and OpenCore EFI folder installer. - Tested to work on all the latest macOS releases. - Makes use of the latest Swift 5 language and the latest Xcode releases. (To suggest a new feature please contact us) # Requirements: - A computer that runs Mac OS X Yosemite or a more recent version (Mac OS X El Capitan is required to use TINU inside a macOS Recovery/Installer OS). - A drive or a free partition of least 8 GB (9+ for Catalina, 12+ for Big Sur and newer versions) that you want to turn into a macOS/Mac OS X installer (NOTE: partitions are usable only if they belong to a drive which uses the GUID partition format). - A copy of a macOS/Mac OS X installer app (Maveriks or newer versions are supported), it's reccommended to have the app placed into the /Applications folder or in the root of a volume connected to your computer (excepted the drive/volume you want to turn into your macOS install media). # Download: - You can download the pre-made executable of the app here: https://github.com/ITzTravelInTime/TINU/releases # Building/Compiling requirements: - To compile a copy this app using the source code provvided in this repo, Xcode 12.x or newer is required and so a machine running at least Catalina is needed. # Frequently asked questions https://github.com/ITzTravelInTime/TINU/wiki/FAQs # Useful links and contacts: Thread (english) on insanelymac.com: - http://www.insanelymac.com/forum/topic/326959-tinu-the-macos-installer-creator-app-mac-app/ Thread (italian) on insanelymac.com: - https://www.insanelymac.com/forum/topic/333261-tinu-app-per-creare-chiavette-di-installazione-di-macos-thread-in-italiano/ Thread (english-german) on hackintosh-forum.de: - https://www.hackintosh-forum.de/index.php/Thread/33630-TINU/ Contact the project creator (ITzTravelInTime aka Pietro): - Reddit profile: https://www.reddit.com/user/ITzTravelInTime - email: piecaruso97@gmail.com # Swift packages used: - https://github.com/ITzTravelInTime/Command - https://github.com/ITzTravelInTime/CommandSudo - https://github.com/ITzTravelInTime/SwiftCPUDetect - https://github.com/ITzTravelInTime/SwiftLoggedPrint - https://github.com/ITzTravelInTime/TINUNotifications - https://github.com/ITzTravelInTime/TINURecovery # Note that: - We (the project creator and othe people involved with active developmment) assume no responsibility for any use of this app and this source code, use them at your own risk! - We (the project creator and othe people involved with active developmment) do not guarantee support to you, this is only an open source project done in our free time, not a product released by a company! - This project is born only for educational and demonstrative purposes, it's not intended to be used for commercial purposes. - This is a no-profit project, born only to let people to create macOS install medias in a more simple way and also to let them learn how to create this kind of apps. - Changes to the provvided source code are documented using git, so for any info about any changes made please see the commit history here on the repo. # Credits: - Apple for macOS, system icons and installer apps (and their createinstallmedia executable). - Special tahnks to: Francesco Perchiazzi, Nicola Tomarelli, Roberto Sciortino, Raffaele Sonnessa, Ermanno Nicoletti, Tommaso Dimatore, Michele Vitiello Bonaventura, Massimiliano Faralli, Davide Dessì, Giorgio Dall'Aglio, Peter Paul Chato, Antonio De Masi, the Facebook group ["Italian Hackintosh group!!"](https://www.facebook.com/groups/Italia.hackintosh/?fref=ts), the Telegram group ["Hackintosh Italia"](https://t.me/Hackinto{censored}alia) and the commiunity from hackintosh-forum.de . - Gianmarco Gargiulo for the current app icon and usb drive image. - Thomas Tempelmann for help with the UI, grammar and the code. - Pietro Caruso (ITzTravelInTime) project creator, maintainer and main developer. # Legal info: TINU, the open tool to create bootable macOS installers. Copyright (C) 2017-2021 Pietro Caruso (ITzTravelInTime) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Here are also some screenshots inside this spoiler tab
    1 point
  7. - Make full service for macOS kexts easily. - Latest Kext Utility v2.6.6 for mac OS 10.5-10.13 macOS "Sierra" Super Speed Edition FULL version with KU_config.plist © cVad 2008-2016 Improved version utility from russian MAC community. Description: Super speed repair permissions for all system folders: /System/Library/Extensions and /Library/Extensions; Starts a update (rebuild) system caches: NEW! Starts a update (rebuild) system kernelcache_* for OS X with Extensions.mkext standart cache file (OS X 10.6): Install multiple kext files simultaneously; Kext Utility.app/Contents/Resources/KU_config.plist for ON|OFF some KU functions; KU can automatically add/remove boot args: "-v" for verbose boot, "kext-dev-mode=1" for load unsigned kexts in MAC OS X "Yosemite" and "rootless=0" for perform any repair permissions operation in com.apple.Boot.plist and Unbelievable! in NVRam ; Patch msdosfs.kext Info.plist for add OSBundleRequired="Console". That provides access to an EFI partition in single user mode (disabled for 10.10 and up); Update a records about the unsigned installed kexts in the AppleKextExcludeList.kext (disabled for 10.10 and up); Pack kext files to mkext cache file; UnPack mkext cache files. Note: The latest KU uses highly modified high-speed method of repair kexts. To all kexts granted the same rights (a little more liberal, than it is necessary). This saves a lot of time and nervous when installing and configuring the MAC OS X. On the system performance, is not affected. After installing and configuring the system, if there is free time, run "Disk Utility", and repair the kexts, according to their native permissions. Default config: Troubleshooting: Some thoughts on the repairing of the kexts permissions: Enjoy ... Feel free to click "like" cvad Kext_Utility.app.v2.6.4.zip Kext_Utility.app.v2.6.4.zip.md5.txt Kext_Utility.app.v2.6.5.zip Kext_Utility.app.v2.6.5.zip.md5.txt Kext_Utility.app.v2.6.6.zip Kext_Utility.app.v2.6.6.zip.md5.txt
    1 point
  8. Hi, Home page login is not working, if i try to sign in i get 404 and i m stuck here (https://www.insanelymac.com/?_fromLogin=1). forum login is fine, but even when logged in, the home page asks me to sign in
    1 point
  9. On my experience with HS on HD4000 systems similar to ATIV, I think it's ok to upgrade, you will still need to fix brightness after the upgrade. I recommend you TO NOT USE APFS. Skip the conversion, as it creates many issues (I dont have the tablet with me, but I do have many SSDs at home, some work fine with APFS, others dont, as they show slowness and corrupt data), so the safest way is to upgrade without converting (you can google for rehabman's guide on how to do it). Also, make a full TM backup before upgrading, because HS has introduced many graphical issues and instabilities. As of now, I'm using a Thinkpad P50, and even with that powerful iGPU (with Xeon CPU), HS managed to mess up and I went back to Sierra. Same goes with the VAIO. If you're ok with installing the HS then restoring it if anything happened, let us about the result.
    1 point
  10. can this work with asus hero vi this guide my parts are intel i7 4790k 16 ram corsair ddr3 asus maximus VI hero 660 gtx evga ssd 940 evo os installer 1tb hardrive storage's
    1 point
  11. Thank you :-) I have tested the top card and it is not UEFI and the BIOS version is not the latest. I will check the other card tomorrow. I really appreciate all your help :-D
    1 point
  12. Hi! Im very grateful, thank you. You helped me a lot. Best!
    1 point
  13. Nope, I'm just using GTX 1060 Also I forgot to mention but my ALC 892 is working fine (I'm using headphone until I can fix the DP sound, it's better than booting and connecting cable hehe) And for some reason I can't upload the RunMe file result so I uploaded on http://www22.zippyshare.com/v/9adSbC5Z/file.html
    1 point
  14. It's not a big deal and there is no rush, take your time, I just reported this just to make sure if it's available or not. Thanks for your time and efforts man
    1 point
  15. It will. But I need time to import this code: https://github.com/smartmontools/smartmontools It's written in c++ but I need obj-c or swift or even plain c (c is more than enough). in the meantime, if someone wants to start the job I'll be happy since next days I'll be very busy with my work. What is better?
    1 point
  16. I can't post in the following topic. HWSensors3 Please check it out. Thanks in advance
    1 point
  17. this is expected since VGA is not an active signal.
    1 point
  18. good i'm work in tables yestarday for avoid coffeelake acpi errors, fine now, boot is very fast, with new bios now series 100/200/300/x299 ppl have hard work in front Extract boot log from 2018-03-18 12:50:57 2018-03-18 12:51:57.000041-0300 0x0 Default 0x0 0 0 kernel: PMAP: PCID enabled 2018-03-18 12:51:57.000042-0300 0x0 Default 0x0 0 0 kernel: PMAP: Supervisor Mode Execute Protection enabled 2018-03-18 12:51:57.000044-0300 0x0 Default 0x0 0 0 kernel: PMAP: Supervisor Mode Access Protection enabled 2018-03-18 12:51:57.002153-0300 0x0 Default 0x0 0 0 kernel: Darwin Kernel Version 17.5.0: Mon Mar 5 22:58:50 PST 2018; root:xnu-4570.51.1~2/RELEASE_X86_64 2018-03-18 12:51:57.083306-0300 0x0 Default 0x0 0 0 kernel: vm_page_bootstrap: 3962338 free pages and 199198 wired pages 2018-03-18 12:51:57.101910-0300 0x0 Default 0x0 0 0 kernel: kext submap [0x<private> - 0x<private>], kernel text [0x<private> - 0x<private>] 2018-03-18 12:51:57.101914-0300 0x0 Default 0x0 0 0 kernel: zone leak detection enabled 2018-03-18 12:51:57.101916-0300 0x0 Default 0x0 0 0 kernel: zalloc: allocating memory for zone names buffer 2018-03-18 12:51:57.101969-0300 0x0 Default 0x0 0 0 kernel: "vm_compressor_mode" is 4 2018-03-18 12:51:57.102006-0300 0x0 Default 0x0 0 0 kernel: multiq scheduler config: deep-drain 0, ceiling 47, depth limit 4, band limit 127, sanity check 0 2018-03-18 12:51:57.102010-0300 0x0 Default 0x0 0 0 kernel: standard timeslicing quantum is 10000 us 2018-03-18 12:51:57.102012-0300 0x0 Default 0x0 0 0 kernel: standard background quantum is 2500 us 2018-03-18 12:51:57.102048-0300 0x0 Default 0x0 0 0 kernel: WQ[wql_init]: init linktable with max:262144 elements (8388608 bytes) 2018-03-18 12:51:57.102057-0300 0x0 Default 0x0 0 0 kernel: WQ[wqp_init]: init prepost table with max:262144 elements (8388608 bytes) 2018-03-18 12:51:57.102080-0300 0x0 Default 0x0 0 0 kernel: mig_table_max_displ = 16 2018-03-18 12:51:57.105339-0300 0x0 Default 0x0 0 0 kernel: TSC Deadline Timer supported and enabled 2018-03-18 12:51:57.105511-0300 0x65 Default 0x0 0 0 kernel: kdp_core zlib memory 0x7000 2018-03-18 12:51:57.546768-0300 0x65 Default 0x0 0 0 kernel: "name" not a kext 2018-03-18 12:51:57.547275-0300 0x65 Default 0x0 0 0 kernel: "FailedCLUT" not a kext 2018-03-18 12:51:57.553147-0300 0x65 Default 0x0 0 0 kernel: "FailedImage" not a kext 2018-03-18 12:51:57.599789-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.599790-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.599918-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) RSDP 0x00000000B5496000 000024 (v02 ALASKA) 2018-03-18 12:51:57.599918-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) RSDP 0x00000000B5496000 000024 (v02 ALASKA) 2018-03-18 12:51:57.600815-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.600816-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.600858-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.600859-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.600987-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) XSDT 0x00000000B540F000 0000DC (v01 ALASKA A M I 01072009 AMI 00010013) 2018-03-18 12:51:57.600988-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) XSDT 0x00000000B540F000 0000DC (v01 ALASKA A M I 01072009 AMI 00010013) 2018-03-18 12:51:57.602550-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.602551-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.602622-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.602622-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.602748-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACP 0x00000000B540E000 0000F4 (v04 Apple A M I 01072009 AMI 00010013) 2018-03-18 12:51:57.602749-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACP 0x00000000B540E000 0000F4 (v04 Apple A M I 01072009 AMI 00010013) 2018-03-18 12:51:57.604316-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.604317-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.619438-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.619439-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.619567-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) DSDT 0x00000000B53F5000 01602D (v02 Apple MaLd0n 01072009 INTL 20161210) 2018-03-18 12:51:57.619568-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) DSDT 0x00000000B53F5000 01602D (v02 Apple MaLd0n 01072009 INTL 20161210) 2018-03-18 12:51:57.621133-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.621133-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.621181-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.621181-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.621308-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACS 0x00000000B5843F00 000040 2018-03-18 12:51:57.621308-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACS 0x00000000B5843F00 000040 2018-03-18 12:51:57.621935-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.621936-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.621974-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.621974-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.622100-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACS 0x00000000B5843F00 000040 2018-03-18 12:51:57.622100-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACS 0x00000000B5843F00 000040 2018-03-18 12:51:57.622727-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.622728-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.622780-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.622780-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.622906-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) APIC 0x00000000B54BD890 0000F4 (v03 ALASKA A M I 01072009 AMI 00010013) 2018-03-18 12:51:57.622906-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) APIC 0x00000000B54BD890 0000F4 (v03 ALASKA A M I 01072009 AMI 00010013) 2018-03-18 12:51:57.624473-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.624473-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.624517-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.624518-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.624646-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FPDT 0x00000000B54BD988 000044 (v01 ALASKA A M I 01072009 AMI 00010013) 2018-03-18 12:51:57.624647-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FPDT 0x00000000B54BD988 000044 (v01 ALASKA A M I 01072009 AMI 00010013) 2018-03-18 12:51:57.626212-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.626212-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.626261-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.626262-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.626387-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FIDT 0x00000000B54BD9D0 00009C (v01 ALASKA A M I 01072009 AMI 00010013) 2018-03-18 12:51:57.626388-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FIDT 0x00000000B54BD9D0 00009C (v01 ALASKA A M I 01072009 AMI 00010013) 2018-03-18 12:51:57.627953-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.627953-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.627995-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.627996-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.628124-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) MCFG 0x00000000B54BDA70 00003C (v01 ALASKA A M I 01072009 MSFT 00000097) 2018-03-18 12:51:57.628125-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) MCFG 0x00000000B54BDA70 00003C (v01 ALASKA A M I 01072009 MSFT 00000097) 2018-03-18 12:51:57.629574-0300 0x73 Default 0x0 0 0 kernel: calling mpo_policy_init for Lilu 2018-03-18 12:51:57.630808-0300 0x73 Default 0x0 0 0 kernel: Security policy loaded: Lilu Kernel Extension 1.2.2 (Lilu) 2018-03-18 12:51:57.639698-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.639698-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.639797-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.639798-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.639925-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000B53F3000 0003A3 (v01 SataRe SataTabl 00001000 INTL 20160422) 2018-03-18 12:51:57.639926-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000B53F3000 0003A3 (v01 SataRe SataTabl 00001000 INTL 20160422) 2018-03-18 12:51:57.641492-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.641493-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.643145-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.643145-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.643273-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000B53EA000 0071D7 (v01 GBT GSWApp 00000001 INTL 20160422) 2018-03-18 12:51:57.643274-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000B53EA000 0071D7 (v01 GBT GSWApp 00000001 INTL 20160422) 2018-03-18 12:51:57.644837-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.644837-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.645575-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.645576-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.645704-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000B53E5000 003156 (v02 SaSsdt SaSsdt 00003000 INTL 20160422) 2018-03-18 12:51:57.645705-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000B53E5000 003156 (v02 SaSsdt SaSsdt 00003000 INTL 20160422) 2018-03-18 12:51:57.647265-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.647265-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.647844-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.647844-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.647970-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000B53E1000 002611 (v02 PegSsd PegSsdt 00001000 INTL 20160422) 2018-03-18 12:51:57.647971-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000B53E1000 002611 (v02 PegSsd PegSsdt 00001000 INTL 20160422) 2018-03-18 12:51:57.659613-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.659613-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.659672-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.659672-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.659801-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) HPET 0x00000000B54CA7A0 000038 (v01 INTEL KBL 00000001 MSFT 0000005F) 2018-03-18 12:51:57.659802-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) HPET 0x00000000B54CA7A0 000038 (v01 INTEL KBL 00000001 MSFT 0000005F) 2018-03-18 12:51:57.661364-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.661365-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.661655-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.661655-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.661781-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000B53DE000 0011A2 (v02 INTEL Ther_Rvp 00001000 INTL 20160422) 2018-03-18 12:51:57.661782-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000B53DE000 0011A2 (v02 INTEL Ther_Rvp 00001000 INTL 20160422) 2018-03-18 12:51:57.663346-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.663346-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.663994-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.663995-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.664121-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000AC833000 002AD7 (v02 INTEL xh_rvp10 00000000 INTL 20160422) 2018-03-18 12:51:57.664122-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000AC833000 002AD7 (v02 INTEL xh_rvp10 00000000 INTL 20160422) 2018-03-18 12:51:57.665758-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.665758-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.665802-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.665802-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.665928-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) UEFI 0x00000000B54CE458 000042 (v01 ALASKA A M I 00000002 01000013) 2018-03-18 12:51:57.665929-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) UEFI 0x00000000B54CE458 000042 (v01 ALASKA A M I 00000002 01000013) 2018-03-18 12:51:57.667497-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.667497-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.667873-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.667873-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.667999-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000AC830000 0017AE (v02 CpuRef CpuSsdt 00003000 INTL 20160422) 2018-03-18 12:51:57.668000-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000AC830000 0017AE (v02 CpuRef CpuSsdt 00003000 INTL 20160422) 2018-03-18 12:51:57.679573-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.679573-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.679634-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.679635-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.679763-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) LPIT 0x00000000B54CFC50 000094 (v01 INTEL KBL 00000000 MSFT 0000005F) 2018-03-18 12:51:57.679763-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) LPIT 0x00000000B54CFC50 000094 (v01 INTEL KBL 00000000 MSFT 0000005F) 2018-03-18 12:51:57.681330-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.681330-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.681388-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.681388-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.681514-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000AC82E000 000141 (v02 INTEL HdaDsp 00000000 INTL 20160422) 2018-03-18 12:51:57.681515-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000AC82E000 000141 (v02 INTEL HdaDsp 00000000 INTL 20160422) 2018-03-18 12:51:57.683149-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.683149-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.683226-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.683227-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.683353-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000AC82C000 00029F (v02 INTEL sensrhub 00000000 INTL 20160422) 2018-03-18 12:51:57.683354-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000AC82C000 00029F (v02 INTEL sensrhub 00000000 INTL 20160422) 2018-03-18 12:51:57.684918-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.684918-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.685639-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.685640-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.685768-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000AACDF000 003002 (v02 INTEL PtidDevc 00001000 INTL 20160422) 2018-03-18 12:51:57.685769-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000AACDF000 003002 (v02 INTEL PtidDevc 00001000 INTL 20160422) 2018-03-18 12:51:57.687334-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.687334-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.687446-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.687447-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.687573-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000AC82A000 000517 (v02 INTEL TbtTypeC 00000000 INTL 20160422) 2018-03-18 12:51:57.687574-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000AC82A000 000517 (v02 INTEL TbtTypeC 00000000 INTL 20160422) 2018-03-18 12:51:57.699147-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.699148-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.699203-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.699203-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.699331-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) DBGP 0x00000000B54D35F0 000034 (v01 INTEL 00000002 MSFT 0000005F) 2018-03-18 12:51:57.699332-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) DBGP 0x00000000B54D35F0 000034 (v01 INTEL 00000002 MSFT 0000005F) 2018-03-18 12:51:57.700896-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.700896-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.700940-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.700940-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.701068-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) DBG2 0x00000000B54D3628 000054 (v00 INTEL 00000002 MSFT 0000005F) 2018-03-18 12:51:57.701069-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) DBG2 0x00000000B54D3628 000054 (v00 INTEL 00000002 MSFT 0000005F) 2018-03-18 12:51:57.702630-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.702630-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.702673-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.702674-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.702803-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) BGRT 0x00000000B54D3728 000038 (v01 ALASKA A M I 01072009 AMI 00010013) 2018-03-18 12:51:57.702804-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) BGRT 0x00000000B54D3728 000038 (v01 ALASKA A M I 01072009 AMI 00010013) 2018-03-18 12:51:57.704363-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.704363-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.704405-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.704406-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.704534-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) WSMT 0x00000000B54D3760 000028 (v01 ALASKA A M I 01072009 AMI 00010013) 2018-03-18 12:51:57.704535-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) WSMT 0x00000000B54D3760 000028 (v01 ALASKA A M I 01072009 AMI 00010013) 2018-03-18 12:51:57.706098-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.706098-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.714187-0300 0x73 Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::init created and initing 2018-03-18 12:51:57.715313-0300 0x73 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: init: called, instance = <private>. 2018-03-18 12:51:57.716508-0300 0x73 Default 0x0 0 0 kernel: (AppleCredentialManager) AssertMacros: value (value: 0x0), file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCredentialManager-195.50.30/AppleCredentialManager/AppleCredentialManager.cpp:54 2018-03-18 12:51:57.730653-0300 0x73 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: init: EOS device type: 0. 2018-03-18 12:51:57.731706-0300 0x73 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: InitCredentialEngine: Global credential set created, CS[10]. 2018-03-18 12:51:57.733154-0300 0x73 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: init: returning, result = true, instance = <private>. 2018-03-18 12:51:57.734756-0300 0x73 Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::start starting 2018-03-18 12:51:57.738859-0300 0x73 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: start: called, instance = <private>. 2018-03-18 12:51:57.740057-0300 0x73 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: start: started, instance = <private>. 2018-03-18 12:51:57.741279-0300 0x73 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: start: returning, result = true, instance = <private>. 2018-03-18 12:51:57.742851-0300 0x73 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore starting (BUILT: Mar 5 2018 23:52:54) 2018-03-18 12:51:57.744038-0300 0x73 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore::start: _kernel_relay_enable = 0 2018-03-18 12:51:57.745023-0300 0x73 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore::start: _sep_enabled = 0 2018-03-18 12:51:57.745849-0300 0x73 Default 0x0 0 0 kernel: IOGetBootKeyStoreData: data at address 0 size 0 2018-03-18 12:51:57.745870-0300 0x73 Default 0x0 0 0 kernel: (kernel) USBInjectAll: uia_exclude specifies 'HS01;HS02;HS03;HS05;HS06;HS08;HS13;HS14;SS01;SS02;SS04;SS05;SS06;SS07;SS09;SS10;USR1;USR2' 2018-03-18 12:51:57.781419-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.781420-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.781546-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 12 ACPI AML tables successfully acquired and loaded 2018-03-18 12:51:57.781546-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 12 ACPI AML tables successfully acquired and loaded 2018-03-18 12:51:57.782677-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.782678-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.788300-0300 0x81 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled 2018-03-18 12:51:57.794357-0300 0x81 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled 2018-03-18 12:51:57.801071-0300 0x81 Default 0x0 0 0 kernel: cpu_data_alloc(1) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private> 2018-03-18 12:51:57.801076-0300 0x81 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled 2018-03-18 12:51:57.807028-0300 0x81 Default 0x0 0 0 kernel: cpu_data_alloc(2) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private> 2018-03-18 12:51:57.807033-0300 0x81 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled 2018-03-18 12:51:57.812959-0300 0x81 Default 0x0 0 0 kernel: cpu_data_alloc(3) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private> 2018-03-18 12:51:57.812962-0300 0x81 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=5 LocalApicId=8 Enabled 2018-03-18 12:51:57.818812-0300 0x81 Default 0x0 0 0 kernel: cpu_data_alloc(4) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private> 2018-03-18 12:51:57.818818-0300 0x81 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=6 LocalApicId=10 Enabled 2018-03-18 12:51:57.824504-0300 0x81 Default 0x0 0 0 kernel: cpu_data_alloc(5) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private> 2018-03-18 12:51:57.824508-0300 0x81 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=7 LocalApicId=1 Enabled 2018-03-18 12:51:57.830095-0300 0x81 Default 0x0 0 0 kernel: cpu_data_alloc(6) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private> 2018-03-18 12:51:57.830100-0300 0x81 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=8 LocalApicId=3 Enabled 2018-03-18 12:51:57.835677-0300 0x81 Default 0x0 0 0 kernel: cpu_data_alloc(7) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private> 2018-03-18 12:51:57.835681-0300 0x81 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=9 LocalApicId=5 Enabled 2018-03-18 12:51:57.841132-0300 0x81 Default 0x0 0 0 kernel: cpu_data_alloc(8) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private> 2018-03-18 12:51:57.841135-0300 0x81 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=10 LocalApicId=7 Enabled 2018-03-18 12:51:57.846586-0300 0x81 Default 0x0 0 0 kernel: cpu_data_alloc(9) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private> 2018-03-18 12:51:57.846589-0300 0x81 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=11 LocalApicId=9 Enabled 2018-03-18 12:51:57.851987-0300 0x81 Default 0x0 0 0 kernel: cpu_data_alloc(10) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private> 2018-03-18 12:51:57.851991-0300 0x81 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=12 LocalApicId=11 Enabled 2018-03-18 12:51:57.857245-0300 0x81 Default 0x0 0 0 kernel: cpu_data_alloc(11) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private> 2018-03-18 12:51:57.862420-0300 0x65 Default 0x0 0 0 kernel: calling mpo_policy_init for TMSafetyNet 2018-03-18 12:51:57.868064-0300 0x65 Default 0x0 0 0 kernel: Security policy loaded: Safety net for Time Machine (TMSafetyNet) 2018-03-18 12:51:57.873105-0300 0x65 Default 0x0 0 0 kernel: calling mpo_policy_init for AMFI 2018-03-18 12:51:57.878507-0300 0x65 Default 0x0 0 0 kernel: Security policy loaded: Apple Mobile File Integrity (AMFI) 2018-03-18 12:51:57.883478-0300 0x65 Default 0x0 0 0 kernel: calling mpo_policy_init for Sandbox 2018-03-18 12:51:57.888915-0300 0x65 Default 0x0 0 0 kernel: Security policy loaded: Seatbelt sandbox policy (Sandbox) 2018-03-18 12:51:57.894052-0300 0x65 Default 0x0 0 0 kernel: calling mpo_policy_init for Quarantine 2018-03-18 12:51:57.899561-0300 0x65 Default 0x0 0 0 kernel: Security policy loaded: Quarantine policy (Quarantine) 2018-03-18 12:51:57.915214-0300 0x65 Default 0x0 0 0 kernel: <compose failure [UUID]> 2018-03-18 12:51:57.920509-0300 0x65 Default 0x0 0 0 kernel: MAC Framework successfully initialized 2018-03-18 12:51:57.920516-0300 0x65 Default 0x0 0 0 kernel: ulock_initialize>thread_max=20480, ull_hash_buckets=8192 2018-03-18 12:51:57.928014-0300 0x65 Default 0x0 0 0 kernel: using 16384 buffer headers and 10240 cluster IO buffer headers 2018-03-18 12:51:57.928928-0300 0x82 Default 0x0 0 0 kernel: Started cpu 2 (lapic id 00000002) 2018-03-18 12:51:57.929607-0300 0x83 Default 0x0 0 0 kernel: Started cpu 4 (lapic id 00000004) 2018-03-18 12:51:57.930287-0300 0x84 Default 0x0 0 0 kernel: Started cpu 6 (lapic id 00000006) 2018-03-18 12:51:57.930972-0300 0x85 Default 0x0 0 0 kernel: Started cpu 8 (lapic id 00000008) 2018-03-18 12:51:57.931651-0300 0x86 Default 0x0 0 0 kernel: Started cpu 10 (lapic id 0000000a) 2018-03-18 12:51:57.942342-0300 0x87 Default 0x0 0 0 kernel: Started cpu 1 (lapic id 00000001) 2018-03-18 12:51:57.943016-0300 0x88 Default 0x0 0 0 kernel: Started cpu 3 (lapic id 00000003) 2018-03-18 12:51:57.943691-0300 0x89 Default 0x0 0 0 kernel: Started cpu 5 (lapic id 00000005) 2018-03-18 12:51:57.944363-0300 0x8a Default 0x0 0 0 kernel: Started cpu 7 (lapic id 00000007) 2018-03-18 12:51:57.945033-0300 0x8b Default 0x0 0 0 kernel: Started cpu 9 (lapic id 00000009) 2018-03-18 12:51:57.945709-0300 0x8c Default 0x0 0 0 kernel: Started cpu 11 (lapic id 0000000b) 2018-03-18 12:51:57.946343-0300 0xb6 Default 0x0 0 0 kernel: (AppleAPIC) IOAPIC: Version 0x20 Vectors 64:111 2018-03-18 12:51:57.952382-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.952383-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2018-03-18 12:51:57.952509-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Executed 24 blocks of module-level executable AML code 2018-03-18 12:51:57.952509-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Executed 24 blocks of module-level executable AML code 2018-03-18 12:51:57.953639-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:51:57.953639-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2018-03-18 12:52:01.936838-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: sleep states S3 S4 S5 2018-03-18 12:52:01.945172-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2018-03-18 12:52:01.945178-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2018-03-18 12:52:01.945182-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2018-03-18 12:52:01.945546-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2018-03-18 12:52:01.945551-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2018-03-18 12:52:01.945555-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2018-03-18 12:52:01.945887-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2018-03-18 12:52:01.945893-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2018-03-18 12:52:01.945897-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2018-03-18 12:52:01.956950-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2018-03-18 12:52:01.956987-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2018-03-18 12:52:01.957020-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2018-03-18 12:52:01.957051-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2018-03-18 12:52:01.957083-0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2018-03-18 12:52:01.960344-0300 0xbc Default 0x0 0 0 kernel: (IOPCIFamily) pci (build 23:06:58 Mar 5 2018), flags 0x20e3080 2018-03-18 12:52:01.961661-0300 0xba Default 0x0 0 0 kernel: (IOHIDFamily) HID: Legacy shim 2 2018-03-18 12:52:01.961777-0300 0xbd Default 0x0 0 0 kernel: (AppleRTC) RTC: Only single RAM bank (128 bytes) 2018-03-18 12:52:01.961778-0300 0xbd Default 0x0 0 0 kernel: (AppleRTC) RTC: Only single RAM bank (128 bytes) 2018-03-18 12:52:01.961980-0300 0xce Default 0x0 0 0 kernel: (IOHIDFamily) HID: Legacy shim 2 2018-03-18 12:52:01.970055-0300 0xd9 Default 0x0 0 0 kernel: (kernel) FakeSMC: opensource SMC device emulator by netkas (C) 2009 2018-03-18 12:52:01.971191-0300 0xbc Default 0x0 0 0 kernel: (IOPCIFamily) pci (build 23:06:58 Mar 5 2018), flags 0x20e3080 2018-03-18 12:52:01.971293-0300 0xbc Default 0x0 0 0 kernel: (IOPCIFamily) [ PCI configuration begin ] 2018-03-18 12:52:01.975650-0300 0xe0 Default 0x0 0 0 kernel: (IOUSBFamily) 000004.975647 AppleUSBLegacyRoot@(null): AppleUSBLegacyRoot::init: enabling legacy matching 2018-03-18 12:52:01.975901-0300 0xbc Default 0x0 0 0 kernel: kPEDisableScreen -1 2018-03-18 12:52:01.975906-0300 0xd9 Default 0x0 0 0 kernel: (kernel) FakeSMC: plugins & plugins support modifications by mozodojo, usr-sse2, slice (C) 2010 2018-03-18 12:52:01.975991-0300 0xd9 Default 0x0 0 0 kernel: (kernel) FakeSMCDevice: 25 preconfigured key(s) added 2018-03-18 12:52:01.975995-0300 0xd9 Default 0x0 0 0 kernel: (kernel) FakeSMCDevice: SMC Platform: j137 2018-03-18 12:52:01.975998-0300 0xd9 Default 0x0 0 0 kernel: (kernel) FakeSMCDevice: SMC Branch: j137 2018-03-18 12:52:01.976002-0300 0xd9 Default 0x0 0 0 kernel: (kernel) FakeSMCDevice: SMC Revision set to: 2.41f01 2018-03-18 12:52:01.976005-0300 0xd9 Default 0x0 0 0 kernel: (kernel) FakeSMCDevice: SMC ConfigID set to: 09 70 f0 00 2018-03-18 12:52:01.976008-0300 0xd9 Default 0x0 0 0 kernel: (kernel) FakeSMCDevice: Mobile Platform: 0 2018-03-18 12:52:01.976072-0300 0xd9 Default 0x0 0 0 kernel: (kernel) FakeSMCDevice: successfully initialized 2018-03-18 12:52:01.984333-0300 0xe5 Default 0x0 0 0 kernel: (AppleSMC) Previous shutdown cause: 3 2018-03-18 12:52:01.986141-0300 0xe9 Default 0x0 0 0 kernel: (AppleACPIPlatform) Matched against SMC (started) 2018-03-18 12:52:01.986142-0300 0xe9 Default 0x0 0 0 kernel: (AppleACPIPlatform) Generation from SMC report as 2 2018-03-18 12:52:01.997239-0300 0xbc Default 0x0 0 0 kernel: initialize_screen: b=7F80000000, w=00000780, h=00000438, r=00001E00, d=00000001 2018-03-18 12:52:01.997767-0300 0xbc Default 0x0 0 0 kernel: kPEEnableScreen 1 2018-03-18 12:52:01.997768-0300 0xbc Default 0x0 0 0 kernel: (IOPCIFamily) console relocated to 0x7f80000000 2018-03-18 12:52:02.031897-0300 0xbc Default 0x0 0 0 kernel: (IOPCIFamily) [ PCI configuration end, bridges 10, devices 14 ] 2018-03-18 12:52:02.042765-0300 0x65 Default 0x0 0 0 kernel: (AppleACPIPlatform) found RTC service 2018-03-18 12:52:02.042858-0300 0x65 Default 0x0 0 0 kernel: (AppleRTC) RTC: getGMTTimeOfDay 1521388317 2018-03-18 12:52:02.042864-0300 0x65 Default 0x0 0 0 kernel: clock_initialize_calendar system does not have monotonic clock. 2018-03-18 12:52:02.052079-0300 0x65 Default 0x0 0 0 kernel: mcache: 12 CPU(s), 64 bytes CPU cache line size 2018-03-18 12:52:02.053635-0300 0xf4 Default 0x0 0 0 kernel: (IOAHCIFamily) [AHCI][PML][00000000]+IOAHCIPortMultiplierGlobals::IOAHCIPortMultiplierGlobals 2018-03-18 12:52:02.053637-0300 0xf4 Default 0x0 0 0 kernel: (IOAHCIFamily) [AHCI][PML][00000000]-IOAHCIPortMultiplierGlobals::IOAHCIPortMultiplierGlobals 2018-03-18 12:52:02.058089-0300 0x65 Default 0x0 0 0 kernel: mbinit: done [128 MB total pool size, (85/42) split] 2018-03-18 12:52:02.058231-0300 0x65 Default 0x0 0 0 kernel: SK: netagent is disabled by default for this platform 2018-03-18 12:52:02.058635-0300 0x65 Default 0x0 0 0 kernel: bsd_autoconf: calling kminit 2018-03-18 12:52:02.064822-0300 0xfd Default 0x0 0 0 kernel: (AppleACPIPlatform) PXSX cannot assert wake from D3cold 2018-03-18 12:52:02.064823-0300 0xfd Default 0x0 0 0 kernel: (AppleACPIPlatform) PXSX cannot assert wake from D3cold 2018-03-18 12:52:02.070860-0300 0x11e Default 0x0 0 0 kernel: (IO80211Family) AirPort_AtherosNewma40::init AirPortFamily_kexts-1406.5 "AirPortFamily_kexts-1406.5" Mar 5 2018 23:15:33 2018-03-18 12:52:02.084358-0300 0x12c Default 0x0 0 0 kernel: (apfs) apfs_module_start:1277: load: com.apple.filesystems.apfs, v748.51.0, 748.57.18, 2018/03/06 2018-03-18 12:52:02.093814-0300 0x12e Default 0x0 0 0 kernel: (AppleFSCompressionTypeZlib) com.apple.AppleFSCompressionTypeZlib kmod start 2018-03-18 12:52:02.099793-0300 0x12e Default 0x0 0 0 kernel: (AppleFSCompressionTypeDataless) com.apple.AppleFSCompressionTypeDataless kmod start 2018-03-18 12:52:02.105416-0300 0x12e Default 0x0 0 0 kernel: calling mpo_policy_init for ASP 2018-03-18 12:52:02.111169-0300 0x12e Default 0x0 0 0 kernel: Security policy loaded: Apple System Policy (ASP) 2018-03-18 12:52:02.111174-0300 0x12e Default 0x0 0 0 kernel: (AppleSystemPolicy) AppleSystemPolicy has been successfully started 2018-03-18 12:52:02.117009-0300 0x12e Default 0x0 0 0 kernel: (AppleFSCompressionTypeZlib) com.apple.AppleFSCompressionTypeZlib load succeeded 2018-03-18 12:52:02.122908-0300 0x12e Default 0x0 0 0 kernel: (AppleFSCompressionTypeDataless) com.apple.AppleFSCompressionTypeDataless load succeeded 2018-03-18 12:52:02.122986-0300 0x65 Default 0x0 0 0 kernel: rooting via boot-uuid from /chosen: 0ECF0DE1-C0C6-33C6-9B96-15E5F2F80572 2018-03-18 12:52:02.123042-0300 0x105 Default 0x0 0 0 kernel: (kernel) Ethernet [IntelMausi]: TCP/IPv4 segmentation offload disabled. 2018-03-18 12:52:02.123047-0300 0x11e Default 0x0 0 0 kernel: (IO80211Family) IO80211Controller::createIOReporters 0x1f48ca6859c6e931 2018-03-18 12:52:02.123158-0300 0x105 Default 0x0 0 0 kernel: (kernel) Ethernet [IntelMausi]: TCP/IPv6 segmentation offload disabled. 2018-03-18 12:52:02.123327-0300 0x105 Default 0x0 0 0 kernel: (kernel) Ethernet [IntelMausi]: TCP/IPv6 checksum offload enabled. 2018-03-18 12:52:02.123497-0300 0x105 Default 0x0 0 0 kernel: (kernel) Ethernet [IntelMausi]: Version 2.3.0 using max interrupt rate 7000. Please don't support tonymacx86.com! 2018-03-18 12:52:02.123517-0300 0x11e Default 0x0 0 0 kernel: (IO80211Family) CCFlags: 0x0, CCLevel: 5 ConsoleFlags: 0x0, ConsoleLevel: -1 2018-03-18 12:52:02.124057-0300 0x11e Default 0x0 0 0 kernel: (corecapture) No Service found 1000002e5 2018-03-18 12:52:02.124168-0300 0x11e Default 0x0 0 0 kernel: (corecapture) configureInterests - nElements <= 0! 2018-03-18 12:52:02.124335-0300 0x11e Default 0x0 0 0 kernel: (corecapture) Failed to configure interests 2018-03-18 12:52:02.124505-0300 0x11e Default 0x0 0 0 kernel: (IO80211Family) IO80211Controller::addSubscriptionForThisReporterFetchedOnTimer() Failed to addSubscription for group Chip subgroup Bytes Transferred driver 0x1f48ca6859c6e931 - data underrun 2018-03-18 12:52:02.129666-0300 0x65 Default 0x0 0 0 kernel: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict> 2018-03-18 12:52:02.130358-0300 0x65 Default 0x0 0 0 kernel: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@17/AppleIntelPchSeriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/KINGSTON SV300S37A240G Media/IOGUIDPartitionScheme/Untitled 2@2 2018-03-18 12:52:02.130483-0300 0x65 Default 0x0 0 0 kernel: BSD root: disk0s2 2018-03-18 12:52:02.130650-0300 0x65 Default 0x0 0 0 kernel: , major 1, minor 1 2018-03-18 12:52:02.215230-0300 0x11e Default 0x0 0 0 kernel: (IO80211Family) IO80211ControllerMonitor::configureSubscriptions() failed to add subscription 2018-03-18 12:52:02.222627-0300 0x11e Default 0x0 0 0 kernel: (IO80211Family) CCFlags: 0x3, CCLevel: 5 ConsoleFlags: 0x0, ConsoleLevel: -1 2018-03-18 12:52:02.229691-0300 0x11e Default 0x0 0 0 kernel: (IO80211Family) CCFlags: 0x4, CCLevel: 5 ConsoleFlags: 0x0, ConsoleLevel: -1 2018-03-18 12:52:02.229832-0300 0x11e Default 0x0 0 0 kernel: (IO80211Family) IO80211Controller::start _controller is 0x1f48ca6859c6e931, provider is 0x1f48ca66dd08ddb1 2018-03-18 12:52:02.251773-0300 0x65 Default 0x0 0 0 kernel: (HFS) hfs: mounted HighSierra on device b(1, 1) 2018-03-18 12:52:02.252334-0300 0x195 Default 0x0 0 0 kernel: load_init_program: attempting to load /sbin/launchd 2018-03-18 12:52:02.265825-0300 0x65 Default 0x0 0 0 kernel: XCPM: registered 2018-03-18 12:52:02.265825-0300 0x65 Default 0x0 0 0 kernel: XCPM: registered 2018-03-18 12:52:02.280612-0300 0x65 Default 0x0 0 0 kernel: VM Swap Subsystem is ON 2018-03-18 12:52:02.375945-0300 0x1a5 Debug 0x0 0 0 kernel: (IOHIDFamily) Report bytes: input:8 output:1 feature:0 2018-03-18 12:52:02.375946-0300 0x1a5 Debug 0x0 0 0 kernel: (IOHIDFamily) Collections : 2 2018-03-18 12:52:02.375947-0300 0x1a5 Debug 0x0 0 0 kernel: (IOHIDFamily) Buttons : input:2 output:1 feature:0 2018-03-18 12:52:02.375948-0300 0x1a5 Debug 0x0 0 0 kernel: (IOHIDFamily) Values : input:0 output:0 feature:0 2018-03-18 12:52:02.376040-0300 0x1a5 Debug 0x0 0 0 kernel: (IOHIDFamily) Element value capacity 5840 2018-03-18 12:52:02.376057-0300 0x1a5 Debug 0x0 0 0 kernel: (IOHIDFamily) Report count: 1 2018-03-18 12:52:02.376058-0300 0x1a5 Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 0 input:64 output:8 feature:0 2018-03-18 12:52:02.377565-0300 0x1a9 Default 0x0 0 0 kernel: (IOHIDFamily) HID: Legacy shim 2 2018-03-18 12:52:02.449730-0300 0x1ac Debug 0x0 0 0 kernel: (IOHIDFamily) Report bytes: input:8 output:1 feature:0 2018-03-18 12:52:02.449731-0300 0x1ac Debug 0x0 0 0 kernel: (IOHIDFamily) Collections : 2 2018-03-18 12:52:02.449732-0300 0x1ac Debug 0x0 0 0 kernel: (IOHIDFamily) Buttons : input:2 output:1 feature:0 2018-03-18 12:52:02.449733-0300 0x1ac Debug 0x0 0 0 kernel: (IOHIDFamily) Values : input:0 output:0 feature:0 2018-03-18 12:52:02.449838-0300 0x1ac Debug 0x0 0 0 kernel: (IOHIDFamily) Element value capacity 6608 2018-03-18 12:52:02.449855-0300 0x1ac Debug 0x0 0 0 kernel: (IOHIDFamily) Report count: 1 2018-03-18 12:52:02.449856-0300 0x1ac Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 0 input:64 output:8 feature:0 2018-03-18 12:52:02.451241-0300 0x1ae Default 0x0 0 0 kernel: (IOHIDFamily) HID: Legacy shim 2 2018-03-18 12:52:02.586850-0300 0x105 Default 0x0 0 0 kernel: (kernel) Ethernet [IntelMausi]: I219V2 (Rev. 0), e0:d5:5e:48:a2:0b 2018-03-18 12:52:02.593815-0300 0x1b0 Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::interfaceMatched registered service 2018-03-18 12:52:02.893727-0300 0x11e Default 0x0 0 0 kernel: (AirPortAtheros40) ath_get_caps[4044] rx chainmask mismatch actual 7 sc_chainmak 0 2018-03-18 12:52:02.900705-0300 0x11e Default 0x0 0 0 kernel: (AirPortAtheros40) 5.900703: ath_get_caps[4019] tx chainmask mismatch actual 7 sc_chainmak 0 2018-03-18 12:52:02.912136-0300 0x11e Default 0x0 0 0 kernel: (AirPortAtheros40) 5.912134: Atheros: mac 448.3 phy 0.0 2018-03-18 12:52:02.912844-0300 0x11e Default 0x0 0 0 kernel: (AirPortAtheros40) radio 0.0 2018-03-18 12:52:02.913041-0300 0x11e Default 0x0 0 0 kernel: (AirPortAtheros40) 2018-03-18 12:52:02.918901-0300 0x11e Default 0x0 0 0 kernel: (AirPortAtheros40) 5.918900: Use hw queue 0 for WME_AC_BE traffic 2018-03-18 12:52:02.925740-0300 0x11e Default 0x0 0 0 kernel: (AirPortAtheros40) 5.925739: Use hw queue 1 for WME_AC_BK traffic 2018-03-18 12:52:02.932578-0300 0x11e Default 0x0 0 0 kernel: (AirPortAtheros40) 5.932577: Use hw queue 2 for WME_AC_VI traffic 2018-03-18 12:52:02.939400-0300 0x11e Default 0x0 0 0 kernel: (AirPortAtheros40) 5.939399: Use hw queue 3 for WME_AC_VO traffic 2018-03-18 12:52:02.946190-0300 0x11e Default 0x0 0 0 kernel: (AirPortAtheros40) 5.946189: Use hw queue 8 for CAB traffic 2018-03-18 12:52:02.952940-0300 0x11e Default 0x0 0 0 kernel: (AirPortAtheros40) 5.952939: Use hw queue 9 for beacons 2018-03-18 12:52:02.959606-0300 0x11e Default 0x0 0 0 kernel: (IO80211Family) AirPort_AtherosNewma40::apple80211RequestIoctl type APPLE80211_IOC_CARD_CAPABILITIES cmd GET 2018-03-18 12:52:02.967502-0300 0x11e Default 0x0 0 0 kernel: (IO80211Family) AirPort_AtherosNewma40::apple80211RequestIoctl type APPLE80211_IOC_PHY_MODE cmd GET 2018-03-18 12:52:02.975129-0300 0x11e Default 0x0 0 0 kernel: (AirPortAtheros40) 5.975128: ATHR: getPHY_MODE unexpected ioctl call when vap is deleted 2018-03-18 12:52:02.982565-0300 0x11e Default 0x0 0 0 kernel: (IO80211Family) init: error getting PHY_MODE; using MODE_UNKNOWN 2018-03-18 12:52:02.989535-0300 0x11e Default 0x0 0 0 kernel: (IO80211Family) AirPort_AtherosNewma40::apple80211RequestIoctl type APPLE80211_IOC_ROAM_THRESH cmd GET 2018-03-18 12:52:02.997369-0300 0x11e Default 0x0 0 0 kernel: (AirPortAtheros40) 5.997367: wlan_vap_create : enter. devhandle=0xae9fe910, opmode=IEEE80211_M_STA, flags=0x1 2018-03-18 12:52:03.005387-0300 0x11e Default 0x0 0 0 kernel: (AirPortAtheros40) 6.005386: wlan_vap_create : exit. devhandle=0xae9fe910, opmode=IEEE80211_M_STA, flags=0x1. 2018-03-18 12:52:03.013429-0300 0x11e Default 0x0 0 0 kernel: (IO80211Family) bpfAttach len 88 dlt 127 2018-03-18 12:52:03.020076-0300 0x11e Default 0x0 0 0 kernel: (IO80211Family) bpfAttach len 124 dlt 192 2018-03-18 12:52:03.026714-0300 0x11e Default 0x0 0 0 kernel: (IO80211Family) bpfAttach len 24 dlt 105 2018-03-18 12:52:03.033189-0300 0x11e Default 0x0 0 0 kernel: (AirPortAtheros40) 6.033188: ATH tunables: 2018-03-18 12:52:03.039602-0300 0x11e Default 0x0 0 0 kernel: (AirPortAtheros40) 6.039600: pullmode[1] txringsize[ 256] txsendqsize[1024] reapmin[ 32] reapcount[ 128] 2018-03-18 12:51:59.264624-0300 0x25a Default 0x0 0 0 kernel: Waiting for DSMOS... 2018-03-18 12:51:59.277403-0300 0x23a Default 0x0 0 0 kernel: (AppleRTC) RTC: getGMTTimeOfDay 1521388319 2018-03-18 12:51:59.413212-0300 0x400 Default 0x0 0 0 kernel: (HFS) hfs: mounted Sierra on device disk4s2 2018-03-18 12:51:59.500994-0300 0x491 Default 0x0 0 0 kernel: (AppleMobileFileIntegrity) AMFI: code signature validation failed. 2018-03-18 12:51:59.500995-0300 0x493 Default 0x0 0 0 kernel: (AppleMobileFileIntegrity) AMFI: code signature validation failed. 2018-03-18 12:51:59.500995-0300 0x492 Default 0x0 0 0 kernel: (AppleMobileFileIntegrity) AMFI: code signature validation failed. 2018-03-18 12:51:59.520581-0300 0x494 Default 0x0 0 0 kernel: (AppleMobileFileIntegrity) AMFI: code signature validation failed. 2018-03-18 12:51:59.540999-0300 0x4a4 Error 0x0 0 0 kernel: (AppleSystemPolicy) Setting mach port for daemon 2018-03-18 12:51:59.609741-0300 0x27b Default 0x0 0 0 kernel: (AppleKeyStore) unexpected session: 100000 uid: -1 requested by: 43 2018-03-18 12:51:59.616681-0300 0x27b Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore: operation failed (pid: 43 sel: 7 ret: e00002c2 '-536870206', -1, 100000) 2018-03-18 12:51:59.871998-0300 0x232 Default 0x0 0 0 kernel: Notice - new kext com.apple.driver.KextExcludeList, v13.2.1 matches prelinked kext but can't determine if executables are the same (no UUIDs). 2018-03-18 12:51:59.913054-0300 0x232 Default 0x0 0 0 kernel: Matching service count = 24 2018-03-18 12:51:59.913517-0300 0x232 Default 0x0 0 0 kernel: Matching service count = 25 2018-03-18 12:51:59.915103-0300 0x4f0 Default 0x0 0 0 kernel: (IOGraphicsFamily) IOGraphics flags 0x3 (0x51) 2018-03-18 12:51:59.925830-0300 0x18b Default 0x0 0 0 kernel: (AppleSMCLMU) AppleLMUController::smcReadKey Error: received error 0x84 when reading key 'MSLD' 2018-03-18 12:51:59.930986-0300 0x4f2 Default 0x0 0 0 kernel: (IOPlatformPluginFamily) Generation from SMC report as 2 2018-03-18 12:51:59.930987-0300 0x4f2 Default 0x0 0 0 kernel: (IOPlatformPluginFamily) Generation from SMC report as 2 2018-03-18 12:51:59.932819-0300 0x4ef Default 0x0 0 0 kernel: (AMDSupport) AMD9500ControllerWrangler::probe 2018-03-18 12:51:59.932820-0300 0x4ef Default 0x0 0 0 kernel: (AMDSupport) AMD9500ControllerWrangler IS BEING DETACHED. 2018-03-18 12:51:59.932849-0300 0x4ef Default 0x0 0 0 kernel: (AMDSupport) AMD9500ControllerWrangler::start 2018-03-18 12:51:59.933723-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Report bytes: input:32 output:1 feature:32 2018-03-18 12:51:59.933725-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Collections : 5 2018-03-18 12:51:59.933726-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Buttons : input:8 output:0 feature:1 2018-03-18 12:51:59.933726-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Values : input:5 output:0 feature:6 2018-03-18 12:51:59.934902-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Element value capacity 55504 2018-03-18 12:51:59.935016-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Report count: 15 2018-03-18 12:51:59.935017-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 0 input:0 output:0 feature:0 2018-03-18 12:51:59.935020-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 32 input:8 output:8 feature:152 2018-03-18 12:51:59.935021-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 33 input:24 output:8 feature:8 2018-03-18 12:51:59.935022-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 40 input:8 output:8 feature:24 2018-03-18 12:51:59.935023-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 34 input:8 output:8 feature:216 2018-03-18 12:51:59.935023-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 35 input:8 output:8 feature:216 2018-03-18 12:51:59.935024-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 36 input:8 output:8 feature:256 2018-03-18 12:51:59.935025-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 37 input:8 output:8 feature:256 2018-03-18 12:51:59.935026-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 38 input:8 output:8 feature:256 2018-03-18 12:51:59.935027-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 39 input:256 output:8 feature:8 2018-03-18 12:51:59.935028-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 20 input:16 output:8 feature:8 2018-03-18 12:51:59.935029-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 4 input:16 output:8 feature:8 2018-03-18 12:51:59.935030-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 7 input:64 output:8 feature:8 2018-03-18 12:51:59.935031-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 8 input:16 output:8 feature:8 2018-03-18 12:51:59.935032-0300 0x4fa Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 3 input:16 output:8 feature:8 2018-03-18 12:51:59.935243-0300 0x4fc Debug 0x0 0 0 kernel: (IOHIDFamily) Report bytes: input:10 output:1 feature:2 2018-03-18 12:51:59.935243-0300 0x4fc Debug 0x0 0 0 kernel: (IOHIDFamily) Collections : 8 2018-03-18 12:51:59.935244-0300 0x4fc Debug 0x0 0 0 kernel: (IOHIDFamily) Buttons : input:3 output:0 feature:1 2018-03-18 12:51:59.935245-0300 0x4fc Debug 0x0 0 0 kernel: (IOHIDFamily) Values : input:7 output:0 feature:4 2018-03-18 12:51:59.936137-0300 0x4fc Debug 0x0 0 0 kernel: (IOHIDFamily) Element value capacity 31308 2018-03-18 12:51:59.936204-0300 0x4fc Debug 0x0 0 0 kernel: (IOHIDFamily) Report count: 7 2018-03-18 12:51:59.936205-0300 0x4fc Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 0 input:0 output:0 feature:0 2018-03-18 12:51:59.936206-0300 0x4fc Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 26 input:80 output:8 feature:8 2018-03-18 12:51:59.936207-0300 0x4fc Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 18 input:8 output:8 feature:16 2018-03-18 12:51:59.936208-0300 0x4fc Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 31 input:24 output:8 feature:8 2018-03-18 12:51:59.936209-0300 0x4fc Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 23 input:8 output:8 feature:16 2018-03-18 12:51:59.936210-0300 0x4fc Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 22 input:40 output:8 feature:8 2018-03-18 12:51:59.936211-0300 0x4fc Debug 0x0 0 0 kernel: (IOHIDFamily) Report ID: 28 input:32 output:8 feature:8 2018-03-18 12:51:59.937166-0300 0x4f3 Default 0x0 0 0 kernel: (EnergyDriver) com_intel_driver_EnergyDriver[<private>]::start(<private>) 2018-03-18 12:51:59.938931-0300 0x515 Default 0x0 0 0 kernel: (IOHIDFamily) HID: Legacy shim 2 2018-03-18 12:51:59.939736-0300 0x519 Default 0x0 0 0 kernel: (IOHIDFamily) HID: Legacy shim 2 2018-03-18 12:51:59.941816-0300 0x4f3 Default 0x0 0 0 kernel: (AppleSSE) AssertMacros: value (value: 0x0), file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleSSE/AppleSSE-116.50.10/AppleSSE/AppleSSE.cpp, line: 34 2018-03-18 12:51:59.953034-0300 0x4f3 Default 0x0 0 0 kernel: DSMOS has arrived 2018-03-18 12:51:59.953107-0300 0x4f3 Default 0x0 0 0 kernel: (IOBluetoothFamily) [IOBluetoothFamily][start] -- completed 2018-03-18 12:51:59.953168-0300 0x4f3 Default 0x0 0 0 kernel: (IOSurface) IOSurface allowing global lookups (with warnings) 2018-03-18 12:51:59.992141-0300 0x25a Default 0x0 91 0 loginwindow: Login Window Application Started generate full smbios with clover configurator and clear nvram with F11 key in Clover boot screen
    1 point
  19. I have set the bios to "Other OS". That should be the same as disabling CSM. Or? In short I followed the guide at TonyMac: I have attached a screenshot of the drivers I have installed. Last but not least I have put my specs in my signature.
    1 point
  20. Hi there, Dell Optiplex 9020 i7 4770, 16 gb RAM 1333 MHz, Asus GT 710, 2xSSD's, 1 TB HDD, Lacie USB3 3TB Hard Drive, Intel Q87 Express chipset, latest BIOS. Working without errors in Sierra (iMessage, iTunes, sleep/wake, power management, USB, etc...). Instant KP after wake in High Sierra: Anonymous UUID: 809F43C5-41EA-3EAE-D9D5-4C6DAC4D9FC9 Sun Mar 18 11:10:53 2018 *** Panic Report *** panic(cpu 0 caller 0xffffff800a96e339): Kernel trap at 0xffffff7f8d6bfd08, type 14=page fault, registers: CR0: 0x000000008001003b, CR2: 0x0000000000000033, CR3: 0x000000001398f000, CR4: 0x00000000001627e0 RAX: 0x0000000000000000, RBX: 0xffffff803299c050, RCX: 0x0000000000000202, RDX: 0xffffff81cba22a69 RSP: 0xffffff920180b8a0, RBP: 0xffffff920180b8d0, RSI: 0xffffff920180b970, RDI: 0xffffff803299c050 R8: 0xffffff920180b710, R9: 0x0000000000000008, R10: 0x0000000000000010, R11: 0x0000000000000000 R12: 0xffffff803299c050, R13: 0xffffff7f8d72f398, R14: 0x0000000000000000, R15: 0x0000000000004006 RFL: 0x0000000000010202, RIP: 0xffffff7f8d6bfd08, CS: 0x0000000000000008, SS: 0x0000000000000010 Fault CR2: 0x0000000000000033, Error code: 0x0000000000000000, Fault CPU: 0x0, PL: 0, VF: 1 Backtrace (CPU 0), Frame : Return Address 0xffffff920180b350 : 0xffffff800a84f606 0xffffff920180b3a0 : 0xffffff800a97c654 0xffffff920180b3e0 : 0xffffff800a96e149 0xffffff920180b460 : 0xffffff800a801120 0xffffff920180b480 : 0xffffff800a84f03c 0xffffff920180b5b0 : 0xffffff800a84edbc 0xffffff920180b610 : 0xffffff800a96e339 0xffffff920180b790 : 0xffffff800a801120 0xffffff920180b7b0 : 0xffffff7f8d6bfd08 0xffffff920180b8d0 : 0xffffff7f8d6d7388 0xffffff920180b910 : 0xffffff7f8d6d70f0 0xffffff920180b960 : 0xffffff7f8d6d7037 0xffffff920180b9c0 : 0xffffff7f8d6d47e5 0xffffff920180ba00 : 0xffffff7f8d6d9a0c 0xffffff920180ba30 : 0xffffff7f8d6de088 0xffffff920180ba80 : 0xffffff7f8d6ff134 0xffffff920180bb00 : 0xffffff7f8d7004d9 0xffffff920180bb40 : 0xffffff7f8d7011c2 0xffffff920180bb90 : 0xffffff7f8d6f868c 0xffffff920180bbd0 : 0xffffff7f8d6fcded 0xffffff920180bc30 : 0xffffff7f8d6f36da 0xffffff920180bc80 : 0xffffff7f8d6f4e1c 0xffffff920180bcb0 : 0xffffff7f8d6f5f54 0xffffff920180bcd0 : 0xffffff7f8d6bb15e 0xffffff920180bd20 : 0xffffff7f8d6bf48f 0xffffff920180bd40 : 0xffffff800aeb05e8 0xffffff920180bd90 : 0xffffff800aeddfc5 0xffffff920180be00 : 0xffffff800ae7896b 0xffffff920180be50 : 0xffffff800ae75b58 0xffffff920180beb0 : 0xffffff800ae72b83 0xffffff920180bef0 : 0xffffff800ae72a12 0xffffff920180bf30 : 0xffffff800ae8f132 0xffffff920180bf70 : 0xffffff800ae8e76c 0xffffff920180bfa0 : 0xffffff800a8004f7 Kernel Extensions in backtrace: com.apple.driver.AppleACPIPlatform(6.1)[1804645B-B360-305E-B1BE-916F5E3E1CC4]@0xffffff7f8d6af000->0xffffff7f8d74afff dependency: com.apple.iokit.IOACPIFamily(1.4)[8794C760-FDD9-3664-ADED-4A9BBEC6E517]@0xffffff7f8b121000 dependency: com.apple.driver.AppleSMCRTC(1.0)[3F01C7A4-754F-39DD-A872-B4FAF0442276]@0xffffff7f8d0e6000 dependency: com.apple.iokit.IOPCIFamily(2.9)[8E6C654E-4A8F-3C6B-BBFE-BA8A68C9C146]@0xffffff7f8b0e6000 dependency: com.apple.driver.AppleSMC(3.1.9)[259F0A4B-0AAB-30F3-8896-629A102CBD70]@0xffffff7f8b12a000 BSD process name corresponding to current thread: kernel_task Boot args: dart=0 darkwake=0 nvda_drv=1 kext-dev-mode=1 -v Please be aware that CPU powermanagement works only with C-States and P-States injected with Clover. If I use Plugin=true, SSDT-XCPM or Pike SSDT, CPU doesn't go lower than 3 gHz. I don't use USB Injector but instead, FakePCIID Mux. Anyway, it doesn't make a difference with KP's. Tried to drop a bunch of tables, different parameters in Clover, no changes. Tried without NVidia card, no changes. GenericUSBXHCI is needed for my Lacie drive, as the computer won't even boot when connected to regular USB3 ports. Files: https://1drv.ms/f/s!AsCftN_jdRMFugZ-HX6GsHXaVlQC Thanks a lot, Patrice **I'm not alone in the situation, nobody with a 9020 is able to sleep/wake in HS for the moment.
    1 point
  21. Hi, Tested with 14,2 17,1 with full SMBIOS info. Same error I believe bios setting are right because el capitan works! Some tips?
    1 point
  22. Thanks for the information. 755 has AD1984 780/760 have AD1984A I keep looking for the cause.
    1 point
  23. @MiKM I found out USB Type-C back ist at keys HS05 / SS05, If you like to add it for full USB assigned. SSDT-UIAC.dsl
    1 point
  24. OMG it worked. If I used your entire Clover folder, PC rebooted halfway through Apple logo loading screen. So I only replaced Drivers64UEFI folder with yours and Voila! So OSAptioFix-drv.efi needs work. BTW I modified PlatformSupport.plist to add support for iMacPro1,1 and used that SMBIOS. Now everything working with F3 BIOS.
    1 point
  25. Hello, MaLd0n. Please build correct configs for my Hackingtosh http://www80.zippyshare.com/v/URNhXKQX/file.html Thanks.
    1 point
  26. Nothing changed. I must say that I must always start from usb since I can't boot from hd since I get a boot0af error (the other critic issue) I don't know if it can influence or not. EDIT: wow I could finally get intel HD Graphics 630 GT2 1536MB with Full QE/CI following some youtube suggest. Great. Now I just need to fix audio and mainly the issue with boot0af error (hard disk with 4096 byte sectors instead of 512 byte ones). Any suggest would be pure gold. Thanks
    1 point
  27. Very cool! Thx, chris1111!
    1 point
  28. ye, bios coffeelake is very diff, i buy one 3 days ago and rape dsdt to avoid many acpi errors, now is very clean log, boot fine no more fail i'm using iMacPro smbios, work perfect, with iMac18 fail some boot http://www23.zippyshare.com/v/BUgwOgls/file.html
    1 point
  29. Hey, I'm not dead, I've moved over to using the nickname "Mr. Xtreme", and mostly use Linux distros/Windows 10, though it seems I'm gonna have to hackintosh again, so, hey everyone who remembers me! :wave:
    1 point
  30. it just opens the app's page on the mac app store, there are working links to download older versions of the mac os installer from the app store, so after a quick googleing i got the links and the used them into the app, unfortunately working links are available up to el capitan and there are no working links for yosemite or older versions, at least from what i have tested and seen by searching, the only way to have older versions from the app store is now having them into the purchased apps of your apple id.
    1 point
  31. no problems here.. i use aptiomeory.efi of clover r4398
    1 point
  32. Success with my self-made USB-stick with iMac Pro board id in platforsmsupport.plist, the binary changes you suggested in boot.efi and complete EFI-folder and config.plist provided by my friend @fabiosun. All this together made my rig booting into a black screen after loading up to installation. Thank you guys you are the best. I will check if I can get to the boot screen with my nvidia gtx 680 otherwise I will try with my RX vega 56. I will report back.
    1 point
  33. I have a magic mouse 2, I can confirm Airdrop, handoff, BT/Wifi connect all well, only cannt wake system with BT, you can check out model BCM94360CS2 / BCM943602CS too
    1 point
  34. @GhostRaider @giofrida I've looked at the patched version of Sierra's native FB kext. It diffs with unpatched at the same 5 locations (for Capitan) and with different LW1. So I tried a "dirty" patch. Just added a 36 byte Find->Repl pattern which was found in binaries inside the function __ZN22AppleIntelHDGraphicsFB8TrainFDIEiPNS_10CRTCParamsE: 49 8B 8C 24 98 06 00 00 0F B6 51 18 C1 E2 13 41 8B 76 6C 09 D6 41 89 76 6C 89 B0 0C 00 0F 00 41 0B 56 68 B9 FF FF C7 FF 41 8B 56 6C 21 CA 41 89 56 6C 89 90 0C 00 0F 00 41 8B 56 68 21 CA 49 8B 8C 24 98 06 00 00 And it worked. So we need this patterns for AppleIntelHDGraphicsFB: 0F45C842898C33F00100 90909042898C33F00100 C7030100000048B80A C7030000000048B80A FFB800600009BE006000040F44F009D6 FFB800600008BE006000040F44F009D6 3C033080 00033080 3049011101100800 3049011105100800 3049010101000800 3049010105000800 498B8C24980600000FB65118C1E213418B766C09D64189766C89B00C000F00410B5668 B9FFFFC7FF418B566C21CA4189566C89900C000F00418B566821CA498B8C2498060000 Also I managed, that all known LW1-4 patched differs only in one byte. And no difference between SingleLink and DualLink patches. High Sierra's patterns are slightly different. I have to look sometime later.
    1 point
  35. http://www.insanelymac.com/forum/topic/285920-new-os-x-compatible-motherboard-quo/?p=2562749
    1 point
  36. After the forum went down a lot was lost. Some of the software is literally totally gone. My projects with Github backup are still there, rest is totally gone... So please people, for those who have it, reattach those 5 attachments please, I'll create Github mirror too...
    1 point
  37. Any idea for fixing bad UI performance with Nvidia card? Cuda performance is same as Windows but the UI is choppy... . I'm on 10.12.5 with latest Nvidia drivers and clover for bootloader. Thanks for help!
    0 points
×
×
  • Create New...