Help > Installation

Installation issue with NuTyx xfce version

<< < (2/6) > >>

Thierry:

--- Quote --- this is the method I used i just copied the iso from your website by using balena etcher ...
--- End quote ---
Most of the time it's fails


--- Quote ---Please what is the dd command ?
--- End quote ---
A single google research:

https://www.geeksforgeeks.org/dd-command-linux/

or in the official NuTyX documentation:

http://nutyx.org/en/downloads#5

Batmanxx1:
So how does it work once I download the script install-nutyx  after lsblk -S   ? I am missing something?  I have to copy this into the other linux distribution teminal that I have already installed correct. What is the correct process?

Thierry:
No no it's much much more simple:
You do everything from your installed distribution, regardless what it is:

Open a terminal and do followings commands:

* Download the ISO you want for example for XFCE4:
--- Code: ---wget https://sourceforge.net/projects/nutyx/files/NuTyX_x86_64-22.07.0-XFCE4.iso
--- End code ---

* Check the signature:
--- Code: ---sha1sum NuTyX_x86_64-22.07.0-XFCE4.iso
--- End code ---

* You identify the USB  key with the command:
--- Code: ---sudo lsblk -S
--- End code ---

* and finally you dd the ISO on the USB key
--- Code: ---sudo dd if=NuTyX_x86_64-22.07.0-XFCE4.iso of=/dev/<name_of_your_key> status=progress
--- End code ---

Batmanxx1:
Ok  download the iso from sourceforge (check signature) and then just copy as it is  sha1sum NuTyX_x86_64-22.07.0-XFCE4.iso into the terminal ? I think I've understood the other two commands

Please what would be the process instead for KDE

Thierry:

--- Quote ---what would be the process instead for KDE
--- End quote ---

Replace XFCE4 with KDE5

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version