<?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 Reset Forgotten Root Password in Ubuntu	</title>
	<atom:link href="https://www.tecmint.com/reset-forgotten-root-password-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/reset-forgotten-root-password-in-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 22 Jul 2025 04:39:16 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/reset-forgotten-root-password-in-ubuntu/comment-page-1/#comment-2327917</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 22 Jul 2025 04:39:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=36905#comment-2327917</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/reset-forgotten-root-password-in-ubuntu/comment-page-1/#comment-2327785&quot;&gt;Montey&lt;/a&gt;.

@Montey,

You can update your initramfs to include the necessary keyboard and input modules:
&lt;pre&gt;
sudo update-initramfs -u
&lt;/pre&gt;
Make sure modules like &lt;code&gt;usbhid&lt;/code&gt;, &lt;code&gt;hid_generic&lt;/code&gt;, or your specific keyboard driver are included in &lt;code&gt;/etc/initramfs-tools/modules&lt;/code&gt;.

Try editing the GRUB entry again, before pressing &lt;code&gt;F10&lt;/code&gt;, add this to your kernel parameters:
&lt;pre&gt;
rd.break
&lt;/pre&gt;
or
&lt;pre&gt;
init=/bin/bash
&lt;/pre&gt;
This can help determine whether keyboard input works at earlier boot stages.

If you&#039;re locked out entirely, boot from a live Linux USB, mount the encrypted disk, and try unlocking it from there to troubleshoot further.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/reset-forgotten-root-password-in-ubuntu/comment-page-1/#comment-2327785">Montey</a>.</p>
<p>@Montey,</p>
<p>You can update your initramfs to include the necessary keyboard and input modules:</p>
<pre>
sudo update-initramfs -u
</pre>
<p>Make sure modules like <code>usbhid</code>, <code>hid_generic</code>, or your specific keyboard driver are included in <code>/etc/initramfs-tools/modules</code>.</p>
<p>Try editing the GRUB entry again, before pressing <code>F10</code>, add this to your kernel parameters:</p>
<pre>
rd.break
</pre>
<p>or</p>
<pre>
init=/bin/bash
</pre>
<p>This can help determine whether keyboard input works at earlier boot stages.</p>
<p>If you&#8217;re locked out entirely, boot from a live Linux USB, mount the encrypted disk, and try unlocking it from there to troubleshoot further.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Montey		</title>
		<link>https://www.tecmint.com/reset-forgotten-root-password-in-ubuntu/comment-page-1/#comment-2327785</link>

		<dc:creator><![CDATA[Montey]]></dc:creator>
		<pubDate>Mon, 21 Jul 2025 18:21:47 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=36905#comment-2327785</guid>

					<description><![CDATA[I&#039;m running &lt;strong&gt;Linux 6.11.0&lt;/strong&gt; on iOS, and when I edit the boot parameters (e.g., changing &lt;code&gt;ro quiet&lt;/code&gt;...) and press &lt;code&gt;F10&lt;/code&gt; to proceed, I get a screen that says:
&lt;pre&gt;
&quot;Please unlock disk dm_crypt-0:&quot;
&lt;/pre&gt;
However, at this point, the keyboard stops responding, and I can&#039;t type anything to unlock the disk.

How can I proceed from here?

Any help would be greatly appreciated. 

Thank you!
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m running <strong>Linux 6.11.0</strong> on iOS, and when I edit the boot parameters (e.g., changing <code>ro quiet</code>&#8230;) and press <code>F10</code> to proceed, I get a screen that says:</p>
<pre>
"Please unlock disk dm_crypt-0:"
</pre>
<p>However, at this point, the keyboard stops responding, and I can&#8217;t type anything to unlock the disk.</p>
<p>How can I proceed from here?</p>
<p>Any help would be greatly appreciated. </p>
<p>Thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ala		</title>
		<link>https://www.tecmint.com/reset-forgotten-root-password-in-ubuntu/comment-page-1/#comment-2056660</link>

		<dc:creator><![CDATA[Ala]]></dc:creator>
		<pubDate>Sun, 10 Sep 2023 17:42:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=36905#comment-2056660</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/reset-forgotten-root-password-in-ubuntu/comment-page-1/#comment-1972902&quot;&gt;Oldbaritone&lt;/a&gt;.

Just get onto &quot;&lt;strong&gt;Advanced Options for Ubuntu&lt;/strong&gt;&quot; and from there, we can get onto the root shell.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/reset-forgotten-root-password-in-ubuntu/comment-page-1/#comment-1972902">Oldbaritone</a>.</p>
<p>Just get onto &#8220;<strong>Advanced Options for Ubuntu</strong>&#8221; and from there, we can get onto the root shell.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joe		</title>
		<link>https://www.tecmint.com/reset-forgotten-root-password-in-ubuntu/comment-page-1/#comment-1984188</link>

		<dc:creator><![CDATA[Joe]]></dc:creator>
		<pubDate>Wed, 15 Mar 2023 22:37:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=36905#comment-1984188</guid>

					<description><![CDATA[After the reboot step, the Acer laptop continues to slowly scroll : { 3765. etc nonstop with the first numbers increasing in value? Let it run all night and still the laptop is scrolling. Redid it all after shutting down and restarting, Followed the directions again, and once more it is doing the same thing. 

Any ideas? I thought it would finally come to an end - but it sure doesn&#039;t look like it. How long should this part of the process continue? Days?]]></description>
			<content:encoded><![CDATA[<p>After the reboot step, the Acer laptop continues to slowly scroll : { 3765. etc nonstop with the first numbers increasing in value? Let it run all night and still the laptop is scrolling. Redid it all after shutting down and restarting, Followed the directions again, and once more it is doing the same thing. </p>
<p>Any ideas? I thought it would finally come to an end &#8211; but it sure doesn&#8217;t look like it. How long should this part of the process continue? Days?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Oldbaritone		</title>
		<link>https://www.tecmint.com/reset-forgotten-root-password-in-ubuntu/comment-page-1/#comment-1972902</link>

		<dc:creator><![CDATA[Oldbaritone]]></dc:creator>
		<pubDate>Sun, 26 Feb 2023 02:56:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=36905#comment-1972902</guid>

					<description><![CDATA[Thanks much for this article,

I made the mistake of changing the username when installing the virtual machine, so that name was not included in &lt;strong&gt;sudoers&lt;/strong&gt; and I didn&#039;t have the root password. Reboot, reset root PW, visudo, and add the correct user (I use &lt;strong&gt;NOPASSWD:ALL&lt;/strong&gt; since it&#039;s a VM on a laptop just for utility) reboot again, and &quot;all better now.&quot; :-)]]></description>
			<content:encoded><![CDATA[<p>Thanks much for this article,</p>
<p>I made the mistake of changing the username when installing the virtual machine, so that name was not included in <strong>sudoers</strong> and I didn&#8217;t have the root password. Reboot, reset root PW, visudo, and add the correct user (I use <strong>NOPASSWD:ALL</strong> since it&#8217;s a VM on a laptop just for utility) reboot again, and &#8220;all better now.&#8221; :-)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
