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
12 # menu timeout in second before default OS is booted
13 # set to -1 to wait for user input
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
23 # Uncomment the following line to enable GRUB splashimage on console
24 # splashimage /boot/grub/splash.xpm.gz
26 # To chainload another OS
29 # root (hd<disk no>,<partition no>)
32 # To chainload a Solaris release not based on grub
35 # root (hd<disk no>,<partition no>)
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,...