diff --git a/docs/projects/tcet-linux-website/assets/mobilenav.jpg b/docs/projects/tcet-linux-website/assets/mobilenav.jpg
index 43985499..25258169 100644
Binary files a/docs/projects/tcet-linux-website/assets/mobilenav.jpg and b/docs/projects/tcet-linux-website/assets/mobilenav.jpg differ
diff --git a/docs/projects/tcet-linux-website/assets/navbar.jpg b/docs/projects/tcet-linux-website/assets/navbar.jpg
index 45759447..e803555c 100644
Binary files a/docs/projects/tcet-linux-website/assets/navbar.jpg and b/docs/projects/tcet-linux-website/assets/navbar.jpg differ
diff --git a/docs/projects/tcet-linux-website/assets/set1.jpg b/docs/projects/tcet-linux-website/assets/set1.jpg
index 49385488..757a6ab1 100644
Binary files a/docs/projects/tcet-linux-website/assets/set1.jpg and b/docs/projects/tcet-linux-website/assets/set1.jpg differ
diff --git a/docs/projects/tcet-linux-website/assets/set2.jpg b/docs/projects/tcet-linux-website/assets/set2.jpg
index 4e82c39f..45b9713c 100644
Binary files a/docs/projects/tcet-linux-website/assets/set2.jpg and b/docs/projects/tcet-linux-website/assets/set2.jpg differ
diff --git a/docs/projects/tcet-linux/assets/installPartition.png b/docs/projects/tcet-linux/assets/installPartitionEraseDisk.png
similarity index 100%
rename from docs/projects/tcet-linux/assets/installPartition.png
rename to docs/projects/tcet-linux/assets/installPartitionEraseDisk.png
diff --git a/docs/projects/tcet-linux/assets/installPartitionManual.png b/docs/projects/tcet-linux/assets/installPartitionManual.png
new file mode 100644
index 00000000..200f3821
Binary files /dev/null and b/docs/projects/tcet-linux/assets/installPartitionManual.png differ
diff --git a/docs/projects/tcet-linux/installation/installation-steps.md b/docs/projects/tcet-linux/installation/installation-steps.md
index a21e39bd..1834ac2b 100644
--- a/docs/projects/tcet-linux/installation/installation-steps.md
+++ b/docs/projects/tcet-linux/installation/installation-steps.md
@@ -49,45 +49,55 @@ import installKeyboard from "/docs/projects/tcet-linux/assets/installKeyboard.pn
## **Storage Partitioning**
- - **Automatic Setup (Recommended):**
+ - **Erase Disk (Recommended):**
- The installer defaults to an automatic setup, creating a Fat32 EFI System Partition and a root partition with the ext4 filesystem. This is recommended for most users.
+ The installer defaults to an automatic setup, creating partitions depending on the available storage. The home and root partitions will be on the same partition, and swap may or may not be created. This option is highly recommended for beginners.
- - **Manual Partitioning (Advanced):**
-
- For advanced users who want complete control over their disk partitions.
+
+
+import installPartitionEraseDisk from "/docs/projects/tcet-linux/assets/installPartitionEraseDisk.png";
+
+
+
+Partition Page
+
+
+
+- **Manual Partitioning (Advanced):**
+For advanced users who want complete control over their disk partitions.
- - **Select Disk:**
- Choose the disk where TCET Linux will be installed. This could be your SSD or HDD.
+- **Select Disk:**
+Choose the disk where TCET Linux will be installed. This could be your SSD or HDD.
- - **Existing Partitions:**
- If there are existing partitions, you'll see them listed. Decide whether to modify, delete, or keep them.
+- **Existing Partitions:**
+If there are existing partitions, you'll see them listed. Decide whether to modify, delete, or keep them.
- - **Create Partitions:**
- - **EFI System Partition (ESP):**
- - Size: Typically around 300MB.
- - Filesystem: FAT32.
- - Mount Point: /boot/efi.
+- **Create Partitions:**
+ - **EFI System Partition (ESP):**
+ - Size: Typically around 800MB.
+ - Filesystem: FAT32.
+ - Mount Point: /boot/efi.
- - **Root Partition (/):**
- - Size: Allocate a sufficient amount, at least 20GB.
- - Filesystem: ext4.
- - Mount Point: /.
+ - **Root Partition (/):**
+ - Size: Allocate a sufficient amount, at least 12GB.
+ - Filesystem: ext4.
+ - Mount Point: /.
+
+ - **Home Partition (optional):**
+ - Size: As per your storage needs.
+ - Filesystem: ext4.
+ - Mount Point: /home.
- - **Swap Partition (optional):**
- - Size: Recommended to be equal to or double your RAM.
- - Filesystem: Swap.
+ - **Swap Partition (optional):**
+ - Size: Recommended to be equal to or double your RAM.
+ - Filesystem: Swap.
- - **Home Partition (optional):**
- - Size: As per your storage needs.
- - Filesystem: ext4.
- - Mount Point: /home.
- - **Filesystem and Mount Points:**
- Assign a filesystem (e.g., ext4) and mount points for each partition.
+- **Filesystem and Mount Points:**
+Assign a filesystem (e.g., ext4) and mount points for each partition correctly.
- - **Finalize and Apply:**
- Confirm your choices and apply the changes. Double-check to avoid data loss.
+- **Finalize and Apply:**
+Confirm your choices and apply the changes. Double-check to avoid data loss.
:::warning
**Important Note for Multiple OS Installation:**
@@ -97,10 +107,10 @@ import installKeyboard from "/docs/projects/tcet-linux/assets/installKeyboard.pn
-import installPartition from "/docs/projects/tcet-linux/assets/installPartition.png";
+import installPartitionManual from "/docs/projects/tcet-linux/assets/installPartitionManual.png";
-
+
Partition Page
diff --git a/docs/projects/tcet-linux/installation/requirements-download-verify.md b/docs/projects/tcet-linux/installation/requirements-download-verify.md
index e680032a..4874c16a 100644
--- a/docs/projects/tcet-linux/installation/requirements-download-verify.md
+++ b/docs/projects/tcet-linux/installation/requirements-download-verify.md
@@ -12,7 +12,7 @@ Before you begin your journey with TCET Linux, it's essential to ensure that you
- 64-bit processor
- At least 2GB of RAM
-- 15GB of free disk space
+- 20GB of free disk space
- An internet connection for updates and software installation
These requirements ensure that TCET Linux runs smoothly on your computer, whether it's a modern system or a resource-constrained machine.
@@ -77,4 +77,4 @@ By following these steps and confirming the match of the hash values, you can pr
:::
-_The [**Requirements Download & Verify**](requirements-download-verify) was succesfully executed! Let's move on and see how we can [**Create a Bootable Pendrive & Partitioning of Drive**](creating-bootable-USB) of **[TCET Linux](https://linux.tcetmumbai.in/)**._
\ No newline at end of file
+_The [**Requirements Download & Verify**](requirements-download-verify) was succesfully executed! Let's move on and see how we can [**Create a Bootable Pendrive & Partitioning of Drive**](creating-bootable-USB) of **[TCET Linux](https://linux.tcetmumbai.in/)**._