ผมโหลด os x มาจากเว็ปบิทเป็นไฟล์ dmg แต่ผมไม่มีเครื่อง mac ผมจะทำยังไงครับผมจะใช้ usb ลง
Announcement
Collapse
No announcement yet.
ผมโหลด os x มาจากเว็ปบิทเป็นไฟล์ dmg
Collapse
X
-
-
ผมได้ลองทำตามขั้นตอนทุกอย่าง (ตาม link ที่ผมให้ไว้ข้างบน) ผลปรากฏว่า สามารถ boot mac os จนเข้าไปถังหน้าที่ติดตั้ง os ได้นะครับ
แต่ จะต้องมีการแก้ไขรายละเอียดบางบรรทัดใน file config.plist (เป็น file ที่ใช้กำหนดค่าเริ่มต้น สำหรับการ boot โดย Clover Bootloader ซึ่งจะเก็บอยู่ใน USB อันที่เราใชัสำหรับเป็นตัว boot os ซึ่งถ้าทำตามขั้นตอนจาก link ดังกล่าว จะต้องใช้ USB ถึง 2 อัน คือ อันที่ 1.ใข้สำหรับติดตั้ง ตัว boot os ในที่นี่คือ Clover Bootloader ส่วนอันที่ 2. ใช้สำหรับ copy files ทั้งหมดที่เกี่ยวข้องกับ mac os รุ่นที่ต้องการติดตั้งเพื่อใช้งาน เช่น Mountail Lion 10.8.x)
** file config.plist จะถูกเก็บอยู่ใน folder EFI/CLOVER
Spec เครื่องของผม : CPU>Intel Ivy Bridge 3.1 GHz Intel Core i5 Main Board>Gigabyte GA-Z77P-D3 Ram>8 Gb. 1600 MHz (4x2) Video Card>PowerColor ATI Radeon HD 5770
HDD>Seagate 160 Gb.x1(ลง Windows 8.1) WD 1Tb.x1 OCZ SSD 120 Gb.x1(ทั้ง 2 ตัวนี้ ลง Mavericks แบบ Fusion drive กับสำหรับเก็บ data files)
** ข้างล่างนี้เป็นรายละเอียดใน file config.plist ที่ผมได้มีการแก้ไขเพื่อให้สามารถใช้ได้กับเครื่องของผมครับ ลองเอาไปปรับใช้ดูนะครับ
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SMBIOS</key>
<dict>
<key>BiosVendor</key>
<string>Apple Inc.</string>
</dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>npci=0x2000 slide=0</string>
</dict>
<key>ACPI</key>
<dict>
<key>DSDT</key>
<dict>
<key>Debug</key>
<false/>
<key>DsdtName</key>
<string>BIOS</string>
<key>Patches</key>
<array/>
</dict>
<key>SSDT</key>
<dict>
<key>Generate</key>
<dict>
<key>PStates</key>
<true/>
<key>CStates</key>
<true/>
</dict>
<key>DropOem</key>
<true/>
</dict>
</dict>
<key>GUI</key>
<dict>
<key>Theme</key>
<string>black_green</string>
<key>Language</key>
<string>en:0</string>
<key>Mouse</key>
<dict>
<key>Enabled</key>
<true/>
<key>Speed</key>
<integer>20</integer>
<key>Mirror</key>
<false/>
<key>DoubleClick</key>
<integer>500</integer>
</dict>
</dict>
<key>Graphics</key>
<dict>
<key>InjectEDID</key>
<false/>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>AppleRTC</key>
<true/>
<key>AsusAICPUPM</key>
<true/>
<key>KernelCpu</key>
<false/>
</dict>
<key>Devices</key>
<dict>
<key>USB</key>
<dict>
<key>Inject</key>
<true/>
<key>AddClockID</key>
<true/>
<key>USBFixOwnership</key>
<true/>
</dict>
<key>PCIRootUID</key>
<string>1</string>
</dict>
<key>RtVariables</key>
<dict>
<key>MountEFI</key>
<true/>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectSystemID</key>
<true/>
<key>InjectKexts</key>
<true/>
<key>LegacyBoot</key>
<string>PBR</string>
</dict>
</dict>
</plist>
Comment
Comment