Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: neogeo on 04 January 2022, 03:08:16

Title: What to choose?
Post by: neogeo on 04 January 2022, 03:08:16
Hello.
I am new and complete noob about Artix.
Only one question:
- What init system to choose/download for my first installation (Cinnamon)?
I am not a required user. . .

TNX
Title: Re: What to choose?
Post by: tintin on 04 January 2022, 05:46:02
Hello and welcome !

I came from Systemd and chose OpenRC.

In my humble opinion, OpenRC is the most "just works" of the proposed init.

I have it on five different PCs and haven't had any issues with openrc for two years.

Runit, S6 etc. perform very well, but sometimes need some adjustment, from what I've read about them.
Title: Re: What to choose?
Post by: Chris Cromer on 04 January 2022, 13:41:32
Each init has its strengths and weaknesses.

runit pros: simplest, uses very little RAM.
runit cons: no true dependency tree, not many extra bells and whistles, no longer developed upstream.

s6 pros: fastest to boot, full featured, a good contender to replace systemd completely.
s6 cons: more complex, bigger learning curve.

openrc pros: balanaced, lightweight, and optional service supervision, adopted in many distros so has a lot of support.
openrc cons: not the fastest, but still faster than systemd.


I can't speak much for dinit and suite66 since I have not really played around with them yet.

I personally use and recommend OpenRC. It has the most documentation and support because of its wide usage in many distros, especially gentoo. So finding OpenRC scripts, guides, and info is much easier than the rest.
Title: Re: What to choose?
Post by: strajder on 04 January 2022, 14:25:02
@OP: There was a similar topic to this one not that long ago.

All init systems supported by Artix work. They are all automatically better than systemd because they focus on doing the init system's job instead of aiming to do everything and failing. Booting speed is better than systemd, since the init systems supported by Artix follow the Unix tradition of "doing one thing, doing it well, and working with other programs", but it is also irrelevant since Unix-like systems aren't designed to be rebooted often (they are/should be robust like that). Of course, systemd breaks with this tradition too.

My advice is to pick one init system, stick with it and learn it well. Learn at least the essential: how the services are managed, and later you might even consider learning how they are internally organized and created.
Title: Re: What to choose?
Post by: calvinh on 04 January 2022, 17:05:06
Recommend OpenRC, too. It's stable and well documented. Easy for new users migrated from systemd.

s6 and 66 may have more features, but the learning curve is a little steep. Artix dev team has done a very good job translating/simplifying the original documents into Artix wiki pages. It took me some time to read through documents on skarnet and obarun websites. Have to see it's not easy to follow. :)
Title: Re: What to choose?
Post by: limotux on 04 January 2022, 18:53:13
Welcome @neogeo
I am sure you will enjoy.
I am relatively new and I had the same question. After reading as much as I can on the wiki and on this forum I chose OpenRC
Everything is working better than expected.

Enjoy!
Title: Re: What to choose?
Post by: neogeo on 05 January 2022, 03:20:59
TNX to all :)
I will try OpenRC  and post my satisfactions with Artix Cinnamon (now i am using Manjaro Cinnamon).

