Enabling logging for virtual machines
To enable TTY1 and TTYS0 logging in Linux virtual machines
# grub-mkconfig -o /boot/grub/grub.cfg# grub2-mkconfig -o /boot/grub2/grub.cfg
To enable EMS console redirection in Windows virtual machines
bcdedit /emssettings EMSPORT:1bcdedit /ems on
To enable driver status logging in Windows virtual machines
Last updated
Was this helpful?