Everything posted by chalboly
-
** Hackintosh ** Tips to make a bare metal MacOS
I have the latest version of OpenCore and SecureBootModel is disabled, unfortunately the VM hangs while updating to Big Sur. I've tried both upgrading from within macOS and booting from the installer. It hangs when the system restarts and I need to force stop the VM, the boot picker does not show any other option but again boot into 10.5.7. When using the installer, it just hangs after about 10min into the installation. Any ideas what may be happening? The guide says for VMs ForceSecureBootScheme=true may be necessary, but only if SecureBootModel is enabled, either way I'm not sure where else to look into.
-
** Hackintosh ** Tips to make a bare metal MacOS
-
** Hackintosh ** Tips to make a bare metal MacOS
So safe to update to Big Sur with latest OpenCore version?
-
** Hackintosh ** Tips to make a bare metal MacOS
So, can we say that one can update from Catalina to Big Sur Dev Beta with the latest OpenCore and Kexts injected with OC? I don't have kexts to manually install and have SIP enabled on my VM.
-
Español Missing Translations Tracking
Gracias por el update @SpencerJ, estoy revisando y agregaré comentarios.
-
Español Missing Translations Tracking
@SpencerJ @Kuton Había olvidado hacer submit de los comentarios, ya los deberían ver en el link del PR.
-
Español Missing Translations Tracking
He revisado el PR de @Kuton y me parece todo bien, sólo hice algunos comentarios para considerar unos cambios. @SpencerJ Seguiré revisando.
-
** Hackintosh ** Tips to make a bare metal MacOS
Thanks for trying it out! I don’t think it’ll work until there is official support with Opencore. One of the new features of macOS 11 is a signed system volume, similar to iOS, I hope that doesn’t affect anything in the hackintosh world (beside the transition to a custom silicon).
-
** Hackintosh ** Tips to make a bare metal MacOS
10.15.5 here, updated from 0.5.7 to 0.5.9 with no issues. New version seems to have few KVM-QEMU related fixes based on the release notes. There is also a new supplemental update to 10.15.5.
-
** Hackintosh ** Tips to make a bare metal MacOS
Any successful update to 10.15.5 yet? Making a backup now but I'm still on Opencore 0.5.7, I was waiting on next Monday's release.
-
** Hackintosh ** Tips to make a bare metal MacOS
Is it possible to expose system temperatures (CPU, NVMe, etc) to macOS? My main concern is the NVMe temp readings, as I'm passing through the entire device and can't see temp info in Unraid.
-
** Hackintosh ** Tips to make a bare metal MacOS
Thanks @david279. I can see you have all the support files my installation is missing, are you using MacPro7,1 as well?
-
** Hackintosh ** Tips to make a bare metal MacOS
Can you guys check if Dictionary or Voice Control (Accessibility in System Preferences) is working for you? I just noticed my installation is missing several assets in /System/Library/AssetsV2, no dictionary is installed except Wikipedia, so functions like Lookup (right click a word and select Lookup) does not work. I compared the content of this folder to the ones on my MacBook Pro and Mac mini, and the VM is missing a lot of asset files. What is also strange is that any attempt to download or fetch new dictionaries from Apple, or enable Voice Control which requires downloading a file from Apple, times out. This does not happen on my original Macs and it does not seem to be a network issue. I already reinstalled macOS and changed the SMBIOS, currently using MacPro7,1. EDIT: the problem was that my original installer was created in another Mac by downloading the macOS installer from the App Store. I had to build the installer using gibMacOS which seems to install all required assets. Not sure why this is the case.
-
** Hackintosh ** Tips to make a bare metal MacOS
Thanks for pointing that out! I had an old firmware and just updated to the latest version, was able to boot to macOS and no more timeouts. Will continue to test and see how the VM performs.
-
** Hackintosh ** Tips to make a bare metal MacOS
I also have a Samsung 970 Evo Plus, but in my case I can't boot without that kext. The device seems to time out at book, and when using the case I can boot but sometimes I it panics and it has do to with IONVMeFamily.kext. Would you mind sharing your XML? Have you enabled any other specific quirks in the Opencore config?
-
** Hackintosh ** Tips to make a bare metal MacOS
Are you using the NVMeFix kext? I am trying to passthrough my NVMe drive and though I can boot macOS, it sometimes panics at boot or the VM crashes while on use. I had to go back to passing through the drive as a Virtio block as it is more stable than directly using the NVMe.
-
** Hackintosh ** Tips to make a bare metal MacOS
Yes, I replaced the boot files on the EFI partition, added OpenRuntime and removed FWRuntimeServices and updated my config.plist, used OCConfigCompare. There are several new keys I needed to add and two or three that I had to remove. Make sure to remove those old keys, otherwise it won't boot. It is working for me, I still have Target set to 83 and it is booting.
-
** Hackintosh ** Tips to make a bare metal MacOS
@Leoyzen @ghost82 I am running 0.5.7 and have Target set 83.
-
** Hackintosh ** Tips to make a bare metal MacOS
@Leoyzen Thanks, I just tested with a USB Bluetooth device, based on the same chipset BCM920702 which is supported without additional kexts, but the same issue persists. There is audio dropouts when connected to Bluetooth headphones, Continuity works sporadic and Apple Watch unlock does not stay connected to the watch. There are a lot of errors in the logs about this. My Wi-Fi is natively supported (BCM4360). I also moved the USB Bluetooth right next to my devices using an extension. The signal did not improve much (checking with Bluetooth Explorer), and had the same issues, so not sure what else to try.
-
** Hackintosh ** Tips to make a bare metal MacOS
@Leoyzen I decided to just pass through a different USB controller (ASM1042A) and is working fine. Bluetooth is internal USB on my motherboard so I'm just passing through the USB device, works without any patches except that I am having issues with connected devices. If I use AirPods they disconnect after a while or have audio dropouts. Apple Watch unlock works for a moment and then disconnects. Handoff is also intermittent, so something seems off. Do you know if SSDT patching is required? Map the virtual USB ports correctly depending on the SMBios?
-
** Hackintosh ** Tips to make a bare metal MacOS
@Leoyzen Unfortunately it does not seem to be supported by USBInjectAll.kext. What is strange is that I can see the controller and the devices connected, this controller is internal and the only device is the Bluetooth, but this is not detected at boot but rather later when in macOS and when I open the IOregister app. Of course Bluetooth does not work because it can't be patched by BrcmPatchRAM at boot.
-
** Hackintosh ** Tips to make a bare metal MacOS
@Leoyzen I just changed the bus to 0x00 and changed the slot, I can see the controller type is now named S30. I know it must be renamed properly so it can be recognized by the USBInjectAll.kext. How can you rename the device in the config.plist?
-
** Hackintosh ** Tips to make a bare metal MacOS
Thanks @Leoyzen. I am currently trying to passthrough my entire Intel USB controller, but macOS does not seem to recognize the devices connected to it, it shows as an USB controller but is not named correctly. I have tried with USBInjectAll.kext and XHCI-unsupported.kext without luck. Do I need to rename the device under DeviceProperties?
-
** Hackintosh ** Tips to make a bare metal MacOS
Is VirtualSMC relevant/required for KVM?