I have a computer which is running Ubuntu 16.04 x64. The computer has only a dedicated video card which I want to remove due to power saving now.
The problem is that the server won't boot without a graphics card...
I already changed
GRUB_CMDLINE_LINUX_DEFAULT=""
to
GRUB_CMDLINE_LINUX_DEFAULT="text"
but it didn't help anything...
How can I make the server boot without a graphic card?