0656.html 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a MacOS Catalina 10.15 VM in VMware</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  7. <script type="text/javascript">
  8. $(function(){
  9. $('textarea').each(function(i,e){
  10. theTextarea = $(this);
  11. theTextarea.height((theTextarea[0].scrollHeight-5) +'px');
  12. });
  13. $('li').each(function(i,e){
  14. if(!$(this).hasClass('noCheckbox')){
  15. var uuid = 'li_' + Math.floor(Math.random() * Math.floor(1000000)).toString() + '_' + i.toString();
  16. $(this).contents().wrap('<span id="'+ uuid +'"><label for="cb_'+ uuid +'"></label></span>');
  17. $(this).prepend('<input type="checkbox" class="completeBox" id="cb_' + uuid +'" rel="'+ uuid +'" />')
  18. }
  19. });
  20. $('code,div.codeBlock,textarea.codeBlock').each(function(i,e){
  21. theElement = $(this);
  22. var lines = theElement.html().split("\n");
  23. theElement.empty();
  24. for(l=0;l<lines.length;l++){
  25. if($.trim(lines[l]) != '' && $.trim(lines[l]).substr(0,1) != '#' && $.trim(lines[l]).indexOf(' #') == -1 && lines[l].substr(0, 4).toUpperCase() != 'REM '){
  26. theElement.append('<input type="image" src="images/clipboard.png" value="" class="copy-text" rel="copy_'+ i +'_'+ l +'" data-clipboard-text="'+ $.trim(lines[l].replace(/"/g, '&quot;')) +'" /><span id="copy_'+ i +'_'+ l +'">'+ lines[l] +'</span>');
  27. } else {
  28. theElement.append(lines[l]);
  29. }
  30. }
  31. });
  32. $(document).on('click','input.copy-text',function(){
  33. theButton = $(this);
  34. $('input.copy-text').attr('src','images/clipboard.png');
  35. $('span.copy-animation,span.copy-animation-ps').removeClass('copy-animation copy-animation-ps');
  36. try {
  37. if($('#'+ theButton.attr('rel')).parent('div').hasClass('PS')){
  38. $('#'+ theButton.attr('rel')).addClass('copy-animation-ps');
  39. } else if($('#'+ theButton.attr('rel')).parent('div').hasClass('CMD')){
  40. $('#'+ theButton.attr('rel')).addClass('copy-animation-cmd');
  41. } else {
  42. $('#'+ theButton.attr('rel')).addClass('copy-animation');
  43. }
  44. navigator.clipboard.writeText(theButton.data('clipboard-text').replace(/<[^>]*>?/gm, ''));
  45. theButton.attr('src','images/clipboard_active.png');
  46. } catch(err) {
  47. }
  48. return false;
  49. });
  50. $(document).on('click','input.completeBox',function(){
  51. theBox = $(this);
  52. $('#'+ theBox.attr('rel')).addClass('strikethrough');
  53. theBox.prop('disabled',true);
  54. theBox.parent('li').prevAll().each(function(i,e){
  55. theLI = $(this);
  56. if(theLI.find('input[type=checkbox]').not(':checked')){
  57. $('#'+ theLI.find('input[type=checkbox]').attr('rel')).addClass('strikethrough');
  58. theLI.find('input[type=checkbox]').prop('checked',true).prop('disabled',true);
  59. }
  60. });
  61. });
  62. if(window.self !== window.top){
  63. window.parent.$('iframe.stepsFrame').height((this['scrollingElement']['scrollHeight']+20) +'px');
  64. }
  65. });
  66. </script>
  67. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  68. </head>
  69. <body>
  70. <div id="gridContainer">
  71. <div class="topMargin"></div>
  72. <div id="listName" class="topMargin">
  73. <h1>Running a MacOS Catalina 10.15 VM in VMware</h1>
  74. </div>
  75. <div></div>
  76. <div id="content">
  77. <h2>Installing and Configuring VMware</h2>
  78. <ol>
  79. <li>D<label for="cb_li_364664_0">ownload a MacOS Catalina .iso </label><label for="cb_li_364664_0"><a href="https://archive.org/search.php?query=MacOS%20iso%20collection&amp;and[]=mediatype%3A%22software%22" target="_blank">Download</a></label></li>
  80. <li>Download VMware Workstation Player <a href="https://www.vmware.com/products/workstation-player.html" target="_blank">Download</a></li>
  81. <li>Download MacOS Unlocker for VMware Workstation <a href="https://github.com/paolo-projects/auto-unlocker/releases" target="_blank">Download</a></li>
  82. <li>Install VMware Workstation Player, accepting the defaults</li>
  83. <li>Extract the downloaded MacOS Unlocker for VMware Workstation</li>
  84. <li>Inside the extracted file, right click Unlocker.exe &gt; Run as administrator</li>
  85. <li>Wait for the command prompt to close before continuing</li>
  86. </ol>
  87. <h2>Creating the Catalina VM</h2>
  88. <ol>
  89. <li>Launch VMware Workstation Player</li>
  90. <li>Click Continue to use Workstation Player for free for non-commercial use</li>
  91. <li>Click Finish</li>
  92. <li>Click Create a New Virtual Machine on the right side of the application</li>
  93. <li>Select Installer disc image file (iso) &gt; Browse to and select the downloaded MacOS Catalina .iso &gt; Click Next</li>
  94. <li>Select Apple Mac OS X and macOS 10.15 &gt; Click Next</li>
  95. <li>Name the VM MacOSX and set the path to store the VM files &gt; Click Next</li>
  96. <li>Adjust the disk size if necessary &gt; Click Next</li>
  97. <li>Click Finish<br />
  98. <em>NOTE: If running an AMD processor, edit the .vmx file in the folder you specified for the VM, add the following to the bottom of the file and save your changes</em>
  99. <p>mc.version = &quot;0&quot;<br />
  100. cpuid.0.eax = &quot;0000:0000:0000:0000:0000:0000:0000:1011&quot;<br />
  101. cpuid.0.ebx = &quot;0111:0101:0110:1110:0110:0101:0100:0111&quot;<br />
  102. cpuid.0.ecx = &quot;0110:1100:0110:0101:0111:0100:0110:1110&quot;<br />
  103. cpuid.0.edx = &quot;0100:1001:0110:0101:0110:1110:0110:1001&quot;<br />
  104. cpuid.1.eax = &quot;0000:0000:0000:0001:0000:0110:0111:0001&quot;<br />
  105. cpuid.1.ebx = &quot;0000:0010:0000:0001:0000:1000:0000:0000&quot;<br />
  106. cpuid.1.ecx = &quot;1000:0010:1001:1000:0010:0010:0000:0011&quot;<br />
  107. cpuid.1.edx = &quot;0000:0111:1000:1011:1111:1011:1111:1111&quot;<br />
  108. smbios.reflectHost = &quot;TRUE&quot;<br />
  109. hw.model = &quot;MacBookPro14,3&quot;<br />
  110. board-id = &quot;Mac-551B86E5744E2388&quot;</p>
  111. </li>
  112. <li>Right click on the MacOSX VM &gt; Power On</li>
  113. </ol>
  114. <h2>Installing MacOS Catalina</h2>
  115. <ol>
  116. <li>After an initialization sequence the Mac OS Setup should start</li>
  117. <li>Select a Language &gt; Click the next arrow</li>
  118. <li>Select Disk Utility</li>
  119. <li>Select the VMware Virtual SATA Hard Drive Media &gt; Click Erase</li>
  120. <li>Name the drive MacOS &gt; Set the Format to APFS &gt; Click Erase</li>
  121. <li>Click Done &gt; Close Disk Utility</li>
  122. <li>Click Install macOS</li>
  123. <li>Click Continue &gt; Click Agree &gt; Click Agree again</li>
  124. <li>Select the MacOS disk &gt; Click Install</li>
  125. <li>Wait while Mac OS installs files, the VM will reboot several times</li>
  126. <li>Select your Country &gt; Click Continue</li>
  127. <li>Confirm your languages and keyboard layout &gt; Click Continue</li>
  128. <li>Click Continue on the Data &amp; Privacy screen</li>
  129. <li>Select Don&#39;t transfer any information now &gt; Click Continue</li>
  130. <li>Select Set Up Later &gt; Click Continue &gt; Click Skip</li>
  131. <li>Click Agree &gt; Agree again</li>
  132. <li>Enter a name, user name, password &gt; Click Continue</li>
  133. <li>Click Customize Settings</li>
  134. <li>Click Continue &gt; Select Use or Don&#39;t Use for Location Services</li>
  135. <li>Pick a timezone &gt; Click Continue</li>
  136. <li>Uncheck the Send Mac Analytics box &gt; Click Continue</li>
  137. <li>Click Set Up Later on the Screen Time screen</li>
  138. <li>Uncheck the Enable Ask Siri box &gt; Click Continue</li>
  139. <li>Pick a theme &gt; Click Continue</li>
  140. <li>Welcome to MacOS 10.15 Catalina</li>
  141. </ol>
  142. <h2>Install VMware Tools (optional, but recommended)</h2>
  143. <ol>
  144. <li>On the VMware toolbar click VM &gt; Settings &gt; CD/DVD</li>
  145. <li>Click Browse next to ISO Image File &gt; Browse to the extracted Unlocker files \tools &gt; Select darwin.iso</li>
  146. <li>Click the Connect checkbox</li>
  147. <li>Inside the VM, double click the mounted VMware tools and run the installer</li>
  148. </ol>
  149. </div>
  150. </div>
  151. </body>
  152. </html>