Sun Jul 4 17:46:38 2021 UTC

Downloads

Introduction

The current stable release of NuTyX is named 21.07.

ISO images are available in "Rolling" releases.

The available ISO images can be used to install a base system 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

The ISO contains a base system withount any graphical interface.

Init system: SystemV, Runyx and systemd

DHCP client: NO

Wireless tools: wireless-tools, wpa-supplicant

Firmwares: YES

EFI bootmanager: YES

kernel: LTS 4.19 and last stable kernel.

SHA1: 12daa51aa236527d7e52209562b13ee9d260a67b

Approx. 785 MO
logo lxde
LXDE

The ISO contains a LXDE desktop.

Init system: SystemV, Runyx and systemd

kernel: LTS 4.19 and last stable kernel.

SHA1: d5d69f4e1e1ac7dbdbf2dec2c0b18839c6cae168

Approx. 1.4 GO
logo mate
MATE

The ISO contains a MATE desktop.

Init system: SystemV, Runyx and systemd

kernel: LTS 4.19 and last stable kernel.

SHA1: f287c471b4fa0e33d25c88111c5934acfe533720

Approx. 1.6 GO
logo gnome
GNOME

The ISO contains a GNOME desktop.

Init system: SystemV, Runyx and systemd

kernel: LTS 4.19 and last stable kernel.

SHA1: dcc42bc96cf4203fbc03729b41cabffdc1da97eb

Approx. 1.7 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-419 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=$LFS/NuTyX_x86_64-ISO-MINI.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) ...