Sat Nov 4 10:50:59 2023 UTC

Downloads

Introduction

The current stable release of NuTyX is named 23.11.

ISO images are available in "Rolling" releases.

The available ISO images can be used to install a base system with or without the need of the internet.

Any ISO you choose can be tested in LIVE modus. You can then test all thoses ISOs without installing NuTyX on your hard disk.

They are also used to carry out a minimum of configuration of your machine before the actual installation of NuTyX.

If you have enough RAM memory, a message will inform you that you can remove the USB key after choosing your mother language. This means you can insert a USB keyboard, for example.

Locales will be installed at the first upgrade process. Onces the ISO installed, make an upgrade of your system to get the locales installed.

Typical installation of NuTyX on a single partition from scratch on your PC is located here.

You can also find a lot of various ISOS on linuxtracker website.

For the new user coming to NuTyX

Installation in BIOS or EFI modus is possible.

Once the installation is done, you can directly connect with your new user account created at post-configuration time.

Available ISO list for a new user who wants to discover NuTyX:
logo console
BASE 64bits

The ISO contains a base system withount any graphical interface.

Init system: SystemV and systemd

DHCP client: YES

Wireless tools: wireless-tools, wpa-supplicant

Firmwares: YES

EFI bootmanager: YES

kernel: Last stable kernel.

SHA1 64bits: 5280acc27dd0526fa7d4beeae0f856cc1a4d0b92

Approx. 838 MO
logo xorg
XORG 64bits

The ISO contains the Xorg server.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: 37f261dedf2f2b14c58d5a9ce443044f1434aea9

Approx. 1.2 GO
logo jwm
JWM 64bits

The ISO contains a JWM desktop.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: a261a60214346c252f8249f6ea9016ee5642d86a

Approx. 1.5 GO
logo cde
CDE 64bits

The ISO contains a CDE desktop.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: 50d20f64aa24c92e37163ce46cc1602ed4aab997

Approx. 1.4 GO
logo cde
OPENBOX 64bits

The ISO contains a OpenBox desktop.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: 7e0376cd44ba7d57ab7d3b649dbac0b2a3c76d83

Approx. 1.4 GO
logo lxde
LXDE 64bits

The ISO contains a LXDE desktop.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: e08851ba769c8b5bd3ad5f640434468e246c32f5

Approx. 1.4 GO
logo Xfce4
XFCE 64bits

The ISO contains a XFCE4 desktop.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: 52cbb61e7222fa247a35bd621034fceec07a3842

Approx. 1.4 GO
logo lxqt
LXQT 64bits

The ISO contains a LXQT desktop.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: ac1a125bdeccf598e56bbb92784c54339e8c8264

Approx. 1.5 GO
logo enlightenment
ENLIGHTENMENT 64bits

The ISO contains a ENLIGHTENMENT desktop.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bit: 86998c66d99fa59053a9878ab4f7de1c3dec36f2

Approx. 1.9 GO
logo mate
MATE 64bits

The ISO contains a MATE desktop.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: e60bf0986a41ed811502146a0dee474c39cdbcc7

Approx. 1.7 GO
logo cinnamon
CINNAMON 64bits

The ISO contains a CINNAMON desktop.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: 492506748fc7982cd844c6db4ebbcded868c191e

Approx. 1.6 GO
logo budgie
BUDGIE 64bits

The ISO contains a BUDGIE desktop.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: daebe82c74fc8121cd9d037da79b982286d28485

Approx. 1.6 GO
logo gnome
GNOME 64bits

The ISO contains a GNOME desktop.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: b2701ec6727c2ee262a4a813911728916988b8d1

Approx. 1.7 GO
logo kde5
KDE 64bits

The ISO contains a KDE5 desktop.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: 38fc93fbf9693d6164f2b5b9041522ae56537e2f

Approx. 2.0 GO

For the experienced NuTyX user

This script allows the installation of a base NuTyX in a folder.

Its signature can be verified by downloading the http://www.nutyx.org/install-nutyx.md5sum file.

The script can be started from an already installed NuTyX or from another distribution.

This script is widely used in many tutorials of NuTyX:
logo scriptinstall-nutyx

Installing a bootloader

How to install and configure the bootloader for your PC

With grub version 2.XX, the following entry can be added to your grub.cfg:

menuentry "NuTyX sur /dev/sda1" {
   set root=(hd0,1)
   linux /boot/kernel-stable root=/dev/sda1 ro quiet
}

Create a bootable USB-Stick

Insert your USB-Stick and check the disk. Run:

lsblk -S
NAME HCTL       TYPE VENDOR   MODEL           REV  SERIAL           TRAN
sda  0:0:0:0    disk ...
sdb  2:0:0:0    disk ...
sdc  8:0:0:0    disk TDKMedia Trans-It_Drive  PMAP 07991E033A9CAF0E usb

Create a bootable USB-Stick specifying the correct filename and disk (replace sdX with your USB disk)

[Important] The following command will delete all data that is on the USB key.
dd if=/path/to/the/iso/NuTyX_x86_64-23.11.0-BASE.iso of=/dev/sdX status=progress
sync
If you are using Windows:

it is easier to burn the ISO image onto a CD-RW (if possible) ...