<?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 Encrypt Full Disk During Ubuntu 24.04 Install	</title>
	<atom:link href="https://www.tecmint.com/encrypt-ubuntu-24-04-installation/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/encrypt-ubuntu-24-04-installation/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 04 Aug 2025 09:35:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: abdul		</title>
		<link>https://www.tecmint.com/encrypt-ubuntu-24-04-installation/comment-page-1/#comment-2331315</link>

		<dc:creator><![CDATA[abdul]]></dc:creator>
		<pubDate>Mon, 04 Aug 2025 09:35:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=56694#comment-2331315</guid>

					<description><![CDATA[Hi,

I noticed during the install stage, when choosing Erase disk and install Ubuntu with LVM and encryption enabled, that after installation the &lt;code&gt;/boot&lt;/code&gt; and &lt;code&gt;/boot/efi&lt;/code&gt; partitions are not encrypted.

Is this normal, or are there any post-install steps required?]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I noticed during the install stage, when choosing Erase disk and install Ubuntu with LVM and encryption enabled, that after installation the <code>/boot</code> and <code>/boot/efi</code> partitions are not encrypted.</p>
<p>Is this normal, or are there any post-install steps required?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vasileios		</title>
		<link>https://www.tecmint.com/encrypt-ubuntu-24-04-installation/comment-page-1/#comment-2237926</link>

		<dc:creator><![CDATA[Vasileios]]></dc:creator>
		<pubDate>Tue, 05 Nov 2024 07:05:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=56694#comment-2237926</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/encrypt-ubuntu-24-04-installation/comment-page-1/#comment-2237907&quot;&gt;Ravi Saive&lt;/a&gt;.

Thank you Ravi you are the best!!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/encrypt-ubuntu-24-04-installation/comment-page-1/#comment-2237907">Ravi Saive</a>.</p>
<p>Thank you Ravi you are the best!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/encrypt-ubuntu-24-04-installation/comment-page-1/#comment-2237907</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 05 Nov 2024 06:07:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=56694#comment-2237907</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/encrypt-ubuntu-24-04-installation/comment-page-1/#comment-2237902&quot;&gt;Vasileios&lt;/a&gt;.

@Vasileios,

Using LVM with Encryption on Ubuntu

1. Boot from the Ubuntu installation media and select &quot;&lt;strong&gt;Install Ubuntu&lt;/strong&gt;&quot;.
2. When you reach the &quot;&lt;strong&gt;Installation type&lt;/strong&gt;&quot; screen, choose &quot;&lt;strong&gt;Something else&lt;/strong&gt;&quot; to manually configure your partitions.
3. Select the disk you want to use for LVM and click on the &quot;&lt;strong&gt;New Partition Table&lt;/strong&gt;&quot; to create a new partition for the encrypted LVM setup.
4. After setting up the encrypted partition, it will be shown as a &lt;strong&gt;LUKS&lt;/strong&gt; partition, here select this LUKS partition and click on &quot;&lt;strong&gt;Configure encrypted volumes&lt;/strong&gt;&quot; to set it up.
5. You can then create logical volumes for &lt;strong&gt;root&lt;/strong&gt;, &lt;strong&gt;home&lt;/strong&gt;, &lt;strong&gt;swap&lt;/strong&gt;, etc. by selecting the encrypted partition and clicking &quot;&lt;code&gt;+&lt;/code&gt;&quot; to create new logical volumes.
6. When creating logical volumes, set &lt;strong&gt;Use as to Ext4 journaling file system&lt;/strong&gt; (or your preferred file system) for each logical volume.
7. Once you have created and formatted the partitions, select the logical volume for &lt;strong&gt;root (/)&lt;/strong&gt; and click &quot;&lt;strong&gt;Continue&lt;/strong&gt;&quot; to proceed with the installation.
8. Finish the installation process, and you will have Ubuntu installed with LVM on an encrypted disk.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/encrypt-ubuntu-24-04-installation/comment-page-1/#comment-2237902">Vasileios</a>.</p>
<p>@Vasileios,</p>
<p>Using LVM with Encryption on Ubuntu</p>
<p>1. Boot from the Ubuntu installation media and select &#8220;<strong>Install Ubuntu</strong>&#8220;.<br />
2. When you reach the &#8220;<strong>Installation type</strong>&#8221; screen, choose &#8220;<strong>Something else</strong>&#8221; to manually configure your partitions.<br />
3. Select the disk you want to use for LVM and click on the &#8220;<strong>New Partition Table</strong>&#8221; to create a new partition for the encrypted LVM setup.<br />
4. After setting up the encrypted partition, it will be shown as a <strong>LUKS</strong> partition, here select this LUKS partition and click on &#8220;<strong>Configure encrypted volumes</strong>&#8221; to set it up.<br />
5. You can then create logical volumes for <strong>root</strong>, <strong>home</strong>, <strong>swap</strong>, etc. by selecting the encrypted partition and clicking &#8220;<code>+</code>&#8221; to create new logical volumes.<br />
6. When creating logical volumes, set <strong>Use as to Ext4 journaling file system</strong> (or your preferred file system) for each logical volume.<br />
7. Once you have created and formatted the partitions, select the logical volume for <strong>root (/)</strong> and click &#8220;<strong>Continue</strong>&#8221; to proceed with the installation.<br />
8. Finish the installation process, and you will have Ubuntu installed with LVM on an encrypted disk.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vasileios		</title>
		<link>https://www.tecmint.com/encrypt-ubuntu-24-04-installation/comment-page-1/#comment-2237902</link>

		<dc:creator><![CDATA[Vasileios]]></dc:creator>
		<pubDate>Tue, 05 Nov 2024 05:51:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=56694#comment-2237902</guid>

					<description><![CDATA[Thank you Ravi for your answer.
Yes can you please make a guidance on setting it up.]]></description>
			<content:encoded><![CDATA[<p>Thank you Ravi for your answer.<br />
Yes can you please make a guidance on setting it up.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/encrypt-ubuntu-24-04-installation/comment-page-1/#comment-2237889</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 05 Nov 2024 04:53:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=56694#comment-2237889</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/encrypt-ubuntu-24-04-installation/comment-page-1/#comment-2237810&quot;&gt;Vasileios&lt;/a&gt;.

@Vaseileios,

Yes, you can use LVM with full disk encryption and customize your partitions as needed before continuing. Let me know if you need any guidance on setting it up!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/encrypt-ubuntu-24-04-installation/comment-page-1/#comment-2237810">Vasileios</a>.</p>
<p>@Vaseileios,</p>
<p>Yes, you can use LVM with full disk encryption and customize your partitions as needed before continuing. Let me know if you need any guidance on setting it up!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
