On 12/10/2009 08:31 AM, Tomas Macek wrote: > Hi, I'm using redhat enterprise 5.4 with newest redhat kvm/qemu packages > installed for testing purposes. > I'm trying to install debian lenny from ISO on the machine with only > ssh access using virt-install python script and the output is like this > > ------------------------- > [r...@localhost ~]# virt-install --connect qemu:///system -n debnet -f > ~/debnet.qcow2 -s 3 -r 128 --accelerate --network=bridge:br0 --hvm > --location http://ftp.us.debian.org/debian/dists/etch/main/installer-i386/ > --nographics -x console=/dev/pts/3 >
That last piece should be similar to console=/dev/ttyS0 . You are telling the guest to use the emulated serial device it sees, not a PTY on the host (which it can't access directly anyways). Google 'linux serial console' for more info (FYI, virsh and virt-install questions are better directed to [email protected] or [email protected] respectively). - Cole -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
