1# 2# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 3# Use is subject to license terms. 4# 5 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. 8 9# default menu entry to boot 10default 0 11# 12# menu timeout in second before default OS is booted 13# set to -1 to wait for user input 14timeout 10 15# 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 22# 23# Uncomment the following line to enable GRUB splashimage on console 24# splashimage /boot/grub/splash.xpm.gz 25# 26# To chainload another OS 27# 28# title Another OS 29# root (hd<disk no>,<partition no>) 30# chainloader +1 31# 32# To chainload a Solaris release not based on grub 33# 34# title Solaris 9 35# root (hd<disk no>,<partition no>) 36# chainloader +1 37# makeactive 38# 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" 42# 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 47 48# 49# To override Solaris boot args (see kernel(8)), console device and 50# properties set via eeprom(8) edit the "kernel" line to: 51# 52# kernel /platform/i86pc/kernel/unix <boot-args> -B prop1=val1,prop2=val2,... 53# 54