On Mon, Feb 13, 2012 at 06:07:28PM +0000, FRank Murphy wrote: > Virsh start --console some-guest. > > I can the the boot up. > But the ability to input > a luks password. > Doesn't present itself. > > I have to open a concurrent > Virt-Manager window > to enter the password.
It sounds like luks is prompting for a password on the OS primary console and your primary console is the graphical console, not the serial console. To switch them around you'd need to edit grub.conf in the guest OS and set 'console=tty console=ttyS0' (the last one specified is used as the primary console) Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :| _______________________________________________ virt mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/virt
