ITzTravelInTime Posted November 2, 2018 Share Posted November 2, 2018 So apple has presented a new and updated mac mini a few days ago, and the great news seems to be the use of desktop processors in it, in fact, all the specs seems to match a typical desktop socket 1151 v2 coffeelake system without a dedicated gpu, so i am wondering if the smbios of this machine could be our new smbios of preference for coffeelake desktop machines. So i have created this new topic to discuss about it. Of course we will have to wait to do tests using the first public version of mac os which integrates this smbios, because when every new mac is released it's smbios is available initialy just in a purpose made mac os build and then it's added for all the os builds in the following releases. So what do you think about the possibility of using this new smbios for desktop coffeelake machines instead of the imac 18.3/18.2 ones? https://www.apple.com/mac-mini/specs/ 5 Link to comment Share on other sites More sharing options...
helmi100 Posted November 2, 2018 Share Posted November 2, 2018 Which SMI-BIOS does the new Mac Mini use? Yesterday I've installed the latest security update (2018-002) of HS. Cause of the missing nvidia driver for Mojave I'm stuck with HS. To my suprise the Intel Coffee Lake CPU (I7-8700K) was recognized by HS, which means that Apple has provided support to the Intel Z370 chipset and the 18.3 SMBIOS I'm using. I doubt there will be a new special SMBIOS for the new Mac Mini. Link to comment Share on other sites More sharing options...
ITzTravelInTime Posted November 2, 2018 Author Share Posted November 2, 2018 4 hours ago, helmi100 said: Which SMI-BIOS does the new Mac Mini use? Yesterday I've installed the latest security update (2018-002) of HS. Cause of the missing nvidia driver for Mojave I'm stuck with HS. To my suprise the Intel Coffee Lake CPU (I7-8700K) was recognized by HS, which means that Apple has provided support to the Intel Z370 chipset and the 18.3 SMBIOS I'm using. I doubt there will be a new special SMBIOS for the new Mac Mini. It uses an smbios which is not available yet, every mac model and revision does use it's own smbios, but coffeelake cpus works on mac os 10.12.6 or newer versions because they are quite similar to the kaylake cpus. Link to comment Share on other sites More sharing options...
msbc Posted November 4, 2018 Share Posted November 4, 2018 Based on this Geekbench Report (https://browser.geekbench.com/v4/cpu/10604798) its Macmini8,1 2 Link to comment Share on other sites More sharing options...
aszmal Posted November 5, 2018 Share Posted November 5, 2018 Hello everyone, I care very much about the new smbiosie Mac mini from 2018 I have the same specification i3-8100 uhd 630 tried different methods but the graphics do not work I hope that the new smbios macmini 2018 will help something. Link to comment Share on other sites More sharing options...
Mad Audi Scientist Posted November 5, 2018 Share Posted November 5, 2018 (edited) Wish Pike was still around, he would have already had something for us to play with. Will start poking around to see what I can dig up before this week. By the way Pietro, your TINU app has a lot of promise. I used it to create an installer, I will try using it this week and see how well it works. Thanks for the contribution and all the hard work. Nice video with Paul, can't wait for the next one. 6 minutes ago, aszmal said: tried different methods but the graphics do not work You should be able to get HD630 running without the MacMini SMBios. What have you tried? Edited November 5, 2018 by Mad Audi Scientist 1 Link to comment Share on other sites More sharing options...
aszmal Posted November 5, 2018 Share Posted November 5, 2018 I tried hd630 and nothing, imac 14.2.18.1,18.2,18.3 Link to comment Share on other sites More sharing options...
poles89 Posted November 5, 2018 Share Posted November 5, 2018 7 minutes ago, aszmal said: 17 minutes ago, aszmal said: Hello everyone, I care very much about the new smbiosie Mac mini from 2018 I have the same specification i3-8100 uhd 630 tried different methods but the graphics do not work I hope that the new smbios macmini 2018 will help something. i3 8100 UHD graphics is not natively supported my high sierra. You have to spoof it. So here are the steps: Method : Coffee Lake 0x3E91808 FakeID + Blank ig-platform-id Required Kexts: Download & unzip the most recent version of FakePCIID Copy FakePCIID.kext & FakePCIID_Intel_HD_Graphics.kext from the Release folder of Rehabman-FAKEPCIID & paste them to EFI/CLOVER/kexts/Other Download the latest of Shiki.kext Download the most recent version of IntelGraphicsFixup.kext Copy & Paste Shiki.kext & IntelGraphicsFixup.kext into EFI/CLOVER/kexts/Other Now open config.plist using Clover Configurator & do the following Select Boot on left-side column Under Arguments check if -disablegfxfirmware is there or not if not then add it add shikigva=1 right after -disablegfxfirmware Select RtVariables on left-side column & Disable SIP (put CsrActiveConfig 0x67) Save & Exit Now you have to edit the .plist files of two Kaby Lake kexts and insert the Coffee lake strings into them. You can’t edit the kext files directly in Finder because they are locked. So what you can do is go into Terminal and use nano to make changes. Open Terminal App & type the following: sudo nano /System/Library/Extensions/AppleIntelKBLGraphics.kext/Contents/Info.plist Enter Password and Info.plist will populate in Terminal Find <key>IOPCIPrimaryMatch</key> near the bottom of Info.plist in Terminal. It’s hidden when Info.plist populates. Use down arrow key scroll down Info.plist Use the arrow keys to highlight the first 0 in 0x3E928086 Add 0x3E918086 Press Space Bar Should look like this: <key>IOPCIPrimaryMatch</key> <string>0x59128086 0x59168086 0x591B8086 0x591E8086 0x59268086 0x59278086 0x3E9B8086 0x3EA58086 0x3E918086 0x3E928086</string> Press Ctrl+X and then press Y then Enter to save it. Type the following into Terminal: sudo nano /System/Library/Extensions/AppleIntelKBLGraphicsFramebuffer.kext/Contents/Info.plist Enter Password and Info.plist will populate in Terminal… Find <key>IOPCIPrimaryMatch</key> again for this Info.plist Press Spacebar before the first “<” at the start of </string> using your keyboard arrow keys Add 0x3E918086 0x3E928086 Should look like this: <key>IOPCIPrimaryMatch</key> <string>0x59128086 0x59168086 0x591B8086 0x591E8086 0x59268086 0x59278086 0x59238086 0x3E918086 0x3E928086</string> Press Ctrl+X and then press Y then Enter to save it. Paste the following into Terminal: sudo kextcache -i / Paste the following into Terminal sudo touch /System/Library/Extensions && sudo kextcache -u / Close Terminal Navigate to /Volumes/EFI/EFI/Clover/ Right click config.plist and open with Clover Configurator Click Graphics on left-column of Clover Configurator Remove ig-platform-id value Click Devices on left-column of Clover Configurator Set IntelGFX box to 0x3E928086 Save config.plist & Reboot. Or you can check https://hackintosher.com/guides/get-i3-8350ki3-8100-uhd-630-igpu-working-high-sierra/#3 and follow method 3. Link to comment Share on other sites More sharing options...
Mad Audi Scientist Posted November 5, 2018 Share Posted November 5, 2018 No offense but, you have to be a lot more detailed than that. What IntelGFX FakeID are you using? What ig-platform-id? What kexts? What board are you using? From a quick search here are two links that might be useful. https://www.tonymacx86.com/threads/intel-uhd-630-graphics-0x3e918086-i3-8100-native-support-with-gfxid-injection.240585/ https://www.tonymacx86.com/threads/success-asrock-z370m-pro4-i3-8100-ddr4-8g-m-2-ssd-high-sierra.248141/ Link to comment Share on other sites More sharing options...
Mad Audi Scientist Posted November 5, 2018 Share Posted November 5, 2018 (edited) Well said Poles89. You covered all the bases and then some. I'm going to get 8th gen Cpu and build a HacMini with the Z370 chipset just to see how well the latest Intel stuff works. I'v been tinkering around with some older X79 and X99 systems but, it might be time to try a 1151 system. Edited November 5, 2018 by Mad Audi Scientist Link to comment Share on other sites More sharing options...
aszmal Posted November 5, 2018 Share Posted November 5, 2018 Thank you, I will try again:) though I think I've already done this, maybe I'm setting up a clover? 10 minutes ago, Mad Audi Scientist said: Bez urazy, ale musisz być bardziej szczegółowy. Jakiego IntelFX FakeID używasz? Co id-platform-id? Jakie kexts? Z jakiej płyty korzystasz? Od szybkiego wyszukiwania tutaj są dwa linki, które mogą być przydatne. https://www.tonymacx86.com/threads/intel-uhd-630-graphics-0x3e918086-i3-8100-native-support-with-gfxid-injection.240585/ https://www.tonymacx86.com/threads/success-asrock-z370m-pro4-i3-8100-ddr4-8g-m-2-ssd-high-sierra.248141/ asrock h310m-itx/ac Link to comment Share on other sites More sharing options...
ITzTravelInTime Posted November 5, 2018 Author Share Posted November 5, 2018 1 hour ago, Mad Audi Scientist said: Wish Pike was still around, he would have already had something for us to play with. Will start poking around to see what I can dig up before this week. By the way Pietro, your TINU app has a lot of promise. I used it to create an installer, I will try using it this week and see how well it works. Thanks for the contribution and all the hard work. Nice video with Paul, can't wait for the next one. You should be able to get HD630 running without the MacMini SMBios. What have you tried? Thank for appreciating my work, there is also athread dedicated to TINU in the New Releases and Updates section of the forum if you want to take a look, and yes we are preparing a new video. For the mac mini smbios, we have to wait because we need some more infomrations about it to use it, and we need also a public macOS version which does support it, but for now coffeelake cpus are working fine with imac 18.3 or imac 18.2 smbioses, but you need to configure everything properly to get the system to work as expected, and the socket 1151 is a pretty easy platfrom for hackintoshing, i have done lots and lots of installs on socket 1151 machines, and the systems usually works well with just basic clover configurations. Link to comment Share on other sites More sharing options...
MarkMac Posted November 7, 2018 Share Posted November 7, 2018 somebody got his hand on a macmini 8,1 smbios and want to share ? Link to comment Share on other sites More sharing options...
ITzTravelInTime Posted November 7, 2018 Author Share Posted November 7, 2018 Just now, MarkMac said: somebody got his hand on a macmini 8,1 smbios and want to share ? we need a public version which officially supports this smbios first, and also i whould be glad if you tag here people whose make bmsios research Link to comment Share on other sites More sharing options...
MarkMac Posted November 7, 2018 Share Posted November 7, 2018 2 minutes ago, ITzTravelInTime said: we need a public version which officially supports this smbios first, and also i whould be glad if you tag here people whose make bmsios research Do you mean we have to wait for 10.14.2. to be out there official ?. Link to comment Share on other sites More sharing options...
aszmal Posted November 8, 2018 Share Posted November 8, 2018 Hello again I tried all the methods and the graphics still does not work the only chance that will appear smbios mac mini 2018 with i3-8100 I have identical specifications of the computer so it should work? Link to comment Share on other sites More sharing options...
TheMaxx32000 Posted November 8, 2018 Share Posted November 8, 2018 (edited) Core i5 version: Edited November 8, 2018 by TheMaxx32000 added Macmini version 2 Link to comment Share on other sites More sharing options...
ITzTravelInTime Posted November 9, 2018 Author Share Posted November 9, 2018 20 hours ago, TheMaxx32000 said: Core i5 version: Great thank you very much, how does it compare to desktop pc equivalent? how does it perform? Link to comment Share on other sites More sharing options...
aszmal Posted November 9, 2018 Share Posted November 9, 2018 20 hours ago, TheMaxx32000 said: Core i5 version: 30 minutes ago, ITzTravelInTime said: Great thank you very much, how does it compare to desktop pc equivalent? how does it perform? Great as you did, you would give some instruction I would be grateful 1 Link to comment Share on other sites More sharing options...
Balamut Posted November 9, 2018 Share Posted November 9, 2018 Is the WiFi/Bluetooth soldered on the board as usual? Link to comment Share on other sites More sharing options...
ITzTravelInTime Posted November 9, 2018 Author Share Posted November 9, 2018 Just now, Balamut said: Is the WiFi/Bluetooth soldered on the board as usual? I have seen the new snazzylabs video and the answer seems to be no, i haven't seen upgradeable cpu, ssd and network card 1 Link to comment Share on other sites More sharing options...
ctich Posted November 9, 2018 Share Posted November 9, 2018 (edited) @TheMaxx32000 Hi, please make a system report in IORegistryExplorer, thx. IORegistryExplorer.zip Edited November 9, 2018 by ctich 1 Link to comment Share on other sites More sharing options...
TheMaxx32000 Posted November 9, 2018 Share Posted November 9, 2018 5 hours ago, ctich said: @TheMaxx32000 Hi, please make a system report in IORegistryExplorer, thx. IORegistryExplorer.zip if I had had the chance to do that I would not have posted the pictures above 2 Link to comment Share on other sites More sharing options...
ITzTravelInTime Posted November 15, 2018 Author Share Posted November 15, 2018 56 minutes ago, aszmal said: Hi, is there any chance that the smbios Mac Mini 2018 will be created this year - is it a very long procedure to create? i think that we can start to use it when 10.14.2 will be released 1 Link to comment Share on other sites More sharing options...
Balamut Posted November 15, 2018 Share Posted November 15, 2018 On 11/9/2018 at 2:24 AM, ITzTravelInTime said: I have seen the new snazzylabs video and the answer seems to be no, i haven't seen upgradeable cpu, ssd and network card From iFixIt looks like it is soldered.... damn I was hopping to upgrade the Wifi/Bluetooth 1 Link to comment Share on other sites More sharing options...
Recommended Posts