MacBook Air A1370 boots directly into Lubuntu – Option key will not open Startup Manager

MacBook Air A1370 boots directly into Lubuntu – Option key will not open Startup Manager

I have an older Intel-based MacBook Air, model A1370. It is currently booting Lubuntu, but I am trying to reinstall OS X/macOS.

The main problem is that I cannot access the Startup Manager.

When I shut down the Mac completely, then press the power button while holding the Option (⌥) key, the Startup Manager does not appear. The Mac simply boots directly into Lubuntu.

I have tried this with both the USB installer connected and disconnected, but the behavior is exactly the same.

What I am trying to do

My goal is to remove Lubuntu and reinstall OS X El Capitan, or another version of macOS that is compatible with this Mac.

I created an OS X El Capitan USB installer using another Mac. The USB is detected by Lubuntu and appears as an approximately 29 GB drive with an HFS+ volume labeled:

Install OS X

However, because I cannot access the Startup Manager, I cannot select the USB installer.

What I have tried

  • Completely shutting down the Mac and holding the Option (⌥) key immediately after pressing the power button.
  • Trying the same procedure with and without the USB installer connected.
  • Resetting NVRAM using:

Option + Command + P + R

  • Resetting the SMC.
  • Creating the El Capitan USB installer again using another Mac.
  • Checking the USB drive from Lubuntu.

Lubuntu itself boots normally every time.

My questions

I installed Lubuntu on this Mac previously, and I am wondering whether the Linux installation could have changed something related to the internal drive's GPT or EFI partition that might affect the Mac's ability to access Startup Manager.

However, my understanding is that installing Linux should not normally overwrite or damage the Mac's actual EFI firmware stored on the logic board.

So I am trying to determine what the most likely cause is.

Could this problem be related to:

  1. The internal keyboard or Option key not being recognized during early startup?
  2. NVRAM or firmware settings?
  3. The internal SSD's GPT or EFI partition structure?
  4. GRUB or the Lubuntu boot configuration?
  5. A hardware or firmware problem?
  6. An incorrectly created macOS installer USB?

Before I erase or modify the internal SSD, I would like to know what I should check first.

Also, should I try an external wired USB keyboard and hold the Alt/Option key during startup to see whether Startup Manager appears?

Another question: if the internal SSD's EFI partition or GPT structure is damaged or incorrect, can that prevent the Startup Manager from appearing even though Lubuntu still boots normally?

Any advice on the safest way to restore macOS on this Mac would be greatly appreciated.

Thank you.

MacBook Air (2018 – 2020)

Posted on Aug 26, 2026 1:51 AM

Reply
Question marked as Top-ranking reply

Posted on Aug 26, 2026 2:14 AM

The safest approach is to avoid erasing or repartitioning the internal SSD for now.


On an Intel-based Mac, Apple documents Option (⌥) or Alt as the key that starts Startup Manager. 


Apple also documents Command-R for Recovery, Option-Command-R and Shift-Option-Command-R for Internet Recovery, and D for Apple Diagnostics. (Apple Support)


I would therefore first shut the Mac down completely and test Option, Command-R, Option-Command-R, and D separately. 


If Option does not produce Startup Manager, try the same test with a simple wired USB keyboard


Apple recommends the built-in keyboard for a Mac laptop, but also specifically suggests trying a wired keyboard when necessary. 


Apple notes that the Mac may take a few seconds to recognize a keyboard during startup. (Apple Support)


The fact that Lubuntu boots normally does not by itself show that GRUB, the GPT, or the EFI System Partition is responsible. 


Similarly, the fact that the Mac does not display Startup Manager does not by itself establish a hardware or firmware fault. 


These possibilities should be distinguished by testing the other startup-key combinations before modifying the disk.


You can safely inspect the Linux disk configuration from Lubuntu with:


sudo parted -l


lsblk -f


sudo efibootmgr -v


For now, use these only for inspection; do not delete EFI entries or repartition the drive.


It is also worth determining the exact Mac model before deciding which version of macOS to install. 


A1370 identifies the enclosure/model family, but the exact MacBook Air model identifier determines macOS compatibility. 


Apple lists the MacBook Air (11-inch, Late 2010), identifier MacBookAir3,1, as supporting macOS High Sierra, while the Mid-2009 model, MacBookAir2,1, supports OS X El Capitan. (Apple Support)


