Similar Content
- By fantomas1Designed by Kamer Kaan Avdan, this video is a concept created for the purposes of visualizing how Windows XP could look in 2019.
'Return of The Legend' - well said. - By fusion71auThis is a brief guide on how to create a vanilla El Capitan (also same process for Sierra) OS X Installer USB with an updated prelinked kernel containing FakeSMC.
It is tailored for those users who want to understand the “nuts and bolts” of how to create an installer and also to help brush up on their terminal skills (rather than have one made for them with the numerous automated “tools” available or even Apple’s createinstallmedia) :
Specifically, it is also a “Proof of Concept” which shows that installation is possible without even having to rely on boot loader kext injection.
Prerequisites
Existing Yosemite installation (or Mavericks - see post#4 for steps 7,8) “Install OS X El Capitan.app' downloaded to the Applications folder Pacifist FakeSMC.kext - Slice or Kozlek branch Bootloader - Clover or Chameleon 8GB or larger USB drive (16GB recommended), formatted HFS+ (MBR or GUID) named “Installer”
Procedure
1. Boot into Yosemite with the kext-dev-mode=1 boot flag
2. Open OS X terminal and type the following lines, followed by <Enter> after each line.
The image restore and file copying may take a while to complete, and at the end of the process, the Installer volume is renamed to “OS X Base System'....
sudo -shdiutil attach /Applications/Install OS X El Capitan.app/Contents/SharedSupport/InstallESD.dmgasr restore -source /Volumes/OS X Install ESD/BaseSystem.dmg -target /Volumes/Installer -erase -format HFS+ -noprompt -noverifyrm /Volumes/OS X Base System/System/Installation/Packagescp -av /Volumes/OS X Install ESD/Packages /Volumes/OS X Base System/System/Installationcp -av /Volumes/OS X Install ESD/BaseSystem.dmg /Volumes/OS X Install ESD/BaseSystem.chunklist /Volumes/OS X Base Systemdiskutil unmount /Volumes/OS X Install ESDexit 3. Right click on the “OS X Base System” Volume and click “Get Info”
4. Click on the lock icon and untick “Ignore ownership on this volume”
5. Extract/Copy the El Capitan Kernels folder into /System/Library/ of the USB with Pacifist. NB It is found in the 'Essentials.pkg' in /System/Installation/Packages
6. Delete or Rename the original /System/Library/PrelinkedKernels/prelinkedkernel —> OG.prelinkedkernel
7. Copy FakeSMC.kext and other necessary kexts (e.g. VoodooPS2Controller.kext for laptops) into the /Library/Extensions folder of the installer USB using Finder.
8. Back in terminal, type the following lines, followed by <Enter> after each line to rebuild the prelinkedkernel…..
sudo -schmod -R 755 /Volumes/OS X Base System/Library/Extensionschown -R 0:0 /Volumes/OS X Base System/Library/Extensionstouch /Volumes/OS X Base System/System/Library/Extensionskextcache -u /Volumes/OS X Base Systemexit Any errors should be noted but the output below is normal e.g.
9. Install your Bootloader targeting the OS X Base System volume
10. Boot your system with the USB without injected kexts into the OS X Installer GUI....
Post Install
The original prelinked kernel in a fresh install of El Capitan will also lack FakeSMC ie it will only be linked to Apple signed kexts. In order to boot into El Capitan the first time around without boot loader kext injection, the PLK needs to be rebuilt for the El Capitan volume like we did for the installer:
1. Boot into Yosemite with the kext-dev-mode=1 boot flag
2. Delete or Rename the original /System/Library/PrelinkedKernels/prelinkedkernel for the El Capitan volume —> OG.prelinkedkernel
3. Copy FakeSMC.kext and other necessary kexts (e.g. VoodooPS2Controller.kext for laptops) into the /Library/Extensions folder of El Capitan using Finder
4. Back in terminal, type the following lines, followed by <Enter> after each line to rebuild the prelinkedkernel. In this example, the El Capitan volume is named 'El_Capitan' - change if you have named it something else...
sudo -schmod -R 755 /Volumes/El_Capitan/Library/Extensionschown -R 0:0 /Volumes/El_Capitan/Library/Extensionstouch /Volumes/El_Capitan/System/Library/Extensionskextcache -u /Volumes/El_Capitanexit 5. Install your Bootloader targeting the El Capitan volume. This step is only necessary if you are installing El Capitan on a new drive without existing boot loader (not required if installing on a disk with existing boot loader beside Yosemite).
6. Reboot your system without injected kexts into El Capitan!
Other links
The All-In-One Guide to Vanilla OS X for beginners
Updates for Sierra and High Sierra Custom Prelinkedkernel Generator Tool I have made a custom prelinkedkernel generator 'PLK.tool' for Sierra + El Capitan. Instructions: 1. Download and extract the attached BaseSystem_PLK.tool.zip into your ~/Downloads folder. 2. Copy any extra kexts necessary for booting your hack to ~/Downloads/BaseSystem/ExtraKexts (e.g. FakeSMC, VoodooPS2Controller), making sure SIP is disabled. 3. Copy BaseSystem.dmg to ~/Downloads/BaseSystem 4. Open terminal and run the following commands... cd ~/Downloads/BaseSystemchmod +x PLK.tool./PLK.tool ---> supply your admin password ---> will place your new custom prelinkedkernel on the desktop. macOS High Sierra bypass Firmware and MBR checks in post#13.
BaseSystem_PLK.tool_ElCap.zip
BaseSystem_PLK.tool_Sierra.zip
BaseSystem_PLK.tool_Mojave.zip (need to run in Mojave to avoid dependency errors)
BaseSystem_PLK.tool_Catalina.zip - By fusion71auClover r5051 ISO compiled with GCC and minimal config.plist compatible for use in VMWare Workstation.
Tested with unlocked Workstation 15 running OSX 10.9 -->10.15 guest in Windows X64 host.
Installation
1. Download and unzip 'EFI_Clover_r5051 for VMware.zip'. Mount Clover-v2.5k-5051-X64.iso by double clicking on it.
2. Mount your VM's EFI System Partition eg in terminal
sudo diskutil mount disk0s1 3. Copy EFI folder from step 1 into the EFI partition
4. Shutdown the VM, add bios.bootDelay = '3000' to your VM's vmx file
5. Reboot your VM, press <F2> to access the VMware Boot Manager and add CLOVERX64.efi to the boot menu.
Substitute your own unique and valid MLB and ROM variables in the /EFI/CLOVER/config.plist (Rt Variables section) to activate iMessage/Facetime on your VM. - By shinho73I need a good vanilla guide for AMD A8 7600 with A58M-E FM2+ mother board and Palit GEforce GT 730. Any help will be greatly appreciated. Thank you.
- By MaLd0n---INSTALLATION TUTORIAL---
---Original Post---
https://olarila.com/forum/viewtopic.php?f=45&t=9172
---USB---
https://pikeralpha.wordpress.com/2016/07/13/simple-skylake-usb-fix-no-kexts-required/
---CLOVER FOLDER---
CLOVER.zip
--MOBO
GigaByte Z390 M Gaming
--PROCESSOR
Intel Core i9-9900K
--COOLER
CoolerMaster MasterLiquid ML120R RGB
--MEMORY
Corsair Dominator Platinum 16GB (2 x 8GB)
--GPU
Sapphiretech Radeon RX 590 8 GB GDDR5
--SSD
Samsung 970 EVO NVMe M2 Flash Drive
--POWER SUPPLY
EVGA 750 N1, 750W
--WIRELESS
TP-Link Archer T9E
--BLUETOOTH
Orico BTA-403
--CASE
Thermaltake View 21 Tempered Glass Edition
--DSDT Patches--
-FIX ERRORS AND WARNINGS-FIX ACPI ERRORS-REMOVE UNUSED SCOPES / DEVICES-HIGH PRECISION EVENT TIMER-SATA SERIE 10 ID-DMAC-REMOVE 22K LINES, PROBLEMATIC and UNUSED-FIX K.P in REBOOT-NVRAM / REAL TIME CLOCK-SLPB-DARWIN / WINDOWS 2015-XHCI-PLUGIN TYPE-HDAS to HDEF-HDEF-REAL TIME CLOCK-ARTC-IRQs-SBUS-MIKEY-BUS1-MCHC-ALS0-SHUTDOWN-UAR1-LAN-FWHD-USBX-PMCR-PPMC-XSPI-GMM-IMEI-EC-PNLF-ARPT-GFX0-NVME-DTGP-ACQUIRE MUT0 0XFFFF-OPERATION REGION GPIO-MUTEX MUT0 0x00-EXTERNAL REFERENCES-UNKNOWNOBJ-HDMI / HDAU-FULL RENAMED DEVICES
--SCREENSHOTS--
--BruceX--
--USB-C-- test with SanDisk Ultra USB-STICK 128gb
-Credits and thanks to the old and new people in the community who developed patches, kexts and bootloaders!
Slice, Kabyl, usr-sse2, jadran, Blackosx, dmazar, STLVNUB, pcj, apianti, JrCs, pene, FrodoKenny, skoczy, ycr.ru, Oscar09, xsmile, SoThOr, RehabMan, Download-Fritz, Zenit432, cecekpawon, Intel, Apple, Oracle, Chameleon Team, crazybirdy, Mieze, Mirone, Oldnapalm, netkas, Elconiglio, artut-pt, ErmaC, Pavo, Toleda, Master Chief and family, bcc9, The King, PMheart, Sherlocks, Micky1979, vit9696, vandroiy2013, Voodoo Team, Pike R. Alpha, lvs1974, Austere.J, CVad, Sampath007, onemanosx, erroruser, Jenny David, Olarila Facebook Community, Hackintosh Facebook Community and many others!
We're all here to have fun and learn from each other!
Open VMware Workstation 8, Navigate to File->New Virtual Machine, Select Typical Configuration & click Next, Specify path for your, In Guest Operating System Select “Other” & in Version Select “FreeBSD 64-bit” Specify Virtual machine name & vmdk file location & click Next.
VMware Workstation Pro transforms the way technical professionals develop, test, demonstrate and deploy software by running multiple x86-based operating systems simultaneously on the same PC. Built on 15 years of virtualization excellence and winner of more than 50 industry awards, VMware Workstation Pro takes desktop virtualization to the next level by giving users an unmatched operating system support, rich user experience and incredible performance.
State of the Art Desktop Virtualization for Windows and Linux
VMware Workstation Pro takes advantage of the latest hardware to replicate server, desktop and tablet environments in a virtual machine. Run applications on a breadth of operating systems including Linux, Windows and more at the same time on the same PC without rebooting. VMware Workstation Pro makes it really easy to evaluate new operating systems like Windows 10, test software applications and patches, and reference architectures in an isolated and safe environment. No other desktop virtualization software offers the performance, reliability and cutting edge features of Workstation Pro.
With the ability to allocate multiple processor cores, gigabytes of main memory, and graphics memory to each virtual machine, Workstation Pro maximizes your computer’s resources to run the most demanding applications in a virtual environment. Workstation Pro even lets you run virtual ESXi hosts and vSphere appliances, letting you create an entire Software Defined Data Center right on your desktop.
Vmware Disk Mount Utility Download
Workstation Pro gives technical professionals powerful controls over how to set up and interact with virtual machines. Choose from a wide variety of options for installing, protecting, connecting, sharing and viewing virtual machines to save valuable time. You can even create virtual machines that are encrypted, require a change of password and expire at a predefined date and time. Use the virtual network editor to build up to 20 custom virtual networks for connected multi-tier applications. Leverage the Snapshot feature to preserve the state of a virtual machine so you can return to it at any time.
_________________
Download:
or
_________________
Comments are closed.