#Booting into black screen, nomodeset doesn’t work
1 messages · Page 1 of 1 (latest)
Did it started to go black after you installed nvidia driver?
Well I did update my driver recently, so I’m assuming that’s the case
Since you can access bios, are there any settings about secure boot?
It’s disabled
Does it have key management section?
There’s a section that says factory keys, is that what you mean?
Can you take a photo?
Alright, in grub menu go to advanced options, do you have earlier kernels there?
yeah, try 6.14
Oh it worked
Okay, I can get into mint now… is there something I should do in this kernel?
Did you switch to 6.17 right before the screen went black?
Yeah I was on 6.17 when it went black
let's see, go to the terminal and type
inxi -Gxxx ; dkms status
show results
Go to update manager - linux kernels and remove 6.17.0-23 and then install it again - look for any errors
I don’t notice any errors but I am seeing a new notice to install 6.14.0-37
if you removed and installed 6.17 without issues, try booting to it
Same issue it seems, 6.14 booted instantly but 6.17 isn’t booting
Alright, so it's not a glitch during install. Next, in grub menu select the 6.17 kernel and press e. On the next screen, find words quiet splash, remove them and type nomodeset instead, press f10 and see where it goes black (if it will)
Ah okay I got an error message
What's the message?
Not moving from there?
I see, please wait.
Ok, let's try a few parameters. Restart, go to grub, press e and try nvidia-drm.modeset=1 nvidia-drm.fbdev=1 this time (remove quiet splash)
Remove quiet splash and type that instead ?
yes, just like with nomodeset, but these parameters now
So it booted with these 2 ?
Yup
Let's see which part is actually needed. restart again and try just nvidia-drm.modeset=1 this time.
That one worked
So just nvidia-drm.modeset=1 is enough?
Yup
Ok, then go to settings - system administration, click + and add nvidia-drm.modeset=1 then save
Done
Restart normally to check, it should boot now
Weirdly enough, it’s not booting ?? I tried advanced startup and the nvidia line was still there and still not booting
Oh wait
Quiet splash wasn’t removed should I do that
Try that
Yeah okay that worked.. is there a way to remove quiet splash in boot parameters
Really? ..... huh.... could you check if it boots when you remove all 3 parameters?
That's weird.... please wait.
Ok, you're on the desktop now?
If you are, open the terminal and type
sudo xed /etc/default/grub
in the opened file remove words "quiet splash", then save the file and close the editor. Back at the terminal type
sudo update-grub
after it's done, restart and check
remove quotes too?
no, leave quotes