Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: daemon on 31 December 2017, 16:04:56

Title: [SOLVED]Who can build an ISO for me?
Post by: daemon on 31 December 2017, 16:04:56
Hi!

I have Artix in a VBox and tried to build an ISO with artools, and it finished with no errors. The problem is, that I can't login to the live session, I always get the message that the login is incorrect.

Why I need a new ISO?
Well, I tried to install Artix on my PC, but it doesn't work with nouveau, I need nvidia with nvidia-utils and nvidia-settings. It has nothing to do with Artix, no Distri will work with nouveau.

So what I need is:
- KDE Plasma
-  nvidia, nvidia-utils and nvidia-settings
- ck Kernel for AMD Ryzen and nvidia Kernel modules would fine but I can install it afterwards

Who can do this for me?

Kind Regards
Title: Re: Who can build an ISO for me?
Post by: artoo on 31 December 2017, 16:11:28
Jjust install nvidia-dkms and be done with it.
We likely won't build iso with proprietary drivers on it.
Title: Re: Who can build an ISO for me?
Post by: daemon on 31 December 2017, 16:33:00
How should I install it? I can't access the system.
Title: Re: Who can build an ISO for me?
Post by: artoo on 31 December 2017, 16:37:32
live session login:
user: artix
pass: artix
sudo pass: artix
Title: Re: Who can build an ISO for me?
Post by: daemon on 31 December 2017, 16:50:12
You don't understand:

I can't access the system because of the not available nvidia driver. The screen flickers and I can't login.
Title: Re: Who can build an ISO for me?
Post by: artoo on 31 December 2017, 17:08:15
You may have to add kernel parameters for nouveau.
In grub screen, you can set additional kernel parameters, it also shows some help, iirc it shows necessary params for nouveau.
Its the menu entry above Help.

https://wiki.archlinux.org/index.php/nouveau
Title: Re: Who can build an ISO for me?
Post by: daemon on 31 December 2017, 17:11:09
I will try it tomorrow.
Title: Re: Who can build an ISO for me?
Post by: artoo on 31 December 2017, 17:14:10
Code: [Select]
nouveau.modeset=0

may do the trick.
Title: Re: Who can build an ISO for me?
Post by: fungalnet on 31 December 2017, 17:45:29
If you have another pc that will boot artix and make an installation on a usb stick, add all the firmware and pkgs you need for nouveau then dd if=/dev/sdb of=/dev/sdanewpartitionname

The only thing to remember when dd something from a stick the uuid transfers to the other partition so you have to use gparted or something to assign a new uuid or the system will not read both at the same time.  Also you have to modify grub to get it to boot first try.  (ie hd1,msdos1 should become hd0,msdos8 or something like that, the uuid you see on the entries should be correct as it came from the USB).

Don't let other systems' grub make an entry for artix or you will get kernel panick and lock.
Title: Re: Who can build an ISO for me?
Post by: daemon on 31 December 2017, 17:57:07
I don't have another pc.

I will try it with nouveau.modeset=0


But another question:
why can't I login with my ISO build with artools? It says login incorrect ( no I didn't edit anything except to add nvidia to the package list).
Title: Re: Who can build an ISO for me?
Post by: daemon on 01 January 2018, 12:39:53
I can't login to to the system.

I added nouveau.modeset=0 and then the system ends at starting.agetty 2-6.
I pressed enter and logged in with artix/artix, but couldn't start Xorg.
Title: Re: Who can build an ISO for me?
Post by: fungalnet on 02 January 2018, 09:14:33
I don't know which iso you are using, the old-lxqt maybe?
Try sudo sddm if you have logged in as artix.
The old iso has invalid repositories for Artix, you can copy them and paste them on the /etc/pacman.d/mirrorlist and remove the sf.
Then do an update of the keyring, pacman, and re-update.

I have been able to make a good installation using the old iso but not consistently as calamares seems to crash and need a reboot to work well again.  Reboot means you need to re-edit the mirrorlist.
As I understand it while calamares does the installation it uses pkg from the repos not the ones on the iso, so once the system installs it is already updated to the minute the installation starts.

Hey, at least you have gotten to the login console.  I have no clue how to help with nouveau stuff.
Title: Re: Who can build an ISO for me?
Post by: daemon on 02 January 2018, 12:45:50
The latest lxqt Iso from October.

And, I can't login in the live session, so it's not possible to do anything.
Title: Re: Who can build an ISO for me?
Post by: fungalnet on 02 January 2018, 17:52:10
Maybe if you can help me locate the proper firmware in Devuan/Debian I can make a refracta minimal iso for you so you can use it to chroot to an artix system.

I'look into it and write back.

This just came out, maybe you should give it a try, it claims to be loaded with all kinds of firmware.
https://sourceforge.net/projects/refracta/files/testing/refracta9_nox_amd64_beta-20171225_1816.iso
https://sourceforge.net/projects/refracta

https://dev1galaxy.org/viewtopic.php?id=1803

Title: Re: Who can build an ISO for me?
Post by: fungalnet on 02 January 2018, 22:12:39
1   Userspace interface to nouveau-specific kernel DRM services -- runtime
2   X.Org X server -- Nouveau display driver

Both of these packages are included in the iso mentioned above.
Maybe you can run a vm, make an installation of Artix, add the necessary firmware and then make an image and transfer it to a partition.

 
Title: Re: Who can build an ISO for me?
Post by: nous on 03 January 2018, 10:05:44
I can't login to to the system.

I added nouveau.modeset=0 and then the system ends at starting.agetty 2-6.
I pressed enter and logged in with artix/artix, but couldn't start Xorg.
If you can log in as artix, you can sudo pacman -Syu to fully update the installation and then probably you can start sddm. Alternatively, install another DE (lxde and xfce are good lightweight alternatives) and login manager (lightdm).

Code: [Select]
sudo pacman -Syu
sudo pacman -S xfce4 lxde lightdm lightdm-gtk-greeter
nano /etc/conf.d/xdm  # change sddm to lightdm
Title: Re: Who can build an ISO for me?
Post by: daemon on 03 January 2018, 13:36:09
Well, like I said, I can't login.

Now I have 3 options:
1. build an ISO with artools (but I always get the message that the login is incorrect)
2. make an ISO from a VBox installation (have to look how this will be done)
3. wait for a new official ISO from you
Title: Re: Who can build an ISO for me?
Post by: fungalnet on 03 January 2018, 13:47:18
What I understood is that he can't login to the system because he can't see anything.
I wonder if he used the minimal nox image and maybe use a low resolution screen, like a tv with a pc port,
would this gfx even refuse to display anything?
Title: Re: Who can build an ISO for me?
Post by: fungalnet on 03 January 2018, 13:51:09
In the vm installation, can you dd the partition of the installation that includes all your nouveau firmware/drivers etc and then use that image to make an installation on the disk?  Or dd this image into a stick and boot from there to see if it works.
Even if it will no work, with whatever other system you have on it you can figure a way to chroot into it and fix it.
Title: Re: Who can build an ISO for me?
Post by: daemon on 03 January 2018, 14:27:05
No, I have the latest lxqt iso, fullhd monitor and a nvidia gpu.

With that iso the system hangs at starting.agetty etc.

With the self builded iso the system said that the login is incorrect.

Later or tomorrow I will make some photos and show you what I mean.
Title: Re: Who can build an ISO for me?
Post by: daemon on 06 January 2018, 14:54:46
With the new ISO I could install Artix with KDE Plasma and nvidia.

Everything works!  :)