From Lubuntu, you can obtain the model identifier with: sudo dmidecode -s system-product-name


If Command-R or Option-Command-R successfully starts Recovery, that would give you another route to reinstall macOS without relying on the El Capitan USB. 


Apple's Recovery environment includes Disk Utility and the option to reinstall macOS. (Apple Support)


The most useful Apple references for this situation are Mac startup key combinations and How to start up from macOS Recovery.


In short, test the built-in keyboard and then a wired USB keyboard, try the Recovery/Diagnostics combinations, identify the exact Mac model, and inspect the disk before making any changes


There is not enough evidence yet to conclude that the Linux installation or the SSD's GPT/EFI structure is causing the problem.

2 replies
Question marked as Top-ranking reply

Aug 26, 2026 2:14 AM in response to jungkyeong

The safest approach is to avoid erasing or repartitioning the internal SSD for now.


On an Intel-based Mac, Apple documents Option (⌥) or Alt as the key that starts Startup Manager. 


Apple also documents Command-R for Recovery, Option-Command-R and Shift-Option-Command-R for Internet Recovery, and D for Apple Diagnostics. (Apple Support)


I would therefore first shut the Mac down completely and test Option, Command-R, Option-Command-R, and D separately. 


If Option does not produce Startup Manager, try the same test with a simple wired USB keyboard


Apple recommends the built-in keyboard for a Mac laptop, but also specifically suggests trying a wired keyboard when necessary. 


Apple notes that the Mac may take a few seconds to recognize a keyboard during startup. (Apple Support)


The fact that Lubuntu boots normally does not by itself show that GRUB, the GPT, or the EFI System Partition is responsible. 


Similarly, the fact that the Mac does not display Startup Manager does not by itself establish a hardware or firmware fault. 


These possibilities should be distinguished by testing the other startup-key combinations before modifying the disk.


You can safely inspect the Linux disk configuration from Lubuntu with:


sudo parted -l


lsblk -f


sudo efibootmgr -v


For now, use these only for inspection; do not delete EFI entries or repartition the drive.


It is also worth determining the exact Mac model before deciding which version of macOS to install. 


A1370 identifies the enclosure/model family, but the exact MacBook Air model identifier determines macOS compatibility. 


Apple lists the MacBook Air (11-inch, Late 2010), identifier MacBookAir3,1, as supporting macOS High Sierra, while the Mid-2009 model, MacBookAir2,1, supports OS X El Capitan. (Apple Support)


From Lubuntu, you can obtain the model identifier with: sudo dmidecode -s system-product-name


If Command-R or Option-Command-R successfully starts Recovery, that would give you another route to reinstall macOS without relying on the El Capitan USB. 


Apple's Recovery environment includes Disk Utility and the option to reinstall macOS. (Apple Support)


The most useful Apple references for this situation are Mac startup key combinations and How to start up from macOS Recovery.


In short, test the built-in keyboard and then a wired USB keyboard, try the Recovery/Diagnostics combinations, identify the exact Mac model, and inspect the disk before making any changes


There is not enough evidence yet to conclude that the Linux installation or the SSD's GPT/EFI structure is causing the problem.

Aug 26, 2026 6:59 AM in response to jungkyeong

Lubuntu is not the problem here. And any USB installer is currently irrelevant if you cannot access the Option Boot screen to show the Apple boot picker menu. This is all controlled by the hardware, firmware, and PRAM settings.


When you performed the PRAM Reset, did you hear the chimes? If not, then the PRAM Reset was not successful....you need to hold it for at least three chimes on these older Macs.


Make sure you hear the startup chime before pressing any special startup keys. In fact, press the special startup keys immediately after hearing the startup chime. Pressing/holding the keys too soon or too late will cause them to be ignored.


Try both the built-in keyboard and an external wired USB keyboard. It is possible that your built-in keyboard has a hardware problem that could be preventing the keys from being properly recognized (even on the external keyboard).


FYI, the MBAir A1370 designation refers to either a MBAir 11" (Late-2010) or (Mid-2011) model....both of which support macOS 10.13 High Sierra. You should be able to access Internet Recovery Mode using Command + Option + R to access the online High Sierra installer (certainly for the 2011 version, but I think the 2010 model as well). This won't really matter if you cannot access the Option Boot screen.


MacBook Air A1370 boots directly into Lubuntu – Option key will not open Startup Manager

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.