<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Install on YouSysAdmin</title>
    <link>https://yousysadmin.com/tags/install/</link>
    <description>Recent content in Install on YouSysAdmin</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>YouSysAdmin</copyright>
    <lastBuildDate>Fri, 25 Sep 2026 23:17:56 +0300</lastBuildDate>
    <atom:link href="https://yousysadmin.com/tags/install/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Install Arch Linux with full disk encryption</title>
      <link>https://yousysadmin.com/posts/install-arch-full-encrypt/</link>
      <pubDate>Fri, 25 Sep 2026 22:00:03 +0300</pubDate>
      <guid>https://yousysadmin.com/posts/install-arch-full-encrypt/</guid>
      <description>&lt;h1 id=&#34;prepare-the-system&#34;&gt;Prepare the System&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Data Backup:&lt;/strong&gt; the whole disk will be erased.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;UEFI Mode:&lt;/strong&gt; set the boot mode to UEFI in the firmware settings and disable CSM/Legacy.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Secure Boot off&lt;/strong&gt; for the install: the Arch ISO is not signed. It can be turned back on afterwards, see the &lt;code&gt;sbctl&lt;/code&gt; section.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h1 id=&#34;prepare-the-usb-drive&#34;&gt;Prepare the USB Drive&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Install &lt;a href=&#34;https://github.com/ventoy/Ventoy&#34;&gt;Ventoy&lt;/a&gt; and copy the ISO from &lt;a href=&#34;https://archlinux.org/download/&#34;&gt;archlinux.org/download&lt;/a&gt; onto the drive.&lt;/li&gt;&#xA;&lt;li&gt;Or write the ISO directly: &lt;code&gt;dd if=archlinux.iso of=/dev/sdX bs=4M status=progress oflag=sync&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h1 id=&#34;disk-partition-structure&#34;&gt;Disk Partition Structure&lt;/h1&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Partition&lt;/th&gt;&#xA;          &lt;th&gt;Size&lt;/th&gt;&#xA;          &lt;th&gt;Type (fdisk)&lt;/th&gt;&#xA;          &lt;th&gt;Contents&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;ESP&lt;/td&gt;&#xA;          &lt;td&gt;1 GiB&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;uefi&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;FAT32, mounted at &lt;code&gt;/boot&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;LUKS&lt;/td&gt;&#xA;          &lt;td&gt;the rest&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;linux&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;LUKS2 holding LVM: &lt;code&gt;vg0/root&lt;/code&gt;, &lt;code&gt;vg0/home&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;Device names used in this document:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
