On Fri, Nov 14, 2008 at 10:11 AM, Guillaume
<guillaume.chardin@xxxxxxxxx> wrote:
2008/11/14 Paras pradhan <pradhanparas@xxxxxxxxx>:
> This is what I did:
>
> In guest:
When you speak about guest, is it the physical computer whith os
acting as hypervisor or "The Virtual Machine Running" ?
Guest --> domU
Because grub is not used in "Virtual Machine", but maybe i'm wrong. So
i think you talk about the os w/ hypervisor. right ?
pygrub is used same way as grub do.
> * Edit menu.lst file and append console=ttyS0 console=tty0
I have to write this complete line ?
--> console=ttyS0 console=tty0
or
--> # xenkopt=console=tty0
What does it mean ? I do not find anything about "console" option in
man menu.lst. Why i have to write this twice, whith different "tty"
Make your kernel line look like as:
kernel /vmlinuz-2.4.7-10 ro root=/dev/hda2 console=ttyS0 console=tty0
> * In /etc/inittab add:
>
> "co:2345:respawn:/sbin/agetty ttyS0 9600 vt100-nav"
If i understant well, you attach a virtual console to ttyS0 (serial
line of the physical machine) . How to access this console ?
Mount the domU image file, edit it or access the guest using virtual-manager GUI . If you are using CentOS 5 virt-manager comes by default.
> In host:
>
> * In xen config file make sure you have serial="pty"
What does it mean too, I did not find anything about this in : xm and
xmdomain.cfg manual.
it is the config file for you domU typically found at /etx/xen
>
> Paras.
Thanks for your reply.
--
Guillaume
Hope it helps
Paras.