Hello
I want to switch from windows 10 to linux soon. I ran garuda linux on live usb with nvidia drivers but the system didn't boot, then i rebooted and booted with open source drivers and everything worked. The question is how do I fix the error with these drivers? I will add that a few days ago I installed Manjaro linux on a friend's laptop and the nvidia drivers worked.
Hello @Vejr0nPl nice to see your interest into Linux and in Garuda.
Well, although you might have driver issues you could start a Live version already. As it is stated in the posting template for this forum, you need to provide us the output of garuda-inxi.
Otherwise it will be more like an guess and hit or rather miss than a proper assistance.
Also note, for posting your inxi output you need to format it as seperate code by using
three tildes ~~~
on the start of the code output and tildes at the end, for a better
readability. Don't worry about the fact that the garuda-inxi gives you a ton of output. Simply copy paste it between the three tildes as just said and everyone can have a good read and will be able to help ya.
As I write, I'm on a live USB but for now I'm not going to install the system on the disk because I have no way to copy the games and my internet is too slow to download everything from scratch.
And I will add that I write everything through google translate because I do not know English so well, so if something seemed incomprehensible to the poor, it was because of that.
I don't know why but the last 2 lines were written between two tildes even though I wrote it after them. Sorry, I must have done something wrong
A sample
Post always your terminal in- and output as text like
~~~
garuda-inxi
System:
Kernel: 5.18.15-zen1-2-zen arch: x86_64 bits: 64 compiler: gcc v: 12.1.1
parameters:
rest
~~~
I had the same problem with mine, it works just fine with the option to boot in with open source drivers, but the nvidia driver option kept hanging at start up.
@KalusVP@Novaflame try installing the LTS kernel and see if you are able to complete the Nvidia driver installation with that.
sudo pacman -S linux-lts linux-lts-headers
You can select the kernel from the advanced boot options in the Grub menu.
@Vejr0nPl I encourage you to complete the installation with open-source drivers, then install Nvidia drivers after the fact. From within the live environment it is impossible to make any changes that will help the driver installation succeed.
This is the install approach I've always taken with Garuda. I only ever use open-source drivers for the install and add nvidia after I've booted into a successfully installed Garuda.
You can use the HW assistant (Garuda Welcome - > Garuda Settings Manager - > Hardware Configuration) and autoinstall drivers.
Altrrnatively the same command executed by the HW assistant is:
Yes, and it failed. And then I tried to manually install the drivers through the file from the nvidia website, but after adding the nouveau driver to the blacklist, the system did not start and I did not know how to install the drivers further
Failed with the same signature error or a different one?
The drivers from the Nvidia site should be avoided. As a last resort, try installing the nvidia-dkms package.