Difference between revisions of "Virtual Machine (KVM)"

Jump to navigation Jump to search
636 bytes added ,  16:05, 22 February 2018
→‎Create Server (no GUI): Added Console Access
(→‎Create Server (no GUI): Added "Create Workstation (GUI)", still WIP)
(→‎Create Server (no GUI): Added Console Access)
Line 59: Line 59:
</pre>
</pre>


Connect to the console of the server using <code>virsh console <server-name></code>.  Once installation is completed, SSH to the server and setup normal console access (as the instructions in the section below).
==== Console Access ====
# Update the <code>/etc/default/grub</code>
# Add <code>console=ttyS0</code> to the config line <code>GRUB_CMDLINE_LINUX_DEFAULT</code>
#* EG <code> GRUB_CMDLINE_LINUX_DEFAULT="quiet splash console=ttyS0" </code>
# Update grub
#* <code>update-grub</code>
# Restart the guest machine
Connect using <code>virsh console <server-name></code>, you may need to hit Return once to show the logon prompt.


=== Create Workstation (GUI) ===
=== Create Workstation (GUI) ===

Navigation menu