Author Topic: Installation issue with NuTyx xfce version  (Read 9735 times)

Batmanxx1

  • Newbie
  • *
  • Posts: 23
  • Karma: +0/-0
Installation issue with NuTyx xfce version
« on: Tue Jul 26 06:56:50 2022 »
I'm trying to install NuTYX  for the first time I copied the iso with balena etcher and I also tried with Multiwriter on a usb stick when I choose  22.07.XFCE4 UEFI NORMAL
this message show up in the terminal:

Starting initrd
10.1274491 /dev/loopO:Can't open blockdev
starting version 246

it stops there and does not install I waited for more than one hour nothing happened   Please any help why it will not install ?

My best regards

Giuseppe

Thierry

  • Administrator
  • Hero Member
  • *****
  • Posts: 706
  • Karma: +13/-0
  • Gender: Male
    • NuTyX distribution
Re: Installation issue with NuTyx xfce version
« Reply #1 on: Tue Jul 26 07:40:01 2022 »
Hello Batmanxx1

Welcome to NuTyX

I think those windows tools are not that good for copying the ISO.

You need to choose one that really use the equivalent command in Windows of "dd" linux command.

https://www.tipard.com/resource/burn-iso-to-usb.html

https://www.tecmint.com/linux-bootable-usb-creators/

Good luck

BR,
Thierry

Batmanxx1

  • Newbie
  • *
  • Posts: 23
  • Karma: +0/-0
Re: Installation issue with NuTyx xfce version
« Reply #2 on: Tue Jul 26 07:45:48 2022 »
 I have another linux distribution installed but  you still reccommend using: one of these two as you recomended ?


https://www.tipard.com/resource/burn-iso-to-usb.html

https://www.tecmint.com/linux-bootable-usb-creators/


Thierry

  • Administrator
  • Hero Member
  • *****
  • Posts: 706
  • Karma: +13/-0
  • Gender: Male
    • NuTyX distribution
Re: Installation issue with NuTyx xfce version
« Reply #3 on: Tue Jul 26 07:57:09 2022 »
No no not at all.
If you can use the 'dd' command like recommended in the documentation (from your other distribution)
is the best choice

Batmanxx1

  • Newbie
  • *
  • Posts: 23
  • Karma: +0/-0
Re: Installation issue with NuTyx xfce version
« Reply #4 on: Tue Jul 26 08:21:28 2022 »
Please what is the dd command ?  this is the method I used i just copied the iso from your website by using balena etcher  and I did not work then I tried multiwriter and it didn't work, as said before I have a linux distrubution installed to install NuTyx what iso writer  do you reccomend ?

Thierry

  • Administrator
  • Hero Member
  • *****
  • Posts: 706
  • Karma: +13/-0
  • Gender: Male
    • NuTyX distribution
Re: Installation issue with NuTyX xfce version
« Reply #5 on: Tue Jul 26 08:26:07 2022 »
Quote
this is the method I used i just copied the iso from your website by using balena etcher ...
Most of the time it's fails

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

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

or in the official NuTyX documentation:

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

Batmanxx1

  • Newbie
  • *
  • Posts: 23
  • Karma: +0/-0
Re: Installation issue with NuTyx xfce version
« Reply #6 on: Tue Jul 26 08:47:50 2022 »
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

  • Administrator
  • Hero Member
  • *****
  • Posts: 706
  • Karma: +13/-0
  • Gender: Male
    • NuTyX distribution
Re: Installation issue with NuTyx xfce version
« Reply #7 on: Tue Jul 26 08:57:53 2022 »
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: [Select]
wget https://sourceforge.net/projects/nutyx/files/NuTyX_x86_64-22.07.0-XFCE4.iso
  • Check the signature:
Code: [Select]
sha1sum NuTyX_x86_64-22.07.0-XFCE4.iso
  • You identify the USB  key with the command:
Code: [Select]
sudo lsblk -S
  • and finally you dd the ISO on the USB key
Code: [Select]
sudo dd if=NuTyX_x86_64-22.07.0-XFCE4.iso of=/dev/<name_of_your_key> status=progress

    Batmanxx1

    • Newbie
    • *
    • Posts: 23
    • Karma: +0/-0
    Re: Installation issue with NuTyx xfce version
    « Reply #8 on: Tue Jul 26 09:09:09 2022 »
    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

    « Last Edit: Tue Jul 26 09:12:45 2022 by Batmanxx1 »

    Thierry

    • Administrator
    • Hero Member
    • *****
    • Posts: 706
    • Karma: +13/-0
    • Gender: Male
      • NuTyX distribution
    Re: Installation issue with NuTyX xfce version
    « Reply #9 on: Tue Jul 26 09:17:43 2022 »
    Quote
    what would be the process instead for KDE

    Replace XFCE4 with KDE5

    Batmanxx1

    • Newbie
    • *
    • Posts: 23
    • Karma: +0/-0
    Re: Installation issue with NuTyx xfce version
    « Reply #10 on: Tue Jul 26 09:28:12 2022 »
    Thank you so much !!!  I will try the process you sent by using the terminal. I have another linux distro installed as I told you. 

    Thierry

    • Administrator
    • Hero Member
    • *****
    • Posts: 706
    • Karma: +13/-0
    • Gender: Male
      • NuTyX distribution
    Re: Installation issue with NuTyX xfce version
    « Reply #11 on: Tue Jul 26 09:43:07 2022 »
    Quote
    Thank you so much !!!
    You're Welcome !!! Hope you managed

    BR,
    Thierry

    Batmanxx1

    • Newbie
    • *
    • Posts: 23
    • Karma: +0/-0
    Re: Installation issue with NuTyx xfce version
    « Reply #12 on: Tue Jul 26 10:47:07 2022 »
    Please I only forgot that I have two drives one is 250gb and the other 500gb after the command in the terminal sudo lsblk -S  what is the command to choose the right drive for example the 500gb to install NuTyx

    Thierry

    • Administrator
    • Hero Member
    • *****
    • Posts: 706
    • Karma: +13/-0
    • Gender: Male
      • NuTyX distribution
    Re: Installation issue with NuTyX xfce version
    « Reply #13 on: Tue Jul 26 11:02:20 2022 »
    DO NOT USE DD on your HardDrive
    It will erase them.

    You need to insert your USB key first then run

    Code: [Select]
    sudo lsblk -Sto identify your usb key as /dev/sdX

    Thierry

    Batmanxx1

    • Newbie
    • *
    • Posts: 23
    • Karma: +0/-0
    Re: Installation issue with NuTyx xfce version
    « Reply #14 on: Tue Jul 26 11:31:14 2022 »
    ok Thank you I will try and let you know