Ubuntu Server 18.10 - No video mode activated
up vote
1
down vote
favorite
When booting, Ubuntu Server 18.10 shows a "Error: no video mode activated" text message and then shows the animated Ubuntu logo.
¿How can i get rid of that error message?
My /etc/default/grub content is
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX="quiet splash"
boot server grub2 plymouth
New contributor
add a comment |
up vote
1
down vote
favorite
When booting, Ubuntu Server 18.10 shows a "Error: no video mode activated" text message and then shows the animated Ubuntu logo.
¿How can i get rid of that error message?
My /etc/default/grub content is
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX="quiet splash"
boot server grub2 plymouth
New contributor
Might be related: bugs.launchpad.net/ubuntu/+source/grub2/+bug/699802
– meskobalazs
Nov 27 at 13:01
By the way Duplicate "quiet splash" is not needed.GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
Seeinfo -f grub -n 'Simple configuration'
– Hobbyist
Nov 27 at 13:04
I tried nomodeset, copying the fonts, setting a resolution, setting a timeout > 0, etc.. :(
– FrakyDale
Nov 27 at 13:05
Without GRUB_CMDLINE_LINUX with quiet splash boot logo doesn't show up :(
– FrakyDale
Nov 27 at 13:06
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
When booting, Ubuntu Server 18.10 shows a "Error: no video mode activated" text message and then shows the animated Ubuntu logo.
¿How can i get rid of that error message?
My /etc/default/grub content is
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX="quiet splash"
boot server grub2 plymouth
New contributor
When booting, Ubuntu Server 18.10 shows a "Error: no video mode activated" text message and then shows the animated Ubuntu logo.
¿How can i get rid of that error message?
My /etc/default/grub content is
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX="quiet splash"
boot server grub2 plymouth
boot server grub2 plymouth
New contributor
New contributor
edited Nov 27 at 12:58
S_Flash
1,072317
1,072317
New contributor
asked Nov 27 at 11:31
FrakyDale
233
233
New contributor
New contributor
Might be related: bugs.launchpad.net/ubuntu/+source/grub2/+bug/699802
– meskobalazs
Nov 27 at 13:01
By the way Duplicate "quiet splash" is not needed.GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
Seeinfo -f grub -n 'Simple configuration'
– Hobbyist
Nov 27 at 13:04
I tried nomodeset, copying the fonts, setting a resolution, setting a timeout > 0, etc.. :(
– FrakyDale
Nov 27 at 13:05
Without GRUB_CMDLINE_LINUX with quiet splash boot logo doesn't show up :(
– FrakyDale
Nov 27 at 13:06
add a comment |
Might be related: bugs.launchpad.net/ubuntu/+source/grub2/+bug/699802
– meskobalazs
Nov 27 at 13:01
By the way Duplicate "quiet splash" is not needed.GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
Seeinfo -f grub -n 'Simple configuration'
– Hobbyist
Nov 27 at 13:04
I tried nomodeset, copying the fonts, setting a resolution, setting a timeout > 0, etc.. :(
– FrakyDale
Nov 27 at 13:05
Without GRUB_CMDLINE_LINUX with quiet splash boot logo doesn't show up :(
– FrakyDale
Nov 27 at 13:06
Might be related: bugs.launchpad.net/ubuntu/+source/grub2/+bug/699802
– meskobalazs
Nov 27 at 13:01
Might be related: bugs.launchpad.net/ubuntu/+source/grub2/+bug/699802
– meskobalazs
Nov 27 at 13:01
By the way Duplicate "quiet splash" is not needed.
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
See info -f grub -n 'Simple configuration'
– Hobbyist
Nov 27 at 13:04
By the way Duplicate "quiet splash" is not needed.
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
See info -f grub -n 'Simple configuration'
– Hobbyist
Nov 27 at 13:04
I tried nomodeset, copying the fonts, setting a resolution, setting a timeout > 0, etc.. :(
– FrakyDale
Nov 27 at 13:05
I tried nomodeset, copying the fonts, setting a resolution, setting a timeout > 0, etc.. :(
– FrakyDale
Nov 27 at 13:05
Without GRUB_CMDLINE_LINUX with quiet splash boot logo doesn't show up :(
– FrakyDale
Nov 27 at 13:06
Without GRUB_CMDLINE_LINUX with quiet splash boot logo doesn't show up :(
– FrakyDale
Nov 27 at 13:06
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
Running these commands fixed it for me:
sudo chmod a-x /etc/grub.d/05_debian_theme
sudo update-grub
sudo reboot
New contributor
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
Running these commands fixed it for me:
sudo chmod a-x /etc/grub.d/05_debian_theme
sudo update-grub
sudo reboot
New contributor
add a comment |
up vote
0
down vote
accepted
Running these commands fixed it for me:
sudo chmod a-x /etc/grub.d/05_debian_theme
sudo update-grub
sudo reboot
New contributor
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Running these commands fixed it for me:
sudo chmod a-x /etc/grub.d/05_debian_theme
sudo update-grub
sudo reboot
New contributor
Running these commands fixed it for me:
sudo chmod a-x /etc/grub.d/05_debian_theme
sudo update-grub
sudo reboot
New contributor
New contributor
answered Nov 28 at 8:26
Deivit
182
182
New contributor
New contributor
add a comment |
add a comment |
FrakyDale is a new contributor. Be nice, and check out our Code of Conduct.
FrakyDale is a new contributor. Be nice, and check out our Code of Conduct.
FrakyDale is a new contributor. Be nice, and check out our Code of Conduct.
FrakyDale is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1096461%2fubuntu-server-18-10-no-video-mode-activated%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Might be related: bugs.launchpad.net/ubuntu/+source/grub2/+bug/699802
– meskobalazs
Nov 27 at 13:01
By the way Duplicate "quiet splash" is not needed.
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
Seeinfo -f grub -n 'Simple configuration'
– Hobbyist
Nov 27 at 13:04
I tried nomodeset, copying the fonts, setting a resolution, setting a timeout > 0, etc.. :(
– FrakyDale
Nov 27 at 13:05
Without GRUB_CMDLINE_LINUX with quiet splash boot logo doesn't show up :(
– FrakyDale
Nov 27 at 13:06