[Solved] Can't boot without "nomodeset"; Intel graphics driver missing?

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
BPL
Level 1
Level 1
Posts: 2
Joined: Sun Jun 20, 2021 6:54 pm

[Solved] Can't boot without "nomodeset"; Intel graphics driver missing?

Post by BPL »

I just installed 20.1 Cinnamon 64-bit.

It boots to a blank screen (no monitor signal) unless I use "nomodeset" when booting, in which case it says it's running without video hardware acceleration. Driver Manager says "Your computer does not need any additional drivers."

I switched to the latest kernel 5.8.0-55-generic, did all updates in Update Manager, tried other versions of LM (including 20.2 beta), and tried two different monitors (DisplayPort), but nothing helped.

inxi -Fxxxrz suggests that the graphics driver is not present. But the only answer I found online was that it should work because the Intel graphics driver should already be in the latest kernel. (By the way, I also didn't have an ethernet connection until I manually installed the e1000e driver.)

How can I fix this so I can run LM without "nomodeset"?

Code: Select all

System:
  Kernel: 5.8.0-55-generic x86_64 bits: 64 compiler: N/A 
  Desktop: Cinnamon 4.8.6 wm: muffin 4.8.1 dm: LightDM 1.30.0 
  Distro: Linux Mint 20.1 Ulyssa base: Ubuntu 20.04 focal 
Machine:
  Type: Desktop System: Dell product: OptiPlex 5090 v: N/A serial: <filter> 
  Chassis: type: 3 serial: <filter> 
  Mobo: Dell model: 0X4H68 v: A00 serial: <filter> UEFI: Dell v: 1.0.22 
  date: 05/06/2021 
CPU:
  Topology: 6-Core model: Intel Core i5-10505 bits: 64 type: MT MCP 
  arch: N/A L2 cache: 12.0 MiB 
  flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx 
  bogomips: 76799 
  Speed: 800 MHz min/max: 800/4600 MHz Core speeds (MHz): 1: 800 2: 800 
  3: 800 4: 800 5: 800 6: 800 7: 800 8: 800 9: 800 10: 801 11: 800 12: 800 
Graphics:
  Device-1: Intel vendor: Dell driver: N/A bus ID: 00:02.0 
  chip ID: 8086:9bc8 
  Display: x11 server: X.Org 1.20.9 driver: fbdev unloaded: modesetting,vesa 
  resolution: 1920x1080~77Hz 
  OpenGL: renderer: llvmpipe (LLVM 11.0.0 256 bits) v: 4.5 Mesa 20.2.6 
  compat-v: 3.1 direct render: Yes 
Audio:
  Device-1: Intel vendor: Dell driver: snd_hda_intel v: kernel 
  bus ID: 00:1f.3 chip ID: 8086:f0c8 
  Sound Server: ALSA v: k5.8.0-55-generic 
Network:
  Device-1: Intel Ethernet I219-LM vendor: Dell driver: e1000e v: 3.2.6-k 
  port: efa0 bus ID: 00:1f.6 chip ID: 8086:15f9 
  IF: enp0s31f6 state: up speed: 1000 Mbps duplex: full mac: <filter> 
Drives:
  Local Storage: total: 931.51 GiB used: 9.03 GiB (1.0%) 
  ID-1: /dev/sda vendor: Toshiba model: DT01ACA100 size: 931.51 GiB 
  speed: 6.0 Gb/s rotation: 7200 rpm serial: <filter> rev: A810 scheme: GPT 
Partition:
  ID-1: / size: 36.42 GiB used: 7.69 GiB (21.1%) fs: ext4 dev: /dev/sda6 
  ID-2: /home size: 727.65 GiB used: 1.24 GiB (0.2%) fs: ext4 dev: /dev/sda8 
  ID-3: swap-1 size: 3.73 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/sda7 
Sensors:
  System Temperatures: cpu: 28.0 C mobo: N/A 
  Fan Speeds (RPM): N/A 
Repos:
  No active apt repos in: /etc/apt/sources.list 
  Active apt repos in: /etc/apt/sources.list.d/official-package-repositories.list 
  1: deb http://packages.linuxmint.com ulyssa main upstream import backport #id:linuxmint_main
  2: deb http://archive.ubuntu.com/ubuntu focal main restricted universe multiverse
  3: deb http://archive.ubuntu.com/ubuntu focal-updates main restricted universe multiverse
  4: deb http://archive.ubuntu.com/ubuntu focal-backports main restricted universe multiverse
  5: deb http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
  6: deb http://archive.canonical.com/ubuntu/ focal partner
Info:
  Processes: 264 Uptime: 1h 05m Memory: 15.38 GiB used: 1.72 GiB (11.2%) 
  Init: systemd v: 245 runlevel: 5 Compilers: gcc: 9.3.0 alt: 9 Shell: bash 
  v: 5.0.17 running in: gnome-terminal inxi: 3.0.38
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
SMG
Level 25
Level 25
Posts: 31760
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Can't boot without "nomodeset"; Intel graphics driver missing?

Post by SMG »

BPL wrote: Sun Jun 20, 2021 7:30 pminxi -Fxxxrz suggests that the graphics driver is not present. But the only answer I found online was that it should work because the Intel graphics driver should already be in the latest kernel.
Welcome to the forum, BPL.

You are correct the driver should be in the kernel. There have been some problems with some 10th and 11th gen Intel graphics for which the 5.10-oem kernel contains the fix. I do not know if your cpu falls into this category, but you can give it a try. Install the latest 5.10-oem kernel with sudo apt install linux-oem-20.04b and reboot without nomodeset to see if that resolves your issue.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
LanceM

Re: Can't boot without "nomodeset"; Intel graphics driver missing?

Post by LanceM »

So you have secure boot disabled?
BPL
Level 1
Level 1
Posts: 2
Joined: Sun Jun 20, 2021 6:54 pm

Re: Can't boot without "nomodeset"; Intel graphics driver missing?

Post by BPL »

Installing the 5.10-oem kernel seems to have fixed the problem---thanks!

I indeed already had secure boot disabled.
Locked

Return to “Graphics Cards & Monitors”