The officially official Devuan Forum!

You are not logged in.

#1 2025-05-09 18:15:44

deepforest
Member
Registered: 2020-03-24
Posts: 386  

[SOLVED] Hide message from bootlog

Hi)
I am use Ceres.
Successfully install 340.108 nvidia driver.
All working good, but every boot i see this message at first string

[    1.957565] udevd[199]: Error running install command 'modprobe -i nvidia-legacy-340xx ' for module nvidia: retcode 1

Its bit annoying. Is there way to hide this message?

Its related with dracurt or initramfs

When i use dracurt --force this string gone from bootlog

[    1.957565] udevd[199]: Error running install command 'modprobe -i nvidia-legacy-340xx ' for module nvidia: retcode 1

but i see another errors at boot

[    4.139449] systemd-udevd[406]: failed to execute '/lib/elogind/elogind-uaccess-command' '/lib/elogind/elogind-uaccess-command /dev/sg1 ': No such file or directory
[    4.170784] systemd-udevd[407]: failed to execute '/lib/elogind/elogind-uaccess-command' '/lib/elogind/elogind-uaccess-command /dev/sr0 ': No such file or directory

and again when i did update-initramfs -u i see again this

[    1.957565] udevd[199]: Error running install command 'modprobe -i nvidia-legacy-340xx ' for module nvidia: retcode 1

its collision loop...

ps here nvidia modprobe file

/etc/nvidia/legacy-340xx/nvidia-modprobe.conf                                                                                                                     

install nvidia modprobe -i nvidia-legacy-340xx $CMDLINE_OPTS

install nvidia-uvm modprobe nvidia ; modprobe -i nvidia-legacy-340xx-uvm $CMDLINE_OPTS

remove nvidia modprobe -r -i nvidia-uvm nvidia

alias char-major-195* nvidia

# These aliases are defined in *all* nvidia modules.
# Duplicating them here sets higher precedence and ensures the selected
# module gets loaded instead of a random first match if more than one
# version is installed. See #798207.
alias   pci:v000010DEd00000E00sv*sd*bc04sc80i00*        nvidia
alias   pci:v000010DEd00000AA3sv*sd*bc0Bsc40i00*        nvidia
alias   pci:v000010DEd*sv*sd*bc03sc02i00*               nvidia
alias   pci:v000010DEd*sv*sd*bc03sc00i00*               nvidia

Last edited by deepforest (2025-05-09 18:19:42)


linux/bsd at desktop its sadomazo game/toy for geeks/nerds with absolutely no warranty and antifool protection ©
smile

Offline

#2 2025-05-10 04:48:37

deepforest
Member
Registered: 2020-03-24
Posts: 386  

Re: [SOLVED] Hide message from bootlog

its very werid
afrter manipulation with update-initramfs -u
now at bootlog i see
calling:trigger
calling:settle
...
instead
udevd[199]: Error running install command 'modprobe -i nvidia-legacy-340xx ' for module nvidia: retcode 1

its seems systemd related?

ps system working and booting good

Last edited by deepforest (2025-05-10 04:50:30)


linux/bsd at desktop its sadomazo game/toy for geeks/nerds with absolutely no warranty and antifool protection ©
smile

Offline

#3 2025-05-10 23:41:33

deepforest
Member
Registered: 2020-03-24
Posts: 386  

Re: [SOLVED] Hide message from bootlog

solved, thanks @All for useful answers here wink
add to grub

quiet loglevel=3

linux/bsd at desktop its sadomazo game/toy for geeks/nerds with absolutely no warranty and antifool protection ©
smile

Offline

Board footer