[O&M Master] During startup showing unorganised text in Ubuntu server

sazzad
sazzad  Silver  (1)
5 years 7 months ago  View: 2286  Reply: 3
1F
Problem:
We werefacing an issue with my Ubuntu Server 16.04 installation. I have it running on a Zotac Z-Box CI23 Nano. It installed fine, but on its first boot all I had was a blank screen. I edited

/etc/default/grub

and changed
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"

This let me see the startup, but the text is all garbled white blocks:

Solution:
Go to :

/etc/default/grub

Uncomment GRUB_TERMINAL=console

Uncomment GRUB_GFXMODE=640x480 I set it to GRUB_GFXMODE=1280x800 because that's the monitor I'm using's default.

Save it then :
sudo update-grub

and reboot and it is showing as expected. 
Only the combination of those three changes seem to make it work for me, but YMMV.

This article contains more resources

You need to log in to download or view. No account? Register

x
user_2789677
user_2789677  Medium 
5 years 7 months ago
2F
I hope your problem solves!
sazzad
sazzad  Silver 
5 years 7 months ago
3F
Posted by user_2789677 at 2016-08-27 13:47 I hope your problem solves!
Yes, it's been solved already!
Thanks for your best wishes!
Tamanna
Tamanna  Junior 
5 years 7 months ago
4F
Good Article
Comment
Arafath Arafath  5 years 7 months ago

Like it