By default EVE-NG disable console access. You can use VNC to get console access to VM.
By editing GRUB_CMDLINE_LINUX in /etc/default/grub I've added console=tty0 console=ttyS0,115200 to enable console access using virsh console eve-ng command.
GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200 net.ifnames=0 "
By editing GRUB_CMDLINE_LINUX in /etc/default/grub I've added console=tty0 console=ttyS0,115200 to enable console access using virsh console eve-ng command.
GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200 net.ifnames=0 "
Comments
Post a Comment