<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install macOS Catalina on VirtualBox on Windows	</title>
	<atom:link href="https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/</link>
	<description>Learn New Tech Skills</description>
	<lastBuildDate>Wed, 02 Apr 2025 12:11:07 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Michael		</title>
		<link>https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/#comment-487425</link>

		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Wed, 02 Apr 2025 12:11:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.wikigain.com/?p=22612#comment-487425</guid>

					<description><![CDATA[I had an error because I am on Windows 11 using Ryzen 7. Specifically, 5800x3d.
This command fixed it.

VBoxManage modifyvm &quot;VM NAME HERE&quot; --cpu-profile &quot;Intel Xeon X5482 3.20GHz&quot;]]></description>
			<content:encoded><![CDATA[<p>I had an error because I am on Windows 11 using Ryzen 7. Specifically, 5800x3d.<br />
This command fixed it.</p>
<p>VBoxManage modifyvm &#8220;VM NAME HERE&#8221; &#8211;cpu-profile &#8220;Intel Xeon X5482 3.20GHz&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nik K		</title>
		<link>https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/#comment-358694</link>

		<dc:creator><![CDATA[Nik K]]></dc:creator>
		<pubDate>Sun, 02 Jul 2023 12:32:15 +0000</pubDate>
		<guid isPermaLink="false">https://www.wikigain.com/?p=22612#comment-358694</guid>

					<description><![CDATA[IF you have a RYZEN cpu and the installation hangs during startup, open a cmd and type:
 VBoxManage modifyvm &quot;macos&quot; --cpu-profile &quot;Intel Core i7-6700K&quot;
This will solve your problems]]></description>
			<content:encoded><![CDATA[<p>IF you have a RYZEN cpu and the installation hangs during startup, open a cmd and type:<br />
 VBoxManage modifyvm &#8220;macos&#8221; &#8211;cpu-profile &#8220;Intel Core i7-6700K&#8221;<br />
This will solve your problems</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Blake		</title>
		<link>https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/#comment-345952</link>

		<dc:creator><![CDATA[Blake]]></dc:creator>
		<pubDate>Wed, 07 Jun 2023 14:13:19 +0000</pubDate>
		<guid isPermaLink="false">https://www.wikigain.com/?p=22612#comment-345952</guid>

					<description><![CDATA[Great instructions. I still got an SMC error when starting. I had to also run this: 

cd &quot;C:\Program Files\Oracle\VirtualBox\&quot;
VBoxManage.exe setextradata “VM name” “VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC” 0]]></description>
			<content:encoded><![CDATA[<p>Great instructions. I still got an SMC error when starting. I had to also run this: </p>
<p>cd &#8220;C:\Program Files\Oracle\VirtualBox\&#8221;<br />
VBoxManage.exe setextradata “VM name” “VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC” 0</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Todd		</title>
		<link>https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/#comment-308722</link>

		<dc:creator><![CDATA[Todd]]></dc:creator>
		<pubDate>Fri, 20 Jan 2023 05:07:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.wikigain.com/?p=22612#comment-308722</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/#comment-254485&quot;&gt;Haider&lt;/a&gt;.

I have another solution for VERR_INVALID_HANDLE.

My PC is running Windows 10 Pro 21H1, cpu Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz   3.50 GHz

The required file VBox-MacOS-Setup-Commands.bat (within Commands-bats.zip) already has &quot;...GetKeyFromRealSMC” with a trailing digit one so this wasn&#039;t a solution for me.

I followed the steps by user Jeff (November 9, 2021 at 4:54 AM), with a slight variation: I wanted to know what the &quot;hypervisorlaunchtype&quot; was set to before changing it, in case it didn&#039;t solve the problem. To do this, follow Jeff&#039;s instruction to launch CMD as Administrator and simply type in:

     bcdedit

then look for the line &quot;hypervisorlaunchtype&quot; which is probably the very last thing displayed. I made a note that for my system it was set to &quot;Auto&quot;.

Proceed with Jeff&#039;s instructions:

     bcdedit /set hypervisorlaunchtype off

and reboot your PC.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/#comment-254485">Haider</a>.</p>
<p>I have another solution for VERR_INVALID_HANDLE.</p>
<p>My PC is running Windows 10 Pro 21H1, cpu Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz   3.50 GHz</p>
<p>The required file VBox-MacOS-Setup-Commands.bat (within Commands-bats.zip) already has &#8220;&#8230;GetKeyFromRealSMC” with a trailing digit one so this wasn&#8217;t a solution for me.</p>
<p>I followed the steps by user Jeff (November 9, 2021 at 4:54 AM), with a slight variation: I wanted to know what the &#8220;hypervisorlaunchtype&#8221; was set to before changing it, in case it didn&#8217;t solve the problem. To do this, follow Jeff&#8217;s instruction to launch CMD as Administrator and simply type in:</p>
<p>     bcdedit</p>
<p>then look for the line &#8220;hypervisorlaunchtype&#8221; which is probably the very last thing displayed. I made a note that for my system it was set to &#8220;Auto&#8221;.</p>
<p>Proceed with Jeff&#8217;s instructions:</p>
<p>     bcdedit /set hypervisorlaunchtype off</p>
<p>and reboot your PC.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John B		</title>
		<link>https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/#comment-298742</link>

		<dc:creator><![CDATA[John B]]></dc:creator>
		<pubDate>Thu, 10 Nov 2022 18:27:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.wikigain.com/?p=22612#comment-298742</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/#comment-183294&quot;&gt;Ferry&lt;/a&gt;.

This fixed for ryzen nitro5 thaaaaanks!!!!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/#comment-183294">Ferry</a>.</p>
<p>This fixed for ryzen nitro5 thaaaaanks!!!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonathan		</title>
		<link>https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/#comment-297243</link>

		<dc:creator><![CDATA[Jonathan]]></dc:creator>
		<pubDate>Sat, 15 Oct 2022 16:38:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.wikigain.com/?p=22612#comment-297243</guid>

					<description><![CDATA[I can&#039;t install Catalina because whenever I try it tells me the following error message:

&quot;This copy of the INstall macOS Catalina Beta application is damaged and can&#039;t be used to install macOS&quot;

I read it had to do with changing the time in the GuestOS but I don&#039;t know how. Any ideas?]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t install Catalina because whenever I try it tells me the following error message:</p>
<p>&#8220;This copy of the INstall macOS Catalina Beta application is damaged and can&#8217;t be used to install macOS&#8221;</p>
<p>I read it had to do with changing the time in the GuestOS but I don&#8217;t know how. Any ideas?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Haider		</title>
		<link>https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/#comment-254485</link>

		<dc:creator><![CDATA[Haider]]></dc:creator>
		<pubDate>Tue, 01 Mar 2022 04:44:37 +0000</pubDate>
		<guid isPermaLink="false">https://www.wikigain.com/?p=22612#comment-254485</guid>

					<description><![CDATA[If you get error after first run with description as bellow 
Failed to query SMC value from the host (VERR_INVALID_HANDLE).

change value 0 to in in below command 

VBoxManage setextradata &quot;VM Name&quot; &quot;VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC&quot; 1]]></description>
			<content:encoded><![CDATA[<p>If you get error after first run with description as bellow<br />
Failed to query SMC value from the host (VERR_INVALID_HANDLE).</p>
<p>change value 0 to in in below command </p>
<p>VBoxManage setextradata &#8220;VM Name&#8221; &#8220;VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC&#8221; 1</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Caxtin		</title>
		<link>https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/#comment-250663</link>

		<dc:creator><![CDATA[Caxtin]]></dc:creator>
		<pubDate>Mon, 07 Feb 2022 03:30:01 +0000</pubDate>
		<guid isPermaLink="false">https://www.wikigain.com/?p=22612#comment-250663</guid>

					<description><![CDATA[After a few years trying to have a MacOS VM, I finally got it done.
However, at startup and shut down, I still have the long black screen with texts. On start, it runs through long texted black screen before opening; same as during closing, every time. That&#039;s kinda annoying. Any solution?
Thanks]]></description>
			<content:encoded><![CDATA[<p>After a few years trying to have a MacOS VM, I finally got it done.<br />
However, at startup and shut down, I still have the long black screen with texts. On start, it runs through long texted black screen before opening; same as during closing, every time. That&#8217;s kinda annoying. Any solution?<br />
Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Victor		</title>
		<link>https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/#comment-250188</link>

		<dc:creator><![CDATA[Victor]]></dc:creator>
		<pubDate>Thu, 03 Feb 2022 00:33:45 +0000</pubDate>
		<guid isPermaLink="false">https://www.wikigain.com/?p=22612#comment-250188</guid>

					<description><![CDATA[Thank you for the great tutorial. I tried another one a couple of months before and didn&#039;t worked, the system was extremely laggy. 

This tutorial does work, however you have to be patient during the installation since it took hours.]]></description>
			<content:encoded><![CDATA[<p>Thank you for the great tutorial. I tried another one a couple of months before and didn&#8217;t worked, the system was extremely laggy. </p>
<p>This tutorial does work, however you have to be patient during the installation since it took hours.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rafael		</title>
		<link>https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/#comment-230640</link>

		<dc:creator><![CDATA[Rafael]]></dc:creator>
		<pubDate>Mon, 15 Nov 2021 20:08:06 +0000</pubDate>
		<guid isPermaLink="false">https://www.wikigain.com/?p=22612#comment-230640</guid>

					<description><![CDATA[Thanks a lot for this!
Just installed Catalina on a Linux host, following the same steps. Had the “[EB&#124;#LOG:EXITBS:START] (AND CURRENT DATE/TIME)” issued and the suggested fix did the job, even tough I have a AMD Ryzen 7. I just had to change the syntax due to bash expansion. Specifically I used:

    VBoxManage modifyvm VM\ Name --cpu-profile Intel\ Xeon\ X5482\ 3.20GHz]]></description>
			<content:encoded><![CDATA[<p>Thanks a lot for this!<br />
Just installed Catalina on a Linux host, following the same steps. Had the “[EB|#LOG:EXITBS:START] (AND CURRENT DATE/TIME)” issued and the suggested fix did the job, even tough I have a AMD Ryzen 7. I just had to change the syntax due to bash expansion. Specifically I used:</p>
<p>    VBoxManage modifyvm VM\ Name &#8211;cpu-profile Intel\ Xeon\ X5482\ 3.20GHz</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeff		</title>
		<link>https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/#comment-228364</link>

		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Mon, 08 Nov 2021 20:54:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.wikigain.com/?p=22612#comment-228364</guid>

					<description><![CDATA[THIS CAN HELP YOU
After hours of unsuccessful trials and never ending looping text, here is what did the trick for me:
My config is Intel i9 and Windows 21H1.
At first, you have to make sure the hypervisor is off in Windows, otherwise it won&#039;t work or it can be very sluggish in Virtualbox.
In CMD (admin mode), here is the command to turn it off, just in case:
bcdedit /set hypervisorlaunchtype off
Reboot your PC.

THE MOST IMPORTANT to be able to boot on the CD, and then reboot to finish the install on step 8, you have to configure your storage disks as follow:
macOS Catalina ISO optical drive = SATA Port 0
Hard Disk VHD = SATA Port 1
N.B. Never check the option &quot;Solid-state Drive&quot;, even if your physical disk is an SSD

It should only take about 2mn before you can boot and get the Apple logo.
If ever you can&#039;t boot and you get the &quot;shell&quot;, type &quot;exit&quot;.
In the menu, select Boot manager maintenance.
Then manually select the file &quot;boot.efi&quot; to lauch the install, which is located in
System / Library / CoreServices / boot.efi]]></description>
			<content:encoded><![CDATA[<p>THIS CAN HELP YOU<br />
After hours of unsuccessful trials and never ending looping text, here is what did the trick for me:<br />
My config is Intel i9 and Windows 21H1.<br />
At first, you have to make sure the hypervisor is off in Windows, otherwise it won&#8217;t work or it can be very sluggish in Virtualbox.<br />
In CMD (admin mode), here is the command to turn it off, just in case:<br />
bcdedit /set hypervisorlaunchtype off<br />
Reboot your PC.</p>
<p>THE MOST IMPORTANT to be able to boot on the CD, and then reboot to finish the install on step 8, you have to configure your storage disks as follow:<br />
macOS Catalina ISO optical drive = SATA Port 0<br />
Hard Disk VHD = SATA Port 1<br />
N.B. Never check the option &#8220;Solid-state Drive&#8221;, even if your physical disk is an SSD</p>
<p>It should only take about 2mn before you can boot and get the Apple logo.<br />
If ever you can&#8217;t boot and you get the &#8220;shell&#8221;, type &#8220;exit&#8221;.<br />
In the menu, select Boot manager maintenance.<br />
Then manually select the file &#8220;boot.efi&#8221; to lauch the install, which is located in<br />
System / Library / CoreServices / boot.efi</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Cody A Muller		</title>
		<link>https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/#comment-212082</link>

		<dc:creator><![CDATA[Cody A Muller]]></dc:creator>
		<pubDate>Tue, 31 Aug 2021 05:27:59 +0000</pubDate>
		<guid isPermaLink="false">https://www.wikigain.com/?p=22612#comment-212082</guid>

					<description><![CDATA[Keyboard not working. HELPPPP!!!!]]></description>
			<content:encoded><![CDATA[<p>Keyboard not working. HELPPPP!!!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Crowmack		</title>
		<link>https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/#comment-211607</link>

		<dc:creator><![CDATA[Crowmack]]></dc:creator>
		<pubDate>Sat, 28 Aug 2021 08:39:36 +0000</pubDate>
		<guid isPermaLink="false">https://www.wikigain.com/?p=22612#comment-211607</guid>

					<description><![CDATA[I had a problem where after following all of these steps Virtualbox would boot into an UEFI shell.

I fixed it by following this youtube clip..Hope this helps anyone else having the same issue.
&lt;code&gt;https://www.youtube.com/watch?v=A3z64QUTJsM&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>I had a problem where after following all of these steps Virtualbox would boot into an UEFI shell.</p>
<p>I fixed it by following this youtube clip..Hope this helps anyone else having the same issue.<br />
<code>
&lt;iframe class=&quot;youtube-player&quot; width=&quot;1200&quot; height=&quot;675&quot; src=&quot;https://www.youtube.com/embed/A3z64QUTJsM?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent&quot; allowfullscreen=&quot;true&quot; style=&quot;border:0;&quot; sandbox=&quot;allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox&quot;&gt;&lt;/iframe&gt;
</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: James McCarte		</title>
		<link>https://www.wikigain.com/install-macos-catalina-on-virtualbox-on-windows/#comment-210356</link>

		<dc:creator><![CDATA[James McCarte]]></dc:creator>
		<pubDate>Sat, 21 Aug 2021 21:42:56 +0000</pubDate>
		<guid isPermaLink="false">https://www.wikigain.com/?p=22612#comment-210356</guid>

					<description><![CDATA[Can&#039;t get it to work at all in VirtualBox. I can get Mojave and Big Sur to work, but not Catalina. I get an &quot;in memory Panic stackshot succeeded&quot; and then it sits there trying to restart]]></description>
			<content:encoded><![CDATA[<p>Can&#8217;t get it to work at all in VirtualBox. I can get Mojave and Big Sur to work, but not Catalina. I get an &#8220;in memory Panic stackshot succeeded&#8221; and then it sits there trying to restart</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
