[SOLVED]Who can build an ISO for me? 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 afterwardsWho can do this for me?Kind Regards Last Edit: 06 January 2018, 15:24:56 by thefallenrat
Re: Who can build an ISO for me? Reply #1 – 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.
Re: Who can build an ISO for me? Reply #2 – 31 December 2017, 16:33:00 How should I install it? I can't access the system.
Re: Who can build an ISO for me? Reply #3 – 31 December 2017, 16:37:32 live session login:user: artixpass: artixsudo pass: artix
Re: Who can build an ISO for me? Reply #4 – 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.
Re: Who can build an ISO for me? Reply #5 – 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 Last Edit: 31 December 2017, 17:10:28 by artoo
Re: Who can build an ISO for me? Reply #7 – 31 December 2017, 17:14:10 Code: [Select]nouveau.modeset=0may do the trick.
Re: Who can build an ISO for me? Reply #8 – 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.
Re: Who can build an ISO for me? Reply #9 – 31 December 2017, 17:57:07 I don't have another pc. I will try it with nouveau.modeset=0But 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).
Re: Who can build an ISO for me? Reply #10 – 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.
Re: Who can build an ISO for me? Reply #11 – 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.
Re: Who can build an ISO for me? Reply #12 – 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.
Re: Who can build an ISO for me? Reply #13 – 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.isohttps://sourceforge.net/projects/refractahttps://dev1galaxy.org/viewtopic.php?id=1803
Re: Who can build an ISO for me? Reply #14 – 02 January 2018, 22:12:39 1 Userspace interface to nouveau-specific kernel DRM services -- runtime2 X.Org X server -- Nouveau display driverBoth 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. Last Edit: 03 January 2018, 00:13:38 by fungalnet