-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to start VM #21
Comments
What virtual disks do you have connected to the VM? I'd double check that boot order under the hardware section for 'SCSI Controller' prioritizes the EFI virtual disk:
If you have your |
Hiya, |
Hi, |
Sorry, I had meant to follow up sooner. What does your EFI disk look like? If you created it manually, I'd make sure that there exists an EFI folder on that disk so that the root has both directories:
|
Hi, |
I'd try cloning this repository and running the build script with It'll create a dist/ directory where you can also run the create-virtual-machine.ps1 script from: # Build the repository
.\scripts\build.ps1
# Use the latest version of macOS (cpu=2 cores, ram=8 GB, size=50 GB)
$ .\dist\Scripts\create-virtual-machine.ps1 -name "My New Virtual Machine" |
I’ll try again soon. I was having issues with this previously. |
The README before wasn't quite correct syntactically for running those scripts (a huge oversight on my part). It was previously missing the |
What CPU are you using and macOS version are you trying to boot? If you're using a DEBUG build of the project (which it should by default), you should see an OpenCore log if you mount the EFI virtual disk. I'd upload it here just to verify that OpenCore isn't trying to boot into something else. It's also possible one of the drivers (under EFI/OC/Drivers) can't run on your CPU. For older CPUs (that don't support RDRAND, i.e. Sandy Bridge and older), you'll need to use Lines 11 to 12 in f0e99b5
|
It's an Ivy-Bridge CPU, I will try that now. |
When attempting to start the VM, the screen just flickers the Hyper-V logo and turns off. Screen cap is below:
https://drive.google.com/file/d/1bTqvy4Bg9l8WsxFIvlfjzW9D6548GgEv/view?usp=sharing
The text was updated successfully, but these errors were encountered: