2016/02/27

Headless Ubuntu Server 15.10 on Gigabyte GB-BXBT-2807

I had some trouble getting my Ubuntu Server 15.10 install on a Gigabyte GB-BXBT-2807 booting without the HDMI cable plugged in.


After some trial and error, I found an easy fix: edit the /etc/default/grub file (sudo nano /etc/default/grub) and modify / uncomment the following entries:

GRUB_CMDLINE_LINUX_DEFAULT="nomodeset text"
...
GRUB_TERMINAL=console

Regenerate the grub config: sudo update-grub2

After that Ubuntu Server just boots fine in headless mode without any HDMI cable plugged in.

(updated 2024/06 for proxmox: "nomodeset text")
ref: https://bbs.archlinux.org/viewtopic.php?id=233260

No comments: