Ubuntu server no login console

After boot there was no console prompt to login.

The issue was related to the VGA resolution.

To fix Ubuntu server no login console

modify in /etc/default/grub

# Grub Resolution
GRUB_GFXMODE=1024x768x24

# Kernel param to set a port to resolution and vertical refresh.
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset video=VGA:M1024x768@60m"

Of course, you can set resolution to suit your needs by replacing 1024x768x24 to whatever you need.

Join the Conversation

4 Comments

    1. why not?

      According to http://www.ubuntu.com/server/ you can.

      Fast, secure and stylishly simple, the Ubuntu operating system is used by 20 million people worldwide every day.
      Ubuntu Server — for scale-out computing
      The leading platform for scale-out, Ubuntu helps you make the most of your infrastructure. Whether you want to deploy a cloud, a Hadoop cluster or a web farm, Ubuntu Server delivers the best value scale-out performance available.

        1. ah, OK! I thought you meant something else.
          I’m using it and didn’t had any major problems.

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.