OneClick-macOS-Simple-KVM icon indicating copy to clipboard operation
OneClick-macOS-Simple-KVM copied to clipboard

Macos 12 fails to install

Open ryzendew opened this issue 2 years ago • 27 comments

Tried to install macos 12 but as you can see it failed Tried master and preview both failed!

image

Fedora 36

ryzendew avatar Jun 17 '22 04:06 ryzendew

+1 I have the same issue

Tadjaur avatar Jun 18 '22 00:06 Tadjaur

@RyzenDew @Tadjaur First, do not use the preview branch. Second, did you format as macOS extended journaled?

notAperson535 avatar Jun 18 '22 17:06 notAperson535

@RyzenDew @Tadjaur First, do not use the preview branch. Second, did you format as macOS extended journaled?

happens with master also and i did format as required it just did not work

ryzendew avatar Jun 18 '22 17:06 ryzendew

I have the same issue as well.

messi142857 avatar Jun 21 '22 16:06 messi142857

@Tadjaur @RyzenDew @messi142857 try Big Sur and see if it has the same issue. Monterey mostly has features that would be useless in vms

notAperson535 avatar Jun 22 '22 18:06 notAperson535

The vm was to do a dd into an ssd after install to save time i dont want big sur Sent from my iPhoneOn Jun 22, 2022, at 3:40 PM, notAperson535 @.***> wrote: @Tadjaur @RyzenDew @messi142857 try Big Sur and see if it has the same issue. Monterey mostly has features that would be useless in vms

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

ryzendew avatar Jun 22 '22 18:06 ryzendew

@notAperson535 I have an RX 6600XT GPU which, from what I gather, only works on macOS Monterey.

messi142857 avatar Jun 22 '22 19:06 messi142857

And you all have the exact same error? And you are all running Fedora?

notAperson535 avatar Jun 22 '22 19:06 notAperson535

I have the exact same error (something to do with bootbase.efi), and I'm running Arch (btw).

messi142857 avatar Jun 22 '22 19:06 messi142857

Happens on arch linux also and popos Sent from my iPhoneOn Jun 22, 2022, at 4:33 PM, notAperson535 @.***> wrote: And you all have the exact same error? And you are all running Fedora 36 or just Fedora

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

ryzendew avatar Jun 22 '22 20:06 ryzendew

@RyzenDew Please rerun the installer and show all logs, not just errors.

notAperson535 avatar Jun 24 '22 15:06 notAperson535

At the risk of sounding like I'm hijacking this thread, here's my installer log. Installer Log 24-Jun-2022.txt

I was free, so I thought I might as well provide it.

messi142857 avatar Jun 24 '22 16:06 messi142857

@Tadjaur @RyzenDew @messi142857 Are you all using and ryzen processors?

notAperson535 avatar Jun 25 '22 13:06 notAperson535

I am but that shouldn’t be an issue due to qemu/kvm spoofing the cpu like what we do with unraid unless something was broken and not done right in opencore. Macos simple kvm used to work perfect with ryzen it was its main purpose

ryzendew avatar Jun 25 '22 15:06 ryzendew

@Tadjaur @RyzenDew @messi142857 Are you all using and ryzen processors?

Yes. I'm using a Ryzen 5 5600G, if it makes any difference.

messi142857 avatar Jun 25 '22 20:06 messi142857

At the risk of sounding like I'm hijacking this thread, here's my installer log. Installer Log 24-Jun-2022.txt

I was free, so I thought I might as well provide it.

@messi142857 doesn't appear online with any results.

notAperson535 avatar Jul 02 '22 20:07 notAperson535

At the risk of sounding like I'm hijacking this thread, here's my installer log. Installer Log 24-Jun-2022.txt I was free, so I thought I might as well provide it.

@messi142857 doesn't appear online with any results.

Are you referring to the fact that I wasn't online for the past few days? If so, that's because I had some other work to attend to, but I'll be available if you need me to provide further help.

The issue still persists with macOS Monterey, though.

