|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] console for full virtualization vm
Michael Lessard wrote:
> I confirm that you don't need to create this device ! It's works
> great with the two line who Sadique gave me ..
>
> But now, i could use this trick only when vm is installed ... if i
> need to install a full vm and i don't have access to X server, how can
> i handle that ?
>
X forwarding over ssh or a remote X display would be the obvious choice.
Another option would be to set domU's console to vnc, bind to all ip
address instead of localhost, and connect using vnc client. Something like
sdl=0
vnc=1
vnclisten="0.0.0.0"
Certain installers (e.g. linux, solaris) may have an option to force the
installer to use serial console. In this case, the HVM console should
work as-is, without any additional setup.
Regards,
Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|