TNX again!
Title: Re: What to choose?
Post by: neogeo on 07 January 2022, 05:29:53
Hmm. Strange thing happening.
I have downloaded 2 Cinnamon ISO files and tried to make bootable USB with Balena Etcher but both ISOs mark me an error at the end of USB making so i can't install Artix Cinnamon (can't properly load bootable ISO (checked ISO CRC was always good).
(https://i.imgur.com/crnfGgq.png)
This is my SIG check for both files:
Quote
[ng@ng-LinuxPC Downloads]$ gpg --auto-key-retrieve --verify artix-cinnamon-openrc-20210726-x86_64.iso.sig artix-cinnamon-openrc-20210726-x86_64.iso
gpg: Signature made sreda, 28. jul 2021. 10:22:09 CEST
gpg:                using RSA key A574A1915CEDE31A3BFF5A68606520ACB886B428
gpg: /home/ng/.gnupg/trustdb.gpg: trustdb created
gpg: key 606520ACB886B428: public key "Christos Nouskas <[email protected]>" imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg: Good signature from "Christos Nouskas <[email protected]>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: A574 A191 5CED E31A 3BFF  5A68 6065 20AC B886 B428
Please any advise how to make bootable ISO (with Balena or a Rufus or a something else, formated as GPT or a MBR...)

TNX 

Title: Re: What to choose?
Post by: tintin on 07 January 2022, 08:57:44
.../.... Please any advise how to make bootable ISO (with Balena or a Rufus or a something else, formated as GPT or a MBR...)
An alternative solution is to use dd:
Code: [Select]
# dd bs=4M if=path/to/artix-version-x86_64.iso of=/dev/sdx conv=fsync oflag=direct status=progress
Tip: Find out the name of your USB drive with lsblk. Make sure that it is not mounted.
https://wiki.archlinux.org/title/USB_flash_installation_medium#Using_basic_command_line_utilities
Title: Re: What to choose?
Post by: strajder on 07 January 2022, 09:57:08
Don't use Balena Etcher (https://wiki.archlinux.org/title/USB_flash_installation_medium#Using_etcher).
Title: Re: What to choose?
Post by: marlhin on 07 January 2022, 13:05:57
Hmm. Strange thing happening.
I have downloaded 2 Cinnamon ISO files and tried to make bootable USB with Balena Etcher but both ISOs mark me an error at the end of USB making so i can't install Artix Cinnamon (can't properly load bootable ISO (checked ISO CRC was always good).
(https://i.imgur.com/crnfGgq.png)


I got the same error. Your USB-drive will boot just fine and also the installation should work without any issues.

@strajder I usually use dd for flashing my USB-drives but sometimes it won't work (cannot boot the flashdrive) so Balena Etcher is a convenient solution but I really didn't know that it includes such behavior without consent of the user. Thanks for the info!
Do you have any viable alternatives if dd does not work as intended? Unetbootin sometimes does not work either...
Title: Re: What to choose?
Post by: tintin on 07 January 2022, 16:18:58
Do you have any viable alternatives if dd does not work as intended? Unetbootin sometimes does not work either...

Code: [Select]
yay -Ss  imagewriter
aur/isoimagewriter-git 0.8.r21.g081a939-1 (+2 0.00)
    Tool to write a .iso file to a USB disk
aur/imagewriter-git 20201109-1 (+11 0.00)
    A graphical utility for writing raw disk images & hybrid ISOs to USB keys. QT5 GIT release.
aur/isoimagewriter 0.8-1 (+14 0.18)
    Tool to write a .iso file to a USB disk
aur/imagewriter 1.10.1432200249.1d253d9.2.9-1 (+187 0.61) (Obsolète : 2022-01-07) (Installé)
    A graphical utility for writing raw disk images & hybrid isos to USB keys

Title: Re: What to choose?
Post by: strajder on 07 January 2022, 18:15:03
@strajder I usually use dd for flashing my USB-drives but sometimes it won't work (cannot boot the flashdrive) so Balena Etcher is a convenient solution but I really didn't know that it includes such behavior without consent of the user. Thanks for the info!
Do you have any viable alternatives if dd does not work as intended? Unetbootin sometimes does not work either...
Unetbootin (https://wiki.archlinux.org/title/USB_flash_installation_medium#Using_UNetbootin) is also listed on that Arch wiki page (https://wiki.archlinux.org/title/USB_flash_installation_medium) as an "inadvisable method" to create a live medium.

Just take the time to read that whole page, it lists multiple possible solutions. In general, if cp or dd don't work, other programs won't either, as the medium or ISO itself are likely faulty.
Title: Re: What to choose?
Post by: treebark on 07 January 2022, 20:14:26
Do you have any viable alternatives if dd does not work as intended? Unetbootin sometimes does not work either...
Hello, a good alternative for creating live USB installers is 'bootiso' from the AUR, it's a very user-friendly command line program that just works, its man page contains usage examples for exactly what you're trying to do.
Since you say you're a noob i will warn you that the AUR is a software repository that anyone can upload programs to, it functions without supervision from devs or package mantainers, aside from report-driven moderation.
Make sure you're okay with the actions that each package contains, such as downloading sources or binaries (where is it getting them from?), executing scripts (it's asking for root privileges, so what's it doing?), placing files and executables (desktop files, man pages, what and where to?)
Title: Re: What to choose?
Post by: neogeo on 08 January 2022, 02:57:19
OK. I will try some of the described methods later today and publish the results after that.
I have try to boot installation with error copied ISO and the boot was successful but whatever icon i click from the desktop or other nothing happened. No any reaction :(
Title: Re: What to choose?
Post by: neogeo on 08 January 2022, 03:00:56
. . .
Just take the time to read that whole page, it lists multiple possible solutions. In general, if cp or dd don't work, other programs won't either, as the medium or ISO itself are likely faulty.
Medium isn't faulty because all other distro ISO versions working like a charm (Manjaro, Fedora, Ubuntu, Garuda...)
Title: Re: What to choose?
Post by: rayburn on 08 January 2022, 10:58:49
OK. I will try some of the described methods later today and publish the results after that.
I have try to boot installation with error copied ISO and the boot was successful but whatever icon i click from the desktop or other nothing happened. No any reaction :(

That is a known issue with certain isos, if you disconnect wifi briefly, the desktop should be responsive again,
Title: Re: What to choose?
Post by: strajder on 08 January 2022, 13:55:36
That is a known issue with certain isos, if you disconnect wifi briefly, the desktop should be responsive again,
It's NetworkManager (https://wiki.artixlinux.org/Main/Troubleshooting#Applications_won.27t_open_while_Wireless_connection_is_active).
Title: Re: What to choose?
Post by: neogeo on 09 January 2022, 05:37:08
Hello.
I have tried all the described methods (dd, Image Writer and others mentioned) but none of them work.
I also tried to turn off Wi-Fi (I don't have it and I don't use it) with code that changes the script, but the icons on the desktop have no answer (when I click on them, only a small clock appears that disappears after a short time) except the Menu-> icon. Restart / Sleep / Hibernate. Just work.

I give up because I don't want to pray for Artix to install.

THANK YOU ALL!
Title: Re: What to choose?
Post by: tintin on 09 January 2022, 07:15:15
Hello.
I have tried all the described methods (dd, Image Writer and others mentioned) but none of them work.
Hello,

Have you tried a "weekly" iso?
Have you tried another version eg lxqt or xfce?
https://iso.artixlinux.org/weekly-isos.php

Quote
I give up because I don't want to pray for Artix to install.
Oh !

Quote
THANK YOU ALL!
You are welcome.  8)

Title: Re: What to choose?
Post by: neogeo on 09 January 2022, 07:23:43
Hmm.
I haven't tried the weekly ISO and I'm only interested in Cinnamon.
Now I am d/l weekly cinnamon and I will give it a chance after d/l.
Title: Re: What to choose?
Post by: tintin on 09 January 2022, 07:54:22
Hmm.
I haven't tried the weekly ISO and I'm only interested in Cinnamon.
Sometimes you can install a lxqt version and then add another graphical interface.
This is what I was doing when there was no xfce iso available for Artix.


Quote
Now I am d/l weekly cinnamon and I will give it a chance after d/l.
Hope for the best!


Title: Re: What to choose?
Post by: neogeo on 09 January 2022, 08:06:10
:(
All the same again...
I have tried with Kernel boot parameter 'intel_iommu=on iommu=pt' but all the same. . .
Sorry, but quitting :(

TNX!