Julio Bernardo Posted November 26, 2014 Author Share Posted November 26, 2014 Ok Hervé, I'll try. With the followings steps, can I do a bootable USB, right? You can use those Clover-based guides published here or on IM. For example: Mount InstallESD.dmg found in Install OS X 10.10 Developer Preview.app/Contents/SharedSupport Then mount BaseSystem.dmg (hidden file) open /Volumes/OS\ X\ Install\ ESD/BaseSystem.dmgUse Disk Utility to restore the contents of BaseSystem.dmg on a USB key (or HDD partition) formatted Mac OS extended (journaled). Remove link for Packages in folder System/Installation of your USB key rm /Volumes/OS\ X\ Base\ System\ 1/System/Installation/PackagesCopy folder Packages located in InstallESD.dmg to folder System/Installation of your USB keycp -R /Volumes/OS\ X\ Install\ ESD/Packages /Volumes/OS\ X\ Base\ System\ 1/System/InstallationCopy the 2 hidden files (BaseSystem.dmg & Basesystem.chunklist) of InstallESD.dmg to the root of your USB keycp /Volumes/OS\ X\ Install\ ESD/BaseSystem.* /Volumes/OS\ X\ Base\ System\ 1Install Clover_v2k_r2695.zip (or later) to your USB key. Configure your config.plist to boot with option "kext-dev-mode=1" as follows: <key>Boot</key> <dict> <key>Arguments</key> <string>-v kext-dev-mode=1</string> </dict>* About option "kext-dev-mode=1": in Yosemite Developer Preview 1, "unsigned or malsigned" kexts will not be loaded. To use such kexts, the restriction can be lifted by adding option "kext-dev-mode=1" at boot phase. Copy all your kexts (FakeSMC.kext, etc.) to EFI/CLOVER/kexts/10.10 (consider this the "kext" boot pack). Grab kexts from ML or Mav boot pack or from any existing ML or Mav installation's /Extra/Extensions folder. Copy the DSDT to EFI/CLOVER/ACPI/patched Adjust Clover config.plist as required (you can use this file: config.plist_D630n.zip). Start your USB key. The OS X installer should then load. Proceed with installation as usual. To boot with Chameleon: After 1st reboot (via clover USB key), install Chameleon r2395 or later to your freshly installed Yosemite partition Copy DSDT + SMBIOS & boot plists to /Extra. Copy the machine specific kexts to /S/L/E and repair permissions in Terminal: sudo chmod -R 755 /S/L/E + sudo chown -R 0:0 /S/L/E Rebuild kext cache: sudo touch /S/L/E + sudo kextcache -Boot -U / From now on, you can safely boot Yosemite through Chameleon directly. Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted November 26, 2014 Moderators Share Posted November 26, 2014 If you find that Clover is hard to understand, you can try my guide here. Bootpack ( kexts and DSDT) are available on post # 5. Remember the Optiplex 9020 has an Haswell processor that causes early reboot. So make sure to use the Haswell Kernel atttached in the guide below. Link to comment Share on other sites More sharing options...
Julio Bernardo Posted November 26, 2014 Author Share Posted November 26, 2014 Thanks Jake Lo, I'll consider this. Link to comment Share on other sites More sharing options...
Julio Bernardo Posted November 26, 2014 Author Share Posted November 26, 2014 Jake Lo, where should I put Haswell Kernel, following this guide? Link to comment Share on other sites More sharing options...
Julio Bernardo Posted November 26, 2014 Author Share Posted November 26, 2014 Hervé, I've followed this guide, but the message is: "Selected boot device failed. Press any key to reboot the system. " Well, it seems that I have no USB bootable, no OSX bootable in my USB? Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted November 26, 2014 Moderators Share Posted November 26, 2014 Jake Lo, where should I put Haswell Kernel, following this guide? As stated in the guide, place the folder in /System/Library so it'll look like this /System/Library/Kernels/kernel Link to comment Share on other sites More sharing options...
Administrators Hervé Posted November 27, 2014 Administrators Share Posted November 27, 2014 If your USB key does not boot, I guess you did not install Clover properly. Link to comment Share on other sites More sharing options...
Julio Bernardo Posted November 27, 2014 Author Share Posted November 27, 2014 I'll try again and again. Link to comment Share on other sites More sharing options...
Julio Bernardo Posted November 27, 2014 Author Share Posted November 27, 2014 Jake Lo, I achieved to make a USB bootable from latest Chameleon (V2.2svn r2404), but when I try to make a boot from USB, with the flags -v -f recommended by the your guide, but It's keeping boot loop on my PC. I've tried, unifail, Chameleon (2 versions), but the issue is always the same. Boot Loop! I've copied the Kernels Folder (HASWELL KERNEL) to /System/Library of USB bootable, as your guide has indicated. Can you help me?Please, see bellow the video: https://www.youtube.com/watch?v=FR_JqxWwigg&feature=youtu.be Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted November 27, 2014 Moderators Share Posted November 27, 2014 Did you set the BIOS as suggested? What type of video connection are you using? DisplayPort to DVI? DisplayPort to DisplayPort? Make sure to use the bottom DP port during install. Link to comment Share on other sites More sharing options...
Recommended Posts