Home | History | Annotate | Download | only in grub
      1 #pragma ident	"%Z%%M%	%I%	%E% SMI"
      2 #
      3 # default menu entry to boot
      4 default 0
      5 #
      6 # menu timeout in second before default OS is booted
      7 # set to -1 to wait for user input
      8 timeout 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 # If GRUB determines if the booting system is 64-bit capable,
     35 # the kernel$ and module$ commands expand $ISADIR to "amd64"
     36 #
     37 # title Solaris <version>
     38 #	root (hd<disk no>,<partition no>,x)	--x = Solaris root slice
     39 #	kernel$ /platform/i86pc/kernel/$ISADIR/unix
     40 #	module$ /platform/i86pc/$ISADIR/boot_archive
     41 
     42 #
     43 # To override Solaris boot args (see kernel(1M)), console device and
     44 # properties set via eeprom(1M) edit the "kernel" line to:
     45 #
     46 #   kernel /platform/i86pc/kernel/unix <boot-args> -B prop1=val1,prop2=val2,...
     47 #
     48