You are not logged in.
Hi, please any idea why system doesn't boot til login prompt with the default nvidia setting?
Had to add nvidia-drm.modeset=0 to kernel params.
Only kernel error what I see is
Oct 13 09:58:23 mike-pc kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 560.35.03 Fri Aug 16 21:39:15 UTC 2024
Oct 13 09:58:23 mike-pc kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 560.35.03 Fri Aug 16 21:21:48 UTC 2024
Oct 13 09:58:23 mike-pc kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Oct 13 09:58:23 mike-pc kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Oct 13 09:58:23 mike-pc kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 560.35.03 Fri Aug 16 21:39:15 UTC 2024
Oct 13 09:58:23 mike-pc kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 560.35.03 Fri Aug 16 21:21:48 UTC 2024
Oct 13 09:58:23 mike-pc kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Oct 13 09:58:23 mike-pc kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Oct 13 09:58:23 mike-pc kernel: ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20240322/nsarguments-61)
Oct 13 09:58:23 mike-pc kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20240322/dsfield-184)
Oct 13 09:58:23 mike-pc kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20240322/dswload2-477)
Oct 13 09:58:23 mike-pc kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20240322/psparse-529)
Oct 13 09:58:24 mike-pc kernel: nvidia-uvm: Loaded the UVM driver, major device number 236.
Oct 13 09:58:23 mike-pc systemd-modules-load[422]: Inserted module 'nvidia_uvm'
Any idea what might be the issue?
Last edited by mikael (2024-10-18 16:18:55)
Offline
The system will likely still boot but your graphical target will fail - or you're just rolling over to the simpledrm device.
Some frequent issue was that the nvidia_drm.fbdev default has changed, try to explicitly set it to "nvidia_drm.fbdev=0"
In any event see whether the mulit-user.target still boots, the journal lines you've posted are uncritical, uvm is for cuda
Online
Thanks, changed nvidia_drm.modeset=0 to nvidia_drm.fbdev=0 and also boots. Will leave it.
Offline