<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with mint]]></title><description><![CDATA[A list of topics that have been tagged with mint]]></description><link>http://community.bundystl.com:4567/tags/mint</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 23:40:28 GMT</lastBuildDate><atom:link href="http://community.bundystl.com:4567/tags/mint.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 07 Apr 2021 15:24:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Resetting an lost admin password on Ubuntu&#x2F;Linux Mint]]></title><description><![CDATA[<p dir="auto">If your IT department is doing things right, then the user account that you log in to a computer with will not have administrative access.</p>
<p dir="auto">In the Linux ecosystem this is called <code>sudo</code> access.</p>
<p dir="auto">Normally an accout is made with <code>sudo</code> rights that is only used as needed.</p>
<p dir="auto">If the password for this account is lost, then there is no longer a way to administer the computer.</p>
<p dir="auto">In the Windows world, you shutdown the system and then boot to a specially crafted USB boot disk that you can read the Windows information and then reset the admin password.</p>
<p dir="auto">For Linux, it is easier. You simply need to reboot and interrupt the normal <code>grub</code> boot sequence to get into single user mode.</p>
<ol>
<li>Reboot the system.
<ul>
<li>As soon as it powers back on begin tapping the <code>ESC</code> key.<br />
Technically, we are only wanting to stop <code>grub</code> from automatically booting. but with modern SSD or NVMe drives, this can go by so fast you never knew it was available to interrupt.</li>
</ul>
</li>
<li>The first grub entry should be highlighted by default and is normally the one you want. Press <code>e</code> to edit that entry.</li>
<li>Find the line beginning with <code>linux</code></li>
<li>Go to the end of the line and add <code>init=/bin/bash</code></li>
<li>Press <code>F10</code> to boot to this modified file without permanently saving it.</li>
<li>The system will boot to a command prompt similar to <code>root@(none):/#</code></li>
<li>Enter <code>mount -o remount,rw /</code> and press <code>Enter</code>.</li>
<li>Now you can reset the admin account password with the <code>passwd</code> command: <code>passwd YOURADMINNAME</code>.</li>
<li>Enter the new password, then again to confirm it.</li>
<li>Type <code>exit</code> and then use the power button to reboot the computer.</li>
</ol>
]]></description><link>http://community.bundystl.com:4567/topic/11/resetting-an-lost-admin-password-on-ubuntu-linux-mint</link><guid isPermaLink="true">http://community.bundystl.com:4567/topic/11/resetting-an-lost-admin-password-on-ubuntu-linux-mint</guid><dc:creator><![CDATA[Jared Busch]]></dc:creator><pubDate>Wed, 07 Apr 2021 15:24:40 GMT</pubDate></item></channel></rss>