{"id":27050,"date":"2020-01-03T11:00:02","date_gmt":"2020-01-03T11:00:02","guid":{"rendered":"https:\/\/home.apeconsulting.co.uk\/adrian\/?p=27050"},"modified":"2020-01-09T09:35:57","modified_gmt":"2020-01-09T09:35:57","slug":"2010-macbook-air-in-2020","status":"publish","type":"post","link":"https:\/\/home.apeconsulting.co.uk\/adrian\/2010-macbook-air-in-2020\/","title":{"rendered":"2010 MacBook Air in 2020"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1011\" height=\"244\" src=\"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/2010-20.jpg\" alt=\"2010-2020\" class=\"wp-image-27093\" srcset=\"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/2010-20.jpg 1011w, https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/2010-20-980x237.jpg 980w, https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/2010-20-480x116.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1011px, 100vw\" \/><\/figure>\n\n\n\n<p>I&#8217;d put this &#8216;project&#8217; to one side whilst FreeNAS0 was being built, but I thought it was time to come back to it in 2020.&nbsp; How will my 2010 MacBook Air fair in 2020?  <\/p>\n\n\n\n<!--more-->\n\n\n\n<p>So my first job was to return the MacBook Air to the original state and then give a little more thought to what and how I might install it.  Easier said than done as I had several partitions for various things and the macOS recovery didn&#8217;t want to erase or repartition anything!<\/p>\n\n\n\n<p>I thought I might need to use GParted and downloaded the cd.ISO <a href=\"https:\/\/gparted.org\/download.php\">here<\/a> but after rebooting my MBA whilst holding down cmd-R (which I thought would let me boot from a USB) it went into Internet Recovery Mode.  This allowed me to repartition the SSD and reinstall macOS.  I created 2 partitions &#8211; one of 55GB for macOS and the reminder (195GB) as free space to be used later.<\/p>\n\n\n\n<p>At this stage, I&#8217;m almost back to the beginning of my blog <a href=\"https:\/\/home.apeconsulting.co.uk\/adrian\/elementary-my-dear-mac\/\">here<\/a>, where my journey began!  As then, the first job was to install rEFInd so I can boot between various operating systems.  It was handy having my blog to refer back to, but I also wanted to check this was still the best approach given my original attempts were back in 2016.  It&#8217;s a whole new decade now baby!<\/p>\n\n\n\n<p>I downloaded the rEFInd image from <a href=\"http:\/\/www.rodsbooks.com\/refind\/getting.html\">here <\/a>and copied to a USB stick using <a href=\"https:\/\/www.balena.io\/etcher\/\">balenaEtcher<\/a> which is now my go-to tool for creating any USB images.  After reading a little more on the rEFInd website, I eventually downloaded the binary zipped files and used <a href=\"http:\/\/www.rodsbooks.com\/refind\/sip.html#recovery\">this guide<\/a> to install in the Recovery partition.  I think this is a neater option than installing in the macOS partition, as it will hopefully survive any changes.<\/p>\n\n\n\n<p>Next, we&#8217;re onto guest OS&#8217;s.  I do like elementary OS, so wanted to give this another go, even though there had been some problems that I blogged about <a href=\"https:\/\/home.apeconsulting.co.uk\/adrian\/elementary-os-5-juno\/\">here<\/a> with the last attempt.  I copied the files to a USB using balenaEtcher again and followed the installation screens.  The only major change was to the partition, where I deleted the untitled partition from the macOS install, and created a new ext4 partition (sda3 35GB) to install in.<\/p>\n\n\n\n<p>There&#8217;s still an issue with the graphics driver, which I just don&#8217;t have the time to try and resolve, so the next OS I want to fire up is ubuntu 18.04 LTS.  Part of the reason for this is that elementary OS is based on ubuntu, so I wanted to see if the same problem exists.  I also had to reinstall rEFInd as when I&#8217;m installing the Linux guest I must be overwriting the boot sectors with GRUB.  I&#8217;ll try and avoid that with ubuntu!  <\/p>\n\n\n\n<p>The installer is almost identical to elementary, and the only difference I made was to select the new partition I created (sda4 25GB) as the boot partition.  I was hoping GRUB would be installed here, instead of overwriting the EFI boot loader.  That didn&#8217;t work, but it&#8217;s an easy fix!<\/p>\n\n\n\n<p>Turns out I couldn&#8217;t get ubuntu to run either, and I suspect it&#8217;s related to the same issue.  It stops in a line relating to nouveau, which is something I&#8217;d found in <a href=\"https:\/\/github.com\/elementary\/greeter\/issues\/166#issuecomment-437144185\">this <\/a>thread as a potential problem.  <\/p>\n\n\n\n<p>While I can&#8217;t pretend I understand much about what this is doing, I did manage to get ubuntu up and running!  I&#8217;d downloaded the NVIDIA drivers from <a href=\"https:\/\/www.nvidia.com\/Download\/index.aspx?lang=en-us\">here<\/a> (as per the guide) and created the <code>\/etc\/modprobe.d\/blacklist-nouveau.conf<\/code> file using the recovery mode, after enabling the file system and entering the CLI as root.<\/p>\n\n\n\n<p>I&#8217;d then updated initramfs and grub and rebooted using the &#8216;esc e 3 F10&#8217; suggestion.  I&#8217;d then copied the driver file across from the USB stick using <code>fdisk -l<\/code> and then <code>sudo mount -t vfat \/dev\/sdc2 \/media\/usbstick<\/code>.  I couldn&#8217;t get it to install<code> dkms gcc make cmake<\/code> so thought I&#8217;d just try and <code>apt update<\/code> and <code>apt upgrade<\/code>, and viola!<\/p>\n\n\n\n<p>I&#8217;ll need to give this a try with elementary OS, but I&#8217;ve kind of run out of playtime for today!  I&#8217;ll probably add the latest flavour of Mint and a FreeBSD based option over the next few weeks and maybe come back for an update then, but in answer to the original question, pretty well actually!  It may be almost 10 years old, but as a device, it runs pretty well.  Maybe some of the hardware is becoming less supported, even with flavours of Linux, but it still runs the latest version of macOS it supports (Sierra) pretty well for its age.<\/p>\n\n\n\n<p>I got a Raspberry Pi 4 for Christmas to play around with, but in all honesty, this MBA is a far easier tool for me to do those things as it&#8217;s all self-contained and I don&#8217;t need to worry about hooking up a screen and storage.<\/p>\n\n\n\n<p>I might come back to blog about the Pi, but for now, I&#8217;m planning a slightly slower start to blogging at the beginning of 2020 after a fairly prolific end to the last decade&#8230;<\/p>\n\n\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;d put this &#8216;project&#8217; to one side whilst FreeNAS0 was being built, but I thought it was time to come back to it in 2020.&nbsp; How will my 2010 MacBook Air fair in 2020?<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"<!-- wp:image {\"id\":27093,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/2010-20.jpg\" alt=\"2010-2020\" class=\"wp-image-27093\"\/><\/figure>\n<!-- \/wp:image -->\n\n<!-- wp:paragraph -->\n<p>I'd put this 'project' to one side whilst FreeNAS0 was being built, but I thought it was time to come back to it in 2020.&nbsp; How will my 2010 MacBook Air fair in 2020?  <\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:more -->\n<!--more-->\n<!-- \/wp:more -->\n\n<!-- wp:paragraph -->\n<p>So my first job was to return the MacBook Air to the original state and then give a little more thought to what and how I might install it.  Easier said than done as I had several partitions for various things and the macOS recovery didn't want to erase or repartition anything!<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I thought I might need to use GParted and downloaded the cd.ISO <a href=\"https:\/\/gparted.org\/download.php\">here<\/a> but after rebooting my MBA whilst holding down cmd-R (which I thought would let me boot from a USB) it went into Internet Recovery Mode.  This allowed me to repartition the SSD and reinstall macOS.  I created 2 partitions - one of 55GB for macOS and the reminder (195GB) as free space to be used later.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At this stage, I'm almost back to the beginning of my blog <a href=\"https:\/\/home.apeconsulting.co.uk\/adrian\/elementary-my-dear-mac\/\">here<\/a>, where my journey began!  As then, the first job was to install rEFInd so I can boot between various operating systems.  It was handy having my blog to refer back to, but I also wanted to check this was still the best approach given my original attempts were back in 2016.  It's a whole new decade now baby!<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I downloaded the rEFInd image from <a href=\"http:\/\/www.rodsbooks.com\/refind\/getting.html\">here <\/a>and copied to a USB stick using <a href=\"https:\/\/www.balena.io\/etcher\/\">balenaEtcher<\/a> which is now my go-to tool for creating any USB images.  After reading a little more on the rEFInd website, I eventually downloaded the binary zipped files and used <a href=\"http:\/\/www.rodsbooks.com\/refind\/sip.html#recovery\">this guide<\/a> to install in the Recovery partition.  I think this is a neater option than installing in the macOS partition, as it will hopefully survive any changes.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next, we're onto guest OS's.  I do like elementary OS, so wanted to give this another go, even though there had been some problems that I blogged about <a href=\"https:\/\/home.apeconsulting.co.uk\/adrian\/elementary-os-5-juno\/\">here<\/a> with the last attempt.  I copied the files to a USB using balenaEtcher again and followed the installation screens.  The only major change was to the partition, where I deleted the untitled partition from the macOS install, and created a new ext4 partition (sda3 35GB) to install in.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There's still an issue with the graphics driver, which I just don't have the time to try and resolve, so the next OS I want to fire up is ubuntu 18.04 LTS.  Part of the reason for this is that elementary OS is based on ubuntu, so I wanted to see if the same problem exists.  I also had to reinstall rEFInd as when I'm installing the Linux guest I must be overwriting the boot sectors with GRUB.  I'll try and avoid that with ubuntu!  <\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The installer is almost identical to elementary, and the only difference I made was to select the new partition I created (sda4 25GB) as the boot partition.  I was hoping GRUB would be installed here, instead of overwriting the EFI boot loader.  That didn't work, but it's an easy fix!<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turns out I couldn't get ubuntu to run either, and I suspect it's related to the same issue.  It stops in a line relating to nouveau, which is something I'd found in <a href=\"https:\/\/github.com\/elementary\/greeter\/issues\/166#issuecomment-437144185\">this <\/a>thread as a potential problem.  <\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While I can't pretend I understand much about what this is doing, I did manage to get ubuntu up and running!  I'd downloaded the NVIDIA drivers from <a href=\"https:\/\/www.nvidia.com\/Download\/index.aspx?lang=en-us\">here<\/a> (as per the guide) and created the <code>\/etc\/modprobe.d\/blacklist-nouveau.conf<\/code> file using the recovery mode, after enabling the file system and entering the CLI as root.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I'd then updated initramfs and grub and rebooted using the 'esc e 3 F10' suggestion.  I'd then copied the driver file across from the USB stick using <code>fdisk -l<\/code> and then <code>sudo mount -t vfat \/dev\/sdc2 \/media\/usbstick<\/code>.  I couldn't get it to install<code> dkms gcc make cmake<\/code> so thought I'd just try and <code>apt update<\/code> and <code>apt upgrade<\/code>, and viola!<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I'll need to give this a try with elementary OS, but I've kind of run out of playtime for today!  I'll probably add the latest flavour of Mint and a FreeBSD based option over the next few weeks and maybe come back for an update then, but in answer to the original question, pretty well actually!  It may be almost 10 years old, but as a device, it runs pretty well.  Maybe some of the hardware is becoming less supported, even with flavours of Linux, but it still runs the latest version of macOS it supports (Sierra) pretty well for its age.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I got a Raspberry Pi 4 for Christmas to play around with, but in all honesty, this MBA is a far easier tool for me to do those things as it's all self-contained and I don't need to worry about hooking up a screen and storage.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I might come back to blog about the Pi, but for now, I plan to talk a little blogging break at the start of 2020 after a fairly prolific end to the last decade...<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:tadv\/classic-paragraph \/-->","_et_gb_content_width":"","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[2],"tags":[21],"class_list":["post-27050","post","type-post","status-publish","format-standard","hentry","category-it","tag-spellchecked"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>2010 MacBook Air in 2020 - Adrian&#039;s Blog<\/title>\n<meta name=\"description\" content=\"I&#039;d put this &#039;project&#039; to one side whilst FreeNAS0 was being built, but thought it was time to come back to it. How will my 2010 MacBook Air fair in 2020?\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/home.apeconsulting.co.uk\/adrian\/2010-macbook-air-in-2020\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"2010 MacBook Air in 2020 - Adrian&#039;s Blog\" \/>\n<meta property=\"og:description\" content=\"I&#039;d put this &#039;project&#039; to one side whilst FreeNAS0 was being built, but thought it was time to come back to it. How will my 2010 MacBook Air fair in 2020?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/home.apeconsulting.co.uk\/adrian\/2010-macbook-air-in-2020\/\" \/>\n<meta property=\"og:site_name\" content=\"Adrian&#039;s Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-01-03T11:00:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-01-09T09:35:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/2010-20.jpg\" \/>\n<meta name=\"author\" content=\"Adrian\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Adrian\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/2010-macbook-air-in-2020\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/2010-macbook-air-in-2020\\\/\"},\"author\":{\"name\":\"Adrian\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"headline\":\"2010 MacBook Air in 2020\",\"datePublished\":\"2020-01-03T11:00:02+00:00\",\"dateModified\":\"2020-01-09T09:35:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/2010-macbook-air-in-2020\\\/\"},\"wordCount\":847,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"image\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/2010-macbook-air-in-2020\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2020\\\/01\\\/2010-20.jpg\",\"keywords\":[\"Checked\"],\"articleSection\":[\"IT\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/2010-macbook-air-in-2020\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/2010-macbook-air-in-2020\\\/\",\"url\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/2010-macbook-air-in-2020\\\/\",\"name\":\"2010 MacBook Air in 2020 - Adrian&#039;s Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/2010-macbook-air-in-2020\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/2010-macbook-air-in-2020\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2020\\\/01\\\/2010-20.jpg\",\"datePublished\":\"2020-01-03T11:00:02+00:00\",\"dateModified\":\"2020-01-09T09:35:57+00:00\",\"description\":\"I'd put this 'project' to one side whilst FreeNAS0 was being built, but thought it was time to come back to it. How will my 2010 MacBook Air fair in 2020?\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/2010-macbook-air-in-2020\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/2010-macbook-air-in-2020\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/2010-macbook-air-in-2020\\\/#primaryimage\",\"url\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2020\\\/01\\\/2010-20.jpg\",\"contentUrl\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2020\\\/01\\\/2010-20.jpg\",\"width\":1011,\"height\":244},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/2010-macbook-air-in-2020\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"2010 MacBook Air in 2020\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#website\",\"url\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/\",\"name\":\"Adrian&#039;s Blog\",\"description\":\"Ramblings of an IT Geek\",\"publisher\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\",\"name\":\"Adrian\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"caption\":\"Adrian\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"2010 MacBook Air in 2020 - Adrian&#039;s Blog","description":"I'd put this 'project' to one side whilst FreeNAS0 was being built, but thought it was time to come back to it. How will my 2010 MacBook Air fair in 2020?","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/home.apeconsulting.co.uk\/adrian\/2010-macbook-air-in-2020\/","og_locale":"en_GB","og_type":"article","og_title":"2010 MacBook Air in 2020 - Adrian&#039;s Blog","og_description":"I'd put this 'project' to one side whilst FreeNAS0 was being built, but thought it was time to come back to it. How will my 2010 MacBook Air fair in 2020?","og_url":"https:\/\/home.apeconsulting.co.uk\/adrian\/2010-macbook-air-in-2020\/","og_site_name":"Adrian&#039;s Blog","article_published_time":"2020-01-03T11:00:02+00:00","article_modified_time":"2020-01-09T09:35:57+00:00","og_image":[{"url":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/2010-20.jpg","type":"","width":"","height":""}],"author":"Adrian","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Adrian","Estimated reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/2010-macbook-air-in-2020\/#article","isPartOf":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/2010-macbook-air-in-2020\/"},"author":{"name":"Adrian","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"headline":"2010 MacBook Air in 2020","datePublished":"2020-01-03T11:00:02+00:00","dateModified":"2020-01-09T09:35:57+00:00","mainEntityOfPage":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/2010-macbook-air-in-2020\/"},"wordCount":847,"commentCount":1,"publisher":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"image":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/2010-macbook-air-in-2020\/#primaryimage"},"thumbnailUrl":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/2010-20.jpg","keywords":["Checked"],"articleSection":["IT"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/home.apeconsulting.co.uk\/adrian\/2010-macbook-air-in-2020\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/2010-macbook-air-in-2020\/","url":"https:\/\/home.apeconsulting.co.uk\/adrian\/2010-macbook-air-in-2020\/","name":"2010 MacBook Air in 2020 - Adrian&#039;s Blog","isPartOf":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#website"},"primaryImageOfPage":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/2010-macbook-air-in-2020\/#primaryimage"},"image":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/2010-macbook-air-in-2020\/#primaryimage"},"thumbnailUrl":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/2010-20.jpg","datePublished":"2020-01-03T11:00:02+00:00","dateModified":"2020-01-09T09:35:57+00:00","description":"I'd put this 'project' to one side whilst FreeNAS0 was being built, but thought it was time to come back to it. How will my 2010 MacBook Air fair in 2020?","breadcrumb":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/2010-macbook-air-in-2020\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/home.apeconsulting.co.uk\/adrian\/2010-macbook-air-in-2020\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/2010-macbook-air-in-2020\/#primaryimage","url":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/2010-20.jpg","contentUrl":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2020\/01\/2010-20.jpg","width":1011,"height":244},{"@type":"BreadcrumbList","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/2010-macbook-air-in-2020\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/home.apeconsulting.co.uk\/adrian\/"},{"@type":"ListItem","position":2,"name":"2010 MacBook Air in 2020"}]},{"@type":"WebSite","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#website","url":"https:\/\/home.apeconsulting.co.uk\/adrian\/","name":"Adrian&#039;s Blog","description":"Ramblings of an IT Geek","publisher":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/home.apeconsulting.co.uk\/adrian\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a","name":"Adrian","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","caption":"Adrian"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g"}}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p90DI4-72i","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/27050","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/comments?post=27050"}],"version-history":[{"count":22,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/27050\/revisions"}],"predecessor-version":[{"id":27131,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/27050\/revisions\/27131"}],"wp:attachment":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/media?parent=27050"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/categories?post=27050"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/tags?post=27050"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}