{"id":6887,"date":"2025-09-18T13:23:16","date_gmt":"2025-09-18T12:23:16","guid":{"rendered":"https:\/\/www.celesteh.com\/blog\/?p=6887"},"modified":"2025-09-18T13:47:53","modified_gmt":"2025-09-18T12:47:53","slug":"putting-ubuntu-on-intel-macs","status":"publish","type":"post","link":"https:\/\/www.celesteh.com\/blog\/2025\/09\/18\/putting-ubuntu-on-intel-macs\/","title":{"rendered":"Putting Ubuntu on Intel Macs"},"content":{"rendered":"\n<p>I&#8217;ve started putting Ubuntu on 64 bit Intel MacBooks, some of which are 15 years old. It&#8217;s gone surprisingly well.  Computers that were zippy when they were new return to being a delight. Alas, under-specced macs remain under-specced.  However, all macs have excellent cameras and Audio I\/O, so even a sluggish mac can be very useful for applications like Zoom or even webcasting. Putting linux on it gives it the security updates you need to confidently go online.<\/p>\n\n\n\n<p>To follow this guide you will need a USB stick (or, possibly two that you can plug in at the same &#8211; this can be via a hub), and an ethernet connection to the internet. If you don&#8217;t have ethernet access, it&#8217;s still possible to get everything working, but you may have to refer to another tutorial for how to install drivers for your wifi.<\/p>\n\n\n\n<p>First, you&#8217;ll need to <a href=\"https:\/\/ubuntu.com\/download\/desktop\">download the latest Ubuntu LTS<\/a> and use it to make a bootable USB stick. (How to do that is beyond the scope of this tutorial, because you might be on any OS for this step, but you can find a lot of guides.)<\/p>\n\n\n\n<p>Turn the target Mac off, put the USB drive in a USB slot, and turn if back on while holding down the option key. You should get to a menu that includes your USB stick as one of the options.<\/p>\n\n\n\n<p>If you do not see your USB stick, never fear.  You will need a second USB stick! <a href=\"https:\/\/refit.sourceforge.net\/\">Download rEFIt<\/a>. This will be an IMG disk image. If the bootable disk maker you used previously doesn&#8217;t work with IMGs, <a href=\"https:\/\/www.raspberrypi.com\/software\/\">Raspberry Pi Imager<\/a> will. In the middle dropdown menu, select &#8220;Use custom&#8221;, find the img in your download folder, and select your USB stick in the Storage menu.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.celesteh.com\/blog\/wp-content\/uploads\/2025\/09\/image.png\"><img decoding=\"async\" width=\"1024\" height=\"721\" data-src=\"https:\/\/www.celesteh.com\/blog\/wp-content\/uploads\/2025\/09\/image-1024x721.png\" alt=\"Raspberry Pi Imager v1.8.5. Oprating System: Other specific-purpose OS, Freemium and paid-for OS, Misc utility images, Eras, Use custom\" class=\"wp-image-6888 lazyload\" data-srcset=\"https:\/\/www.celesteh.com\/blog\/wp-content\/uploads\/2025\/09\/image-1024x721.png 1024w, https:\/\/www.celesteh.com\/blog\/wp-content\/uploads\/2025\/09\/image-300x211.png 300w, https:\/\/www.celesteh.com\/blog\/wp-content\/uploads\/2025\/09\/image-768x541.png 768w, https:\/\/www.celesteh.com\/blog\/wp-content\/uploads\/2025\/09\/image.png 1372w\" data-sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/721;\" \/><\/a><figcaption class=\"wp-element-caption\">Raspberry Pi Imager<\/figcaption><\/figure>\n\n\n\n<p>Plug in both USB sticks (you may need a hub), press option while the computer is booting, pick your rEFIt stick in the first menu, and then that stick&#8217;s program will present you with a second menu, which should allow you to boot the Ubuntu image.<\/p>\n\n\n\n<p>You&#8217;ll eventually get to a screen that asks you for your language, then asks you if you need accessibility help and then asks you what keyboard you&#8217;re using. Be sure to find your keyboard&#8217;s country AND specify that it&#8217;s a mac keyboard.<\/p>\n\n\n\n<p>You will get to a screen about getting on the internet. Don&#8217;t worry if your wifi isn&#8217;t working yet, just plug in the ethernet cable.<\/p>\n\n\n\n<p>You want to do an interactive installation. You want to install optional extras. You want to install proprietary software and drivers and you probably want to reformat the computer&#8217;s disk drive. I always accept the default suggestion for how to set up the reformatted drive.<\/p>\n\n\n\n<p>After you finish installing, you will be prompted to reboot and remove your USB sticks. You can also unplug the ethernet cable.<\/p>\n\n\n\n<p>Most people will find that their wifi now works. They need only run a system update and they&#8217;re good to go. Congratulations! If you do audio, video, graphics or other production stuff, you might want to check out the <a href=\"https:\/\/ubuntustudio.org\/ubuntu-studio-installer\/\">Ubuntu studio installer<\/a> to get some nice bundles of software for that.<\/p>\n\n\n\n<p>Some users will find that their wifi does not work and will need to do a few extra steps. Those users should plug the ethernet cable back in.<\/p>\n\n\n\n<p>If your wifi worked when it was still running macOS, it can run with Ubuntu. Your mac probably has a broadcom chip and these can sometimes take a few extra steps to sort out. You&#8217;ll need to use the terminal.<\/p>\n\n\n\n<p>Start following the first answer to this question: <a href=\"https:\/\/askubuntu.com\/questions\/55868\/installing-broadcom-wireless-drivers\">https:\/\/askubuntu.com\/questions\/55868\/installing-broadcom-wireless-drivers<\/a> BUT<\/p>\n\n\n\n<p>If you get to a step <code>sudo apt install firmware-b43-installer<\/code> , and you are installing 20.04 (the most recent LTS as of writing), you will get some errors.  If you do get errors, never fear. According to <a href=\"https:\/\/askubuntu.com\/questions\/1555499\/firmware-b43-installer-on-ubuntu-24-04\">this helpful answer<\/a>, just type:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo sed -i 's,https:\/\/www.lwfinger.com\/b43-firmware\/${DOWNLOAD},https:\/\/github.com\/minios-linux\/b43-firmware\/releases\/download\/b43-firmware\/${DOWNLOAD},' \/var\/lib\/dpkg\/info\/firmware-b43-installer.postinst<\/code><\/pre>\n\n\n\n<p>Then run <code>sudo apt update &amp;&amp; sudo apt upgrade<\/code> <\/p>\n\n\n\n<p>Returning to the main tutorial you&#8217;re following, for most users, the next step will be to run <code>sudo apt install linux-firmware<\/code> , however, some users will find a message saying this is already installed. In that case, run <code>sudo apt reinstall linux-firmware<\/code><\/p>\n\n\n\n<p>After you finish installing and are ready to reboot, you can again try unplugging the ethernet cable.  This should solve your problems. If not, there is a Q&amp;A section below the first answer of <a href=\"https:\/\/askubuntu.com\/questions\/55868\/installing-broadcom-wireless-drivers\">https:\/\/askubuntu.com\/questions\/55868\/installing-broadcom-wireless-drivers<\/a> , which can help you figure out what the issue is.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;ve started putting Ubuntu on 64 bit Intel MacBooks, some of which are 15 years old. It&#8217;s gone surprisingly well. Computers that were zippy when they were new return to being a delight. Alas, under-specced macs remain under-specced. However, all macs have excellent cameras and Audio I\/O, so even a sluggish mac can be very &hellip; <a href=\"https:\/\/www.celesteh.com\/blog\/2025\/09\/18\/putting-ubuntu-on-intel-macs\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Putting Ubuntu on Intel Macs<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":6889,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"activitypub_content_warning":"Tutorial on how to get Ubuntu working on an Intel Mac, addressing common problems and their solutions","activitypub_content_visibility":"","activitypub_max_image_attachments":4,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"federated","footnotes":""},"categories":[1],"tags":[],"class_list":["post-6887","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorised"],"_links":{"self":[{"href":"https:\/\/www.celesteh.com\/blog\/wp-json\/wp\/v2\/posts\/6887","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.celesteh.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.celesteh.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.celesteh.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.celesteh.com\/blog\/wp-json\/wp\/v2\/comments?post=6887"}],"version-history":[{"count":2,"href":"https:\/\/www.celesteh.com\/blog\/wp-json\/wp\/v2\/posts\/6887\/revisions"}],"predecessor-version":[{"id":6894,"href":"https:\/\/www.celesteh.com\/blog\/wp-json\/wp\/v2\/posts\/6887\/revisions\/6894"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.celesteh.com\/blog\/wp-json\/wp\/v2\/media\/6889"}],"wp:attachment":[{"href":"https:\/\/www.celesteh.com\/blog\/wp-json\/wp\/v2\/media?parent=6887"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.celesteh.com\/blog\/wp-json\/wp\/v2\/categories?post=6887"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.celesteh.com\/blog\/wp-json\/wp\/v2\/tags?post=6887"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}