<?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: How to Control Kernel Boot-Time Parameters in Linux	</title>
	<atom:link href="https://www.tecmint.com/linux-kernel-boot-time-parameters-explained/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/linux-kernel-boot-time-parameters-explained/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 01 Oct 2025 12:22:09 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: col		</title>
		<link>https://www.tecmint.com/linux-kernel-boot-time-parameters-explained/comment-page-1/#comment-2347042</link>

		<dc:creator><![CDATA[col]]></dc:creator>
		<pubDate>Wed, 01 Oct 2025 12:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5800#comment-2347042</guid>

					<description><![CDATA[Another good piece of work with solid overall coverage of the topic.

Here’s a question: when I first installed my system, I was greeted with something like this… It was originally on sda, but then it changed to sda1.

Does anyone know what’s going on there?]]></description>
			<content:encoded><![CDATA[<p>Another good piece of work with solid overall coverage of the topic.</p>
<p>Here’s a question: when I first installed my system, I was greeted with something like this… It was originally on sda, but then it changed to sda1.</p>
<p>Does anyone know what’s going on there?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: alexander-a		</title>
		<link>https://www.tecmint.com/linux-kernel-boot-time-parameters-explained/comment-page-1/#comment-1312959</link>

		<dc:creator><![CDATA[alexander-a]]></dc:creator>
		<pubDate>Tue, 21 Jan 2020 15:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5800#comment-1312959</guid>

					<description><![CDATA[what are all types of kernel parameters? are there other types of kernel parameters besides boot-time parameters and command-line parameters?]]></description>
			<content:encoded><![CDATA[<p>what are all types of kernel parameters? are there other types of kernel parameters besides boot-time parameters and command-line parameters?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tobias		</title>
		<link>https://www.tecmint.com/linux-kernel-boot-time-parameters-explained/comment-page-1/#comment-750886</link>

		<dc:creator><![CDATA[Tobias]]></dc:creator>
		<pubDate>Sun, 14 Feb 2016 20:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5800#comment-750886</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/linux-kernel-boot-time-parameters-explained/comment-page-1/#comment-137072&quot;&gt;Roberto C. Sanchez&lt;/a&gt;.

Excelent!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/linux-kernel-boot-time-parameters-explained/comment-page-1/#comment-137072">Roberto C. Sanchez</a>.</p>
<p>Excelent!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pandu		</title>
		<link>https://www.tecmint.com/linux-kernel-boot-time-parameters-explained/comment-page-1/#comment-147423</link>

		<dc:creator><![CDATA[Pandu]]></dc:creator>
		<pubDate>Thu, 10 Apr 2014 19:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5800#comment-147423</guid>

					<description><![CDATA[Thank you for this post.. We learnt some useful kernel parameters through this..]]></description>
			<content:encoded><![CDATA[<p>Thank you for this post.. We learnt some useful kernel parameters through this..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Roberto C. Sanchez		</title>
		<link>https://www.tecmint.com/linux-kernel-boot-time-parameters-explained/comment-page-1/#comment-137072</link>

		<dc:creator><![CDATA[Roberto C. Sanchez]]></dc:creator>
		<pubDate>Sun, 16 Mar 2014 00:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5800#comment-137072</guid>

					<description><![CDATA[A few things:

* Your option #9 &quot;revese&quot; is not actually an option that can be passed to the kernel (I htink you mean &quot;reserve&quot;)

* Booting from BIOS, regardless of where the kernel is located (CD-ROM, hard drive, floppy, tape, etc.) requires the use of a boot loader because the kernel is too large to fit entirely into the space which the BIOS can see

* The article does not explain how someone would actually go about passing these options (e.g., edit the kernel command line at the boot loader prompt, edit the configuration and re-install the boot loader)

* The explanations don&#039;t provide any useful examples (like the mem, console, and reserve options)

* The explanations leave out relevatively important uses (like using mem to limit the amount of memoery used in a VM host to leave the rest free for guests, like in Xen)

* You don&#039;t cover how to get the current kernel command line (cat /proc/cmdline)

The article has potential, but appears to be hastily written and incomplete. Here is an excerpt from an O&#039;Reilly book, which is more complete:

http://oreilly.com/linux/excerpts/9780596100797/kernel-boot-command-line-parameter-reference.html

Of course, the best place to look for information on this is the file Documentation/kernel-parameters.txt in the kernel source distribution, which provides the comprehensive list of hundreds of kernel command line options, along with the format for specifying each one.]]></description>
			<content:encoded><![CDATA[<p>A few things:</p>
<p>* Your option #9 &#8220;revese&#8221; is not actually an option that can be passed to the kernel (I htink you mean &#8220;reserve&#8221;)</p>
<p>* Booting from BIOS, regardless of where the kernel is located (CD-ROM, hard drive, floppy, tape, etc.) requires the use of a boot loader because the kernel is too large to fit entirely into the space which the BIOS can see</p>
<p>* The article does not explain how someone would actually go about passing these options (e.g., edit the kernel command line at the boot loader prompt, edit the configuration and re-install the boot loader)</p>
<p>* The explanations don&#8217;t provide any useful examples (like the mem, console, and reserve options)</p>
<p>* The explanations leave out relevatively important uses (like using mem to limit the amount of memoery used in a VM host to leave the rest free for guests, like in Xen)</p>
<p>* You don&#8217;t cover how to get the current kernel command line (cat /proc/cmdline)</p>
<p>The article has potential, but appears to be hastily written and incomplete. Here is an excerpt from an O&#8217;Reilly book, which is more complete:</p>
<p><a target="_blank" href="http://oreilly.com/linux/excerpts/9780596100797/kernel-boot-command-line-parameter-reference.html" rel="nofollow ugc">http://oreilly.com/linux/excerpts/9780596100797/kernel-boot-command-line-parameter-reference.html</a></p>
<p>Of course, the best place to look for information on this is the file Documentation/kernel-parameters.txt in the kernel source distribution, which provides the comprehensive list of hundreds of kernel command line options, along with the format for specifying each one.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
