* HVM - BIOS serial console redirection?
@ 2006-05-25 14:24 Nate Carlson
2006-05-30 21:06 ` Andrew D. Ball
0 siblings, 1 reply; 4+ messages in thread
From: Nate Carlson @ 2006-05-25 14:24 UTC (permalink / raw)
To: xen-devel
I realized this is probably better suited for the devel list.. basically,
is there any way in the BOCHS bios to enable 'Serial Console Redirection',
where you see the BIOS contents over the serial line?
Windows 2003's 'Emergency Management Services' console (which allows you
to do installs and fix stuff over the serial line) requires this to
activate.. piece of crap.
It'd also be nice for *NIX installs on HVM, where you don't want to deal
with SDL or VNC.
Thanks much! :)
------------------------------------------------------------------------
| nate carlson | natecars@natecarlson.com | http://www.natecarlson.com |
| depriving some poor village of its idiot since 1981 |
------------------------------------------------------------------------
---------- Forwarded message ----------
Date: Tue, 23 May 2006 12:24:46 -0500 (CDT)
From: Nate Carlson <natecars@natecarlson.com>
To: xen-users@lists.xensource.com
Subject: [Xen-users] HVM: Emergency Management Services for W2K3 under Xen
HVM?
It'd be nice to be able to use the "Emergency Management Services" for Windows
2003 under Xen.. apparently, to use them, however, the BIOS has to support
serial redirection. Is there any way to get the BOCHS bios to support serial
redirection? I haven't been able to find anything.
Thanks!
------------------------------------------------------------------------
| nate carlson | natecars@natecarlson.com | http://www.natecarlson.com |
| depriving some poor village of its idiot since 1981 |
------------------------------------------------------------------------
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: HVM - BIOS serial console redirection?
2006-05-25 14:24 HVM - BIOS serial console redirection? Nate Carlson
@ 2006-05-30 21:06 ` Andrew D. Ball
2006-05-30 22:12 ` Nate Carlson
0 siblings, 1 reply; 4+ messages in thread
From: Andrew D. Ball @ 2006-05-30 21:06 UTC (permalink / raw)
To: Nate Carlson; +Cc: xen-devel
Have you tried
serial = 'pty'
in the domU's configuration? This makes the domU's virtual serial port
look like the console of a paravirtualized domU, so you can use 'xm
console' and 'xm create -c' on it.
I'm not sure what you mean by the BIOS contents ...
Good luck.
Andrew
Nate Carlson wrote:
> I realized this is probably better suited for the devel list..
> basically, is there any way in the BOCHS bios to enable 'Serial Console
> Redirection', where you see the BIOS contents over the serial line?
>
> Windows 2003's 'Emergency Management Services' console (which allows you
> to do installs and fix stuff over the serial line) requires this to
> activate.. piece of crap.
>
> It'd also be nice for *NIX installs on HVM, where you don't want to deal
> with SDL or VNC.
>
> Thanks much! :)
>
> ------------------------------------------------------------------------
> | nate carlson | natecars@natecarlson.com | http://www.natecarlson.com |
> | depriving some poor village of its idiot since 1981 |
> ------------------------------------------------------------------------
>
> ---------- Forwarded message ----------
> Date: Tue, 23 May 2006 12:24:46 -0500 (CDT)
> From: Nate Carlson <natecars@natecarlson.com>
> To: xen-users@lists.xensource.com
> Subject: [Xen-users] HVM: Emergency Management Services for W2K3 under Xen
> HVM?
>
> It'd be nice to be able to use the "Emergency Management Services" for
> Windows 2003 under Xen.. apparently, to use them, however, the BIOS has
> to support serial redirection. Is there any way to get the BOCHS bios to
> support serial redirection? I haven't been able to find anything.
>
> Thanks!
>
> ------------------------------------------------------------------------
> | nate carlson | natecars@natecarlson.com | http://www.natecarlson.com |
> | depriving some poor village of its idiot since 1981 |
> ------------------------------------------------------------------------
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: HVM - BIOS serial console redirection?
2006-05-30 21:06 ` Andrew D. Ball
@ 2006-05-30 22:12 ` Nate Carlson
2006-06-16 14:08 ` Nick Craig-Wood
0 siblings, 1 reply; 4+ messages in thread
From: Nate Carlson @ 2006-05-30 22:12 UTC (permalink / raw)
To: Andrew D. Ball; +Cc: xen-devel
On Tue, 30 May 2006, Andrew D. Ball wrote:
> Have you tried
>
> serial = 'pty'
>
> in the domU's configuration? This makes the domU's virtual serial port
> look like the console of a paravirtualized domU, so you can use 'xm
> console' and 'xm create -c' on it.
Yes - it doesn't display the "virtual BIOS" stuff on the serial port,
though.
> I'm not sure what you mean by the BIOS contents ...
When you boot a HVM-based domU in SDL or VNC mode, it starts up with the
screen that says:
"Plex86/Bochs VGABios current-cvs 22 May 2006
This VGA/VBE Bios is released under the GNU LGPG
<...>"
If this could be redirected over the serial line, I believe it would be
what W2K3 tries to detect..
------------------------------------------------------------------------
| nate carlson | natecars@natecarlson.com | http://www.natecarlson.com |
| depriving some poor village of its idiot since 1981 |
------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: HVM - BIOS serial console redirection?
2006-05-30 22:12 ` Nate Carlson
@ 2006-06-16 14:08 ` Nick Craig-Wood
0 siblings, 0 replies; 4+ messages in thread
From: Nick Craig-Wood @ 2006-06-16 14:08 UTC (permalink / raw)
To: xen-devel; +Cc: Nate Carlson
Nate Carlson <natecars@natecarlson.com> wrote:
> On Tue, 30 May 2006, Andrew D. Ball wrote:
> > Have you tried
> >
> > serial = 'pty'
> >
> > in the domU's configuration? This makes the domU's virtual serial port
> > look like the console of a paravirtualized domU, so you can use 'xm
> > console' and 'xm create -c' on it.
>
> Yes - it doesn't display the "virtual BIOS" stuff on the serial port,
> though.
>
> > I'm not sure what you mean by the BIOS contents ...
>
> When you boot a HVM-based domU in SDL or VNC mode, it starts up with the
> screen that says:
>
> "Plex86/Bochs VGABios current-cvs 22 May 2006
> This VGA/VBE Bios is released under the GNU LGPG
>
> <...>"
>
> If this could be redirected over the serial line, I believe it would be
> what W2K3 tries to detect..
We've been trying the same thing - to get the Win2003 serial
management to work under Xen.
If the BIOS doesn't support console redirection then you can turn the
SAC/EMS on with bootcfg.exe. We've done that but it still doesn't
work.
We've been using serial='pty' all along.
However looking at the serial port configuration in the hardware
manager I can see that the serial port doesn't seem to be working (the
usual windows exclamation mark).
It claims a conflict in the IO range from 0x3F8 to 0x3FE with the
"Standard PC" device which seems to be a place holder for the HAL.
I guess if we could fix that out it would work, but we haven't figured
it out yet...
I could manually set the port to the COM2 IO/IRQ range which appear to
be free.
--
Nick Craig-Wood <nick@craig-wood.com> -- http://www.craig-wood.com/nick
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-06-16 14:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-25 14:24 HVM - BIOS serial console redirection? Nate Carlson
2006-05-30 21:06 ` Andrew D. Ball
2006-05-30 22:12 ` Nate Carlson
2006-06-16 14:08 ` Nick Craig-Wood
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.