Downloading Serpent OS

Downloading the Serpent OS ISO file and verifying the checksums

Downloading the ISO

  1. Visit the Serpent OS download page.
  2. Look for the latest release available for download, the official ISO files are named serpentos-<version>.iso.
  1. Click on the download link to start downloading the ISO file and assiocated checksums donated by serpentos-<version>.iso.sha256.

Once the download is complete, you can proceed with creating a bootable USB drive or burning the ISO to a DVD to install Serpent OS on your machine.

Verifying the Checksums

Before creating a bootable USB drive or burning the ISO to a DVD, it’s important to verify the checksums to ensure the integrity of the downloaded ISO file.

Linux

  1. Open a terminal window and navigate to the directory where the ISO file is located along with the checksums.
cd ~/Downloads
  1. Run the following command to verify the checksums:

sha256sum -c <checksum_file>

You should see a message indicating that the checksums match if the ISO file is valid.

serpent-os.iso: OK

If the checksums do not match, download the ISO file again and repeat the verification process.

Windows

  1. Open a Command Prompt window and navigate to the directory where the ISO file is located along with the checksums.
cd C:\Users\<username>\Downloads
  1. Run the following command to verify the checksums:
certutil -hashfile serpent-os-<version>.iso SHA256

This will give you the checksum of the file, compare this to the checksum found inside the checksum file.