messi142857 avatar Jul 03 '22 02:07 messi142857

Are you referring to the fact that I wasn't online for the past few days? If so, that's because I had some other work to attend to, but I'll be available if you need me to provide further help.

@messi142857 no that is not what I was referring to. I was saying that when I searched up the error message, I could not find any results.

notAperson535 avatar Jul 03 '22 19:07 notAperson535

@messi142857 @Tadjaur @RyzenDew Try running git pull --rebase to update opencore

notAperson535 avatar Jul 03 '22 19:07 notAperson535

Are you referring to the fact that I wasn't online for the past few days? If so, that's because I had some other work to attend to, but I'll be available if you need me to provide further help.

@messi142857 no that is not what I was referring to. I was saying that when I searched up the error message, I could not find any results.

Oh, my bad then.

I did find a comment under this this article that says this issue only occurs in Monterey 12.4. Would you be able to provide the Monterey 12.3.1 BaseSystem image instead?

Also, running git pull --rebase didn't work for me. Just to be clear, all I had to do was run the command inside the repo directory, right?

messi142857 avatar Jul 03 '22 20:07 messi142857

@messi142857 hmm, I will try to find a Monterey 12.3.1 and put it in this thread.

notAperson535 avatar Jul 04 '22 19:07 notAperson535

@messi142857 see if this works. rename it to basesystem.dmg and then turn it into basesystem.img with this command: qemu-img convert BaseSystem.dmg -O raw BaseSystem.img If it works I'll ping the others.

notAperson535 avatar Jul 04 '22 20:07 notAperson535

@notAperson535 Thanks for helping. However, I'm getting the error qemu-img: Could not open 'BaseSystem.dmg': Could not locate UDIF trailer in dmg file when I try to convert the dmg file into an img.

I may have found another solution, however. I found a Monterey 12.3.1 ISO file here that seems to have worked for me. I had to change the basic.sh file to point to it, however, but once I did, I was able to install macOS Monterey.

messi142857 avatar Jul 05 '22 21:07 messi142857

@messi142857 Perfect! That works too.

notAperson535 avatar Jul 06 '22 21:07 notAperson535

@notAperson535 Thanks for helping. However, I'm getting the error qemu-img: Could not open 'BaseSystem.dmg': Could not locate UDIF trailer in dmg file when I try to convert the dmg file into an img.

I may have found another solution, however. I found a Monterey 12.3.1 ISO file here that seems to have worked for me. I had to change the basic.sh file to point to it, however, but once I did, I was able to install macOS Monterey.

@RyzenDew @Tadjaur solution ^^^

notAperson535 avatar Jul 06 '22 21:07 notAperson535

that is not a fix

ryzendew avatar Jul 06 '22 23:07 ryzendew

@RyzenDew well if you find a better Monterey 12.3.1 image to use than post it here

notAperson535 avatar Jul 07 '22 21:07 notAperson535

@RyzenDew @Tadjaur The new versions of Monterey fix this. I installed it successfully.

notAperson535 avatar Sep 02 '22 15:09 notAperson535

Thats not a fix .. at all thats a janky work around at best Sent from my iPhoneOn Jul 6, 2022, at 6:13 PM, notAperson535 @.***> wrote:

@notAperson535 Thanks for helping. However, I'm getting the error qemu-img: Could not open 'BaseSystem.dmg': Could not locate UDIF trailer in dmg file when I try to convert the dmg file into an img. I may have found another solution, however. I found a Monterey 12.3.1 ISO file here that seems to have worked for me. I had to change the basic.sh file to point to it, however, but once I did, I was able to install macOS Monterey.

@RyzenDew @Tadjaur solution ^^^

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

ryzendew avatar Oct 11 '22 08:10 ryzendew

@RyzenDew I forgot to tell you, but the new version of Monterey installed fine for me. Try updating the repo with git pull --rebase and then download the newest Monterey with ./fetch-macos-v2.py. Tell me if this fixes it.

notAperson535 avatar Oct 11 '22 12:10 notAperson535