summaryrefslogtreecommitdiff
path: root/public/posts/gentoo/index.html
blob: 8102dc9c8e264af6ba43a13d736d263af9bcfa4e (plain)
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
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="/assets/css/main.css">
    <title>Installing Gentoo Linux</title>
  </head>
  <body>
    <article>
      <nav class="site-nav">
        <div class="nav-container">
          <div class="nav-left">
            <a href="/" class="site-title">Shipwreckt</a>
          </div>
          <ul class="nav-right">
            <li><a href="/">Home</a></li>
            <li><a href="/archive/">Archive</a></li>
            <li><a href="/links/">Links</a></li>
            <li><a href="/contact/">Contact</a></li>
          </ul>
        </div>
      </nav>
      <header>
        <h1>Installing Gentoo Linux</h1>
        <p class="post-date">August 31, 2024</p>
      </header>
      <div class="post-content">
        <hr>
        <h2>Introduction</h2>
<p>Over the past three days I have been trying to install Gentoo Linux, I have also been tinkering with this Linux distro!</p>
<h2>Installing</h2>
<img class="right-image" width="230" src="/images/logos/gentoo.png">
I found the <a href="https://wiki.gentoo.org/wiki/Handbook:Main_Page">Gentoo Handbook</a> extremely useful for installing Gentoo Linux. In the past, my attempts to install Gentoo on my test PC, which uses a BIOS system, were, just a big fail due to a bunch of small mistakes I made. But this time around I installed Gentoo on my main PC, which has 18 cores, that allows me to compile things faster. Overall, I found the installation process to be very straightforward. I simply SSHed into the computer and copied the necessary commands to install the required packages, along with some miscellaneous things like ensuring the file systems where 100% working.
<hr>
<h2>NVIDIA</h2>
<p>After installing I wanted to get my desktop enviroment of <a href="https://dwm.suckless.org/">DWM</a> working. Now sadly I do have a NVIDIA Gpu and I knew before I even started installing Gentoo that I would have problems with it. So I tried the simple solution first just installing the <a href="https://www.x.org/wiki/">Xorg server</a> software and the NVIDA graphics drivers. It did not work so I did some more tinkering and updated my system with a configured kernel but I sent it into a panic. At this point I just lost all hope and I had been using Gentoo for two days at that point and I just wanted a normal desktop so I reinstalled <a href="https://archlinux.org/">Arch Linux</a> and played some video games because I was just tired at that point.</p>
<hr>
<h2>Final thoughts</h2>
<p>I really enjoyed messing around with Gentoo, even though it took a long time to do so. The documentation on their website was excellent, and I highly recommend trying it out if you're looking for a faster operating system. Personally, I plan to switch to Gentoo once I get an AMD GPU since AMD is supported way better on Linux.</p>
<p>My favorite thing about Gentoo is that it doesn’t require <a href="https://systemd.io/">Systemd</a> as your init system. Instead, Gentoo gives you the choice to use OpenRC, which I find to be simpler and more efficient and not to add more clean than Systemd. I also love that Gentoo requires you to compile everything, and I noticed that my system ran way faster compared to when I was using Arch Linux or any other Linux distro.</p>
<p>But that is all, thank you for reading!</p>

      </div>
    </article>

    
    

    <footer class="post-footer">
      <!-- 🌟 Back button -->
      <a href="/" class="back-button">⬅ Back to Home</a>

      
      <p class="post-tags">
      
      <a href="/tags/linux/"
         aria-label="View posts tagged linux">
        linux
      </a>
      
      <a href="/tags/tech/"
         aria-label="View posts tagged tech">
        tech
      </a>
      
      </p>
      
    </footer>

  </body>
</html>