Popular Post ludufre Posted June 26, 2020 Popular Post Share Posted June 26, 2020 (edited) Installing macOS Big Sur 11.0 DP1 on Gigabyte Z370N WIFI + i7 8700K + UHD 630 Changelog: 06/28/2020 22:05h GMT-0 - Replaced detach command when creating ISO. - Thanks @ham4ever - Added instruction to run one line at time. 06/27/2020 02:37h GMT-0 - iMessage works too. Just not at first boot. 06/26/2020 18:54h GMT-0 - First version. What works and what does not - Processor: Intel Core i7-8700K -> Work. All SpeedStep stages.- Video Card: Intel UHD 630 -> Work. QE/CI and Metal.- Chipset: Intel Z370 -> Work.- HDMI 2.0 (1st) -> Work. - HDMI (2nd) -> Work. - DP -> Work. - Audio: ALC1220 -> Work. - HDMI Audio -> Work.- WiFi/Bluetooth -> Not work. Replaced with BCM94360CS2. - Ethernet (1st) -> Work.- Ethernet (2nd) -> Work.- USB3.0 -> Work.- Sleep -> Work. - Airdrop, Handoff, Instant Hotspot and Continuity -> Work after replaced wireless. Todo - Fix iMessage (other iServices works perfectly) - Nothing Disclaimer! Bootloaders are currently unable to start the installation. The solution is to use a virtual machine and use a physical disk (additional, USB or SATA, NVME) as a target in the installation. Change the OpenCore compiled from the source code, and add some entries in NVRAM through config.plist. This is not the best solution. But it is the only way at the moment. There are some ready-made images available out there, but I prefer not to use them and create a clean installation. What you need to install - Running install of macOS - Already working OpenCore with this setup - Create bootable ISO file - Spare Disk/SSD- macOS Big Sur DP1 install app- Latest OpenCore + Kexts compiled from sources - Some KEXTs and SSDT patches UEFI configuration My BIOS is F10 (I use an 8th generation processor, so I don't need to upgrade) You can configure manually or load my BIOS profile. Manually: - Shutdown and insert the flash.- Power on with DEL pressed to enter BIOS setup.- Change value: BIOS - CSM Support to Disabled- Change value: BIOS - Secure Boot to Disabled- Change value: Peripherals - Initial Display to IGP- Change value: Chipset - VT-d to DISABLE- Change value: Chipset - Internal Graphics to ENABLE- Save & Exit Setup or, BIOS profile You can use one of my BIOS profiles attached bellow. It's two versions. One stock and another with overclock [5.0 GHz] - Put the profile in the root of the flash drive at EFI partition. - Restart with DEL pressed to enter BIOS setup. - Go to Save & Exit. - Select Load Profiles. - Select last option and then the flasdrive in the list. - And finally choose MACOS_STOCK or MACOS_5GHZ. - Save & Exit Setup How create bootable ISO file Download Big Sur DP1 Run this command on Temrinal: sudo /System/Library/PrivateFrameworks/Seeding.framework/Resources/seedutil enroll DeveloperSeed Go to System Updater and download the Install macOS Beta app. Create ISO Then run on Terminal (One line at a time): hdiutil create -size 12G -fs hfs+ -volname install -type SPARSEBUNDLE ~/Desktop/install hdiutil attach ~/Desktop/install.sparsebundle sudo /Applications/Install\ macOS\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/install --nointeraction hdiutil detach `diskutil list |grep 'Install macOS Beta' |awk '{print $8}'` -force hdiutil makehybrid -o ~/Desktop/install ~/Desktop/install.sparsebundle rm -rf ~/Desktop/install.sparsebundle Now you have install.iso on desktop. How create create the virtual machine and install to disk/SSD Download and install the trial version of the VMware Fusion from their site. I'm used the version 11.5.5. - Create a custom virtual machine - Operating System: Apple OS X - macOS 10.15 - Create a new virtual disk (The size doesn't matter, We'll delete later) - Click in "Customize Settings" - Save the VM on desktop with name: bigsur - Insert the spare disk/SSD on PC (reboot if necessary) and identify what /dev/diskX is. You can look on Disk Utility.app: - Create VMDK that point to it: sudo diskutil unmountDisk diskX /Applications/VMware\ Fusion.app/Contents/Library/vmware-rawdiskCreator create /dev/diskX fullDevice ~/Desktop/bigsur.vmwarevm/physical sata - Edit the virtual machine settings created previously - Click in Hard Disk (SATA) and delete it (Remove Hard Disk) - Then add the physical disk - There's a bug in Fusion. To select the physical.vmdk, right click then "Quick Look", then "Share virtual disk with the virtual machine that created it" - Click Apply. - Now mount de install.iso - Start the VM and install as usual until: Disk Utility, format GUID with APFS (VMware Virtual SATA Hard Drive Media), Install macOS, wait few reboots and stop at first boot wizard. This can take up to 45 minutes. It may seem like it is stopped, but it is not. - Press Command + Q and shutdown (usually WIN + Q) - Close VMware Fusion. Copy OpenCore to EFI - Mount the EFI with: sudo diskutil mount diskXs1 - Copy your current working OpenCore EFI to that mounted EFI. - Download mine attached or Update your OpenCore, Kexts and driver UEFI. - You can use the @MaLd0n script attached to compile all (OlarilaOC.command.zip) - If using mine add your MLB, ROM, SystemUUID and SystemSerialNumber. (see how to) - Add following items do config.plist: NVRAM -> Add -> 7C436110-AB2A-4BBB-A880-FE41995C9F82 -> boot-args -> -lilubetaall (append) NVRAM -> Add -> 7C436110-AB2A-4BBB-A880-FE41995C9F82 -> booter-fileset-basesystem + Data + <00> NVRAM -> Add -> 7C436110-AB2A-4BBB-A880-FE41995C9F82 -> booter-fileset-kernel + Data + <00> NVRAM -> Delete -> 7C436110-AB2A-4BBB-A880-FE41995C9F82 -> booter-fileset-basesystem NVRAM -> Delete -> 7C436110-AB2A-4BBB-A880-FE41995C9F82 -> booter-fileset-kernel Done! Boot from the new disk/SSD and finish de first boot wizard. And last but not least I would like to thank the following community members, by making these dream possible:@crushers, @snatch, @apianti, @blackosx, @blusseau, @dmazar, @slice2009, @autumnrain, @phpdev32, @EMlyDinEsH, @RehabMan, @Scellow, @mitch_de, @Shailua, @Andy Vandijck, @maxfierke, @ArturXXX, @LexHimself, @brumas, @khamsakamal48, @MaLd0n, @joedm and @vit9696 and all others members involved directly or indirectly. Attachments MACOS_5GHZ MACOS_STOCK OlarilaOC.command.zip EFI.zip Edited June 29, 2020 by ludufre 14 14 Link to comment Share on other sites More sharing options...
MorenoAv Posted June 26, 2020 Share Posted June 26, 2020 Hi @ludufre, Sorry for bother you, but I have questions, it is the first time that I have to use an VM to install macOS, but this as proved to give us hackintoshers a fight, that we will win for sure, but in meantime this are my questions: 1 - what is the VM That you use? 2 - why do we have to create an ISO? Obrigado Saudações portuguesas... Link to comment Share on other sites More sharing options...
YukiPowa Posted June 26, 2020 Share Posted June 26, 2020 Hey, You BCM94360CS2 work or not so ? Not work for me Link to comment Share on other sites More sharing options...
ludufre Posted June 26, 2020 Author Share Posted June 26, 2020 (edited) 11 minutes ago, MorenoAv said: Hi @ludufre, Sorry for bother you, but I have questions, it is the first time that I have to use an VM to install macOS, but this as proved to give us hackintoshers a fight, that we will win for sure, but in meantime this are my questions: 1 - what is the VM That you use? 2 - why do we have to create an ISO? Obrigado Saudações portuguesas... Are you referring to virtualization software? If so, it's VMware Fusion. If it is which virtual machine created? I made a Custom. I updated the guide just now with the photos. The ISO is created to install the system on the HD connected to this virtual machine. 9 minutes ago, YukiPowa said: Hey, You BCM94360CS2 work or not so ? Not work for me I'm not using that wifi in this build. I moved to my laptop: Fit BCM94360CS2 inside Lenovo L440 Maybe this weekend I'll test and update here. Current using DW1560 with AirportBrcmFixup.kext Edited June 26, 2020 by ludufre Link to comment Share on other sites More sharing options...
MorenoAv Posted June 26, 2020 Share Posted June 26, 2020 Obrigado Link to comment Share on other sites More sharing options...
MorenoAv Posted June 26, 2020 Share Posted June 26, 2020 For some reason the commands don't work ... as you can see below Link to comment Share on other sites More sharing options...
ham4ever Posted June 26, 2020 Share Posted June 26, 2020 (edited) when i try this command : hdiutil detach ~/Desktop/install.sparsebundle hdiutil: detach failed - No such file or directory edit : i had to specific which desk needed to be detached in my case hdiutil detach /dev/disk5s2 -force Edited June 26, 2020 by ham4ever 3 Link to comment Share on other sites More sharing options...
ludufre Posted June 26, 2020 Author Share Posted June 26, 2020 1 minute ago, ham4ever said: when i try this command : hdiutil detach ~/Desktop/install.sparsebundle hdiutil: detach failed - No such file or directory Try eject from the Finder 25 minutes ago, MorenoAv said: For some reason the commands don't work ... as you can see below This bunch of <feff> shouldn't be there. Copy and paste again. It needs to be exactly as written in the guide. 1 Link to comment Share on other sites More sharing options...
kidooe Posted June 26, 2020 Share Posted June 26, 2020 Is this going to be like this rest of the betas or will we get kext injection working via bootloader, means now we are pretty much dependent to VM for now or forever Link to comment Share on other sites More sharing options...
ludufre Posted June 26, 2020 Author Share Posted June 26, 2020 1 minute ago, kidooe said: Is this going to be like this rest of the betas or will we get kext injection working via bootloader, means now we are pretty much dependent to VM for now or forever Will we get kext injection working via bootloader. I believe that soon we will have compatible bootloaders. Link to comment Share on other sites More sharing options...
ham4ever Posted June 26, 2020 Share Posted June 26, 2020 (edited) installation is stuck for 15 mins at : Less than a minute remaining... do you have any idea what could the problem be ? edit : actually the installation was just slow , i left it for 45 mins and now is going further. Edited June 26, 2020 by ham4ever 1 Link to comment Share on other sites More sharing options...
Alex HQuest Posted June 26, 2020 Share Posted June 26, 2020 Does Fusion allow the VMDK for the "raw" partition on a volume of the APFS instead of the entire disk? Link to comment Share on other sites More sharing options...
Blu24 Posted June 27, 2020 Share Posted June 27, 2020 (edited) deleted Edited June 27, 2020 by Blu24 Link to comment Share on other sites More sharing options...
ludufre Posted June 27, 2020 Author Share Posted June 27, 2020 1 hour ago, Alex HQuest said: Does Fusion allow the VMDK for the "raw" partition on a volume of the APFS instead of the entire disk? Only the entire disk. Link to comment Share on other sites More sharing options...
Somankr Posted June 27, 2020 Share Posted June 27, 2020 Can we use external HDD? Link to comment Share on other sites More sharing options...
bkchaw Posted June 27, 2020 Share Posted June 27, 2020 2 minutes ago, Somankr said: Can we use external HDD? Don’t think so. Does not work for me using USB hdd Link to comment Share on other sites More sharing options...
Gigamaxx Posted June 27, 2020 Share Posted June 27, 2020 Followed it and the Quick Look command doesn't allow the "Open" tab to turn blue. results in this error. Link to comment Share on other sites More sharing options...
manmo71 Posted June 27, 2020 Share Posted June 27, 2020 13 minutes ago, Gigamaxx said: Followed it and the Quick Look command doesn't allow the "Open" tab to turn blue. results in this error. I am not exactly sure, if I understand your exact problem. I had to go over several times and even created and deleted several VM's to get this to even start install. I always had issue connecting the physical disk with some or the other error and also sometimes while I attempt to start the VM with error's similar to yours. Make sure you follow the guide to the T Several times I made the mistake of missing the first line in the command below, to unmount the disk. sudo diskutil unmountDisk diskX /Applications/VMware\ Fusion.app/Contents/Library/vmware-rawdiskCreator create /dev/diskX fullDevice ~/Desktop/bigsur.vmwarevm/physical sata Delete the existing VM and try all over again, you will eventually succeed. I am on my way right now....Installation is in progress... 1 Link to comment Share on other sites More sharing options...
Blu24 Posted June 27, 2020 Share Posted June 27, 2020 @ludufre I couldn't get passed "connect CD/DVD" after an hour of trying. I Successfully installed Big Sur using the@MaLd0n workaround. Gigabyte Z390 Ultra Intel i7 9700k Radeon 5700XT Thanks for your help Link to comment Share on other sites More sharing options...
dariuxzy Posted June 27, 2020 Share Posted June 27, 2020 I can't erase disk : VMware Virtual SATA Hard Drive Media " Could not open device Link to comment Share on other sites More sharing options...
manmo71 Posted June 27, 2020 Share Posted June 27, 2020 1 hour ago, dariuxzy said: I can't erase disk : VMware Virtual SATA Hard Drive Media " Could not open device I once faced the same problem, try restarting the machine, and before you restart VMWare, try formatting the drive. If that fails, try unmouting the drive from terminal and then format. Link to comment Share on other sites More sharing options...
manmo71 Posted June 27, 2020 Share Posted June 27, 2020 (edited) @ludufre, Following your guide I came up to this point I then Shutdown the machine and copied my EFI folder onto the EFI partition of the just installed drive. Now the system gets stuck at this point upon boot, anyone, any clues? Edited June 27, 2020 by manmo71 duplicate attachment Link to comment Share on other sites More sharing options...
dariuxzy Posted June 27, 2020 Share Posted June 27, 2020 1 hour ago, manmo71 said: I once faced the same problem, try restarting the machine, and before you restart VMWare, try formatting the drive. If that fails, try unmouting the drive from terminal and then format. ok, but if instead of using VMware, I use a real mac to always install it on an external hard disk (and then use this on my laptop), is it the same thing? Link to comment Share on other sites More sharing options...
SavageAUS Posted June 27, 2020 Share Posted June 27, 2020 @ludufreI couldn't get passed "connect CD/DVD" after an hour of trying.I Successfully installed Big Sur using the@MaLd0n workaround. Gigabyte Z390 Ultra Intel i7 9700k Radeon 5700XT Thanks for your help What is the MaLdOn workaround?Sent from my iPhone using Tapatalk @ludufreI couldn't get passed "connect CD/DVD" after an hour of trying.I Successfully installed Big Sur using the@MaLd0n workaround. Gigabyte Z390 Ultra Intel i7 9700k Radeon 5700XT Thanks for your help What is the MaLdOn workaround?Sent from my iPhone using Tapatalk 2 Link to comment Share on other sites More sharing options...
Blu24 Posted June 27, 2020 Share Posted June 27, 2020 25 minutes ago, SavageAUS said: What is the MaLdOn workaround? Sent from my iPhone using Tapatalk What is the MaLdOn workaround? Sent from my iPhone using Tapatalk Am I allowed to post the link? Link to comment Share on other sites More sharing options...
Recommended Posts