archlinux / archinstall

Arch Linux installer - guided, templates etc.
GNU General Public License v3.0
6.09k stars 529 forks source link

Nvidia-dkms installs wrong #2456

Closed dieBakterie closed 5 months ago

dieBakterie commented 5 months ago

When i use Desktop w/nvidia-proprietary it doen't do the nvidia-dkms stuff correctly nor at all. I'm using archinstall 2.7.2 and zen-kernel only. It does it in the process but when i boot in it i need to do it manually, nvidia.conf MODULE=(nvidia ....)...

svartkanin commented 5 months ago

Without an install log this can't be debugged

dieBakterie commented 5 months ago

what was the log format/the needed logs again? It's through installing w/archinstall 2.7.2 w/profile Desktop and Hyprland and nvidia-proprietary and there are no errors it just installs dkms and when i boot in chroot and check the modules arent added the nvidia.conf is missing and so on.

svartkanin commented 5 months ago

/var/log/archinstall/install.log

It'll show what happened during installation in your particular case

dieBakterie commented 5 months ago

install.log Here is the log.

svartkanin commented 5 months ago

According to the log

 "profile_config": {
        "gfx_driver": null,
        "greeter": null,
        "profile": {
            "custom_settings": {},
            "details": [],
            "main": "Minimal"
        }
    },

you did not install any driver nor profile so there will not be any nvidia packages isntalled

dieBakterie commented 5 months ago

Sry have only this one forgot that i did minimal to Cut down what i've to downoad, sorry.