forked from micheleMM/N-O-D-E.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
elementaryos.html
120 lines (81 loc) · 7.1 KB
/
elementaryos.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!--
=============================
_ ______ ____ ______
/ | / / __ \/ __ \/ ____/
/ |/ / / / / / / / __/
/ /| / /_/ / /_/ / /___
/_/ |_/\____/_____/_____/
=============================
-->
<!DOCTYPE html>
<html>
<head>
<title>N O D E</title>
<meta name="google-site-verification" content="KAh0wcTC2Anz5ea6Kq26RuhsiUKx5FD3D4HZAJdfaf4" />
<link rel="shortcut icon" href="images/avatar.png">
<link rel="alternate" href="https://n-o-d-e.net/rss/rss.xml" type="application/rss+xml" title="N O D E"/>
<link href='https://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen">
</head>
<body>
<div id="page">
<div id="content">
<!--HEADER SECTION -->
<div id="header"><pre>
<a class="node" href="http://n-o-d-e.net">
×× ×× ××××× ×××××× ××××××
××× ×× ×× ×× ×× ×× ××
×× × ×× ×× ×× ×× ×× ×××××
×× ××× ×× ×× ×× ×× ××
×× ×× ××××× ×××××× ××××××</a>
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</pre>
</div>
<!--CONTENT -->
<div id="list">
<div class="title">
HOW TO EASILY INSTALL LINUX (ELEMENTARY OS) ON A MACBOOK<br>
--
</div>
<div id="post">
<p>This guide will show you how to install and run Linux natively on a Macbook. It's a great way to re-purpose Apples well designed hardware, and rejuvenate an old laptop. We'll be using Elementary OS, which is a fast and lightweight Linux distro. It's really straight forward to install, and is great because all the drivers work perfectly out of the box.</p>
<div class="videowrapper">
<iframe src="https://www.youtube.com/embed/7XDsKxVTw-o?rel=0&showinfo=0" frameborder="0"></iframe>
</div>
<p class="description">
- <a href="https://www.youtube.com/watch?v=7XDsKxVTw-o" target="_blank">Youtube link</a><br>
- <a href="https://archive.org/download/elementaryos/elementaryos.mp4" target="_blank">Archive.org mirror</a><br>
- <a href="https://archive.org/download/elementaryos/elementaryos_archive.torrent" target="_blank">Torrent</a><br>
- <a href="https://keybase.pub/nodefiles/elementaryos.mp4" target="_blank">Keybase mirror</a>
</p>
<p class="subtitle">HOWTO GUIDE</p>
<p>Step 1. First you'll need a bootable version of Mac OS X on the laptop hard drive. If you're starting with a fresh drive, you'll need to use a recovery USB installer. It's not important which version of OS X you use, since everything on the drive will be wiped.</p>
<p>Step 2. Download and install rEFIt [http://refit.sourceforge.net], an app that opens up more boot options for OS X. You may need to turn the system off and on again a few times for rEFIt to start working. You can test this by pressing the alt key on the keyboard when it starts up.</p>
<p>Step 3. Go to Elementary.io [http://elementary.io] and download the latest ISO image. When you've finished and got the OS running on your system, maybe send them a donation for their excellent work that they do for free. They accept Bitcoin too.</p>
<p>You also need to download the Elementary OS Installer on Github by Linus Bobcat [https://github.com/linusbobcat/create-elementary-os-installer/releases/]. This will create a USB drive which you install the OS from.</p>
<p>Step 4. Run the installer, and choose the Elementary ISO file. Now select the USB drive you want use and proceed.</p>
<p>Step 5. Turn off the laptop, and insert the new installer USB. Now turn it back on, while holding the Alt key on the keyboard and rEFIt should pop up. Select "Boot Legacy OS from HD" and press return.</p>
<p>Step 6. After a little while, the Elementary logo will pop up. You can now choose between the two options of "Try elementary" and "Install elementary". Select the install option.</p>
<p>Step 7. Follow the instructions and click "Install Now". Make sure the Erase disk and install elementary option is checked. You can also choose whether to enable full disk encryption. You'll get a warning about overwriting the internal disk, but you can press continue.</p>
<p>Step 8. Now select the timezone and keyboard layout for your particular Macbook.</p>
<p>Step 9. Input your user account details and press continue. Obviously make sure your password is a strong one unlike the example I'm using for this guide.</p>
<p>Step 10. Elementary will now begin installing on your system. When it has finished, click "Restart Now". You can remove the USB installer drive.</p>
<p>Step 11. That's it! Now when you power on, Elementary should boot up automatically. You now have a simple Linux system that runs natively on your Macbook. It gives you a solid foundation to build and tweak to your own preferences, without any of the usual hassle. Things like the touchpad, keyboard, external display drivers and everything else all work perfectly.</p>
<p>--<br>
BY NODE</p>
</div>
</div>
<!--FOOTER SECTION -->
<div id="footer">
<pre>------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</pre>
<div class="filter">
<a href="http://n-o-d-e.net">HOME</a>
<span class="footdogs"> × </span>
<a href="http://N-O-D-E.net/shop/">SHOP</a>
<span class="footdogs"> × </span>
<a target="_blank" href="http://patreon.com/N_O_D_E_">PATREON</a>
<span class="footdogs"> × </span>
<a target="_blank" href="https://github.com/N-O-D-E/N-O-D-E.net">GITHUB</a>
</div>
</div>
</body>
</html>