01.05.2010 04:08, Bruno Miguel wrote:
[]
Sorry, I totally forgot to tell the hosts kernel. Here it is: Linux
2.6.32-3-686 #1 SMP i686 GNU/Linux

That's ok, and the kernel is fine too.

The md5 is the same.

Excellent.

I too have no idea how to use kvm with a serial console. I'll try to
find a way and if I manage to do it, I'll post the output here.

Serial console with kvm is trivial. What is not trivial is to
convince the guest installer kernel to actually use it.

In kvm, just add

  -serial file:file_name

to the kvm command line, and it will write everything received
from the (virtual) serial port to file named "file_name".

For the guest kernel you'll have to add

  console=ttyS0 console=tty1

to the kernel command line -- note it's specified twice,
so that you'll see the output on both serial and normal
vga consoles.

Thanks!

/mjt





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to