Tagged Questions
3
votes
3answers
1k views
Installing centos and freebsd with serial console
I am trying to install Centos 5.7 and FreeBSD 8.2 on KVM with serial console access. This is what I used:
sudo virt-install -n freebsd -r 1024 --vcpus=2
--os-type unix --accelerate -v
--disk ...
6
votes
3answers
3k views
How do I connect a serial terminal to a KVM instance?
Perhaps I'm misunderstanding what KVM is capable of, but the ability to add/remove hardware on the VM seems to imply I can add a serial port that then acts as a terminal.
So, my questions are:
...