Online Installation
đ How to Install Snigdha OS Online (With Internet Connection)â
Snigdha OS is a powerful and feature-packed distribution, and the online installation method provides the easiest and most efficient way to install Snigdha OS. This method requires an active internet connection to download the latest updates, packages, and additional software during the installation process.
Here's a detailed step-by-step guide to install Snigdha OS using the online installation method:
đĨ Step 1: Download Snigdha OS ISOâ
-
Go to the Official Snigdha OS Website:
Visit the Snigdha OS download page: -
Select Your Preferred Edition:
Snigdha OS offers various desktop environments like KDE, GNOME, XFCE, and more. Choose the one that suits your preference. -
Download the ISO File:
Click on the link for the desired edition to download the ISO file. The file will typically be named:snigdhaos-linux-YYYY.MM.DD-x86_64.iso
đž Step 2: Create a Bootable USB Driveâ
Youâll need to create a bootable USB to install Snigdha OS. You can use Ventoy, Rufus (for Windows), or dd (for Linux) to create the bootable USB.
For Linux Users (Using dd)â
-
Insert USB Drive:
Plug in a USB drive with at least 4 GB capacity. -
Identify USB Drive:
Use thelsblkcommand to identify the device (e.g.,/dev/sdX):lsblk -
Create Bootable USB:
Run the followingddcommand to copy the Snigdha OS ISO to your USB (replace/dev/sdXwith your USB device path):sudo dd if=snigdhaos-linux-YYYY.MM.DD-x86_64.iso of=/dev/sdX bs=4M status=progress oflag=sync -
Eject USB:
After the process is complete, safely eject the USB:sudo eject /dev/sdX
For Windows Users (Using Rufus)â
-
Download and Install Rufus:
Download Rufus from https://rufus.ie/ and install it. -
Open Rufus and Select the USB Drive.
-
Choose Snigdha OS ISO and Select the Partition Scheme:
Choose GPT for UEFI-based systems and MBR for legacy BIOS systems. -
Start the Process:
Click Start to create the bootable USB. Wait until itâs done.
đ Step 3: Boot Into Snigdha OS Live Environmentâ
-
Insert the Bootable USB into the computer where you want to install Snigdha OS.
-
Enter BIOS/UEFI:
Restart the system and enter the BIOS/UEFI settings (usually by pressing a key likeF2,DEL, orESC). -
Set USB as the First Boot Device:
In the BIOS/UEFI settings, set the USB drive as the first boot device. -
Save and Reboot:
Save your settings and reboot the computer. It will boot into the Snigdha OS live environment.