create account

Easiest. Hackintosh. Ever. - How to Install MacOS Virtual Machine on Your PC Using Sosumi & Ubuntu by makerhacks

View this thread on: hive.blogpeakd.comecency.com
· @makerhacks ·
$3.12
Easiest. Hackintosh. Ever. - How to Install MacOS Virtual Machine on Your PC Using Sosumi & Ubuntu
<center>https://makerhacks.com/wp-content/uploads/2020/11/sosumi-hackintosh-ubuntu-kvm.jpg</center> <br/><p class="has-medium-font-size">Today, we're going to create the world's easiest Hackintosh using the virtual MacOS package, <a href="https://snapcraft.io/sosumi" target="_blank" rel="noreferrer noopener">Sosumi</a>. </p>

<figure class="wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
https://youtu.be/EoHM79Chi2c 
</div></figure>
<p>Now, before you get too excited, it's not actually strictly speaking a Hackintosh, in that it doesn't run on the bare metal. Instead it runs on a host operating system. </p>
<p>It <strong><em>is</em></strong> the full MacOS (in this case, Catalina). You can even pass through your GPU. You can use AMD processors and you can give it a whole bunch of memory. </p>
<img src="https://makerhacks.com/wp-content/uploads/2020/11/sosumi-1024x576.png" alt="macosx catalina running on ubuntu via sosumi kvm" class="wp-image-116737"/><br/><i><sup>macosx catalina running on ubuntu via sosumi kvm</sup></i>
<p>While it is not quite as advanced as some other systems, it is by far the easiest. </p>
<p>Now, installing MacOS is never quick, but <a href="https://snapcraft.io/sosumi" target="_blank" rel="noreferrer noopener">Sosumi</a> is the least tedious, least intensive and easiest to get going MacOS you can run outside of using actual Apple Mac hardware.</p>
<p>What Sosumi will give you is a Mac that can run the internet. You can run Safari, you can get your iMessages and you can run Apple Mac software almost as if it's native. </p>
<p>Despite it being so easy, it's actually quite capable, but there are some limitations. If you do want to go even further than I'll give you some tips at the end for the next step to go even deeper.</p>
<p>But if you just want to say, have iMessage running or you want to be able to test things natively in Safari, or if you want to do some quick code that only Apple Mac can do, then this is definitely for you.</p>
<h2>Installing Sosumi KVM on Ubuntu with Snap</h2>
<p>I mentioned it does need a host operating system. Now I'm reliably informed that windows 10, using the windows subsystem for Linux can actually run these sorts of installations using the <a href="https://snapcraft.io" target="_blank" rel="noreferrer noopener">Snap Package Manager</a>, but I'm going to run this on my Ubuntu installation. </p>
<p>Ubuntu is the easiest Linux to set up in my opinion, and it has a very easy to follow install procedure.</p>
<p>The process starts with running the snap package, and you do this with</p>
<p> <code>sudo snap install </code></p>
<div class="pull-right"><a href="https://snapcraft.io/docs/installing-snapd" target="_blank" rel="noopener noreferrer"><img src="https://makerhacks.com/wp-content/uploads/2020/11/snap-linux-installed-1024x1024.jpg" alt="See if Snapd is already installed in your linux distro" class="wp-image-116739" width="256" height="256"/></a><br/><i><sup>See if Snapd is already installed in your linux distro</sup></i></div>

<p>Plus the name of the package, in this case it's Sosumi. Then you need to enter your root password for sudo. </p>
<p>It'll download all the files that it needs, and then it'll progress to installing them. If you don't have snap already set up, it should be in Ubuntu, but other distributions might not have it. In that case, you can <a href="https://snapcraft.io" target="_blank" rel="noreferrer noopener">download snap first</a>. </p>
<p>Once the <a href="https://snapcraft.io/sosumi" target="_blank" rel="noreferrer noopener">Sosumi</a> is installed, then you go ahead and launch it and it'll open the Clover boot manager.</p>
<h2>The Virtual MacOS installation</h2>
<p>In the Clover boot manager you'll need to use the Apple disk utility to format the partition that it sets up for you. This partition will be called the Apple inc vertIO block. </p>
<p>Erasing it will format it and set it up ready for the Apple installer to use. The file system provided isn't all that big, so it is a little bit restrictive in that regard.</p>
<p>Once you've got the file system set up, then you run "<em>Re-install MacOS</em>" and it will go ahead and install Catalina. At the time of watching this video, it may have already progressed to a future version because it actually does download it from Apple to install.</p>
<h2>Increasing Sosumi MacOS Performance by Maxing Out RAM and Processor Power</h2>
<p>At this point, the installation is complete, but you do want to add to the configuration extra memory and extra processor cores, which will speed it up significantly. </p>
<p>Go into </p>
<p><code>~/snap/sosumi/common</code></p>
<p>Then edit the <em>launch</em> script. You'll find there's a -M for the memory configuration and there's -SMP for the cores. </p>
<img src="https://makerhacks.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-29-at-3.02.09-PM-1024x612.png" alt="Boost the RAM and Processor Cores in Sosumi for better MacOS performance" class="wp-image-116740"/><br/><i><sup>Boost the RAM and Processor Cores in Sosumi for better MacOS performance</sup></i>
<p>You want to bump the memory up as much as you can, and same with the cores. I'm using 12 of my 16 gigabytes, and I'm going to have four cores.</p>
<h2>A More Advanced MacOS KVM</h2>
<p>Now, if you want full control of the setup, if you want to have a really advanced system that is much more high-performance, then go ahead and check out the repo for <a href="https://github.com/foxlet/macOS-Simple-KVM" target="_blank" rel="noreferrer noopener">MacOS Simple KVM</a>. </p>
<p>Sosumi actually builds on top of MacOS Simple KVM. In fact, Sosumi is pretty much an installer for this system. </p>
<p>What MacOS Simple KVM allows you to do is have a massively configurable virtual machine that is almost as powerful as running a real Hackintosh.</p>
<p>It's a lot more involved. You have to do a lot more manually, but once you have it set up, you can tweak everything about it. </p>
<p>With Sosumi we simply added memory and cores, and networking was bundled and worked out of the box. You need to do a lot more with Simple KVM to get to the same point. </p>
<p>While you do have to do more setup, there's a lot more configuration possible, and you can even use it on a hosted virtual machine such as Digital Ocean and that means that you could have your Mac set up remotely.</p>
<p></p>
 <br /><center><hr/><em>Posted from my blog with <a href='https://wordpress.org/plugins/steempress/'>SteemPress</a> : https://makerhacks.com/sosumi-easiest-hackintosh-ever/ </em><hr/></center>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 35 others
properties (23)
authormakerhacks
permlinkeasiesthackintoshever-howtoinstallmacosvirtualmachineonyourpcusingsosumiubuntu-x8owagraukxsp7vdfutw
categorymaking
json_metadata{"community":"exxp","app":"exxp","image":["https://makerhacks.com/wp-content/uploads/2020/11/sosumi-hackintosh-ubuntu-kvm.jpg"],"tags":["making","technology","","emulation","hackintosh"],"canonical_url":"https://makerhacks.com/sosumi-easiest-hackintosh-ever/"}
created2020-11-30 02:04:12
last_update2020-11-30 02:04:12
depth0
children3
last_payout2020-12-07 02:04:12
cashout_time1969-12-31 23:59:59
total_payout_value1.670 HBD
curator_payout_value1.453 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6,697
author_reputation156,977,359,570,955
root_title"Easiest. Hackintosh. Ever. - How to Install MacOS Virtual Machine on Your PC Using Sosumi & Ubuntu"
beneficiaries
0.
accountsteempress
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,742,399
net_rshares18,043,302,635,813
author_curate_reward""
vote details (99)
@apshamilton ·
This is super interesting as I am a Mac person but have a number of more powerful PCs that I'd love to run OSX on.

I'm familiar with WSL2 - I'm [running my witness node on it](https://peakd.com/witness/@apshamilton/how-to-set-up-a-hive-witness-in-windows-10-using-wsl-2-and-docker-desktop-for-windows).
👍  
properties (23)
authorapshamilton
permlinkre-makerhacks-qklko0
categorymaking
json_metadata{"tags":["making"],"app":"peakd/2020.11.4"}
created2020-11-30 06:57:36
last_update2020-11-30 06:57:36
depth1
children1
last_payout2020-12-07 06:57:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length303
author_reputation212,408,658,018,768
root_title"Easiest. Hackintosh. Ever. - How to Install MacOS Virtual Machine on Your PC Using Sosumi & Ubuntu"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,744,759
net_rshares5,682,666
author_curate_reward""
vote details (1)
@jessicagibbes · (edited)
Embarking on the installation of a MacOS Virtual Machine opens up a realm of possibilities for users seeking a seamless Mac experience on non-Apple hardware. The process involves creating a virtual environment through software like VirtualBox or VMware. Once set up, users can enjoy the Mac ecosystem on their PC. To enhance the experience, individuals can explore third-party applications, such as VLC Player, to <a href="https://apps.apple.com/us/app/elmedia-video-player/id1044549675?mt=12">watch mkv video on Mac</a> within the virtual environment, ensuring multimedia compatibility and a well-rounded virtual MacOS experience.
properties (22)
authorjessicagibbes
permlinkre-apshamilton-lrhr542j
categorymaking
json_metadata{"tags":["stem"],"format":"markdown","canonical_url":"https://stemgeeks.net/@jessicagibbes/re-apshamilton-lrhr542j","app":"stemgeeks/1.2.0"}
created2024-01-17 12:21:33
last_update2024-01-19 07:45:12
depth2
children0
last_payout2024-01-24 12:21:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length632
author_reputation-60,452,358,018
root_title"Easiest. Hackintosh. Ever. - How to Install MacOS Virtual Machine on Your PC Using Sosumi & Ubuntu"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id130,551,272
net_rshares0
@hivebuzz ·
Congratulations @makerhacks! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s) :

<table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@makerhacks/upvotes.png?202012031733"></td><td>You distributed more than 34000 upvotes. Your next target is to reach 35000 upvotes.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@makerhacks) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @hivebuzz:**
<table><tr><td><a href="/hive-106258/@hivebuzz/hivefest5-badge"><img src="https://images.hive.blog/64x128/https://i.imgur.com/YctqirB.png"></a></td><td><a href="/hive-106258/@hivebuzz/hivefest5-badge">The new HiveFest⁵ Attendee badge is waiting for you</a></td></tr></table>
properties (22)
authorhivebuzz
permlinkhivebuzz-notify-makerhacks-20201203t181541000z
categorymaking
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2020-12-03 18:15:39
last_update2020-12-03 18:15:39
depth1
children0
last_payout2020-12-10 18:15:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length959
author_reputation369,390,430,047,208
root_title"Easiest. Hackintosh. Ever. - How to Install MacOS Virtual Machine on Your PC Using Sosumi & Ubuntu"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id100,797,360
net_rshares0