foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.56k stars 1.14k forks source link

I already have an iso: need shortcut #542

Open autonaut-x opened 2 years ago

autonaut-x commented 2 years ago

is there a way to skip the long download process and just point the KVM to my iso? virtualbox has this simple short where I just use the iso and type some information in the terminal. the installation process is fast and doesn't abort due to "poor internet"

notAperson535 commented 2 years ago

@autonaut-x move the iso to the folder, then rename it to BaseSystem. Then run this command

mv BaseSystem.iso BaseSystem.img

tell me if it works