This guide outlines special information on installing and configuring Arch on the more recent Macbook 9,x (Mid-2012) hardware alongside a pre-existing OSX operating system. This requires adequate free disk space, install media (such as a USB or CD), and a wired connection for the initial steps of the install procedure.
- Download Macbook Pro Os Mid 2012 Specs
- Mid 2012 Macbook Pro I5
- Download Macbook Pro Os Mid 2012 Specifications
- Download Macbook Pro Os Mid 2012 Macbook Pro
- Macbook Pro 13 Mid 2012 I5
Mac Pro mid-2010 and mid-2012: WiFi does not work and there are problems with the stop NOTE: if you have one of those Macs on which WiFi does not work, read THIS ITEM to get it working again. Install macOS Big Sur on incompatible Macs: the requirements. I have a MacBook Air (11-inch, Mid 2012) MD223LL/A MBAIR 11.6/1.7/4/64FLASH running OS X 10.7.5. It shipped with Lion. I want to reinstall the OS on the laptop without an internet connection. Download macOS X El Capitan So Basically if you factory reset your MacBook 2012 then you will go back to older opera. The only supported devices are: Force Touch Macbook Pro 16' Late 2019, Macbook Pro 13' / 15' Mid 2020, Mid 2019, Mid 2018, Mid 2017 and Late 2016, Macbook 12' Early 2015, Early 2016, Mid 2017, Macbook 13' / 15' Early 2015 and Mid 2015; classic Multi Touch models: Macbook Pro (Mid 2009, Mid 2010, Early 2011, Late 2011, Mid 2012 / Retina, Late.
This article is written with a dual-boot setup in mind, and does not cover how to replace OSX with Arch.
For general help on the install preocedure see the Installation guide
- 1Preparation
- 2Installation
- 2.2Running the Arch installation
- 3Post Installation
- 3.4Inverting FN keys
- 4Bells & Whistles
- 4.1Emulating OSX Touchpad Gestures
Preparation
Recording UIDs
If you want to access your OSX user directories from Linux, write down the UID and GID for the users.
Install Boot Manager
Optional. The easiest way to begin is by installing rEFInd on Mac OSX before moving on to Arch. This will place a boot menu on startup. The config will be in your OSX partition - if this is not desirable it is possible to install it later in Arch. For more information consult UEFI.
Shrinking Macintosh HD
Although nowadays Boot Camp requires a Windows installation disc before altering partitions, it is possible to do this using Mac OSX's disk utility. Create a new partition, calculate the amount of free space required for all new partitions and shrink Macintosh HD to accommodate for this amount. Leave the new partition as free space for now.
Installation
Preparing installation media
Download Arch and burn it to a USB, CD or DVD, and boot into the Arch install.
Running the Arch installation
Proceed from the Installation section in Installation guide#Installation. Note that you'll need a wired connection to continue for now.
The following differences will apply to MacBooks:
Sample partition layout
Living wallpaper mac. For sharing files between OSX and Linux, a number of filesystem options exist. FAT32 is natively supported on all systems - however, it lacks support for filesystems larger than 2TB or files larger than 4GB. Journaled HFS+ partitions, such as the Macintosh HD partition, will only mount read-only in Linux. Full read-write support is available for unjournaled HFS+ filesystems. ExFAT support can be made available by installing exfat-utils.
Install boot loader
Follow the relevant page for the chosen boot loader listed in Arch boot process#Boot loader.
Post Installation
Continue with General recommendations, noting the following modifications:
SD Card Reader
The sdcard reader does not work properly with the highest speeds currently and may never work properly. To get it working you will have to sacrifice the ultra fast modes and use a quirk in your boot parameters.
Users
If you wrote down your OSX uid's and gid's eariler, new users can be created by running:
In order to be able to access a OSX user's directory, only the uid and gid need to match. (usernames can differ)
Wireless
Macbooks 8,1 to 9,2 (and possibly newer) use BCM4331 for Wifi. See Broadcom wireless for details.The Mac Mini 5.1 Also uses the Broadcom BCM4331 Wi-Fi Chip.
Inverting FN keys
To make the FN keys function as normal FN keys, follow Apple Keyboard#Function keys do not work.
Wireless Flakiness
The only connection manager combination with BCM4331 that doesn't result in flakiness seems to be connman + disabled background scanning.
Keyboard Backlight
A 'just works' solution is the acpibacklightAUR[broken link: package not found] package. It provides the just work case when controlling it with the keyboard shortcuts.
Xorg
Main Page: Xorg
Macbook pro 2018 not letting me download high sierra 10.13. Install xf86-video-intel and setup Xorg as you normally would.
The built-in keyboard and most usb input devices will work out-of-the-box, but xf86-input-synaptics is needed in order to use the built-in touchpad.
Bells & Whistles
Emulating OSX Touchpad Gestures
With a little bit of work it's possible to tweak the multitouch options on the trackpad. This can be achieved with a combination of X11 driver settings and open source software.
Using synclient
synclient
is included with the xf86-input-synaptics driver. It is useful for experimenting with settings as they take effect immediately and expire at the end of an X session. Many OSX options can be emulated without any additional software.
Run synclient -l
to have a look at all the available options. Here are some suggestions which resemble the options found in OSX's System Preferences:
- By default synaptics is configured to use a double-tap drag gesture found on older touchpads - one may argue that this is not necessary on a clickpad.
synclient TapAndDragGesture=0
will turn this off. - TapButtonX and ClickFingerX sets the mouse button triggered by tapping or clicking with X fingers. set
TapButton2=3
andClickFinger2=3
to assign two-finger click to the right mouse button. - Setting the bottom-right corner click to right mouse button can be done by subtracting about 500 from
RightEdge
andBottomEdge
and plugging the new values intoRightButtonAreaLeft
andRightButtonAreaTop
. If the last two options are not visible, setClickpad=1
.
To make settings permanent, just modify /etc/X11/xorg.conf.d/10-synaptics.conf
.
/usr/local/bin/synarea.sh
with the required synclient commands, and add the script to the X startup sequence.This guide outlines special information on installing and configuring Arch on the more recent Macbook 9,x (Mid-2012) hardware alongside a pre-existing OSX operating system. This requires adequate free disk space, install media (such as a USB or CD), and a wired connection for the initial steps of the install procedure.
This article is written with a dual-boot setup in mind, and does not cover how to replace OSX with Arch.
Download Macbook Pro Os Mid 2012 Specs
For general help on the install preocedure see the Installation guide
Mid 2012 Macbook Pro I5
- 1Preparation
- 2Installation
- 2.2Running the Arch installation
- 3Post Installation
- 3.4Inverting FN keys
- 4Bells & Whistles
- 4.1Emulating OSX Touchpad Gestures
Preparation
Recording UIDs
Download Macbook Pro Os Mid 2012 Specifications
If you want to access your OSX user directories from Linux, write down the UID and GID for the users.
Install Boot Manager
Optional. The easiest way to begin is by installing rEFInd on Mac OSX before moving on to Arch. This will place a boot menu on startup. The config will be in your OSX partition - if this is not desirable it is possible to install it later in Arch. For more information consult UEFI.
Shrinking Macintosh HD
Although nowadays Boot Camp requires a Windows installation disc before altering partitions, it is possible to do this using Mac OSX's disk utility. Create a new partition, calculate the amount of free space required for all new partitions and shrink Macintosh HD to accommodate for this amount. Leave the new partition as free space for now.
Installation
Preparing installation media
Download Arch and burn it to a USB, CD or DVD, and boot into the Arch install.
Running the Arch installation
Proceed from the Installation section in Installation guide#Installation. Note that you'll need a wired connection to continue for now.
Download Macbook Pro Os Mid 2012 Macbook Pro
The following differences will apply to MacBooks:
Macbook Pro 13 Mid 2012 I5
Sample partition layout
For sharing files between OSX and Linux, a number of filesystem options exist. FAT32 is natively supported on all systems - however, it lacks support for filesystems larger than 2TB or files larger than 4GB. Journaled HFS+ partitions, such as the Macintosh HD partition, will only mount read-only in Linux. Full read-write support is available for unjournaled HFS+ filesystems. ExFAT support can be made available by installing exfat-utils.
Install boot loader
For general help on the install preocedure see the Installation guide
- 1Preparation
- 2Installation
- 2.2Running the Arch installation
- 3Post Installation
- 3.4Inverting FN keys
- 4Bells & Whistles
- 4.1Emulating OSX Touchpad Gestures
Preparation
Recording UIDs
If you want to access your OSX user directories from Linux, write down the UID and GID for the users.
Install Boot Manager
Optional. The easiest way to begin is by installing rEFInd on Mac OSX before moving on to Arch. This will place a boot menu on startup. The config will be in your OSX partition - if this is not desirable it is possible to install it later in Arch. For more information consult UEFI.
Shrinking Macintosh HD
Although nowadays Boot Camp requires a Windows installation disc before altering partitions, it is possible to do this using Mac OSX's disk utility. Create a new partition, calculate the amount of free space required for all new partitions and shrink Macintosh HD to accommodate for this amount. Leave the new partition as free space for now.
Installation
Preparing installation media
Download Arch and burn it to a USB, CD or DVD, and boot into the Arch install.
Running the Arch installation
Proceed from the Installation section in Installation guide#Installation. Note that you'll need a wired connection to continue for now.
The following differences will apply to MacBooks:
Sample partition layout
Living wallpaper mac. For sharing files between OSX and Linux, a number of filesystem options exist. FAT32 is natively supported on all systems - however, it lacks support for filesystems larger than 2TB or files larger than 4GB. Journaled HFS+ partitions, such as the Macintosh HD partition, will only mount read-only in Linux. Full read-write support is available for unjournaled HFS+ filesystems. ExFAT support can be made available by installing exfat-utils.
Install boot loader
Follow the relevant page for the chosen boot loader listed in Arch boot process#Boot loader.
Post Installation
Continue with General recommendations, noting the following modifications:
SD Card Reader
The sdcard reader does not work properly with the highest speeds currently and may never work properly. To get it working you will have to sacrifice the ultra fast modes and use a quirk in your boot parameters.
Users
If you wrote down your OSX uid's and gid's eariler, new users can be created by running:
In order to be able to access a OSX user's directory, only the uid and gid need to match. (usernames can differ)
Wireless
Macbooks 8,1 to 9,2 (and possibly newer) use BCM4331 for Wifi. See Broadcom wireless for details.The Mac Mini 5.1 Also uses the Broadcom BCM4331 Wi-Fi Chip.
Inverting FN keys
To make the FN keys function as normal FN keys, follow Apple Keyboard#Function keys do not work.
Wireless Flakiness
The only connection manager combination with BCM4331 that doesn't result in flakiness seems to be connman + disabled background scanning.
Keyboard Backlight
A 'just works' solution is the acpibacklightAUR[broken link: package not found] package. It provides the just work case when controlling it with the keyboard shortcuts.
Xorg
Main Page: Xorg
Macbook pro 2018 not letting me download high sierra 10.13. Install xf86-video-intel and setup Xorg as you normally would.
The built-in keyboard and most usb input devices will work out-of-the-box, but xf86-input-synaptics is needed in order to use the built-in touchpad.
Bells & Whistles
Emulating OSX Touchpad Gestures
With a little bit of work it's possible to tweak the multitouch options on the trackpad. This can be achieved with a combination of X11 driver settings and open source software.
Using synclient
synclient
is included with the xf86-input-synaptics driver. It is useful for experimenting with settings as they take effect immediately and expire at the end of an X session. Many OSX options can be emulated without any additional software.
Run synclient -l
to have a look at all the available options. Here are some suggestions which resemble the options found in OSX's System Preferences:
- By default synaptics is configured to use a double-tap drag gesture found on older touchpads - one may argue that this is not necessary on a clickpad.
synclient TapAndDragGesture=0
will turn this off. - TapButtonX and ClickFingerX sets the mouse button triggered by tapping or clicking with X fingers. set
TapButton2=3
andClickFinger2=3
to assign two-finger click to the right mouse button. - Setting the bottom-right corner click to right mouse button can be done by subtracting about 500 from
RightEdge
andBottomEdge
and plugging the new values intoRightButtonAreaLeft
andRightButtonAreaTop
. If the last two options are not visible, setClickpad=1
.
To make settings permanent, just modify /etc/X11/xorg.conf.d/10-synaptics.conf
.
/usr/local/bin/synarea.sh
with the required synclient commands, and add the script to the X startup sequence.This guide outlines special information on installing and configuring Arch on the more recent Macbook 9,x (Mid-2012) hardware alongside a pre-existing OSX operating system. This requires adequate free disk space, install media (such as a USB or CD), and a wired connection for the initial steps of the install procedure.
This article is written with a dual-boot setup in mind, and does not cover how to replace OSX with Arch.
Download Macbook Pro Os Mid 2012 Specs
For general help on the install preocedure see the Installation guide
Mid 2012 Macbook Pro I5
- 1Preparation
- 2Installation
- 2.2Running the Arch installation
- 3Post Installation
- 3.4Inverting FN keys
- 4Bells & Whistles
- 4.1Emulating OSX Touchpad Gestures
Preparation
Recording UIDs
Download Macbook Pro Os Mid 2012 Specifications
If you want to access your OSX user directories from Linux, write down the UID and GID for the users.
Install Boot Manager
Optional. The easiest way to begin is by installing rEFInd on Mac OSX before moving on to Arch. This will place a boot menu on startup. The config will be in your OSX partition - if this is not desirable it is possible to install it later in Arch. For more information consult UEFI.
Shrinking Macintosh HD
Although nowadays Boot Camp requires a Windows installation disc before altering partitions, it is possible to do this using Mac OSX's disk utility. Create a new partition, calculate the amount of free space required for all new partitions and shrink Macintosh HD to accommodate for this amount. Leave the new partition as free space for now.
Installation
Preparing installation media
Download Arch and burn it to a USB, CD or DVD, and boot into the Arch install.
Running the Arch installation
Proceed from the Installation section in Installation guide#Installation. Note that you'll need a wired connection to continue for now.
Download Macbook Pro Os Mid 2012 Macbook Pro
The following differences will apply to MacBooks:
Macbook Pro 13 Mid 2012 I5
Sample partition layout
For sharing files between OSX and Linux, a number of filesystem options exist. FAT32 is natively supported on all systems - however, it lacks support for filesystems larger than 2TB or files larger than 4GB. Journaled HFS+ partitions, such as the Macintosh HD partition, will only mount read-only in Linux. Full read-write support is available for unjournaled HFS+ filesystems. ExFAT support can be made available by installing exfat-utils.
Install boot loader
Follow the relevant page for the chosen boot loader listed in Arch boot process#Boot loader.
Post Installation
Continue with General recommendations, noting the following modifications:
SD Card Reader
The sdcard reader does not work properly with the highest speeds currently and may never work properly. To get it working you will have to sacrifice the ultra fast modes and use a quirk in your boot parameters.
Users
If you wrote down your OSX uid's and gid's eariler, new users can be created by running:
In order to be able to access a OSX user's directory, only the uid and gid need to match. (usernames can differ)
Wireless
Macbooks 8,1 to 9,2 (and possibly newer) use BCM4331 for Wifi. See Broadcom wireless for details.The Mac Mini 5.1 Also uses the Broadcom BCM4331 Wi-Fi Chip.
Inverting FN keys
To make the FN keys function as normal FN keys, follow Apple Keyboard#Function keys do not work.
Wireless Flakiness
The only connection manager combination with BCM4331 that doesn't result in flakiness seems to be connman + disabled background scanning.
Keyboard Backlight
A 'just works' solution is the acpibacklightAUR[broken link: package not found] package. It provides the just work case when controlling it with the keyboard shortcuts.
Xorg
Main Page: Xorg
Install xf86-video-intel and setup Xorg as you normally would.
The built-in keyboard and most usb input devices will work out-of-the-box, but xf86-input-synaptics is needed in order to use the built-in touchpad.
Bells & Whistles
Emulating OSX Touchpad Gestures
With a little bit of work it's possible to tweak the multitouch options on the trackpad. This can be achieved with a combination of X11 driver settings and open source software.
Using synclient
synclient
is included with the xf86-input-synaptics driver. It is useful for experimenting with settings as they take effect immediately and expire at the end of an X session. Many OSX options can be emulated without any additional software.
Run synclient -l
to have a look at all the available options. Here are some suggestions which resemble the options found in OSX's System Preferences:
- By default synaptics is configured to use a double-tap drag gesture found on older touchpads - one may argue that this is not necessary on a clickpad.
synclient TapAndDragGesture=0
will turn this off. - TapButtonX and ClickFingerX sets the mouse button triggered by tapping or clicking with X fingers. set
TapButton2=3
andClickFinger2=3
to assign two-finger click to the right mouse button. - Setting the bottom-right corner click to right mouse button can be done by subtracting about 500 from
RightEdge
andBottomEdge
and plugging the new values intoRightButtonAreaLeft
andRightButtonAreaTop
. If the last two options are not visible, setClickpad=1
.
To make settings permanent, just modify /etc/X11/xorg.conf.d/10-synaptics.conf
.
/usr/local/bin/synarea.sh
with the required synclient commands, and add the script to the X startup sequence.