Saturday, September 30, 2023

The most practical method to install Linux on your Mac M1

Apple’s philosophy with its devices is to offer a unified experience. Software, hardware, and services in perfect synchrony. This is also the case on your computers. Although in the past it was possible to install Windows or Linux natively and coexist with macOS, the arrival of the M1 or Apple Silicon processors has complicated this task. However, the good performance of these new processors is such that we can use Windows and Linux virtually.

The most practical method to install Linux on your Mac M1

In the past, we have seen that it is possible to install Windows 11 on a Mac with M1. And the performance is very good. So much so that at the time we saw how the performance of virtualized Windows 10 exceeded its native performance on Surface devices. With Linux, it is also like that. We can continue using macOS and that it coexists with Windows and even install Linux in their respective Virtual machines.

For creating virtual machines on a Mac with M1we currently have the commercial proposal parallels and with the open-source proposal UTM. The latter, in addition to being free, is very easy to use. And if we need to do something out of the ordinary, we can go to the command line, since it is based on QEMU, a very complete virtual machine software.

Linux and ARM

The first thing we might think of is to install Linux on a Mac M1 it should be something simple. First, macOS is based on UNIX. And second, because many Linux distributions already support the ARM architecture, on which the apple m1 chip. But in practice, it is more complicated.

First of all, Apple presumes that it only cares about macOS as the operating system for its Mac computers. So to support Linux, it should devote time and resources. There are Linux developers who are working on it on their own. On the part of Apple, at the moment there is nothing official.

So the reality is that to use Windows or Linux on a Mac with M1 we will need a virtual machine. The good news is that thanks to the good performance of this processor, using virtual machines shouldn’t be a problem except for specific uses such as the execution of games.

Linux on a Mac M1 with UTM

We said that UTM is the most practical way to create virtual machines on a Mac with M1 to install Linux. The reason is that it is free and open source. It is compatible with Intel and M1 Macs. That is, you can create x86/x64 virtual machines on Intel Macs. And in the case at hand, it allows you to create virtual machines for x86/x64 operating systems but also ARM64. You just have to specify it in the virtual machine configuration, from System > Hardware > Architecture.

For running games, it’s not the best choice, as it doesn’t emulate GPUs on Windows and doesn’t accelerate 3D via OpenGL or DirectX. For this, it is better to resort to specialized solutions such as CrossOver or your parallels. But to run normal applications, UTM will be very useful to us.

On a technical level, UTM uses QEMU to function. But since QEMU is difficult to manage, using the command line, UTM adds graphical menus to create virtual machines and customize them. Precisely, we just have to download it for our Mac with M1, install it and open it. Creating a new machine to install Linux is as easy as clicking the + button to open the virtual machine wizard.

As usually happens with VirtualBox or Parallels, we must tell UTM which operating system we are going to emulate with the option Virtualize > Linux. We’ll then tell you where the installer is, usually an ISO image. When using Mac with M1, it is best to use the ARM architecture compatible ISO. Then we will indicate the amount of RAM that we will emulate, CPU, and disk space. For this, we must take into account the requirements of each Linux and/or the capacity of your Mac. For example, on the official UTM page, Ubuntu 20.04 they recommend 8 GB of RAM and 10 GB of disk space. Finally, we will save that configuration.

The first time you start that virtual machine, we will perform the Linux installation. The process to install Linux on the virtual machine is the usual one. The installer will recognize the virtual machine as a real computer and will allow us to install that Linux. From now on, when we start the machine, we will get the benefits of Linux as if we had installed it natively on the Mac.

The advantages of virtual machines

Otherwise, UTM allows making adjustments to the settings of the virtual machine if something is not quite right. You just have to turn it off and open the settings. Add or remove RAM or CPU, set up a shared folder, add more virtual disks, etc. And like any self-respecting virtual machine, you don’t need to turn it off. Can pause it to retrieve it again more quickly, clone it to make changes without affecting the original virtual machine, etc.

If you have any questions about how UTM works to install Linux or Windows, you can consult your guide official. It is also possible to get installation instructions and other peculiarities for certain Linux through its gallery of examples. For example, the Ubuntu installation through its ARM Server installer and subsequent installation of the desktop version through the command line within the virtual machine itself.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest article