Thank you so much for this, I can't even tell you how helpful this was. Such a great video too, no distracting graphics, no 20 minute intro, just concise and clear.
This worked after making a few adjustments. - First I figured out I needed to change - VBoxManage setextradata "MacOS Monterey" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1 - to - VBoxManage setextradata "MacOS Monterey" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0 - Secondly I had to switch - CPU: 2 core - to - CPU: 1 core - took about 2:30 hours for the Mac to fully install and become usable.
For everyone that is stuck in a boot loop with 29 minutes remaining while installing, close the VM window, go to settings and change the CPU cores to 2 and save. Hope this helps!
Got a machine in an unmutable state, in save state. To resolve this, I had to go in and select "Discard" on the machine, which effectively shut the VM down. Then I was able to run the cmd commands listed. Thank you for the tutorial. Very helpful!
THANK YOU! I followed so many other guides and they never worked. I followed yours and it worked first time. Now, for some reason mine took like an hour and tons of rebooting to work, BUT its working! THANK YOU!
For any future viewers, if your VM keeps crashing randomly, make sure you run the "VBoxManage modifyvm "your VM name" --cpu-profile "Intel Core i7-6700K" command. That pretty much fixed my crashing issue.
I get to 4:27 in the video and where you cut to the lanaguage selection , I still get the same error from before I made changes in the command prompt as administrator. Running on a 3700x processor. Gave it the exact same specs as your machine, even named it the same thing. Didn't get any error from the command prompt and still stuck. Any suggestions?
Thank you for this tutorial, I've made several unsuccessful attempts at installing a macOS VM and your method did the trick. Had some issues along the way but was able to get it worked out.
Worked for me except for one tweak, the first command which changes the chipset caused the ISO to become unbootable, so I started over , skipped this command, and everything worked! I did the rest of the commands with no issue. I'm on the latest Virtual Box as of May, 2024 (Virtual Box 7.0.18 ), which looks a bit different than yours. Thanks for the video, very helpful!
Mine just keeps looping at this point and restarting? Not sure if it did that for you too and I need to just wait for it. Going to let it sit and see as I know that it restarts sometimes during install on a real mac. But it's doing it a lot so I'm guessing something didn't go right here. 5:59 it said 29 minutes then went down to 26 before it started doing this then it seems to be just looping now.
Mine, too. I raced to finally make the admin account. Then it restarted. Wasn't sure, but it did, indeed, create my admin account, but the farthest I can get is putting in my password before it restarts again..
I keep running into an error with the reboot around 6:10. No screen is displayed but in the shell it says: AppleKeyStore:7492:109: unexpected session: 100000 uid: -1 requested by: 109 AppleKeyStore:11150:109: operation failed (sel: 7 ret: e00002c2, -1, 100000) AppleKeyStore:11150:109: operation failed (sel: 7 ret: e00002c2, -1, 100000) AppleKeyStore:7492:243: unexpected session: 100000 uid: -1 requested by: 243 AppleKeyStore:11150:109: operation failed (sel: 7 ret: e00002c2, -1, 100000) Sound assertion in AppleHDAEngine at line 9502 Sound assertion in AppleHDAEngine at line 9502 Does anyone know how to fix this?
I did all the commands listed. It gave an error, and so I changed the last command from 1 to 0 and the VM started up, however it is now stuck at the point before entering all the commands. Any ideas?
I am trying to install Snow Leopard and get different results. It hangs just like you said then I powered off and used CMD to copy/paste all lines separately hit enter in between and rebooted and got this. npvhash=4095 PAE enabled 64 bit mode enabled Darwin Kernal Version 10.3.0; Fri Feb 26 11:58:09 PST 2010; root:xnu-1504.3.12~1/RELEASE_I386 vm_page_bootstrap: 2002201 free pages and 94951 wired pages standard timeslicing quantum is 10000 us mig_table_max_display = 73
Thanks for the helpful video. Question for you. I am stuck on about the 5:50 minute mark. After downloading the macOS in the box for the 18 minute download. That went through fine but now when I reopen the macOS Monterey, it still take s me to the same download screen. and if I go to do it again it says I don't have enough available storage. So i assume it has been downloaded, the computer is just not finding it? Thank you so much for your help!
take the iso out when your done go to devices and remove this iso and that should be fine the iso is only for the setup process after that you should be fine
I did exactly the same commands and VirtualBox configurations and it worked for me. The host computer I have used was a CPU intel i5-11260h (6-core 12-thread) + 32gb RAM DDR4 + windows 10 (latest updates) + VirtualBox Version 7.0.18 r162988 (Qt5.15.2). At first I set up the guest with 2 CPUs and 8192mb RAM. After it worked, I increased the number of guest's CPU from 2 to 4. Now the guest machine seems stable and not lazy. Did you guys upgrade to latest Sonoma or at least to the Monterey 12.7.5 as the "macOS Software Update" is recommending? Please let us know if you did it successfully or got in troubles?
some more info For amd processor VBoxManage modifyvm "Mac OS 12" --cpu-profile "Intel Core i7-6700K" and in setting mast be enabled usb 3.0 controller.
VBoxManage modifyvm "VM Name" --cpu-profile "Intel Core i7-6700K" Run this command in the Virtualbox location, and replace the VM Name with your VM name, it just changes your CPU Profile, it should fix it
Thank you for a great tutorial. Like previous comments, I have tried installing macOS in VB but failed due to half baked videos about it. Your steps are easy to follow and are precise. Thats why I have subscribed!
4:18 i got alert error failed to open session for the virtual machine MacOS Monterey. I'm using AMD and i have tried this VBoxManage modifyvm "VM name" --cpu-profile "Intel Core i7-6700K" but still didn't work
I've got the issue that if I use the last command you've listed in the description I get an error something like this: "Failed to query SMC value from the host (VERR_INVALID_HANDLE)." Does anyone have a solution for that. I'm using VIrtualbox 7.0 with an Intel Core i7 11800H and an RTX 3070 mobile running Windows 11.
you need to type "VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0" (replace "Your VM Name" with the name of your VM, of course) in the same command prompt window as before. Also, make sure nested paging is off: settings > system > acceleration > enable nested paging - unchecked
I guess you solved it already, but if not or someone else has this problem, you have to use VBoxManage setextradata "Your VM Name" "VBoxInternal/TM/TSCMode" "RealTSCOffset" in the cmd
Hey hi , I followed all the steps which you showed in the video but it's stuck on Apple logo showing 29 mins to go and again going to 29 min since 2 hours
[I keep getting this error] VM Name: MacOS Monterrey Failed to query SMC value from the host (VERR_INVALID_HANDLE). Result Code: E_FAIL (0X80004005) Component: ConsoleWrap Interface: IConsole {6ac83d89-6ee7-4e33-8ae6-b257b2e81be8}
This also worked but took long to install - Change - VBoxManage setextradata "MacOS Monterey" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1 - to - VBoxManage setextradata "MacOS Monterey" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0 - Secondly switch - CPU: 2 core - to - CPU: 1 core
Thank you so much for this. It’s a bit slow especially when I was setting it up but now it’s perfectly fine except for some restarts here and there. I got this to play Apple Arcade and it works. I’m so happy.
Hello there, your presentation on creating this Mac OS based virtual machine is awesome. Now I want to make sure one more thing, can I use this mac os ISO file to build a desktop on a physical hardware ?... Thank & regards... Saikat.
ok so i followed everything and i have been stuck on this " [EB | LOG : EXITBS : START] " i have not been able to get passed it can someone please offer some assistance?
VBoxManage.exe modifyvm "MacOS Monterey" --cpu-profile "Intel Core i7-6700K" --cpuidset 00000001 000306a9 04100800 7fbae3ff bfebfbff this worked for me
Your tutorial has been immensely helpful to me, but now I've got it working it runs really slowly. I've tried allocating it 6 cpu cores and the most memory it would allow, yet the virtual mac is laggy. Do you maybe have any ideas on how to fix that?
I think it's more of a VirtualBox thing than a Mac thing. If you were able to install the Guest Additions it might help but I haven't been able to get that working. It does seem to run much better in VMware Workstation though just like everything else.
How do I increase the size of the virtual disk? On my install it says that there is 30GB in virtual size and the OS is unable to install - new to this!
@@johnnyappleseed9071 it’s easier just to start over, delete what you’ve already done and bump up the size before installing. Couldn’t find another way of doing this but it worked eventually :)
Problem from here 4:22 got a error on VM : FaiLd to query SMC vaLe from the host (V ERR_INV ALID_HANDLE). Result code: E_FAIL (0X80004005) Comprent: ConsoleWrap Intgface: IConsole {6ac83d89-6ee74e33-8ae6-b257b2e81be8}
run this command in cmd as an administrator VBoxManage.exe setextradata "YOUR VB NAME HERE" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0 and try again
I'm not able to log in to apple account. It gives the error- Your account could not ge updated due to an error. Please help. I just need to login to my account for once
I always get stuck at cmd because I'm not sure if vbox was downloaded correctly but instead of it being in the "Oracle" folder all the loose dll and other necessary files are in "program files", meaning cmd can't find the right path thats specified. edit: even after re-allocating the virtualbox files to "Oracle" it still can't find the path (also probably occurring because the folder "VirtualBox" doesn't exist ( as its only a .exe))
I am getting the error 'skipping local kernel core because core file could not be opened prior to panic(mode 0x0, error: 0xe00002d8) MACH Reboot' . Do you know how can I fix it?
@@thestyro.clipss This is weird but I can't find it either. It's not even in my comment history. I just hope it's a bug and no one removed it, because it helped many people. Unfortunately I don't remember what the solution was so I can't write it again :( It could be as the other comment suggested, changing the CPU to 1 core (or just experimenting with the values until it worked, I think 1 core worked for me).
Hello I really enjoyed the video it helped me a ton! One issue I'm having though is when I get to the install section of MacOS Monterey and I have to pick the disk it says the disk does not have enough space to install. Is there a way to change the disk space? I noticed yours has 53 gb mine only has 35 for some reason
@@reedgallant2485 So at 4:48 in the video, mine says 53.69GB for the capacity. Does yours show the real virtual disk size or does it show 35GB there as well?
Anyone else having issue using more than 1 core? I tried 2,3,4 but nothing works except when i use 1 but 1 makes it run like doo doo even with a 13900k so idk what to do to fix this. EDIT: nvm fixed my own issue, had to disable memory integrity in windows.
Hello, have you solved your problem? ( have the same problem right now ) i would be grateful if you could tell me how to solve this, if you have done it
I'm getting the error, "The virtual machine failed to boot. That might be caused by a missing operating system or misconfigured boot order. Mounting an operating system install DVD might solve this problem. Selecting an ISO file will attempt to mount it after the dialog is closed," when I start up the os. Does anyone know how I fix this. I've looked online and I don't have a CD.
Hello, I tried the tutorial but I have a big problem. If i use the commands my computer says error. The application cannot run on the PC. Contact the software publisher to find a suitable version for your PC. :( What is the problem? Firewall is switched off.
Make sure you are in the right directory where the vboxmanage file is located and run the command prompt as an administrator. It might also be a case of your AV blocking it or you having the right permissions on the VBoxManage.exe file or the VirtualBox directory.
Why does my vm keep restarting? First I was racing, racing through the set-up, to beat the restart. Even after I created Admin account, it restarted. I started up at the admin account, so I put in password, and it restarted. How do I fix this?
i Keep facing the error. Failed to query SMC value from the host (VERR_INVALID_HANDLE). Result Code: E_FAIL (0X80004005) Component: ConsoleWrap Interface: IConsole {6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} This is after i have run the code you have given... how do i solve this? i tried making a new VM and renaming and tried to open the VM 2-3 times it won't open. The Vm aborts with the above error
I found that if you change the last line of code from 1 to 0 (VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1) instead do (VBoxManage.exe setextradata “VM name” “VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC” 0)
I get this error and then it says aborted: Failed to query SMC value from the host (VERR_INVALID_HANDLE). Result Code: E_FAIL (0X80004005) Component: ConsoleWrap Interface: IConsole {6ac83d89-6ee7-4e33-8ae6-b257b2e81be8}
Failed error after cmd. Failed to query SMC value from the host (VERR_INVALID_HANDLE). Result Code: E_FAIL (0X80004005) Component: ConsoleWrap Interface: IConsole {6ac83d89-6ee7-4e33-8ae6-b257b2e81be8}
Type the command in CMD : 1. cd "C:\Program Files\Oracle\VirtualBox" 2. VBoxManage setextradata "VM Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0
Just open a command prompt by typing cmd in your search box if you can't find the icon. Then copy each command from the description and then you can right click on the command prompt box to paste them in and then press enter. You will need to do each of them one at a time. Just be sure to replace Your VM Name with the name of your VM so you might want to copy all the commands into Notepad and then change the name before copying them and pasting them into the command prompt.
hey, if someone could help me. i am running into a error with the system library kernel collections. if someone sees this, could i have some help? i tried some things. nothing was working.
Hi, i had done all step but it did nothing i tryed the cpu profile because my cpu is ryzen but again im stuck on startbs error thingie so please help. Anybody ?
For some reason I can't seem to install the OS. I have been trying for four hours. I even used the command prompt commands but I am still suck on that apple screen that says 29 minutes left and the bar never moves. I have retried several times but I get the same result.
For me, it gets stuck in an endless loop, after doing all the steps described. On the display there is a repeat image of something that looks like a CD/DVD player. Finnaly it stops and does NOT get to the screen to select language
I had this problem, it is the mouse and/or keyboard issue, if you have a usb mouse/keyboard, connect through a usb hub instead of directly to motherboard, mac os seems to be able to find it this way, good luck!
Thank you so much for this, I can't even tell you how helpful this was. Such a great video too, no distracting graphics, no 20 minute intro, just concise and clear.
It doesnt work on AMD CPU's, for this, you have to add this command at the end:
VBoxManage modifyvm "your vm name" --cpu-profile "Intel Core i7-6700K"
MAnnnnn THANK YOU!!!!!!!!!!!!!!!!!!!!!!!! this needs to be pinned for AMD CPU users!!!!!! Saved my installation! lol
thanks my savior
Thank you!!!!
Many thanks!
The hero we needed and the hero we got, thank you.
thanks for this, its not an ai talking, no viruses, easy steps, and a great YT! I subbed!
This worked after making a few adjustments.
- First I figured out I needed to change
- VBoxManage setextradata "MacOS Monterey" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
- to
- VBoxManage setextradata "MacOS Monterey" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0
- Secondly I had to switch
- CPU: 2 core
- to
- CPU: 1 core
- took about 2:30 hours for the Mac to fully install and become usable.
oiiiii saved me, Cheers maate
Thanks, man. Saved lots of time
Worked for me too.
Spent hours trying to figure it out.
Thanks
Your comment saved me! Thanks!
you saved me thank u sm
"The system automatically rebooted after panic".
Same problem
Put cpu to 1
It’s not working on AMD CPU’s, only on Intel, cause the older iMac’s are running with Intel chips. ✌️
@@Test-w8x4u i get intel cpu
@@Jamesbeproductions This has solved the problem for me.
For everyone that is stuck in a boot loop with 29 minutes remaining while installing, close the VM window, go to settings and change the CPU cores to 2 and save. Hope this helps!
It worked what a girl thank you!
yeah thanks this fixed my issue!
No working
stuck at 12 min emaining and i pick 2 cpu cores at config
it didnt help :(
Got a machine in an unmutable state, in save state. To resolve this, I had to go in and select "Discard" on the machine, which effectively shut the VM down. Then I was able to run the cmd commands listed. Thank you for the tutorial. Very helpful!
THANK YOU! I followed so many other guides and they never worked. I followed yours and it worked first time. Now, for some reason mine took like an hour and tons of rebooting to work, BUT its working! THANK YOU!
For any future viewers, if your VM keeps crashing randomly, make sure you run the "VBoxManage modifyvm "your VM name" --cpu-profile "Intel Core i7-6700K" command. That pretty much fixed my crashing issue.
I get to 4:27 in the video and where you cut to the lanaguage selection , I still get the same error from before I made changes in the command prompt as administrator. Running on a 3700x processor. Gave it the exact same specs as your machine, even named it the same thing. Didn't get any error from the command prompt and still stuck. Any suggestions?
same problem here
Same here unfortunately
I've been having this problem for 12 hours today, heres how I fixed it
C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "your vm" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "your vm" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "your vm" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "your vm" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "your vm" "VBoxInternal/Devices/smc/0/Config/DeviceKey"
"ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "your vm" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage modifyvm "your vm" --cpu-profile "Intel Xeon X5482 3.20GHz"
ONLY thing you change in your vm name!!!
Same problem. Have u figured it out?
@@adelenenaidoo1558 not yet but if I do I'll post back here!
Thank you for this tutorial, I've made several unsuccessful attempts at installing a macOS VM and your method did the trick. Had some issues along the way but was able to get it worked out.
Same
i am stuk
Worked for me except for one tweak, the first command which changes the chipset caused the ISO to become unbootable, so I started over , skipped this command, and everything worked! I did the rest of the commands with no issue. I'm on the latest Virtual Box as of May, 2024 (Virtual Box 7.0.18 ), which looks a bit different than yours. Thanks for the video, very helpful!
Mine just keeps looping at this point and restarting? Not sure if it did that for you too and I need to just wait for it. Going to let it sit and see as I know that it restarts sometimes during install on a real mac. But it's doing it a lot so I'm guessing something didn't go right here. 5:59 it said 29 minutes then went down to 26 before it started doing this then it seems to be just looping now.
Mine, too. I raced to finally make the admin account. Then it restarted. Wasn't sure, but it did, indeed, create my admin account, but the farthest I can get is putting in my password before it restarts again..
Did you ever find the solution for this?? I really need help
I keep running into an error with the reboot around 6:10.
No screen is displayed but in the shell it says:
AppleKeyStore:7492:109: unexpected session: 100000 uid: -1 requested by: 109
AppleKeyStore:11150:109: operation failed (sel: 7 ret: e00002c2, -1, 100000)
AppleKeyStore:11150:109: operation failed (sel: 7 ret: e00002c2, -1, 100000)
AppleKeyStore:7492:243: unexpected session: 100000 uid: -1 requested by: 243
AppleKeyStore:11150:109: operation failed (sel: 7 ret: e00002c2, -1, 100000)
Sound assertion in AppleHDAEngine at line 9502
Sound assertion in AppleHDAEngine at line 9502
Does anyone know how to fix this?
I followed step by step... but I keep getting "Failed to query SMC value from the host (VERR_INVALID_HANDLE)." I'm getting frustrated lol
Hi you need to use this command to fix it VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0
Well, I cried a couple times, but it worked! Thx for the vid!👍👍
change
- VBoxManage setextradata "MacOS Monterey" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
- to
- VBoxManage setextradata "MacOS Monterey" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0
I did all the commands listed. It gave an error, and so I changed the last command from 1 to 0 and the VM started up, however it is now stuck at the point before entering all the commands. Any ideas?
Yeah, I did that too and i dont know what to do
Tôi cũng gặp trường hợp tương tự, thật mất thời gian!
Same here
same
same here
I am trying to install Snow Leopard and get different results. It hangs just like you said then I powered off and used CMD to copy/paste all lines separately hit enter in between and rebooted and got this.
npvhash=4095
PAE enabled
64 bit mode enabled
Darwin Kernal Version 10.3.0; Fri Feb 26 11:58:09 PST 2010; root:xnu-1504.3.12~1/RELEASE_I386
vm_page_bootstrap: 2002201 free pages and 94951 wired pages
standard timeslicing quantum is 10000 us
mig_table_max_display = 73
Thanks for the helpful video. Question for you. I am stuck on about the 5:50 minute mark. After downloading the macOS in the box for the 18 minute download. That went through fine but now when I reopen the macOS Monterey, it still take s me to the same download screen. and if I go to do it again it says I don't have enough available storage. So i assume it has been downloaded, the computer is just not finding it? Thank you so much for your help!
take the iso out when your done go to devices and remove this iso and that should be fine the iso is only for the setup process after that you should be fine
mine is currently stuck at 29 minutes I tried doing everything, but it didn't work, please help me in the comments.
I did exactly the same commands and VirtualBox configurations and it worked for me. The host computer I have used was a CPU intel i5-11260h (6-core 12-thread) + 32gb RAM DDR4 + windows 10 (latest updates) + VirtualBox Version 7.0.18 r162988 (Qt5.15.2). At first I set up the guest with 2 CPUs and 8192mb RAM. After it worked, I increased the number of guest's CPU from 2 to 4. Now the guest machine seems stable and not lazy. Did you guys upgrade to latest Sonoma or at least to the Monterey 12.7.5 as the "macOS Software Update" is recommending? Please let us know if you did it successfully or got in troubles?
some more info
For amd processor
VBoxManage modifyvm "Mac OS 12" --cpu-profile "Intel Core i7-6700K"
and in setting mast be enabled usb 3.0 controller.
You're a G! Thank you so much
thanks this fixed my issue😺
Bump this to the top pls!
Where do you enable usb 3.0 controller
thanks bro it worked for meeeeee to
I've been having some problems with the setup in the VirtualBox Mac OS Ventura, it keeps giving me less than a minute remaining.
4:24 what did he do to get to the language screen??? for me it's just stuck at "#[EBILOG:EXITBS:START] " and the current date/time
VBoxManage modifyvm "VM Name" --cpu-profile "Intel Core i7-6700K"
Run this command in the Virtualbox location, and replace the VM Name with your VM name, it just changes your CPU Profile, it should fix it
@@0RicoXit didnt fix it
but still thx tho
Alright, np
Hey my VM gets to the point where it says: EB.LD.LCKIR.21 . But it keeps resetting afterwards. I can’t get past this step. Do you know what to do?
Mine gets to that too. I cant seem to find a fix for it.
Hey Its Still Stuck At 3:10 HELP PLZ
at the start of the vm after the cammads it says three times the N N N i need some help pls
Thank you for a great tutorial. Like previous comments, I have tried installing macOS in VB but failed due to half baked videos about it. Your steps are easy to follow and are precise. Thats why I have subscribed!
Did you get it working when i try to start it, it gets stuck
@@professormarill3251 it got stuck at first, but I read through the comments, and they suggested to use one CPU core in the VM settings.
and its not an ai talking
4:18 i got alert error failed to open session for the virtual machine MacOS Monterey. I'm using AMD and i have tried this VBoxManage modifyvm "VM name" --cpu-profile "Intel Core i7-6700K" but still didn't work
same issue here
Ryzen 5 2500u
for me the minutes are decreasing (it says about 5 minutes remaining) but the progress bar itself isn't moving? wondering if this is normal.
I've got the issue that if I use the last command you've listed in the description I get an error something like this: "Failed to query SMC value from the host (VERR_INVALID_HANDLE)." Does anyone have a solution for that. I'm using VIrtualbox 7.0 with an Intel Core i7 11800H and an RTX 3070 mobile running Windows 11.
same
Same
you need to type "VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0" (replace "Your VM Name" with the name of your VM, of course) in the same command prompt window as before. Also, make sure nested paging is off: settings > system > acceleration > enable nested paging - unchecked
@@the_real_subliciousthx man, you're the best!
i got one issue after install macos the system keep reboot many times and panic after this 6:01
I guess you solved it already, but if not or someone else has this problem, you have to use
VBoxManage setextradata "Your VM Name" "VBoxInternal/TM/TSCMode" "RealTSCOffset"
in the cmd
"This system was automatically rebooted after panic" nice
Great Tutorial! Keep up the good work
Hey hi ,
I followed all the steps which you showed in the video but it's stuck on Apple logo showing 29 mins to go and again going to 29 min since 2 hours
Me 2
me 4
me 5
@@MuhammadAbbassadiq1 i fixedi t
@Mohamed Alhamry we found the world's patient man!
[I keep getting this error]
VM Name: MacOS Monterrey
Failed to query SMC value from the host (VERR_INVALID_HANDLE).
Result Code:
E_FAIL (0X80004005)
Component:
ConsoleWrap
Interface:
IConsole {6ac83d89-6ee7-4e33-8ae6-b257b2e81be8}
i'm having the same issue
under system-acceleration, changing "paravirtualization Interface" to None worked for me
@@JourneyJournal1998 thank you for the help!
This also worked but took long to install
- Change
- VBoxManage setextradata "MacOS Monterey" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
- to
- VBoxManage setextradata "MacOS Monterey" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0
- Secondly switch
- CPU: 2 core
- to
- CPU: 1 core
@@sandracooper7256 bullshit, every tutorial says its hould be set to 1: GetKeyFromRealSMC" 1 not 0 ...
Mine just keeps getting stuck even after putting all the commands in cmd
Thank you so much for this. It’s a bit slow especially when I was setting it up but now it’s perfectly fine except for some restarts here and there. I got this to play Apple Arcade and it works. I’m so happy.
I'm stuck at 4:23
Please help.
Hello there, your presentation on creating this Mac OS based virtual machine is awesome. Now I want to make sure one more thing, can I use this mac os ISO file to build a desktop on a physical hardware ?... Thank & regards... Saikat.
I have never tried it so I cant say for sure.
You would have to hackintosh as this is virtualizating hard ware
ok so i followed everything and i have been stuck on this " [EB | LOG : EXITBS : START] " i have not been able to get passed it can someone please offer some assistance?
VBoxManage.exe modifyvm "MacOS Monterey" --cpu-profile "Intel Core i7-6700K" --cpuidset 00000001 000306a9 04100800 7fbae3ff bfebfbff
this worked for me
@@danielshatford2302 yea but it didnt work for me.
Late to this, but I got it working, I followed this..
VBoxManage.exe modifyvm "macOS" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "macOS" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,1"
VBoxManage setextradata "macOS" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "macOS" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-AA95B1DDAB278B95"
VBoxManage setextradata "macOS" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "macOS" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC"
VBoxManage modifyvm "macOS" --cpu-profile "Intel Core i7-6700K"
VBoxManage setextradata "macOS" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "macOS" "VBoxInternal/TM/TSCMode" "RealTSCOffset"
this system was rebooted automatically after panic... then freeze. any help?
Anyone have any idea? My vm is stopped after the process "All kernel threads created for interface en0 have been scheduled atleast once. Proceeding."
Your tutorial has been immensely helpful to me, but now I've got it working it runs really slowly. I've tried allocating it 6 cpu cores and the most memory it would allow, yet the virtual mac is laggy. Do you maybe have any ideas on how to fix that?
I think it's more of a VirtualBox thing than a Mac thing. If you were able to install the Guest Additions it might help but I haven't been able to get that working. It does seem to run much better in VMware Workstation though just like everything else.
@@OnlineComputerTips Thank you! I'll try that and some other virtual machine software then
If you try VMware Workstation, these videos might help you out.
ruclips.net/video/Q55e2Tz-818/видео.html
ruclips.net/video/IP_l45utICw/видео.html
Try reducing the number of processors to 2
If you are using an AMD CPU then there is another command you can put in to help
How do I increase the size of the virtual disk? On my install it says that there is 30GB in virtual size and the OS is unable to install - new to this!
Same
@@johnnyappleseed9071 it’s easier just to start over, delete what you’ve already done and bump up the size before installing. Couldn’t find another way of doing this but it worked eventually :)
Problem from here 4:22
got a error on VM :
FaiLd to query SMC vaLe from the host (V ERR_INV ALID_HANDLE).
Result code: E_FAIL
(0X80004005)
Comprent: ConsoleWrap
Intgface: IConsole
{6ac83d89-6ee74e33-8ae6-b257b2e81be8}
run this command in cmd as an administrator
VBoxManage.exe setextradata "YOUR VB NAME HERE" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0
and try again
I tried that but then it got stuck at the time thing again @@tylerpedersen
I solved the issue of rebooting every time by changing things to 2 cores
Let me try that.
How do you change it to "2 cores"?
@@jaileigh in virtualbox, you look for it in your virtual machine settings
I'm not able to log in to apple account. It gives the error- Your account could not ge updated due to an error. Please help. I just need to login to my account for once
can i use imessage?
Thank You for this tutorial, mine booted up first try!
Really, thanks man now i can try without thinking its not gonna work after this many much time😂
I always get stuck at cmd because I'm not sure if vbox was downloaded correctly but instead of it being in the "Oracle" folder all the loose dll and other necessary files are in "program files", meaning cmd can't find the right path thats specified. edit: even after re-allocating the virtualbox files to "Oracle" it still can't find the path (also probably occurring because the folder "VirtualBox" doesn't exist ( as its only a .exe))
i named my vm "Your VM Name" so i could just copy and paste the command to make it easier
Cool lol
I use the commands changing my machine name but same error cant install any advice?
I'm having the same problem, did you happen to get it resolved
can you help mine is stuck on attemting system restart mach Reboot then freezed
hello sir i follow all your steps and when i start the oracle vm virtualbox i see this screen
for some reason the first prompt shows a few errors and I am not sure how to fix it.
I am getting the error 'skipping local kernel core because core file could not be opened prior to panic(mode 0x0, error: 0xe00002d8) MACH Reboot' . Do you know how can I fix it?
it's always loop at the recovery after macOS installing :(, cant do anything, all steps are made. It shows "...after panic"
I have the same problem :(
Do you have a solution so far?
same
@@icantpaychildsupport I changed the CPU cores to two and it worked
@@renekaltenberger5909 I did that
I have the same issue, I am using AMD, so I executed the --cpu-profile and then played with CPU, no luck.
Any theories about why I tried this, it didn’t work, I started over and started the new vm without running the commands, and now it’s booting?
what is if my .vdi on another drive and not on my operating system drive? the cmd commands doesnt works
It should. Those comments are pointing to the exe file of the virtualbox install.
Hi, is that image safe ?:D
Great tutorial, got the VM up, however the log is stuck at "[EB] | LOG: EXITBS:START]" How can I fix this?
i have the same, didnt find any solution... did you try change maybe your cpu? i using AMD but seems this also can be an problem
@Spherical1 @DragonDriftX If you're still struggling with this, I posted a comment above to fix it
@@nikolaszsz I cant find the comment
@@thestyro.clipss This is weird but I can't find it either. It's not even in my comment history. I just hope it's a bug and no one removed it, because it helped many people.
Unfortunately I don't remember what the solution was so I can't write it again :(
It could be as the other comment suggested, changing the CPU to 1 core (or just experimenting with the values until it worked, I think 1 core worked for me).
thanks so much, this really helps me, but how can i increase the screen display
Hi, I can't seem to get the VM to start at all, is there something I'm missing?
Hello I really enjoyed the video it helped me a ton! One issue I'm having though is when I get to the install section of MacOS Monterey and I have to pick the disk it says the disk does not have enough space to install. Is there a way to change the disk space? I noticed yours has 53 gb mine only has 35 for some reason
I have this problem too. Let me know if you were able to fix it
Is that the size of the virtual disk you configured for the VM when creating it?
Yes but the problem is when I go to change that in the virtual disk it won’t let me change is from 30 it just says that’s the recommended size
@@reedgallant2485 So at 4:48 in the video, mine says 53.69GB for the capacity. Does yours show the real virtual disk size or does it show 35GB there as well?
@@OnlineComputerTips shows 32 there as well. Should I try and delete the base system there and redo the process again?
Anyone else having issue using more than 1 core? I tried 2,3,4 but nothing works except when i use 1 but 1 makes it run like doo doo even with a 13900k so idk what to do to fix this.
EDIT: nvm fixed my own issue, had to disable memory integrity in windows.
I'm stuck on the loading screen, I don't see the apple logo even though I changed the codes. Please help :/
my vm is resetting every few mins and being really laggy. how can i fix this?
Hello, have you solved your problem? ( have the same problem right now ) i would be grateful if you could tell me how to solve this, if you have done it
@@W1llbone for me it worked by creating a new one
Stuck on the installing screen.
Failed to query SMC value from the host (VERR_INVALID_HANDLE).
- VBoxManage setextradata "MacOS Monterey" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0
@@UnknownReverence I've done that too nothing changed
I'm getting the error, "The virtual machine failed to boot. That might be caused by a missing operating system or misconfigured boot order. Mounting an operating system install DVD might solve this problem. Selecting an ISO file will attempt to mount it after the dialog is closed," when I start up the os. Does anyone know how I fix this. I've looked online and I don't have a CD.
You have to do it through the settings at the bottom of the screen while it’s started
Actually working tutorial?! NO WAY. You just earned a sub from Doge :)
Hello, I tried the tutorial but I have a big problem. If i use the commands my computer says error. The application cannot run on the PC. Contact the software publisher to find a suitable version for your PC. :( What is the problem? Firewall is switched off.
Make sure you are in the right directory where the vboxmanage file is located and run the command prompt as an administrator. It might also be a case of your AV blocking it or you having the right permissions on the VBoxManage.exe file or the VirtualBox directory.
@@OnlineComputerTips Yes, Oracle Virtual Box was the problem. I tried a new installation and know I can use the commands. Thanks
6:10 it rebooted again but the same 29 min remaining
same did you find a fix?
i changed the cores to 2 and it worked
@@youngbedri8467 where do you change it
@@bryanprimus settings tab cpu
Im stuck on the installation looping itself over and over again, anyone else?
Now its stuck forever on "Less than a minute remaining"
configuration error querying uuid failed (verr_cfgm_value_not_found)
what to do?
as i download the file, it's not iso file...how should i find that
Why does my vm keep restarting? First I was racing, racing through the set-up, to beat the restart. Even after I created Admin account, it restarted. I started up at the admin account, so I put in password, and it restarted. How do I fix this?
looking for a fix to this too
Hi. Do you perhaps know what the default root password is for the MacOS terminal??
it's ligma balls
at least in my entire life i got to use mac os for once, but it keeps saying the system was rebooted after a panic when i just click continue
Thank you for this guided tour!
Does this work with amd
Any idea how to make guest additions work?
i Keep facing the error.
Failed to query SMC value from the host (VERR_INVALID_HANDLE).
Result Code:
E_FAIL (0X80004005)
Component:
ConsoleWrap
Interface:
IConsole {6ac83d89-6ee7-4e33-8ae6-b257b2e81be8}
This is after i have run the code you have given... how do i solve this? i tried making a new VM and renaming and tried to open the VM 2-3 times it won't open. The Vm aborts with the above error
Same, did u fix it?
Got the same error
I found that if you change the last line of code from 1 to 0 (VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1) instead do (VBoxManage.exe setextradata “VM name” “VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC” 0)
@@awwman_2134 yeah same i got it fixed exactly by doing that
@@awwman_2134 I tried, but getting stuck at the point where entering all the commands
have you found a reason for not being able to download guest additions? i am having the same problem
I never did and gave up looking.
*fixed* had to switch usb to 3.0 and add device to filter list
it wont recognize a mouse, stuck in first step of startup. anyone know a fix?
I get this error and then it says aborted: Failed to query SMC value from the host (VERR_INVALID_HANDLE).
Result Code:
E_FAIL (0X80004005)
Component:
ConsoleWrap
Interface:
IConsole {6ac83d89-6ee7-4e33-8ae6-b257b2e81be8}
type the command in CMD:VBoxManage setextradata "VM Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0
@@Neptune_2-4 that didn't do anything
Failed error after cmd.
Failed to query SMC value from the host (VERR_INVALID_HANDLE).
Result Code:
E_FAIL (0X80004005)
Component:
ConsoleWrap
Interface:
IConsole {6ac83d89-6ee7-4e33-8ae6-b257b2e81be8}
Type the command in CMD : 1. cd "C:\Program Files\Oracle\VirtualBox" 2. VBoxManage setextradata "VM Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0
got stuck in a panic loop can you help plz?
@piggy004 I fixed it it is fine
I got stuck at 6:07...
Hello I have one issue it’s said that 😢 because the installer in DAMAGE Plz Help Me
After installation of MacOs Monterey
.. it is not showing any result. please help
same
Error code:
E_FAIL (0X80004005) this way is not working
Yeah sm problem
kinda stupid question but how did you use the commands in command prompt
Just open a command prompt by typing cmd in your search box if you can't find the icon. Then copy each command from the description and then you can right click on the command prompt box to paste them in and then press enter. You will need to do each of them one at a time. Just be sure to replace Your VM Name with the name of your VM so you might want to copy all the commands into Notepad and then change the name before copying them and pasting them into the command prompt.
hey, if someone could help me. i am running into a error with the system library kernel collections. if someone sees this, could i have some help? i tried some things. nothing was working.
Hi, i had done all step but it did nothing i tryed the cpu profile because my cpu is ryzen but again im stuck on startbs error thingie so please help. Anybody ?
I followed the instructions and installed macOS. But it's super slow and keeps restarting.
i hope it founds to me :)
i recent use Catalina but i cant install Xcode or Guest additions CD on VirtualBox :(
For some reason I can't seem to install the OS. I have been trying for four hours. I even used the command prompt commands but I am still suck on that apple screen that says 29 minutes left and the bar never moves. I have retried several times but I get the same result.
It seems as though this process works fine for some but not for others and I don't know what would cause it to hang since it worked fine for me.
For me, it gets stuck in an endless loop, after doing all the steps described. On the display there is a repeat image of something that looks like a CD/DVD player. Finnaly it stops and does NOT get to the screen to select language
I had this problem, it is the mouse and/or keyboard issue, if you have a usb mouse/keyboard, connect through a usb hub instead of directly to motherboard, mac os seems to be able to find it this way, good luck!
I am getting the error as - The selected Volume is not large enough to install on while installing the OS. Could you please help?
you did not put enough storage
keep getting error 0X80004005. can't seem to get around it