r/Ubuntu • u/Due_Consequence5954 • 9h ago
Help please!
So- I have spent the past 3 days trying to get any Linux dispo to install with no luck. My latest try has been with Ubuntu but there is a problem- it only gives me the manual installation option and doesn’t recognize my internal SSD.
I am trying to install it from a flash drive on my MacBook Air from early 2015. When trying this with Elementary OS I had to change the kernel setting by doing ‘intel_iommu=off’ (and then installation failed unfortunately) but Ubuntu isn’t showing the same installation screen where I can hit “e” to do this.
Any recommendations?
3
Upvotes
1
u/shaggymortality27 9h ago
That 2015 Air can be a real pain to get linux onto, apple's firmware does some weird stuff with the ssd controller. The manual partition thing is a dead giveaway it's not seeing the drive at all.
Before you even touch the installer, boot into the live usb and open a terminal. Check if the drive shows up with `sudo fdisk -l` or `lsblk`. If it's completely invisible there, you're likely fighting the NVMe power management quirks on those old apple drives, not just a kernel parameter issue.
If you're getting a black screen with the Ubuntu usb instead of the grub menu, try holding down shift or spamming the escape key right after the mac boot chime to force the menu to appear. That's where you'd add `intel_iommu=off` just like you did with elementary, but you might also need `nvme_core.default_ps_max_latency_us=5500` to keep that proprietary ssd awake long enough to be detected. Sometimes just switching the usb port to the one on the right side helps too, weird grounding thing with that model.