9815 Want basic AHCI enclosure services
[unleashed.git] / usr / src / grub / menu.lst
blobe72a53e76d899ed7638ddc0b7dd85395af4a1c14
2 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
3 # Use is subject to license terms.
6 # With zfs root the active menu.lst file is /<pool>/boot/grub/menu.lst
7 # This reference copy of the file is not used.
9 # default menu entry to boot
10 default 0
12 # menu timeout in second before default OS is booted
13 # set to -1 to wait for user input
14 timeout 10
16 # To enable grub serial console to ttya uncomment the following lines
17 # and comment out the splashimage line below
18 # WARNING: do not enable grub serial console when BIOS console serial
19 #       redirection is active.
20 #   serial --unit=0 --speed=9600
21 #   terminal serial
23 # Uncomment the following line to enable GRUB splashimage on console
24 #   splashimage /boot/grub/splash.xpm.gz
26 # To chainload another OS
28 # title Another OS
29 #       root (hd<disk no>,<partition no>)
30 #       chainloader +1
32 # To chainload a Solaris release not based on grub
34 # title Solaris 9
35 #       root (hd<disk no>,<partition no>)
36 #       chainloader +1
37 #       makeactive
39 # To load a Solaris instance based on grub
40 # If GRUB determines if the booting system is 64-bit capable,
41 # the kernel$ and module$ commands expand $ISADIR to "amd64"
43 # title Solaris <version>
44 #       root (hd<disk no>,<partition no>,x)     --x = Solaris root slice
45 #       kernel$ /platform/i86pc/kernel/$ISADIR/unix
46 #       module$ /platform/i86pc/$ISADIR/boot_archive
49 # To override Solaris boot args (see kernel(1M)), console device and
50 # properties set via eeprom(1M) edit the "kernel" line to:
52 #   kernel /platform/i86pc/kernel/unix <boot-args> -B prop1=val1,prop2=val2,...