<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>System&amp;Software on Shadows&#39; Feelings</title>
    <link>https://ponyofshadows.com/categories/systemsoftware/</link>
    <description>Recent content in System&amp;Software on Shadows&#39; Feelings</description>
    <image>
      <title>Shadows&#39; Feelings</title>
      <url>https://ponyofshadows.com/images/og-default.jpg</url>
      <link>https://ponyofshadows.com/images/og-default.jpg</link>
    </image>
    <generator>Hugo -- 0.152.2</generator>
    <language>en</language>
    <lastBuildDate>Wed, 30 Jul 2025 15:53:17 +0800</lastBuildDate>
    <atom:link href="https://ponyofshadows.com/categories/systemsoftware/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Quick Note of Archlinux Installation</title>
      <link>https://ponyofshadows.com/posts/s/quick_note_of_archlinux_installation/</link>
      <pubDate>Wed, 30 Jul 2025 15:53:17 +0800</pubDate>
      <guid>https://ponyofshadows.com/posts/s/quick_note_of_archlinux_installation/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://wiki.archlinux.org/title/Installation_guide&#34;&gt;Official Installation guide&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;pre-installation&#34;&gt;Pre-installation&lt;/h2&gt;
&lt;h3 id=&#34;acquire-an-installation-image&#34;&gt;Acquire an installation image&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://archlinux.org/download/&#34;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://mirrors.ustc.edu.cn/archlinux/iso/latest/&#34;&gt;中科大镜像源Archlinux ISO&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;verify-signature&#34;&gt;Verify signature&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pacman-key -v archlinux-version-x86_64.iso.sig
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;## or&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;gpg --keyserver-options auto-key-retrieve --verify archlinux-version-x86_64.iso.sig
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;If the output is &lt;code&gt;Good signature&lt;/code&gt;, it is unchanged&lt;/p&gt;
&lt;h3 id=&#34;prepare-an-installation-medium&#34;&gt;Prepare an installation medium&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;dd &lt;span class=&#34;nv&#34;&gt;bs&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;4M &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;path/to/archlinux-version-x86_64.iso &lt;span class=&#34;nv&#34;&gt;of&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;/dev/disk/by-id/usb-My_flash_drive &lt;span class=&#34;nv&#34;&gt;conv&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;fsync &lt;span class=&#34;nv&#34;&gt;oflag&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;direct &lt;span class=&#34;nv&#34;&gt;status&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;progress
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;boot-the-live-environment&#34;&gt;Boot the live environment&lt;/h3&gt;
&lt;p&gt;You need to &lt;a href=&#34;https://wiki.archlinux.org/title/Unified_Extensible_Firmware_Interface/Secure_Boot#Disabling_Secure_Boot&#34;&gt;disable Secure Boot&lt;/a&gt; to boot the installation medium.&lt;/p&gt;
&lt;h3 id=&#34;modify-the-mirrorlist&#34;&gt;modify the mirrorlist&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;## Stop the automatic update of the mirror list&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;systemctl stop reflector.service
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;## edit it yourself&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vim /etc/pacman.d/mirrorlist
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;These should be placed at the beginning of the list:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
