clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
520 stars 29 forks source link

long time to boot #2725

Open constantius24 opened 2 years ago

constantius24 commented 2 years ago

Hi. After upgrade to version 37000 Gnome 42.4 Nvidia G210 Neauvoux driver, system boot 2-3 minutes to login menu. Its hangs ob black screen. I did swupd repair from usb stick but it has found 5 errors and in my case changed nothig. Kernel 4.19-LTS. I also cant change kernel via clr-boot-manager set-kernel. When i set 5.4-LTS it shows in use 5.4 but still boot to 4.19. My systemd-analyze Startup finished in 7.897s (firmware) + 188ms (loader) + 17.501s (kernel) + 1.823s (userspace) = 27.411s graphical.target reached after 1.428s in userspace.

constantius24 commented 2 years ago

ok i have discovered that is nvidia card problem ( maybe with gdm or gnome ). When i remove nvidia 210 from computer system boot very quickly ( intel HD530 ).

marioroy commented 2 years ago

The driver checks for a USB3 display. The following will disable it, decreasing boot time.

sudo mkdir -p /etc/modprobe.d
sudo tee "/etc/modprobe.d/disable-i2c_nvidia_gpu.conf" >/dev/null <<'EOF'
blacklist i2c_nvidia_gpu
EOF
constantius24 commented 2 years ago

Thank you. I can not confirm that it works because I replaced the G210 card with the GT710. And this is how I solved the problem. But maybe someone will benefit.