Wed Mar 1 18:17:05 2023 UTC

Downloads

Introduction

The current stable release of NuTyX is named 23.02.

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: fd97927bf77a9f3ca108dfa20535dfb7fcaa0986

Approx. 736 MO
logo xorg
XORG 64bits

The ISO contains the Xorg server.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: 95de8e64d804ed4f2d1ad80d75f4ebfca241eacc

Approx. 1.1 GO
logo jwm
JWM 64bits

The ISO contains a JWM desktop.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: ac915c129c6e61db07bf343ea44657f0771c8aaf

Approx. 1.4 GO
logo cde
CDE 64bits

The ISO contains a CDE desktop.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: da63cdf38c3036106062f18a57d5f5de64170e1a

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: bb39a707f328230a31a3e5a9745695146449b664

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: 8a9cc9376976edd375e18e9d16360851dca65477

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: 9196896bed4a00fc774fc666eca22eb84d39425b

Approx. 1.5 GO
logo lxqt
LXQT 64bits

The ISO contains a LXQT desktop.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: 9b4af6bf34db669bfa9cc10a090805676cfc304a

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: 89ede61ac523ccdefdc67fbc66374373ef1cbf44

Approx. 1.8 GO
logo mate
MATE 64bits

The ISO contains a MATE desktop.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: 86fd9ed29c98b0044ce0d72cc08be95e120bbaf1

Approx. 1.6 GO
logo cinnamon
CINNAMON 64bits

The ISO contains a CINNAMON desktop.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: 2c0d38a8b601dea8bf56dc1ef5f7d6012dec3e23

Approx. 1.7 GO
logo budgie
BUDGIE 64bits

The ISO contains a BUDGIE desktop.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: a80a4862603fe90591c17910be445006c80facbe

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: d0a7a606171dfc75b8fd1ab38b3cb75f270f8fd8

Approx. 1.6 GO
logo kde5
KDE 64bits

The ISO contains a KDE5 desktop.

Init system: SystemV and systemd

kernel: Last stable kernel.

SHA1 64bits: e4f1a9ca2fb49e3b09eb7aa3f95a8975849110ba

Approx. 1.9 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.02.1-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) ...