Join the discord: / discord
This guide covers how to dual boot macOS and Windows on the same drive with OpenCore.
* -
YouTube guides
Intel Hackintosh: macOS Big Sur Hackintosh Guide - No macOS Required!
AMD Hackintosh: The AMD Hackintosh Guide (No macOS required)
* -
Downloads
Windows 10 ISO File: https://www.microsoft.com/en-us/softw...
* -
Creating Windows Partitions
diskpart
list disk
select disk 0 (replace with disk number)
partition efi size=100
format quick fs=fat32 label="System"
assign letter="S"
create partition msr size=16
create partition primary
format quick fs=ntfs label="Windows"
assign letter="W"
Installing Windows (If you made installer in Windows)
list volume
exit
dism /Get-WimInfo /WimFile:D:\sources\install.esd (replace D with USB drive letter)
dism /Apply-Image /ImageFile:D:\sources\install.esd /Index:1 /ApplyDir:W:\ (replace D with USB drive letter)
bcdboot W:\windows /s S: /f UEFI
Installing Windows (If you made installer in macOS)
list volume
exit
dism /Get-WimInfo /WimFile:D:\Sources\install.wim (replace D with USB drive letter)
dism /Apply-Image /ImageFile:D:\Sources\install.wim /Index:1 /ApplyDir:W:\ (replace D with USB drive letter)
bcdboot W:\windows /s S: /f UEFI
* -
Links
Guide: / dual_booting_windows_macos_same_drive_zero...
Installing Windows Documentation: https://docs.microsoft.com/en-us/wind...
* -
Timestamps:
Intro - 0:00
Requirements - 0:28
Creating the Windows Partition - 0:58
Booting into the Windows Installer - 1:35
Creating partitions - 2:02
Installing Windows - 3:37
Cleanup - 5:06
Conclusion - 5:34
* -
Art by @inksplash_draws
Watch video Dual Boot a Hackintosh on One Drive (OpenCore) online without registration, duration hours minute second in high quality. This video was added by user Brandon Yen 13 November 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 89,472 once and liked it 1.7 thousand people.