Getting Started with ExelentOS
Welcome to ExelentOS! This guide will help you set up and explore your new system. Whether you are installing ExelentOS for the first time or looking for tips to enhance your experience, this guide has you covered.
Table of Contents
- Downloading the ISO
- Creating Bootable Media
- Booting ExelentOS
- Exploring the Live Environment
- Installing ExelentOS
- Post-Installation Setup
- Next Steps
Downloading the ISO
- Visit the ExelentOS ISO Download page.
- Download the latest stable ISO file.
- Verify the integrity of the downloaded ISO using the provided checksums.
Creating Bootable Media
To install ExelentOS, you need a bootable USB drive:
Windows:
- Use Rufus:
- Open Rufus and select your USB drive.
- Choose the downloaded ExelentOS ISO file.
- Click “Start” to create the bootable drive.
Linux:
- Use the
dd
command:sudo dd if=/path/to/exelentos.iso of=/dev/sdX bs=4M status=progress && sync
Replace
/dev/sdX
with the correct USB drive.
Booting ExelentOS
- Insert the bootable USB drive into your computer.
- Restart your computer and enter the boot menu (usually by pressing keys like
F12
,Esc
, orDel
during startup). - Select the USB drive from the boot options.
- Choose the Live Boot option to load ExelentOS.
Exploring the Live Environment
The Live Environment allows you to try ExelentOS before installing it:
- Explore the KDE Plasma 6 desktop environment.
- Open applications to ensure compatibility with your hardware.
- Test Wi-Fi, audio, and other system components.
Installing ExelentOS
- Click the Install ExelentOS icon on the desktop.
- Follow the step-by-step installation wizard:
- Choose your preferred language.
- Set up partitions (automatic or manual).
- Create a user account.
- Select your time zone and keyboard layout.
- Complete the installation and reboot the system when prompted.
for a more in-depth installation process, visit the installation page
Post-Installation Setup
After rebooting into your newly installed ExelentOS:
- Update the System: Use the welcome app to update pacman packages or use discover
- Install Additional Software: Use the built-in package manager or the command line to install your favorite applications.
- Set Up Drivers:
- For NVIDIA GPUs: Install the proprietary driver using terminal(Ctrl+alt+t):
sudo pacman -S nvidia nvidia-utils
- For other hardware, refer to the driver guide.
- For NVIDIA GPUs: Install the proprietary driver using terminal(Ctrl+alt+t):
Next Steps
Now that ExelentOS is up and running, you can:
- Personalize your desktop by customizing themes and widgets.
- Explore pre-installed applications.
- Learn about advanced features in the User Guide.
If you encounter issues, check the Troubleshooting Guide or reach out via GitHub Issues.
Enjoy your experience with ExelentOS!