Skip to content

levikl/qemu-windows-on-mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qemu-windows-on-mac

prereqs:

  1. brew install qemu
  2. brew install rpm
  3. download the following to root of this repo:
    • windows 10 pro iso (from here)
    • latest virtio-win ISO (from here)
    • edk2-ovmf rpm contents (download rpm for latest fedora release from here, then run rpm2cpio < edk2-ovmf-<MOST_RECENT_VERSION>.noarch.rpm | cpio -id from root of repo)
  4. run qemu-img create -f qcow2 windows10.qcow2 64G in root of repo

install:

  1. run ./install-windows.sh
    • follow along with process in this video starting at 10m40s

boot:

  1. run ./boot-windows.sh

About

works on my machine πŸ’»

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages