C
Cục Gạch Phồng
Guest
Ai có điều kiện thì thử cách này với Clover nhé!
1. Proceed with building the Installer as usual, but forget about mach_kernel, instead copy the BaseSystem.dmg and Basesystem.chunklist that are hidden in the OS X Install ESD dmg you already mounted to the root of your installer partition;
2. Create a folder called kexts in the root of the installer directory and put any needed kexts from your clover EFI partition or whatever they are;
3. Select those kexts and put them also in /System/Library/Extensions of the Installer;
4. Reboot to the installer in Single User Mode and run:
/sbin/fsck -fy
/sbin/mount -uw /
nvram boot-args="kext-dev-mode=1"
kextcache -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions
exit
5. At this point the system may continue to load and you'll reach the installer, if it reboots just boot in to it again.
6. Install the system as usual, but do not reboot yet.
7. Close the installer and open Disk Utility select the partition where you installed Yosemite and notate the disk identifier ex: diskXsX
8. Close Disk Utility and open Terminal then run the following:
mkdir /Volumes/TEMP
mount -t hfs /dev/diskXsX /Volumes/TEMP/
cp -R /kexts/* /Volumes/TEMP/System/Library/Extensions/
9. Close Terminal and reboot to the partition you've installed Yosemite in Single User Mode;
10. Run the following commands again:
/sbin/fsck -fy
/sbin/mount -uw /
nvram boot-args="kext-dev-mode=1"
kextcache -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions
exit
11. At this point the system may continue to load and you'll reach the system, if it reboots just boot in to it again.
Dịch sau! Chúc thành công.
1. Proceed with building the Installer as usual, but forget about mach_kernel, instead copy the BaseSystem.dmg and Basesystem.chunklist that are hidden in the OS X Install ESD dmg you already mounted to the root of your installer partition;
2. Create a folder called kexts in the root of the installer directory and put any needed kexts from your clover EFI partition or whatever they are;
3. Select those kexts and put them also in /System/Library/Extensions of the Installer;
4. Reboot to the installer in Single User Mode and run:
/sbin/fsck -fy
/sbin/mount -uw /
nvram boot-args="kext-dev-mode=1"
kextcache -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions
exit
5. At this point the system may continue to load and you'll reach the installer, if it reboots just boot in to it again.
6. Install the system as usual, but do not reboot yet.
7. Close the installer and open Disk Utility select the partition where you installed Yosemite and notate the disk identifier ex: diskXsX
8. Close Disk Utility and open Terminal then run the following:
mkdir /Volumes/TEMP
mount -t hfs /dev/diskXsX /Volumes/TEMP/
cp -R /kexts/* /Volumes/TEMP/System/Library/Extensions/
9. Close Terminal and reboot to the partition you've installed Yosemite in Single User Mode;
10. Run the following commands again:
/sbin/fsck -fy
/sbin/mount -uw /
nvram boot-args="kext-dev-mode=1"
kextcache -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions
exit
11. At this point the system may continue to load and you'll reach the system, if it reboots just boot in to it again.
Dịch sau! Chúc thành công.