I do not use Nvidia Driver
I am stuck on this screen when I boot up Ubuntu.
Info about my computer:
- Intel CPU Core i7-6700K
- Intel(R) HD Graphics 530
- GPU is Skylate GT2
- Subvendor: ASRock
- Multi-GPU is disabled
I've looked online here, and used methods, like using nomodeset
when booting up, but that didn't work either. I've also tried something like removing nvidia using the sudo
command but I don't even know because I don't use a nvidia driver.
Does anyone have a solution for this?
nouveau.modeset=0
as a kernel boot parameter? I'm not sure what your distro and kernel version are, but the former is used nowadays moreso thannodemodeset
. It disables less features than nomodeset according to https://askubuntu.com/questions/747314/is-nomodeset-still-required – lolsky Oct 06 '20 at 03:12