home *** CD-ROM | disk | FTP | other *** search
/ terabyteunlimited.com / 2014.06.terabyteunlimited.com.tar / terabyteunlimited.com / bootnow_solaris.zip / readme.txt < prev   
Text File  |  2011-05-19  |  4KB  |  106 lines

  1. BOOTNOW
  2. ~~~~~~~
  3. This utility will allow you to choose a boot option from Solaris.  
  4. It is for use with BootIt Next Generation and BootIt Bare Metal
  5.  
  6. INSTALLATION:
  7. ~~~~~~~~~~~~~
  8. Simply copy the files to a directory on your hard drive.
  9.  
  10. ISSUES:
  11. ~~~~~~~
  12. bootnow must be run as the superuser.
  13.  
  14. You must update/create a file named drvmap.inf that maps the Solaris device
  15. files to the BIOS drive numbers.  BootNow requires drvmap.inf to be
  16. readable in the current directory with drive 80 (hd0) mapped.
  17.  
  18. For example: 80=/dev/dsk/c0d0p0
  19.  
  20.  
  21. USE:
  22. ~~~~
  23. There are three different options for using bootnow:
  24.  
  25. 1) By Menu Description - The example below boots an item named
  26.    "The Description"
  27.  
  28.     Example: bootnow The Description
  29.  
  30.    *NOTE: The description entered must match the boot menu description exactly.
  31.  
  32. 2) By Entry Number:
  33.  
  34.    Example: bootnow 1           - This boots the first item on your boot menu
  35.    Example: bootnow 5           - This boots the fifth item on your boot menu
  36.  
  37. 3) By next entry:
  38.  
  39.    Example: bootnow /Next       - Boots the next item in your boot menu.
  40.  
  41.    *Note: Next can be any case (upper/lower/or mixed).
  42.  
  43. 4) By hot key:
  44.  
  45.    Example: bootnow &k          - This boots the item with hotkey 'k'
  46.  
  47.    *Note: The hot key method is case sensitive.  In other words hot
  48.           key &K is not a match for hot key &k.
  49.  
  50. 5) Shut down:
  51.  
  52.    Example: bootnow /Shutdown   - Shuts down the system (if APM is enabled)
  53.  
  54.    *Note: Useful when used with the /ims switch.
  55.  
  56. 6) No boot:
  57.  
  58.    Example: bootnow /None       - Displays the menu (useful to exit IT mode)
  59.  
  60.  
  61. If you're using BootIt Next Generation you may specify an image set to be 
  62. automatically executed before booting the selection.  To do this you use 
  63. the /ims=filename switch where "filename" is an image set you created 
  64. (including the .IMS extension is not necessary).  Note that you SHOULDN'T 
  65. include a space before the /ims switch.
  66.  
  67.    Example: bootnow 1/ims=filename  - Executes the "filename" image set and
  68.                                       then boots the first item.
  69.  
  70.    Example: bootnow Boot Description/ims=filename
  71.  
  72.  
  73. If you're using BootIt Bare Metal you may specify a script or program to
  74. automatically be run before booting the selection.  To do this you use the
  75. /run=filename.ext switch where "filename.ext" is the file to run.  The
  76. file may be a script (.TBS or .RUN), a text file with programs to run, or 
  77. a single program. Note that you SHOULDN'T include a space beofre the /run
  78. switch.
  79.  
  80.    Example: bootnow 1/run=filename.tbs  - Run the script and then boots 
  81.                                           the first item.
  82.  
  83.    Example: bootnow 2/run=filename.run  - Run the script and then boots 
  84.                                           the second item.
  85.  
  86.    Example: bootnow 1/run=filename.etx  - Run program or list of programs
  87.                                          and then boots the first item.
  88.  
  89.    Example: bootnow Boot Description/run=filename
  90.  
  91.  
  92. Another option that exists is the /noreboot switch.  Append the special
  93. purpose /noreboot switch to the end of the command line to prevent the
  94. system from restarting.  Note that you SHOULDN'T include a space before
  95. the /noreboot switch.
  96.  
  97.    Example: bootnow Boot Description/noreboot
  98.  
  99.    Example: bootnow 1/ims=filename/noreboot
  100.  
  101.    Example: bootnow 1/noreboot
  102.  
  103. Be aware that data loss may occur if an application has unsaved data when
  104. the system reboot is requested.  Therefore save your work before using
  105. initiating a BootNow request.
  106.