xref: /illumos-gate/usr/src/grub/menu.lst (revision 3db86aab)
1#pragma ident	"%Z%%M%	%I%	%E% SMI"
2#
3# default menu entry to boot
4default 0
5#
6# menu timeout in second before default OS is booted
7# set to -1 to wait for user input
8timeout 10
9#
10# To enable grub serial console to ttya uncomment the following lines
11# and comment out the splashimage line below
12# WARNING: don't enable grub serial console when BIOS console serial
13#	redirection is active!!!
14#   serial --unit=0 --speed=9600
15#   terminal serial
16#
17# Uncomment the following line to enable GRUB splashimage on console
18#   splashimage /boot/grub/splash.xpm.gz
19#
20# To chainload another OS
21#
22# title Another OS
23#	root (hd<disk no>,<partition no>)
24#	chainloader +1
25#
26# To chainload a Solaris release not based on grub
27#
28# title Solaris 9
29#	root (hd<disk no>,<partition no>)
30#	chainloader +1
31#	makeactive
32#
33# To load a Solaris instance based on grub
34#
35# title Solaris <version>
36#	root (hd<disk no>,<partition no>,x)	--x = Solaris root slice
37#	kernel /platform/i86pc/multiboot
38#	module /platform/i86pc/boot_archive
39#
40# To override Solaris boot args (see kernel(1M)), console device and
41# properties set via eeprom(1M) edit the "kernel" line to:
42#
43#   kernel /platform/i86pc/multiboot <boot-args> -B prop1=val1,prop2=val2,...
44#
45