Skip to content

Instantly share code, notes, and snippets.

@osalbahr
Last active July 25, 2025 02:46
Show Gist options
  • Save osalbahr/c0430a9ad8536c01a86447fce8d2b431 to your computer and use it in GitHub Desktop.
Save osalbahr/c0430a9ad8536c01a86447fce8d2b431 to your computer and use it in GitHub Desktop.
[Testing Needed] Dual Boot macOS 13.7 and Linux Mint 22.1 Installation Guide

Hello, I have successfully installed Linux Mint 22.1 alongside macOS Ventura 13.7.6 on a MacBookPro14,1 (2017 MacBook Pro):

mint-fastfetch

I would like to write an installation guide and add it to https://linuxmint-installation-guide.readthedocs.io by PR'ing it to https://github.com/linuxmint/doc-installation-guide.

If you have an Intel-based MacBook or Mac, I would like to request your help editing or testing the installation guide. It roughly goes as follows:

  1. Following https://fedoraproject.org/wiki/QA:Testcase_dualboot_with_macOS, use Disk Utility on macOS to add a partition to install Linux Mint in.

  2. Boot into the installation medium. You should see the following screen at some point. Select "Something else".

something-else

  1. You should see the newly created partition at the bottom. Select it and click "Change...".

change

  1. Select "Use as: Ext4" and the mount point as "/".

mount-point

  1. Select the EFI partition for the boot loader installation:

efi

  1. Click "Install now".
@osalbahr
Copy link
Author

osalbahr commented Jun 28, 2025

Also added to the Linux Mint Forums. I created the Gist to be able to attach images there.

https://forums.linuxmint.com/viewtopic.php?p=2646631

Edit: I had to create a GitHub repo

https://github.com/osalbahr/macos-linux-mint-guide

@Utone
Copy link

Utone commented Jul 25, 2025

What do you meed? I'm installing linux was looking at this guide which uses Ubuntu, but assume it will work with Linux Mint in the same way, I'll try because it has better driver support. I'm on MacOS 15.5 (24F74)Sequoia...
https://www.youtube.com/watch?v=qjfBP4UYx9c

@osalbahr
Copy link
Author

osalbahr commented Jul 25, 2025

@Utone All I need is for people to test this guide and iron out anything that isn't clear enough, with the eventual goal of adding it to the official Multi-boot Linux Mint guide by PR'ing it to the docs repo. Unfortunately, it currently only covers installing alongside Windows.

And I'm not sure what driver support you're referring to.

I noticed you're running Sequoia, what model are you using? Since I can't run Sequoia on my 2017 MacBook Pro (unless I use a workaround), I'm assuming your model is 2018+, which have a T2 chip. I'm surprised the linked video guide didn't mention t2linux. Maybe it isn't needed for Ubuntu, not sure.

If the official Linux Mint ISO did not work, you might need to use the T2 Mint ISO.

The main difference I noticed in the linked video guide is that the the new partition in Disk Utility was set to "MS-DOS (FAT)" instead of "Mac OS Extended". I don't know if the Linux Mint installer can handle MS-DOS (FAT), haven't tried. But I'm assuming either should be fine. You'll know when you try to change the partition format.

@Utone
Copy link

Utone commented Jul 25, 2025

Ah ok didn't know there was so much to the t2 chip apart from booting into recovery and allowing bootable media..

For now Etcher is not loading any .iso am in standard user mode right now, checked in admin account had same bs, will rename iso to shorten file name etc as discussed MANY problems with this Etcher software.
Suggest you find an alternative app (to avoids inexperienced users using dd) for the GUIDE.

I will let you know what I find sir. First will try linuxmint-22.1-cinnamon-64bit

@osalbahr
Copy link
Author

Strange. Did not have issues with balenaEtcher before.

Suggest you find an alternative app (to avoids inexperienced users using dd) for the GUIDE.

Feel free to submit a PR to suggest an alternative in the official Linux Mint docs. The guide I wrote is only concerning dualboot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment