How To Install m1n1 on Fedora 36

In this tutorial we learn how to install m1n1 in Fedora 36. m1n1 is Bootloader and experimentation playground for Apple Silicon

Introduction

In this tutorial we learn how to install m1n1 on Fedora 36.

What is m1n1

m1n1 is the bootloader developed by the Asahi Linux project to bridge the Apple (XNU) boot ecosystem to the Linux boot ecosystem.

We can use yum or dnf to install m1n1 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install m1n1.

Install m1n1 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install m1n1 using dnf by running the following command:

sudo dnf -y install m1n1

Install m1n1 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install m1n1 using yum by running the following command:

sudo yum -y install m1n1

How To Uninstall m1n1 on Fedora 36

To uninstall only the m1n1 package we can use the following command:

sudo dnf remove m1n1

m1n1 Package Contents on Fedora 36

/usr/lib64/m1n1
/usr/lib64/m1n1/m1n1.bin
/usr/lib64/m1n1/m1n1.macho
/usr/share/doc/m1n1
/usr/share/doc/m1n1/README.md
/usr/share/licenses/m1n1
/usr/share/licenses/m1n1/LICENSE
/usr/share/licenses/m1n1/LICENSE.BSD-2.libfdt
/usr/share/licenses/m1n1/LICENSE.BSD-3.arm
/usr/share/licenses/m1n1/LICENSE.BSD-3.dwc3
/usr/share/licenses/m1n1/LICENSE.CC0
/usr/share/licenses/m1n1/LICENSE.GPL-2
/usr/share/licenses/m1n1/LICENSE.OFL-1.1
/usr/share/licenses/m1n1/LICENSE.minlzma
/usr/share/licenses/m1n1/LICENSE.tinf

References

Summary

In this tutorial we learn how to install m1n1 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).