How fix Debian or Centos or Ubuntu console just black screen

If you have Debian or Centos or Ubuntu and when you go to NoVNC Console in web panel, you get black screen. To fix it, you can simply reinstall or ssh to the vps and login as root, and

1. For Cenots 6, modify /etc/init/tty1.conf and make sure it contains below

# tty1 - getty
#
# This service maintains a getty on tty1 from the point the system is
# started until it is shut down again.
start on stopped rc RUNLEVEL=[2345]
stop on runlevel [!2345]
respawn
exec /sbin/getty -8 38400 tty1


2. For Centos 5/7, modify /etc/inittab and add

1:2345:respawn:/sbin/agetty tty1 38400 linux


3. For Ubuntu 10, 12, 14, modify /etc/init/tty1.conf and add

# tty1 - getty
#
# This service maintains a getty on tty1 from the point the system is
# started until it is shut down again.

start on stopped rc RUNLEVEL=[2345]

stop on runlevel [!2345]

respawn
exec /sbin/getty -8 38400 tty1

4. For Debian 5,6,7, modify /etc/inittab and add

1:2345:respawn:/sbin/getty 38400 tty1


save the file and then Stop VPS and Start VPS via web panel.

War diese Antwort hilfreich?

 Artikel drucken

Lesen Sie auch

How to install from ISO (New KVM)

This is only for our New KVM based VPS, there are 2 different New KVM plans, click here for KVM...

How to enable and setup RDP on Windows

NOTE: This is done on Windows 2012 DC R2 edition, other versions might be slightly different.1....

Difference between OpenVZ and LXC

OpenVZ OpenVZ is a Linux container solution. It was first released in 2005 by SWSoft, now known...

How to use Debian 8 OpenVPN

If you selected this New OpenVZ template, you just need to SSH to your assigned IP and login as...

How to order Addons (extra rams/space/bandwidth)

1. Please login and go to to our client area products page2. Click "Active" button on the product...