PMheart Posted April 30, 2017 Share Posted April 30, 2017 Wow, code there! you assume that a date is relevant for something. I can confirm, as for something I worked on it, a date is important if read from a string. NSDate class (or the equivalent CFDate) takes care to translate it from an utc zone to the OS currently used (NSDateFormatter class), but to the end is still incomplete due to the missing "zone" part and I think should be like: 2017-04-30T01:42:57Z like you can make sure by cat a plist file and read a date tag. Hope to no bore anyone, but this, I think is universally used by the entire world softwares as standard. Thanks for your confirmation.Well, to be honest, I'm not sure that what these release dates will affect. I just wanna know which format is correct... (mm/dd/yyyy v.s. mm/dd/yy) Sent from my iPhone 7 using Tapatalk Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2414660 Share on other sites More sharing options...
Sherlocks Posted April 30, 2017 Share Posted April 30, 2017 Thanks for your confirmation. Well, to be honest, I'm not sure that what these release dates will affect. I just wanna know which format is correct... (mm/dd/yyyy v.s. mm/dd/yy) Sent from my iPhone 7 using Tapatalk Pike mentioned "The mm/dd/yyyy format is required for SMBIOS version 2.3 and later.". i'm not sure that hackintosh include this case. did you check SMBIOS version 2.3 of all models? also EFI 1.6 version and greater, pike changed bios date. here is EFI version. some models have EFI 1.6 version down. https://support.apple.com/ko-kr/HT201518 if you want to surely check something, you try to check yourself something and shown result. i wonder it too. just now, bios date(i checked all smbios data before about months) followed darwin dump data 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2414729 Share on other sites More sharing options...
PMheart Posted April 30, 2017 Share Posted April 30, 2017 Pike mentioned "The mm/dd/yyyy format is required for SMBIOS version 2.3 and later.". i'm not sure that hackintosh include this case. did you check SMBIOS version 2.3 of all models? also EFI 1.6 version and greater, pike changed bios date. here is EFI version. some models have EFI 1.6 version down. https://support.apple.com/ko-kr/HT201518 if you want to surely check something, you try to check yourself something and shown result. i wonder it too. just now, bios date(i checked all smbios data before about months) followed darwin dump data Oops. Sorry. I've definitely ignored that not all models are EFI 2.3 and greater. But for certain models like MacBookAir3,1, needs fixing indeed. (I saw MBA3,2 is EFI 2.3, also some other models.) Sec, I may investigate it further but I'm really lack of time... Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2414739 Share on other sites More sharing options...
Slice Posted April 30, 2017 Share Posted April 30, 2017 Apple always uses SMBIOS v2.4. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2414745 Share on other sites More sharing options...
PMheart Posted April 30, 2017 Share Posted April 30, 2017 Apple always uses SMBIOS v2.4. Would you mind sharing where to check it? Thanks! And what about EFI version? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2414750 Share on other sites More sharing options...
Slice Posted April 30, 2017 Share Posted April 30, 2017 DarwinDumper's reports from real macs. Ioreg, section BIOS. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2414765 Share on other sites More sharing options...
cecekpawon Posted April 30, 2017 Share Posted April 30, 2017 Hey Slice, I found "Size" here currently uninitialized. Is that ok? Also I found this MacBookAir7,2 dump being reported as "2.7" by dmidecode. Could be wrong though.. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2414768 Share on other sites More sharing options...
PMheart Posted April 30, 2017 Share Posted April 30, 2017 DarwinDumper's reports from real macs. Ioreg, section BIOS. Sounds great, no old real Macs anymore to check it though... Assuming that currently everything is fine. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2414769 Share on other sites More sharing options...
Slice Posted April 30, 2017 Share Posted April 30, 2017 Hey Slice, I found "Size" here currently uninitialized. Is that ok? Also I found this MacBookAir7,2 dump being reported as "2.7" by dmidecode. Could be wrong though.. Really strange, there must be Size = SmbiosTable.Type4->Hdr.Length; //old size Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2414840 Share on other sites More sharing options...
RehabMan Posted April 30, 2017 Share Posted April 30, 2017 Hey Slice, I found "Size" here currently uninitialized. Using globals like that will eventually get you... 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2414880 Share on other sites More sharing options...
apianti Posted April 30, 2017 Share Posted April 30, 2017 Yeah, that's a problem. Size is used before it is initialized. You can follow the code and see that GetTableType4() is called in PrepatchSmbios() which is called before PatchSmbios() where PatchTableType1() is called and that initializes Size... 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2414969 Share on other sites More sharing options...
soto2080 Posted May 3, 2017 Share Posted May 3, 2017 DVMT problem that i already done to make source and tested it. https://github.com/BarbaraPalvin/IntelGraphicsDVMTFixup But remain to optimize it. I focus on gma.c source now, after finish, i will check. What is your IGPU? please test and result to report me with clover log by using pm. Library/Logs/CloverEFI and please take log. If you cant enter CloverEFI, copy CloverEFI and paste where you want place. Then please upload files. Added. I can see now your pic. Its good thank you 나의 LG-F410S 의 Tapatalk에서 보냄 IntelGraphicsDVMTFixup does not work with 10.12.4 installer.Still panic. Just placing it and lilu in kexts/10.12,is it wrong? Update:Thing does not work in installer is lilu. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2416644 Share on other sites More sharing options...
bs0d Posted May 3, 2017 Share Posted May 3, 2017 Apple always uses SMBIOS v2.4. Actually MacBookPro13,x models now use SMBIOS 3.0 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2416688 Share on other sites More sharing options...
Funky frank Posted May 4, 2017 Share Posted May 4, 2017 Anybody an idea why my 10.12.4 HD7750 only shows a reduced color range, like 24bit color depth on windows? Is there such a hack integrated in clover for ATI cards? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2417505 Share on other sites More sharing options...
AppleBytes Posted May 4, 2017 Share Posted May 4, 2017 Is Mavericks supported on an AM2+ motherboard? I'm having nothing but trouble. I've been working on this for more than a day w/o success. So I'm going to have to ask for help. Sorry to bother. But I'm attempting to use Clover 2.4-4061. My Mac died , so I'm doing all this from FreeBSD. I'm trying to get Mavericks installed. My motherboard is ASUS A86HM-PLUS with an A6-7470K APU, 8Gb ram, and a MSI GT-730 video card. Since I don't have a Mac, I'm using the Clover iso burnt to CD-ROM. It boots fine, and appears to choose the right settings for my board. But will NOT load the Mavericks DVD. I even tried my retail copy of SL. After examining the settings Clover chose, I swap the clover CD for the Mavericks DVD, and then choose the boot Mac icon. It drops me to LEGACY. Clicking the icon returns a box with yellow, and black slashes across it. Can I dump the Mavericks.dmg to a USB stick, and boot from the Clover CD, and Clover will find the USB stick? I should probably also mention. I have a USB attached DVD drive, and a single 1Tb sata drive attached. That's it, unless I can burn a Mac install disk to a USB stick, and Clover will recognize/use it. There is nothing installed on this box. Thank you for all your time, and consideration. --Chris Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2417645 Share on other sites More sharing options...
Funky frank Posted May 5, 2017 Share Posted May 5, 2017 Hi, is it possible to patch a file in PrivateFrameworks, too, using the kextotopatch mechanism? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2417940 Share on other sites More sharing options...
chris1111 Posted May 5, 2017 Share Posted May 5, 2017 Is Mavericks supported on an AM2+ motherboard? I'm having nothing but trouble. I've been working on this for more than a day w/o success. So I'm going to have to ask for help. Sorry to bother. But I'm attempting to use Clover 2.4-4061. My Mac died , so I'm doing all this from FreeBSD. I'm trying to get Mavericks installed. My motherboard is ASUS A86HM-PLUS with an A6-7470K APU, 8Gb ram, and a MSI GT-730 video card. Since I don't have a Mac, I'm using the Clover iso burnt to CD-ROM. It boots fine, and appears to choose the right settings for my board. But will NOT load the Mavericks DVD. I even tried my retail copy of SL. After examining the settings Clover chose, I swap the clover CD for the Mavericks DVD, and then choose the boot Mac icon. It drops me to LEGACY. Clicking the icon returns a box with yellow, and black slashes across it. Can I dump the Mavericks.dmg to a USB stick, and boot from the Clover CD, and Clover will find the USB stick? I should probably also mention. I have a USB attached DVD drive, and a single 1Tb sata drive attached. That's it, unless I can burn a Mac install disk to a USB stick, and Clover will recognize/use it. There is nothing installed on this box. Thank you for all your time, and consideration. --Chris For AMD see here ➤ http://www.insanelymac.com/forum/forum/318-amd-development/ Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2417946 Share on other sites More sharing options...
Funky frank Posted May 5, 2017 Share Posted May 5, 2017 Now tried to patch CoreBrightness.framework to EXCLUDE my mac model... Results in crash on opening monitor prefs. How to remove this Nightshift patch completely? C'mon guys, please, any idea. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2417948 Share on other sites More sharing options...
scj312 Posted May 6, 2017 Share Posted May 6, 2017 For some reason Nvidia Injection isn't correctly setting VRAM with Pascal cards. Same config set the value correct with a Maxwell card. <key>Graphics</key> <dict> <key>BootDisplay</key> <integer>2</integer> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <false/> <key>NVidia</key> <true/> </dict> <key>VRAM</key> <integer>8192</integer> <key>VideoPorts</key> <integer>5</integer> <key>NvidiaGeneric</key> <true/> </dict> Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2418645 Share on other sites More sharing options...
vusun123 Posted May 7, 2017 Share Posted May 7, 2017 For some reason Nvidia Injection isn't correctly setting VRAM with Pascal cards. Same config set the value correct with a Maxwell card. <key>Graphics</key> <dict> <key>BootDisplay</key> <integer>2</integer> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <false/> <key>NVidia</key> <true/> </dict> <key>VRAM</key> <integer>8192</integer> <key>VideoPorts</key> <integer>5</integer> <key>NvidiaGeneric</key> <true/> </dict> Screen Shot 2017-05-06 at 1.23.45 PM.png InjectNvidia=False will make it recognize full 8GB 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2418950 Share on other sites More sharing options...
AppleBytes Posted May 7, 2017 Share Posted May 7, 2017 For AMD see here ➤ http://www.insanelymac.com/forum/forum/318-amd-development/ Thanks for the reply. But this is for Clover (specifically). The latest version (2.4-4061) does not appear to work. AMD specific? AMD model specific? I don't know. But my last attempt to use this Clover version crashed when hitting F12, to eject the DVD. It corrupted the screen. So I was unable to transcribe the specific details -- the screen was split diagonally from top left, to bottom right. With blinking multicolored blocks, with high-ASCII characters in them, on the right, and the text dump on the left. So I was forced to try Chameleon. Thanks again. --Chris Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2419491 Share on other sites More sharing options...
scj312 Posted May 8, 2017 Share Posted May 8, 2017 InjectNvidia=False will make it recognize full 8GB Indeed, but I cannot boot with multiple monitors unless I set InjectNvidia=true, so not a good workaround for me. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2419989 Share on other sites More sharing options...
Allan Posted May 8, 2017 Share Posted May 8, 2017 Did you tried use this? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2420003 Share on other sites More sharing options...
Sherlocks Posted May 8, 2017 Share Posted May 8, 2017 Indeed, but I cannot boot with multiple monitors unless I set InjectNvidia=true, so not a good workaround for me.Please attach clover boot log and ioreg Thanks in advance 나의 LG-F410S 의 Tapatalk에서 보냄 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2420151 Share on other sites More sharing options...
LockDown Posted May 9, 2017 Share Posted May 9, 2017 Im currently running r4601. anyone care to post the latest package build please, Thanks Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/511/#findComment-2420282 Share on other sites More sharing options...
Recommended Posts