The System Log tab in the cloud control panel displays console output from your instance. It works by default if you installed from our KVM cloud images, but it may be empty if you installed from an ISO or your own image. You can modify your boot parameters to display console output in such cases.
Steps
- Access your instance via SSH or VNC console.
- Edit /etc/default/grub
- Add parameters
console=tty0 console=ttyS0,115200n8
to the end of the GRUB_CMDLINE_LINUX_DEFAULT line, in between the quotation marks. - Save and close the file.
- Ubuntu/Debian:
update-grub
CentOS/Fedora:grub2-mkconfig -o /boot/grub2/grub.cfg
reboot
You should now see output on the System Log tab when your instance reboots.