Hello,
Try looking at this option:
Open an elevated cmd prompt.
Run bcdedit /ems /? and bcdedit /emssettings /?
This may be want you are asking for.
This allows you to redirect the screen outboot via a port to terminal.
Thanks,
Darrell Gorter[MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
|>Thread-Topic: Windows Boot Manager - how to force the BIOS calls for
display
|>thread-index: Acdrz1/OLjscJXqqRIiMvk1iIVR+fw==
|>X-WBNR-Posting-Host: 193.179.209.52
|>From: =?Utf-8?B?WmRlbmVrIEhyaWI=?= <
[email protected]>
|>References: <
[email protected]>
<
[email protected]>
|>Subject: Re: Windows Boot Manager - how to force the BIOS calls for
display
|>Date: Wed, 21 Mar 2007 08:41:21 -0700
|>Lines: 31
|>Message-ID: <
[email protected]>
|>MIME-Version: 1.0
|>Content-Type: text/plain;
|> charset="Utf-8"
|>Content-Transfer-Encoding: 7bit
|>X-Newsreader: Microsoft CDO for Windows 2000
|>Content-Class: urn:content-classes:message
|>Importance: normal
|>Priority: normal
|>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2757
|>Newsgroups: microsoft.public.windows.vista.installation_setup
|>Path: TK2MSFTNGHUB02.phx.gbl
|>Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.windows.vista.installation_setup:13185
|>NNTP-Posting-Host: tk2msftsbfm01.phx.gbl 10.40.244.148
|>X-Tomcat-NG: microsoft.public.windows.vista.installation_setup
|>
|>No.
|>
|>To be more specific:
|>
|>Some BIOSes can send to the COM port all the text that is printed on the
|>screen through BIOS calls. So you can attach some kind of terminal to the
COM
|>port (like connect another PC with serial cable like in the old times and
run
|>the terminal application on the receiving COM port on it) and read all
the
|>BIOS messages and also send commands to the "remote" BIOS. Basically you
have
|>a remote terminal with keyboard and display connected over serial cable
so
|>you have something which is called "headless system" - no keyboard or
display
|>is actually attached to the managed PC.
|>
|>Then there is this Intel vPro platform which has a nice part called Intel
|>AMT. This AMT can do one really amazing thing called Serial-over-LAN
(SOL)
|>that can encapsulate the traffic going to the COM port into TCP/IP
packets
|>and send it over LAN.
|>
|>So if you combine the two things above, you can have all the serial port
|>trafic generated by BIOS nicely piped over LAN (and of course even
Internet)
|>in the TCP/IP packets. Therefore you do not need to connect the serial
cable
|>to the headless system, but instead you connect just the ethernet cable.
|>
|>This works nice if you want to browse the machine BIOS settings or if you
|>want to do the one time boot device selection or ask for the PXE boot by
|>pressing F12.
|>
|>The problem now is:
|>why the Windows Vista Boot Manager can not be viewed through SOL ? is it
|>because it is not using the BIOS calls to write the text to the screen ?
How
|>to force it to use the BIOS calls ?
|>