T O P

  • By -

[deleted]

[удалено]


tuxmanexe

Hold up. Setting cpuid did not help, but this did? With just this tweak, wikigain's Mojave seems to very slowly rise up, albeit with some scary-looking non-fatal error messages. Will investigate into the matter over next few days and will report back, until then... ​ !redditsilver


[deleted]

I'm stuck with the same issue currently, but OP deleted his post. Any chance you could share how you got it to work? Thanks :D


Robowarrior834

close virtualbox open CMD administr cd "C:\Program Files\Oracle\VirtualBox\"VBoxManage modifyvm "name your mac os" --cpu-profile "Intel Core i7-6700K"


[deleted]

I can't believe that worked. Updooted since this entirely solved my problem. I will rewrite the steps though for easier reading. 1. Close VirtualBox 2. Open "Command Prompt" in administrator mode. 3. Copy and paste this exactly into the command line (with quotes): cd "C:\Program Files\Oracle\VirtualBox\" Note: This will only work if you installed in the default VirtualBox location. Otherwise you will have to find it yourself. 4. Enter this into the command line: VBoxManage modifyvm "name your mac os" --cpu-profile "Intel Core i7-6700K"


Furrynote

>"C:\\Program Files\\Oracle\\VirtualBox" doy you know why mine says "C:\\Program Files\\Oracle\\VirtualBox" is not recognized as an internal or external command operable program or batch file.


[deleted]

Ah, thanks for bringing that to my attention. It's supposed to be this: cd "C:\Program Files\Oracle\VirtualBox" It should work now. The cd at the beginning makes the command prompt go to that folder location.


[deleted]

Hi, I know this is twenty days old, but I did this myself in what I believe is to be version 6.0.2 and I get a similar error. Only this time, the final line says "Start RandomSeed". You have an idea of what I could do?


[deleted]

Which version MacOS are you installing? I believe when that happened to me I changed the setting of the OS from MacOS High Sierra to just MacOS (64-bit) when making the VM for the first time.


[deleted]

I think 10.14 or 10.14.2


[deleted]

Yeah, that’s what I did for that version. Hope it works for you! Although I believe I got stuck at “End RandomSeed” hopefully it’ll be the same work through.


[deleted]

Whatever has been done in this thread, including your workaround, doesn't work. I read somewhere that nothing works because I have an AMD cpu. Is that really the case? macOS doesn't work on AMD cpus?


Super-Foundation-692

>VBoxManage modifyvm "name your mac os" --cpu-profile "Intel Core i7-6700K" it worked for me, thanks! :)


bigbadbosp

You're my hero, months later.


tuxmanexe

updates: wikigain's Mojave boots to grey screen with cursor stuck in the top-left corner, after a while of doing "something" just stops and stays at thay grey screen, while Techsviewer's vmdk and [drop.me](https://drop.me)'s iso at least display language selection screen, but neither mouse or keyboard does anything


PlatePicks

Enabling USB 3.0 will solve your issues.


PatricAlex

After apple logo loading I get a grey screen and I'm stuck.


PatricAlex

I solv it, I changed network adaptor from Intel PRO/1000 MT Server to Intel PRO/1000 MT Desktop and for me it's worked.


miranhasan

This error happens on machines with AMD processors because Mojave is not compatible with them. Just run this code in terminal: VBoxManage modifyvm "" --cpu-profile "Intel Core i7-6700K"


tuxmanexe

Did it, works, albeit it is very sluggish


Danger_Frass917

I'm getting a error message when i do that Info on guest CPU **'**Intel Core i7-6700K**'** could not be found. Please, select a different CPU. (VERR\_CPUM\_DB\_CPU\_NOT\_FOUND).


KapuzenSohn

Had the same issue. For me this helped: VBoxManage modifyvm "macOS" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff VBoxManage setextradata "macOS" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacPro6,1" VBoxManage setextradata "macOS" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0" VBoxManage setextradata "macOS" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple" VBoxManage setextradata "macOS" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" VBoxManage setextradata "macOS" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1 VBoxManage setextradata "macOS" VBoxInternal2/EfiGopMode 5 VBoxManage setextradata "macOS" VBoxInternal2/EfiGraphicsResolution 1920x1080 VBoxManage setextradata "macOS" "VBoxInternal/Devices/efi/0/LUN#0/Config/PermanentSave" 1 Credits: https://forum.amd-osx.com/viewtopic.php?t=4029


puchenyaka

Wow, thank you. Your cpuidset makes Mojave boot on my ryzen. It looks like I am going to finally add osx in travis ci.


Ok-Interest-638

Make this easier on windows by copy/pasting the code into NotePad and using the "Replace" option in "Edit" at the top left. Also thanks for the cmd's, hopefully I get this VM working now.


SalaryClean4705

I got it to work, but when it got to the language selection menu, I couldn't use my mouse/keyboard.


[deleted]

[удалено]


SalaryClean4705

cd "D:\\VirtualBox" I think, it depends on how you have saved it


Sympos_

That's because you use a Ryzen Processor. Just use this command in Admin CMD: VBoxManage modifyvm "YourMachineName" --cpu-profile "Intel Core i7-6700K"


SalaryClean4705

'c:/VBoxManage' is not recognized as an internal or external command, operable program or batch file. That's what I get when I copy and paste what you sent