Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. #pragma ident "@(#)menu.lst 1.1 05/09/01 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. #
  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. #---------- ADDED BY BOOTADM - DO NOT EDIT ----------
  46. title Solaris 10 10/08 s10x_u6wos_07b X86
  47. findroot (rootfs0,0,a)
  48. kernel /platform/i86pc/multiboot
  49. module /platform/i86pc/boot_archive
  50. #---------------------END BOOTADM--------------------
  51. #---------- ADDED BY BOOTADM - DO NOT EDIT ----------
  52. title Solaris failsafe
  53. findroot (rootfs0,0,a)
  54. kernel /boot/multiboot kernel/unix -s -B console=ttya
  55. module /boot/x86.miniroot-safe
  56. #---------------------END BOOTADM--------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement