foxlet / macOS-Simple-KVM

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

cannot run basic.sh #586

Open yemilol opened 1 year ago

yemilol commented 1 year ago

Hello, I've tried running basic.sh multiple times, but every single time the command prompt tells me "-bash: /basic.sh: No such file or directory"

Does anyone know how to fix this?

Best regards! :D

EndCod3r commented 1 year ago

You forgot the period at the start. you should have typed "./basic.sh" instead, if that still doesn't work type "sudo ./basic.sh"

AsumVictor commented 1 year ago

You forgot the period at the start. you should have typed "./basic.sh" instead, if that still doesn't work type "sudo ./basic.sh"

Hello, please, it is still not working. image

Masamune3210 commented 1 year ago

You need to enable hardware based virtualization or install a virtualization engine that supplies /dev/kvm

AsumVictor commented 1 year ago

You need to enable hardware based virtualization or install a virtualization engine that supplies /dev/kvm

Please can you show me directions to do that that

scyilk commented 1 year ago

If you're on WSL, take a look at this awesome blog post by nicole on dev.to.

tagtush commented 1 year ago

Am getting the same error am using AWS EC2 instance of Ubuntu and i want to use MacOS inside Ubuntu machine but not able to run this basic.sh only. qemu-system-x86_64: -drive if=pflash, format=raw, readonly: warning: short-form boolean option 'readonly' deprecated Please use readonly=on instead qemu-system-x86_64: -drive if=pflash, format=raw, readonly: A block device must be specified for "file"

Please help me to fix this or Suggest me How can i use MacOS using AWS Linux machine i dont wanna go with dedicated host stuff which amazon started providing.
``