Skip to main content
Topic: [SOLVED] xfce iso not booting to gui (Read 1756 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

[SOLVED] xfce iso not booting to gui

downloaded artix-xfce-openrc-20230215-x86_64.iso
CRC https://i.imgur.com/zx6Vmrj.png
iso bootting to live tty prompt login
nouveau not loading
startx not working
why?
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: xfce iso not booting to gui

Reply #1
Which ISO ?
Official and Weekly both fit your description.

Have a look in /var/log/Xorg,0.log, do you spot any errors?

Re: xfce iso not booting to gui

Reply #2
Official
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: xfce iso not booting to gui

Reply #3
same with Weekly
logs attached
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: xfce iso not booting to gui

Reply #4
The Official iso works on KVM. From which I can see the display manager is lightdm. Xorg seems to be ok.
Show the contents of the logs in /var/log/lightdm and maybe try and start manually
Code: [Select]
su
rc-service lightdm stop
lightdm -d
Seems odd?

Re: xfce iso not booting to gui

Reply #5
Weekly
not help
log attach
Now trying Official...
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: xfce iso not booting to gui

Reply #6
Same with Official :(
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: xfce iso not booting to gui

Reply #7
The lightdm.log on the VM I fired up has many more lines relating to the startup of X.
Just after
[+0.01s] DEBUG: User artix added
the next line is different on yours then the rest is missing.
So maybe it is an X problem?

Really not sure sorry.

Re: xfce iso not booting to gui

Reply #8
previously at autumn 2022 all was working :(
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: xfce iso not booting to gui

Reply #9
i have old nvidia card
and at bootlog very quick i seen red * and nvidia word

rc.log

failed to load nvidia-uvm
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: xfce iso not booting to gui

Reply #10
found!
here too new nvidia drivers preinstalled at iso for my old videocard
how make nouveau working?
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

 

Re: xfce iso not booting to gui

Reply #11
found!
here too new nvidia drivers preinstalled at iso for my old videocard
how make nouveau working?

I was wrong in what I thought before. X is the problem. If you look in the log it's finding the nouveau driver but not using it then trying with fbdev.

Do you still have the older ISO ?
If not there is one here https://iso.artixlinux.org/archived-iso/artix-xfce-openrc-20220713-x86_64.iso

Path of least resistance:
Install from the older iso then update the system. Gets you to the same place hopefully.



Re: xfce iso not booting to gui

Reply #12
enable nouveau at kernel boot
blacklist nvidia
remove nvidia and nvidia-utils
reinstall mesa and xf86-video-nouveau
install accountsservice

not help

lightdm not start
startx error
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: xfce iso not booting to gui

Reply #13
Trying to artix-xfce-openrc-20220713-x86_64.iso
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: xfce iso not booting to gui

Reply #14
Latest log shows X trying to use the vesa driver.

startx would need xorg-xinit installed.
Try the older iso remains my advice if it worked before.

Edit:
ninja'd