simprecicchiani / ThinkPad-T460s-macOS-OpenCore

Bootloader configuration for macOS on T460s and possibly other 6th gen ThinkPads
BSD 3-Clause "New" or "Revised" License
338 stars 60 forks source link

How to dualboot Opencore with Windows #112

Closed iTer99 closed 2 years ago

iTer99 commented 3 years ago

I was check this, Bootcamp in Windows work but in MacOS doesn't show up https://dortania.github.io/OpenCore-Post-Install/multiboot/bootcamp.html image

duszmox commented 3 years ago

You can set, the default boot OS in the OpenCore bootloader with CTRL+Enter. Here is some more info

iTer99 commented 3 years ago
image

1) Use mini Windows via USB Boot have CMD: diskpart list disk select disk 0 (0 is Hard Disk use have Hackintosh) create part primary size=450 format quick fs=ntfs label=Recovery (creat partition Recovery for Windows) assign letter=R set id=“de94bba4-06d1-4d40-a16a-bfd50179d6ac” gpt attributes=0x8000000000000001 create part msr size=16 (partition MSR, I don't know what is it, but it need for Windows partition) create part primary (partition for install Windows) format quick fs=ntfs label=Windows assign letter=M 2) Mount any ISO Windows then open Setup.exe and install Windows normal