Skip to content

Instantly share code, notes, and snippets.

@knoopx
Last active August 19, 2021 04:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knoopx/bce0b633d8269c12bd1cd13d83654bb2 to your computer and use it in GitHub Desktop.
Save knoopx/bce0b633d8269c12bd1cd13d83654bb2 to your computer and use it in GitHub Desktop.
Catalina + Windows 10 + Clover
  • make an extfat partition for windows using disk utility

  • make a bootable windows usb (just format disk as fat32 and rsync iso contents)

  • boot windows installation, press shift+f10 to open a console

  • type diskpart, then list volume to figure out windows extfat partion drive letter

  • type dism /Get-WimInfo /WimFile:D:\Sources\install.wim to figure out what window version to install

  • type dism /Apply-Image /ImageFile:D:\Sources\install.wim /index:1 /ApplyDir:C:\ to install specified version into C:

  • type diskpart, then list partition to figure out EFI partition.

  • type select partition #, then assign to "mount" EFI partition, annotate EFI partition letter.

  • type bcdboot C:\Windows /s E: /f uefi to copy Windows UEFI stuff to EFI partition (E:)

  • Broadcom and other drivers are available from Windows Support Software

  • HFS+ drivers don't work, don't even try to install Boot Camp stuff.

  • AMD drivers needs to be downloaded separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment