grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

boot menu queries


From: Vic Berdin
Subject: boot menu queries
Date: Wed, 5 May 2004 09:30:47 +0800

Hi everyone,

Is there a way to have both serial console and stdout support
work at the same time for the boot menu display?
I noticed that if I enable serial console, menuing is displayed
only via serial console. But I want to be able to choose via
stdout also. Is this possible? Here's a listing of my grub.conf:

default=0
timeout=10
serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
terminal serial

title Mode 0
        root (hd0,0)
        kernel /k0 ro root=/dev/ram0 init=/linuxrc console=tty0
console=ttyS0,115200n8 boot=/dev/hda1
        initrd /i0

title Mode 1
        root (hd0,1)
        kernel /k1 ro root=/dev/ram0 init=/linuxrc console=tty0
console=ttyS0,115200n8 boot=/dev/hda2 vga=0x314
        initrd /i1


TIA - Vic

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.672 / Virus Database: 434 - Release Date: 4/28/2004





reply via email to

[Prev in Thread] Current Thread [Next in Thread]