#Linux Arch doesn't boot
472 messages · Page 1 of 1 (latest)
Can you boot into live session?
not much of a live session in arch. just another commandline.
Means just terminal
yes
That can be helpful
good luck.
Why what happened 
nothing. u can handle this one.
nooo, we need stunner
I am not stable right now 🤧
Oh alright no problem 
I guess it can be a display issue
turn on your pc without plug in the Live USB
Press ctrl + alt + F2 or (F3 or F4 etc)
To get into terminal
If it works
Try checking system logs :
journalctl -xe
I noticed 3 errors Failed to read display number from pipe and Could not start Display server on vt 1
And NVRM: The NVIDIA GeForce GTX 550 Ti GPU installed in this system is NVRM: supported through the NVIDIA 390.xx Legacy drivers. Please NVRM: visit http://www.nvidia.com/ object/unix.html for more NVIDIA driver will ignore NVRM: information. The 570.86.16 NVRM: this GPU. Continuing probe.
In system logs?
Yes
Umm this seems like that your system is unable to start display server
The issue is related to graphics driver then
Probably
More likely to be
Is there anyway to fix?
Your system is having NVIDIA GeForce GTX 570 Ti GPU installed
Requires NVIDIA 390.xx Legacy drivers
Re installation of correct Nvidia driver probably
Can you try unplugging GPU once?
Like unplugging GPU from motherboard?
Yup!!!!
To verify if it's related to GPU
Afaik it's cause of driver
Current installed Driver in your system is 570.86.16
Which will ignore your GPU which is NVIDIA GeForce GTX 550 Ti it only works with 390.xx
I'm sure that everything I get from unplugging GPU is error that pc can't find GPU
Ok let's try reinstalling driver
Are you there bro
Were plugging pc back
How
Does it prompts grub menu?
Yes
Can you see any line which starts from Linux and in end there's something like splash and quiet
Ye
Can you show a pic
Yes
remove quiet and splash from there
And add
systemd.unit=multi-user.target
At the end of the line
Should look like
linux /vmlinuz-linux root=UUID=<your-uuid> rw systemd.unit=multi-user.target
Done
Press ctrl x
I mean save
Then reboot
Then we will remove existing Nvidia driver (570.xx)
sudo pacman -Rns nvidia nvidia-utils nvidia-settings
Then to remove remaining stuff
sudo rm -rf /etc/modprobe.d/nvidia.conf sudo rm -rf /usr/lib/modules/*/extramodules/nvidia*
How
Then
It should open a terminal
Where we will reinstall the 390.xx driver

Done
I removed NVidia stuff
After rebooting?
Yes
Alright now
We will reinstall
sudo pacman -Syu --needed base-devel git git clone https://aur.archlinux.org/yay.git cd yay makepkg -si
Then
yay -S nvidia-390xx-dkms nvidia-390xx-utils lib32-nvidia-390xx-utils
If it's not available already
Git doesn't want to install
What is promoted
skipping for the remainder of this transaction
Umm alright
yay -S nvidia-390xx-dkms nvidia-390xx-utils lib32-nvidia-390xx-utils
yay: command not found
sudo pacman -Syu
sudo pacman -S base-devel git
Then try
git clone https://aur.archlinux.org/yay.git
Same error
After sudo pacman -Syu?
Yes
Command not found
Btw have you logged in through text interface
Yes
Ok
As my user
Can you do
pacman -Qs base-devel
pacman -Qs git
Yup!
Second command - no output
The git one?
Yep
Basic tools to build Arch Linux packages```
Ok it's in
Maybe I don't have internet connection on that pc
Aredy trying to launch iwctl
Probably those commands are being scheduled and waiting for internet connection
Didn't worked?
Waiting for IWD to start...
sudo systemctl status iwd
Check for iwd status
Loaded
So it's active
Did it prompted something like
Inactive or Failed?
No, just Waiting for IWD to start
sudo systemctl start iwd
Run this to start iwd
It's working now
Then
sudo systemctl enable iwd "this enable iwd to start at boot"
Cool those commands are working now?
Now this
But first this
Still the same
sudo systemctl status iwd
Let's see is iwd is activated now or not
Yes it is
Let's see by rebooting system again?
Is internet working
After restarting
Launch iwctl
By typing:
iwctl
Also this doesn't saves config, it just boot the system with config
Yup that's for temporary
So you are in grub menu again?
It's connected and works
And still the same error in pacman
I checked internet connection alredy

Yeah as we did sudo systemctl enable iwd
iwd.service - iNet wireless daemon Loaded: loaded (/usr/lib/systemd/system/iwd.service; enabled; vendor preset: disabled) Active: active (running) since...
???
Active
Yes
sudo pacman -Syu
Still the same
Are there any other network services
sudo systemctl status NetworkManager
sudo systemctl status wpa_supplicant
Commands are too big
omg
I have Network Manager installed for KDE
Would you like to use iwd or network manager
Network Manager
Disabled
sudo systemctl start NetworkManager
Started
Done
Have you connected to the internet
How
Idk
My system language set as Russian and terminal doesn't supports it
Like it shows white boxes but not Russian symbols
What how
What
After what step
It shifted system lang to Russian
Let's try giving some vodka to it 
When installing I set my location as Russia because I'm Russian and it seted language automatically I guess
Any way to change language from terminal?
Alright so it should work then
locale -a
sudo locale-gen en_US.UTF-8
Or en_UK
🙃
en_UK is wrong ig
have it worked?
Generating locales...
ru_RU.UTF-8... done
Done
Now is it in English?
Again
Yup after sudo locale-gen es_US.UTF-8
ohh
Yea
Cool
property is missing
Error
Error: 802-11-wireless-security.key-mgmt: property is missing.
Arch Linux error edition 
Real
nmcli device wifi connect <SSID> password <password> --wifi-sec wpa2
Why lnstalling Linux on 2006 machine is so hard 
Arch is known for errors afaik 😶
Invalid extra argument '--wifi-sec'
nmcli dev wifi list
Check what security type your network is WPAx
Ii tryed two distros on this pc before Arch and both of them have problems when installing NVidia driver
Umm so have you tried any Os in it which worked?
Fedora - noveau error, Debian - broken kernel
If Windows XP counts then yes
It's off from 2006
How I know that something more new in this pc is GPU, it from 2011
It's doesn't accepts --wifi-sec in general, security type is right
Yes
nmcli device wifi connect "<SSID>" password "<password>" 802-11-wireless-security.key-mgmt wpa-psk
try this way more structured way
windows xp worked in it ?
if i,am not wrong windows xp is still being used in russia right?
Idk, maybe someone still uses it but mostly we use Windows 10
or 11
alright!
invalid extra argument again
manually setting up
nmcli con add type wifi ifname wlan0 ssid "<SSID>" wifi-sec.key-mgmt wpa-psk wifi-sec.psk "<password>"
Replace wlan0 with your actual wireless interface (nmcli device status can show this
then activate it by nmcli con up "<SSID>"
then check it's status by nmcli device status
Error: Connection activation failed: Secrets were required, but not provided
on running this?
Yep
umm if network is already listed there lets modify its password
then try again
nmcli connection modify "<SSID>" wifi-sec.key-mgmt wpa-psk wifi-sec.psk "<password>"
then nmcli connection up "<SSID>"
if didn't worked restart Network manager sudo systemctl restart NetworkManager
Still the same
if still not working
journalctl -xe | grep NetworkManager
and sharee the error
are you using WPA3
or WPA2
dosen't see any error
and
WPA2
have you restarted nm
Yep
if still error try deleting saved connection and reconnecting it agin nmcli connection delete "<SSID>" then nmcli device wifi connect "<SSID>" password "<password>"
if not working try this way
nmcli device wifi connect "<SSID>"
then it gonna ask you for password
then check if connection is saved correctly or not nmcli connection show "<SSID>"
It didn't asked but printed "Device 'wlan0' succesfuly activated"
Yep it works
what is being prompted
pacman started working!!
64 bytes from 8.8.8.8: icmp_seq=1 ttl=118 time=20.4 ms "something like this"
yep
nomore skippings?
Yep
sudo pacman -S git
yayyy your network is working now
yayyyyyy
I hope driver instalation won't break the kernel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
yup! fingers cross
run these step by step
@abstract rivet working?
I'm waiting for git to install
yep
Could not resolve host: aur.archlinux.org
@ionic atlas you there?
yup
fatal: unable to access 'https://aur.archlinux.org/yay.git/': Could not resolve host: aur.archlinux.org
I got a urgent work can you wait for 5-10 minutes
So sorry
Yep
Are you there?
hi
sorry for being late
I try to git clone and got this
Yep
Yes
CloudFlare, I use it with AmneziaWG/VPN
sudo nmcli connection modify "<SSID>" ipv4.dns "1.1.1.1 1.0.0.1"
sudo nmcli connection up "<SSID>"
Or maybe it's just disconnected
ping -c 4 google.com
Yup, wifi just disconected
lol
try reconnecting
Done, git cloned
Already waiting for install yay
Of course
@abstract rivet what's up with install still slow speed?
It's installed!
Shouldn't it be legacy drivers?
@ionic atlas
I got error:
-> No AUR package found for lib32-zlib
-> No AUR package found for lib32-libglvnd
-> could not find all required packages: lib32-libglvnd
390.xx is a old driver so it should be legacy
What about this?
sudo nano /etc/pacman.conf
Opened
#[multilib] #Include = /etc/pacman.d/mirrorlist
Uncomment both by removing #
Done
sudo pacman -Syu
Then:
sudo pacman -S lib32-libglvnd lib32-zlib
Have you done!
@abstract rivet
@abstract rivet
Have any error
??
Waiting for package database synchronising
5 KiB/s
Bro we should change mirrors
Let's check for Russia
cat /etc/pacman.d/mirrorlist | grep -A 1 "Server"
@abstract rivet
Then
sudo pacman-mirrors --country Russia
sudo pacman -Syyu
Now you having a Russian mirror which will give you better internet connection
@abstract rivet
pacman-mirrors: command not found
database file for 'multilib' dosen't exist
After which command?
Then
sudo nano /etc/pacman.conf
Again uncomment those two
Ctrl + X
y
after sudo pacman -S reflector
Those changes didn't got saved I guess
it got saved
Yep
sudo pacman -Syy
Then
sudo pacman -Syu
Then
sudo pacman -S lib32-libglvnd lib32-zlib
What about this?
Try running it once again!
It gives that error
sudo rm -rf /var/lib/pacman/sync/* sudo pacman -Syyu
Then
Reboot sudo reboot
Then
Check if multilib is available or not
pacman -Sl multilib
Check for errors
sudo pacman -Syyu
Then
sudo pacman -S reflector
Then
sudo reflector --country Russia --latest 10 --sort rate --save /etc/pacman.d/mirrorlist
For top 10 Russian fastest mirrors
.
And for top global fastest mirrors
sudo reflector --latest 10 --sort rate --save /etc/pacman.d/mirrorlist
Do global one if can be more fast probably
Then
sudo pacman -Syyu
And reboot
You can check mirrors and their speed by
rankmirrors /etc/pacman.d/mirrorlist
Now pacman will use fastest mirror
@abstract rivet lol tired i guess
I’m going to sleep so gonna continue trying to revive the OS tomorrow
Yoo

I’m back
yo how
have you downloaded that driver or something else
Downloaded driver
I tried to launch Half-Life 1 from steam and you know what? It's giving like ~4 fps
Like it's a game from 1998
Why it's lagging
By the steps that we discussed above or any other method?
Probably lack of memory? Have you created swap?
Or
It can be the issue with configurations or graphics settings
I have swap enabled
On Windows XP it's were working fine
8GB swap file
Are you using proton? Which comes with steam?
I'm using Proton Hotfix
Isn't Half-life 1 could be launched winoth using the proton?
@ionic atlas
Probably no
Try upgrading steam?
And any other related driver?
It's updated
What about graphics settings?
Yup!
I'm sure about that
Try upgrading mesa opengl
How
First do
glxinfo | grep "OpenGL version"
This gonna promt you the version of openGL that you have
4.5, mesa 24.3.4-arch1.1
umm
Check for it update?
Take a look in settings if there any option like
Hardware acceleration
If the issue in title is solved, let this post be, and make a new post for different issues please.
If not, continue.
Yup that can be more helpful
Created
You can put solved tag in this one XD
Okay, I saw today that Graphical Processor in about System (KDE app) says llvmpipe when it's should say name of the GPU installed in PC. Maybe drivers isn't installed correctly or idk
Linux Arch doesn't boot
nvidia-smi
In terminal
If it says command not found it means drivers aren't installed correctly
ubuntu-drivers devices
This will list you all recommended and available drivers from your graphics card
sudo apt update
sudo apt install nvidia-driver-390
Then reboot
sudo reboot
Now check the driver again
nvidia-smi
Or
glxinfo | grep "OpenGL renderer"
In last:
Try switching to Xorg display server
hope this will help you
@abstract rivet
i already solved this
How
Now what fps are you getting @abstract rivet
added four lines in xorg.conf
at hl 1 now normal fps
HL 2 dosen't launch for some reason
maybe vulkan problems
Cool
