|
|
|
|
|
by louwrentius
4605 days ago
|
|
For me there is a more mundane reason why I think about switching my servers over from Ubuntu to Debian. "Graphics" That's right. It seems that Ubutu even on servers starts some high-res console or does other stuff that causes a black screen during boot. It requires fiddling with alt-fx keys to get a console. I never had such issues with Debian.
I switched away from Debian because so many software was out-dated and an installation has max 3 years of support (Love the Ubuntu LTS versions), which I care about because I don't have a fully-automated server/service deployment environment using Ansible or something and manual reinstalling a server is a chore, especially if it's not really necessary. |
|
That sounds like it might be a side effect of kernel mode setting and/or splash screens. You can try to disable both by changing
to in /etc/default/grub and see if it still happens.Edit: I'm assuming you're using Ubuntu Server or Minimal CD.