please help
Hello I have recently encountered the same issue. None of the solutions above seems to be working. The black screen for (k)ubuntu starting appeared after linux kernel+nvidia drivers update, but switching back to any of the previous versions does not resolve the issue.
Kubuntu 18.04, GeForce GTX 1070, ASUS Strix GL502V.
nvidia-bug-report.log.gz (261.9 KB)
Thanks for any help!
Hi,
I think I have the same problem as rest of the people here. I have stationary PC. GPU is 1080ti
, Intel 8700k
CPU. MB is AsRock Z370 Extreme4
. Fresh Ubuntu 21.04
installation with Win-Linux dual-boot
setup.
After installation I can restart the Linux environment as many times as I want. But the resolution is ultra-low (1024x). So I update the Nvidia drivers from PPA (tried versions 450 and 460).
- When restarting the PC soon after nvidia driver installation - PC just freezes and therefore wonât restart.
- After system hard switch-off and ON - PC proceeds with boot process as normally, shows the GRUB window, then tries loading the Ubuntu (which is selected as default system) and⌠freezes. All I see is the Asrock logo in the middle of a black window. No console, no cursor, no log messages.
nomodeset
and nouveau.modeset=0
do only 1 difference. Instead of seeing the Asrock logo - PC shows a completely black window with no cursor or logs. And seemingly freezes/does nothing.
With some trial and error I have managed to connect to PC via SSH when kernel is run with parameters nomodeset noefi noacpi noapci
- some of these parameters seems to have helped. The system is still not booted but I can SSH into it. And I see some logs and a console. Also at this point I also managed to CTRL+ALT+F2. (I think it was when I installed sddm
as default desktop manager) but the problem persists.
When connected via SSH - I tried running the nvidia-bug-report.sh
(also with flags) command but it never finishes executing so I cannot provide you with the log file. When I type âtopâ command to see the running processes I can see that there is 1 process that eats up 100% of CPU at all times: kworker/9:1+rcu_gp
. Is this helpful?
I have already reinstalled the Ubuntu system 4 times because of this issue⌠Please help. I am ready to provide all the information I can in order to make it workâŚ
p.s. In BIOS: secure boot
disabled, fast boot
disabled. Dedicated GPU selected as default. BIOS is of latest version.
Fresh Ubuntu 20.04 install:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get install openssh-server
sudo apt-get install lightdm
sudo dpkg-reconfigure lightdm
sudo apt-get remove nvidia*
sudo apt-get remove nvidia-*
reboot
echo âblacklist nouveauâ | sudo tee -a /etc/modprobe.d/blacklist-nouveau.conf
echo âblacklist lbm-nouveauâ | sudo tee -a /etc/modprobe.d/blacklist-nouveau.conf
echo âoptions nouveau modeset=0â | sudo tee -a /etc/modprobe.d/blacklist-nouveau.conf
echo âalias nouveau offâ | sudo tee -a /etc/modprobe.d/blacklist-nouveau.conf
echo âalias lbm-nouveau offâ | sudo tee -a /etc/modprobe.d/blacklist-nouveau.conf
echo âblacklist nouveauâ | sudo tee -a /etc/modprobe.d/blacklist.conf
echo âblacklist nvidiafbâ | sudo tee -a /etc/modprobe.d/blacklist.conf
echo âoptions nouveau modeset=0â | sudo tee -a /etc/modprobe.d/nouveau-kms.conf
echo âblacklist nvidiafbâ | sudo tee -a /etc/modprobe.d/blacklist-nvidiafb.conf
sudo bash -c âecho blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.confâ
sudo bash -c âecho options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nvidia-nouveau.confâ
sudo depmod -ae
sudo update-initramfs -u
reboot
sudo apt-get install dkms build-essential linux-headers-$(uname -r)
sudo service lightdm stop
sudo apt-get install nvidia-driver-460
sudo apt install nvidia-prime
sudo prime-select nvidia
verify no entries:
grep blacklist /etc/modprobe.d/* | grep nvidia
grep blacklist /lib/modprobe.d/* | grep nvidia
- reboot (regular reboot - stuck at AsRock window. No SSH possibilities)
- reboot (with
nomodeset
- black screen, but with shell console log-on option available in WinSCP client. SSH logon in putty freezes after entering password)
now, while in this black screen mode, and with console terminal opened on another PC in WinSCP. Here is diagnostics data.
lshw -c video
*-display
description: VGA compatible controller
product: GP102 [GeForce GTX 1080 Ti]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:163 memory:de000000-deffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(size=128) memory:c0000-dffff
lsmod | grep nvidia
nvidia_uvm 1011712 0
nvidia_drm 57344 0
nvidia_modeset 1228800 1 nvidia_drm
nvidia 34136064 8 nvidia_uvm,nvidia_modeset
drm_kms_helper 217088 1 nvidia_drm
drm 552960 3 drm_kms_helper,nvidia_drm
modprobe nvidia
nothing returned
cd /usr/share/X11/xorg.conf.d/
&& ls
10-amdgpu.conf
10-nvidia.conf
10-quirks.conf
10-radeon.conf
40-libinput.conf
70-wacom.conf
cat 10-nvidia.conf
Section âOutputClassâ
Identifier ânvidiaâ
MatchDriver ânvidia-drmâ
Driver ânvidiaâ
Option âAllowEmptyInitialConfigurationâ
ModulePath â/usr/lib/x86_64-linux-gnu/nvidia/xorgâ
EndSection
cd ~
or cd /tmp
sudo nvidia-bug-report.sh
Seems like at this point system is in read-only modeâŚ
ERROR: Working directory is not writable; please cd to a directory
where you have write permission so that the nvidia-bug-report.log.gz
file can be written.
cd /dev
sudo nvidia-bug-report.sh
The tool DOES run in /dev folder, but it aborts my remote session for some reason. So I never see the tool finishing executing! However, it DOES produce report files⌠Though, only 2kb in size
reboot into recovery mode. Enable networking. Open root console.
rm /run/nologin
systemctl restart ssh
cd ~
nvidia-bug-report.sh âsafe-mode --extra-system-data
Without âsafe-mode --extra-system-data
attributes - command hanged/freezed the PC on first try⌠On second try - with attributes - command actually finished with no problems.
So, long story short - I have the same problem as before. Completely black screen, with no cursor or any means of iteraction (when booted with nomodeset
). Without nomodeset
same situation, but asrock logo shown.
Files:
- 0attributes_crash_nvidia-bug-report.log.gz -
nvidia-bug-report.sh
(freeze) - 1attributeSafeMode_nvidia-bug-report.log.gz -
nvidia-bug-report.sh âsafe-mode
(no freeze) - nvidia-bug-report.log.gz -
nvidia-bug-report.sh âsafe-mode --extra-system-data
(no freeze)
p.s. After studying logs - I realized that PC freezes due to failure in nvidia-smi
command in bug report script⌠I have verified this behavior couple of times, when I tried running nvidia-smi
command manually.
dmesg_tail500_oneOfEarlierBoots_withError.txt (41.5 KB)
dmesg_tail500_latest_noError.txt (39.3 KB)
0attributes_crash_nvidia-bug-report.log.gz (79.7 KB)
1attributeSafeMode_nvidia-bug-report.log.gz (79.9 KB)
nvidia-bug-report.log.gz (79.8 KB)
nvidia-bug-report.log (1.6 MB)
info.txt (9.4 KB)
Xorg.1.log (36.0 KB)
journalctl.txt (390.7 KB)
I am experiencing something similar: black screen after login when just installed the driver v. 465 several times. nothing seems to work. my gpu is 3090 geforce RTX. I have no problem with Windows.
Same Problem here. Linux Mint 20.1 dualboot with Windows. After installing the 460 driver i am stuck at the loading screen of my mainboard.
At least i was able to load an older kernel and enter linux in low-res. And thank good i have Timeshift configured!
I kind of solved this by installing the driver using ssh from my laptop. I had to shut down the X-Server before launching the .run file.
I solved it like this:
[Possible SOLUTION ! for Black Screen UBUNTU and latest 460 driver!]
guys possible solution for this until they solve this is to do sudo prime-select intel
do this during boot terminal which will keep Nvidia drivers & also boot (every time)
also, I have noticed on demand & performance modes are the reason for this boot problem
and Nvidia when are u going to make our GPUs usable
Hi!
When I first got this problem I was running ubuntu 20.04 (2 weeks ago). I got stuck at the boot logo ⌠just after a kernel and driver upgrade.
I have not been able to fix it in any way. I tried to re-install ubuntu 20.04, upgrade to 21.04 but nothing - I then decided to go for ubuntu 20.10, installed from a clean HD (yes NVIDIA, you made me do a complete backup of my files and reinstallation of my whole system!) and ⌠yes it worked ⌠but only for 10 days, until I decided to run again a dist-upgrade (which is pretty much needed on as un-released distro)
After the upgrade, I got stuck again at boot ⌠again!
After weeks now! I was following other threads ⌠struggling with the same issue, this discussion helped me in isolating the issue.
The problem, at least for me, is with the proprietary drivers and the Monitor.
My settings:
dual 34ââ monitors
- dell U34
- lenovo think vision
NVIDIA GTX 1070
Both monitors connected via DP - no boot (stuck at the boot logo)
Unplugging the dell I can boot and the system loads the NVIDIA driver (nvidia-smi shows the GPU and I can import/use cuda stuff in python)
Plugging in the dell (via DP) while the system is running ends up in a terrifying OS freeze.
I do not have a cable to test the DELL via HDMI at the moment, Iâll report later if that will work.
EDIT:
It does work with HDMI
Geforce RTX 2060 super. Tried installing Ubuntu 20.04. I get a black screen with a frozen cursor in the top left. I tried purging all nvidia drivers and installing the latest available driver, apt install nvidia-driver-465. I ran nvidia-bug-report.sh but it froze, so I ran it in safe mode and attached the log. I would appreciate assistance @generix
nvidia-bug-report.log.gz (81.9 KB)
I have the same problem with my new Alienware M17 R4
GeForce RTX 3080 Laptop GPU
VBIOS Version: 94.04.42.00.13
BUT: the screen is not really totally black. Only backlight is not working properly (you see a shimmering login screen).
My way to solve it was to install a specific driver version:
After fresh installation of Ubuntu 20.04: Strg+Win+2 â Terminal â Uninstal Nvidia Driver â Install Nvidia Driver 460.67 â Deactivate âNouvaueâ
But this is not perfect. I did not try CudNN and Tensorflow with GPU Support and hope, that this will work in the future.
I have a GeForce GTX1050 Ti (Ubuntu 20.04.2 LTS)
GeForce GTX 1050 Ti/PCIe/SSE2 / NVIDIA Corporation GP107 [GeForce GTX 1050 Ti]
On a fresh ubuntu installation it works fine but after an apt update my both screens turns dead black, nothing. And the behaviour is the same on two computers with 1050 GTX boards running the same Ubuntu version.
I found that changing back the driver to 450 driver from the 460 driver works.
Just wanted to report back on the issue. After trying out and failing to use the Ubuntu of different versions - I have decided to try Debian and⌠it worked. No driver issues for far.
Note: you have to install the driver form buster-backports in order to get latest up to date version.
Instructions here: NvidiaGraphicsDrivers - Debian Wiki
Blinking cursor after installing nvidia drivers (tested with several versions). Ubuntu 21.04 RTX3060 Mobile on a MSI laptop. Kernel 5.11.0-22.
Any hint @generix ?
nvidia-bug-report.log.gz (390.7 KB)
The i915 driver is crashing due to this kernel bug:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1933274
Seems the work-around is downgrading the kernel.
Hi, I have tried going through all of the solutions in this thread but none seem to solve my issue.
I have and MSI laptop with the following specs:
- IntelŽ Core⢠i7-10750H Processor
- RAM: 16 GB / Storage: 512 GB SSD
- Graphics: NVIDIA GeForce RTX 3060 6GB
After I complete installing the nvidia drivers and I reboot, the screen goes black and displays:
/dev/nvme0n1p2: clean, 186440/31227904 files, 4388006/124895488 blocks
I have installed the recommended version of the the nvidia drivers (460.84) but I have also tried installing different versions but the problem persists.
When I press ctrl+alt+F2 it takes me to a terminal. When I run nvidia-smi there it shows that the nvidia drivers were installed and working. However, I can not make the laptop boot into the purple screen with ubuntu on it.
When I purge the nvidia isntallation and reboot then the laptop start ubuntu normally but when the nvidia drivers are intalled it goes into this black screen with the text I stated above displayed.
Any help would be very much appreciated.
Thanks
Please run nvidia-bug-report.sh as root and attach the resulting nvidia-bug-report.log.gz file to your post.
Hi! I have dual boot and when I select Ubuntu from de Grub I get the black screen and is like the display was off. When I connect the HDMI to a TV the screen appear in both. Since that moment I didnât shutdown my notebook. I think that when I decide to turn off, the problem will appear again. I appreciate any solution.
Here is my nvidia-bug-report.log
nvidia-bug-report.log.gz (424.7 KB)
Looking at the logs, the driver wasnât loading before (donât know why, though) so I guess this was just a conincidence that it started working when you connected a second monitor.