On 07/17/12 05:07 AM, Frank Allan wrote:
since moving to build 18, with the grub2 bits, my AI clients now get the 
'welcome to grub2' message
and the grub menu displayed *only* on the graphical console, even though I have 
selected a serial
console.

All the out put before the 'welcome to grub2' bits goes to both graphics and 
serial console, and all
the information after the grub menu selection goes only to the serial console 
(with a message on the
graphic console saying that this is in effect).

What do I need to do to get *all* the output to the serial console?

Also, is the only way to get the automated install (rather than the text 
install) to be the default
by editing the grub.conf files in /etc/netboot or is there a recommended way to 
set this as the
default for the service?

Cheers
Frank


Are you specifying bootargs for your service or client? When using installadm, you can designate bootargs for create-service and create-client, such as "-b console=ttya" which end up on the multiboot line, for example:

$multiboot $kern /platform/i86pc/kernel/amd64/unix -B 
console=ttya,install_media=http.....

You can also specify "-b install=true" to have AI start automatically.

Thanks,
Sue
_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

Reply via email to