<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>极客折腾 &#8211; mylogs.cn</title>
	<atom:link href="https://mylogs.cn/tag/%e6%9e%81%e5%ae%a2%e6%8a%98%e8%85%be/feed/" rel="self" type="application/rss+xml" />
	<link>https://mylogs.cn</link>
	<description>发现、记录、分享</description>
	<lastBuildDate>Tue, 04 Aug 2026 11:40:48 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>最难装的 Linux 翻车，反而学到最多</title>
		<link>https://mylogs.cn/gentoo-hardest-linux-distro-install-lesson/</link>
					<comments>https://mylogs.cn/gentoo-hardest-linux-distro-install-lesson/#respond</comments>
		
		<dc:creator><![CDATA[steve, zhang]]></dc:creator>
		<pubDate>Tue, 04 Aug 2026 11:40:32 +0000</pubDate>
				<category><![CDATA[科技]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[开源系统]]></category>
		<category><![CDATA[操作系统]]></category>
		<category><![CDATA[极客折腾]]></category>
		<category><![CDATA[虚拟机]]></category>
		<guid isPermaLink="false">https://mylogs.cn/gentoo-hardest-linux-distro-install-lesson/</guid>

					<description><![CDATA[你要是折腾过 Linux，大概率听说过 Gentoo 的名声——被不少人叫作最难装的发行版，软件基本都得自己编 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">你要是折腾过 Linux，大概率听说过 Gentoo 的名声——被不少人叫作最难装的发行版，软件基本都得自己编译。科技媒体 How-To Geek 的作者 David J. Buck 去年挑战了一次，结果没装成。</p>



<figure data-wp-context="{&quot;imageId&quot;:&quot;6a727fa48edf1&quot;}" data-wp-interactive="core/image" data-wp-key="6a727fa48edf1" class="wp-block-image size-large aligncenter wp-lightbox-container"><img fetchpriority="high" decoding="async" width="1200" height="675" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on--pointerdown="actions.preloadImage" data-wp-on--pointerenter="actions.preloadImageWithDelay" data-wp-on--pointerleave="actions.cancelPreload" data-wp-on-window--resize="callbacks.setButtonStyles" src="https://mylogs.cn/wp-content/uploads/2026/08/gentoo_header.webp" alt="最难装的 Linux 翻车，反而学到最多" class="wp-image-3521" style="max-width:100%;height:auto;" srcset="https://mylogs.cn/wp-content/uploads/2026/08/gentoo_header.webp 1200w, https://mylogs.cn/wp-content/uploads/2026/08/gentoo_header-300x169.webp 300w, https://mylogs.cn/wp-content/uploads/2026/08/gentoo_header-1024x576.webp 1024w, https://mylogs.cn/wp-content/uploads/2026/08/gentoo_header-768x432.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			data-wp-bind--aria-label="state.thisImage.triggerButtonAriaLabel"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on--click="actions.showLightbox"
			data-wp-style--right="state.thisImage.buttonRight"
			data-wp-style--top="state.thisImage.buttonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button><figcaption class="wp-element-caption">图片来源：How-To Geek</figcaption></figure>





<p class="wp-block-paragraph">他在虚拟机里配了 8GB 内存、6 核处理器、60GB 硬盘，选了最精简的 AMD64 版本，把官方手册开在旁边一步步走：用 fdisk 建 GPT 分区表，依次划出引导、交换和根分区，格式化再挂载。这段他觉得挺有意思，也确实和传闻中的&#8221;硬核&#8221;对得上。真正翻车的是解压完系统基础包之后——他顺手敲了一条 Arch 上的切换根目录快捷命令，而这条命令在 Gentoo 的精简安装盘里压根不存在。改成手动逐个挂载文件系统后，压缩包又被判定损坏，换了好几个镜像源重下都没救回来，最后不了了之。</p>



<p class="wp-block-paragraph">说白了，这次失败的真正收获不是&#8221;装没装上&#8221;，而是他被逼着搞懂了分区表、交换分区、编译并行数这些平时被图形安装器藏起来的东西。一年过去，他已经能在实体硬盘、虚拟机和平板上同时跑好几个发行版，还用同样的流程成功装上了 Arch。他给出的结论很实在：Gentoo 的难度名副其实，但难在环节多、容错低，不在于有多玄学；没准备好的人，先换个温和点的发行版练手更划算。</p>



<p class="wp-block-paragraph">如果你也想练这门手艺，建议别一上来就挑 Gentoo，先在虚拟机里把 Arch 完整走一遍，手册全程开着，失败几次不丢人——那本来就是这类系统的教学环节。你装过最折腾的系统是哪个？</p>



<p class="has-small-font-size wp-block-paragraph">来源：How-To Geek《I failed to install the &#8220;most difficult&#8221; Linux distro but here&#8217;s why I&#8217;m sticking with it》，作者 David J. Buck</p>

]]></content:encoded>
					
					<wfw:commentRss>https://mylogs.cn/gentoo-hardest-linux-distro-install-lesson/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
