Error: no server is specified, error: no suitable video mode found, error: no video mode activated

13 replies [Last post]
Skrzynka
Offline
Joined: 08/04/2025

Hello GNU/Linux world,
my new installed Trisquel 11 (11.0.1) has some problems.

When I turn on laptop I see on screen:

error: no server is specified
error: no suitable video mode found
error: no video mode activated
error: no video mode activated

What should I do?

Avron

I am a translator!

Offline
Joined: 08/18/2020

Hello, and welcome to this forum!

These error messages look like GRUB error messages.

Did this happen at the first boot after installation?
Did you install Trisquel with the default installer?
Did you use the whole disk to install Trisquel (no dual boot with another system)?
Did you select ciphering and LVM?
On which computer model did you install Trisquel?

Skrzynka
Offline
Joined: 08/04/2025

Hello, Avron!

1. It's happen at the first boot after installation
2. I used default installer.
3. No dual boot.
4. No ciphering and VLM.
5. Laptop Lenovo E590.

I changed file /etc/default/grub

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_TERMINAL=console

Is it OK?

icarolongo
Offline
Joined: 03/26/2011

ThinkPad E590:

"Equipped with up to 8th Gen Intel® Core™ i7 processors and optional AMD Radeon™ RX 550X graphics"

https://psref.lenovo.com/syspool/Sys/PDF/datasheet/ThinkPad_E590_datasheet_EN.pdf

Your laptop model have the AMD graphics?
This can be the problem. AMD graphics needs nonfree firmware.

Magic Banana

I am a member!

I am a translator!

Offline
Joined: 07/24/2010

I would comment the definition of GRUB_TERMINAL and see:
$ sudo sed -i 's/GRUB_TERMINAL/#&/' /etc/default/grub
$ sudo update-grub

Skrzynka
Offline
Joined: 08/04/2025

Hello, Magic Banana!

I forgot to mention that I'm using a laptop connected to an external monitor.

Magic Banana

I am a member!

I am a translator!

Offline
Joined: 07/24/2010

Regardless, I would first try to not define GRUB_TERMINAL, as in the default configuration. If you still get the GRUB error messages, you can then try to define GRUB_GFXMODE and/or GRUB_GFXPAYLOAD_LINUX, maybe use GRUB_PRELOAD_MODULE=all_video, etc.: https://www.gnu.org/software/grub/manual/grub/html_node/Simple-configuration.html

After a modification of /etc/default/grub, do not forget to save and execute:
$ sudo update-grub

Skrzynka
Offline
Joined: 08/04/2025

No, I haven't got error messages after my modification of /etc/default/grub

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_TERMINAL=console

Magic Banana

I am a member!

I am a translator!

Offline
Joined: 07/24/2010

So, everything is fine now, isn't it?

Skrzynka
Offline
Joined: 08/04/2025

Yes, after my modification of file ' /etc/default/grub ' I don't see any errors.
Is it correct, necessary etc. modification of GRUB?

Magic Banana

I am a member!

I am a translator!

Offline
Joined: 07/24/2010

The default configuration works in most cases. It is not clear to me if you actually defined GRUB_TERMINAL=console. If so, you have a purely textual boot loader, don't you? If you would prefer a graphical one, you can try to fiddle with the variables I listed in https://trisquel.info/forum/error-no-server-specified-error-no-suitable-video-mode-found-error-no-video-mode-activated#comment-180660

Skrzynka
Offline
Joined: 08/04/2025

Hello, icarolongo!

lspci | grep -i "vga\|3d"

00:02.0 VGA compatible controller: Intel Corporation WhiskeyLake-U GT2 [UHD Graphics 620]

eric23
Offline
Joined: 06/30/2017

I am able to boot to Trisquel even though I had these messages I ignored. My laptop is an Lenovo Ideapad 3. It uses TigerLake gpu.

Are you not able to boot, Skrzynka?

Skrzynka
Offline
Joined: 08/04/2025

Hello, eric23!

I am able to boot and I ignore these messages.
But won't I have problems with this in the future?