<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: The Gentoo Linux Installation Guide &#8211; Part 2	</title>
	<atom:link href="https://www.tecmint.com/gentoo-linux-installation-guide-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/gentoo-linux-installation-guide-part-2/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 29 Nov 2023 06:58:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Samuel Prouse		</title>
		<link>https://www.tecmint.com/gentoo-linux-installation-guide-part-2/comment-page-1/#comment-913364</link>

		<dc:creator><![CDATA[Samuel Prouse]]></dc:creator>
		<pubDate>Thu, 14 Sep 2017 13:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7367#comment-913364</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/gentoo-linux-installation-guide-part-2/comment-page-1/#comment-913363&quot;&gt;Samuel Prouse&lt;/a&gt;.

Correction, I&#039;ve fixed it. Instead of &quot;chrooting straight away, cd back to the /root directory, then run the Source and Export commands.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/gentoo-linux-installation-guide-part-2/comment-page-1/#comment-913363">Samuel Prouse</a>.</p>
<p>Correction, I&#8217;ve fixed it. Instead of &#8220;chrooting straight away, cd back to the /root directory, then run the Source and Export commands.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Samuel Prouse		</title>
		<link>https://www.tecmint.com/gentoo-linux-installation-guide-part-2/comment-page-1/#comment-913363</link>

		<dc:creator><![CDATA[Samuel Prouse]]></dc:creator>
		<pubDate>Thu, 14 Sep 2017 13:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7367#comment-913363</guid>

					<description><![CDATA[For me, &quot;chroot&quot;ing /bin/bash doesn&#039;t work.
&quot;chroot: failed to run command &#039;/bin/bash&#039;: Exec format error&quot; 
There&#039;s nothing so far on the forums to fix this.]]></description>
			<content:encoded><![CDATA[<p>For me, &#8220;chroot&#8221;ing /bin/bash doesn&#8217;t work.<br />
&#8220;chroot: failed to run command &#8216;/bin/bash&#8217;: Exec format error&#8221;<br />
There&#8217;s nothing so far on the forums to fix this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Manea Florin		</title>
		<link>https://www.tecmint.com/gentoo-linux-installation-guide-part-2/comment-page-1/#comment-873955</link>

		<dc:creator><![CDATA[Manea Florin]]></dc:creator>
		<pubDate>Wed, 08 Mar 2017 06:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7367#comment-873955</guid>

					<description><![CDATA[Matthew Salve,

Congratulations for tutorial.

It went well until grub2 install, where grub2 says not found. Just go with simple grub, no crashes, but the reboot will not boot.

I need help because I strive for two weeks with the installation.
Thank you!]]></description>
			<content:encoded><![CDATA[<p>Matthew Salve,</p>
<p>Congratulations for tutorial.</p>
<p>It went well until grub2 install, where grub2 says not found. Just go with simple grub, no crashes, but the reboot will not boot.</p>
<p>I need help because I strive for two weeks with the installation.<br />
Thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: elie		</title>
		<link>https://www.tecmint.com/gentoo-linux-installation-guide-part-2/comment-page-1/#comment-827500</link>

		<dc:creator><![CDATA[elie]]></dc:creator>
		<pubDate>Sun, 09 Oct 2016 16:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7367#comment-827500</guid>

					<description><![CDATA[This step didn&#039;t work for me: 
&lt;pre&gt;
mirrorselect -i -r -o &#062;&#062; /mnt/gentoo/etc/portage/make.conf
&lt;/pre&gt;
From what I read, this command output is meant for a &lt;strong&gt;repos.conf&lt;/strong&gt; file under &lt;strong&gt;/etc/portage/repos.conf/&lt;/strong&gt;.

What did work was the same command but without the &lt;strong&gt;&quot;-r&quot;&lt;/strong&gt; (this also added HTTP and FTP mirror options, not just rsync):
&lt;pre&gt;
mirrorselect -i -r -o &#062;&#062; /mnt/gentoo/etc/portage/make.conf
&lt;/pre&gt;
If you look at the &lt;strong&gt;make.conf&lt;/strong&gt; file after running mirrorselect with &lt;strong&gt;&quot;-r&quot;&lt;/strong&gt;, you can see that it doesn&#039;t add a valid bash variable, which is what causes the &lt;strong&gt;&quot;emerge-webrsync&quot;&lt;/strong&gt; to fail.

Source: https://wiki.gentoo.org/wiki/Mirrorselect#Usage]]></description>
			<content:encoded><![CDATA[<p>This step didn&#8217;t work for me: </p>
<pre>
mirrorselect -i -r -o &gt;&gt; /mnt/gentoo/etc/portage/make.conf
</pre>
<p>From what I read, this command output is meant for a <strong>repos.conf</strong> file under <strong>/etc/portage/repos.conf/</strong>.</p>
<p>What did work was the same command but without the <strong>&#8220;-r&#8221;</strong> (this also added HTTP and FTP mirror options, not just rsync):</p>
<pre>
mirrorselect -i -r -o &gt;&gt; /mnt/gentoo/etc/portage/make.conf
</pre>
<p>If you look at the <strong>make.conf</strong> file after running mirrorselect with <strong>&#8220;-r&#8221;</strong>, you can see that it doesn&#8217;t add a valid bash variable, which is what causes the <strong>&#8220;emerge-webrsync&#8221;</strong> to fail.</p>
<p>Source: <a target="_blank" href="https://wiki.gentoo.org/wiki/Mirrorselect#Usage" rel="nofollow ugc">https://wiki.gentoo.org/wiki/Mirrorselect#Usage</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MrAli		</title>
		<link>https://www.tecmint.com/gentoo-linux-installation-guide-part-2/comment-page-1/#comment-726563</link>

		<dc:creator><![CDATA[MrAli]]></dc:creator>
		<pubDate>Mon, 21 Dec 2015 08:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7367#comment-726563</guid>

					<description><![CDATA[I am looking forward to read part 3.]]></description>
			<content:encoded><![CDATA[<p>I am looking forward to read part 3.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
