home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD2.iso / CDR / BOOTCD / README.TXT < prev   
Encoding:
Text File  |  1997-06-05  |  8.0 KB  |  194 lines

  1. BOOTISO by Jason Livingston (jasonliv@erols.com) - Version 0.91 BETA
  2.  
  3. Legal Information
  4.  BOOTISO, this document, and all included files are (C) Copyright 1997 Jason
  5.  Livingston. You may not modify or distribute these files without express
  6.  written permission from the author. By using BOOTISO, you agree that you
  7.  understand and acknowledge the terms of this agreement. Jason Livingston WILL
  8.  NOT be held responsible for any losses or damage due to use of this software
  9.  or the instructions contained in it.
  10.  
  11.  At this time, BOOTISO may not be used in the creation or modification of
  12.  commercially made CDs, CDs sold for profit, CDs used in a public exhibition
  13.  or demostration, or CDs to be mass duplicated or distributed.
  14.  
  15. PLEASE READ ALL INSTRUCTIONS BEFORE ATTEMPTING THESE PROCEDURES!
  16.  
  17. BOOTISO now has a web page at http://www.geocities.com/SiliconValley/Way/2996/
  18. It will be updated more frequently than this file, and it contains an HTML
  19. version of README with formatting and graphics to help you.
  20.  
  21. Overview of Bootable CD Creation
  22.  1. Create a bootable floppy disk or partition
  23.  2. Make an image file
  24.  3. Make an ISO file containing the image and a boot catalog
  25.  4. Patch the ISO file with BOOTISO
  26.  5. Burn the ISO file on the first track of a CD
  27.  6. Burn any other files to additional tracks on the CD
  28.  
  29. Requirements
  30.  CD Recorder
  31.  Blank CD-R Disk
  32.  Floppy disk or bootable partition <650MB
  33.  CD Writer software capable of creating ISO files
  34.  System BIOS that supports El Torito Specification
  35.  EIDE or SCSI CD-ROM supported by BIOS
  36.  
  37. Included Files
  38.  BOOTISO.EXE  - Patches ISO file to be bootable
  39.  BOOTCAT.BIN  - Boot Catalog to be included in ISO file
  40.  README.TXT   - This file
  41.  
  42.  DISKIMG.ZIP  - Contains utility to create an image file from a floppy
  43.                 or hard disk partition
  44.                 I DID NOT MAKE THIS FILE, AND I DO NOT SUPPORT IT!
  45.  
  46. Detailed Instructions
  47.  
  48. STEP 1 - Create a bootable floppy disk or partition
  49.  
  50. If you already have a bootable floppy disk or hard disk partition that you'd
  51. like to use, you can skip this step. However, you may want to read it just
  52. in case.
  53.  
  54. Start by formating the disk or partition with FORMAT /S. This will put the
  55. operating system on the disk. Then, copy any useful files or utilities to
  56. this disk. The most important files are FORMAT.COM, FDISK.EXE, and SYS.COM.
  57. Here is a list of what's on my boot floppy:
  58.  
  59. MOUSE.INI
  60. CONFIG.SYS
  61. CONFIG.W40
  62. AUTOEXEC.BAT
  63. HELP.COM
  64. AUTOEXEC.W40
  65. MSD.COM
  66. MSDOS.W40
  67. MORE.COM
  68. DOSKEY.COM
  69. PKZIPFIX.EXE
  70. TEAC_CDI.SYS
  71. ATTRIB.EXE
  72. CHKDSK.EXE
  73. SYS.COM
  74. DEBUG.EXE
  75. FORMAT.COM
  76. MODE.COM
  77. MSCDEX.EXE
  78. UNDELETE.EXE
  79. FDISK.EXE
  80. PKUNZIP.EXE
  81. MEM.EXE
  82. HIMEM.SYS
  83. PKZIP.EXE
  84. COMMAND.COM
  85. ZAPIT.EXE
  86. MOUSE.COM
  87. EDIT.COM
  88. COMMAND.W40
  89. MEMMAKER.EXE
  90. EMM386.EXE
  91. SCANDISK.EXE
  92. WINBOOT.SYS
  93.  
  94. Now, you probably don't need all these files, so use your judgement and put
  95. anything useful or important that will fit. Next, run ATTRIB +R *.* so that
  96. all of the files on disk are read-only, then write protect the floppy and
  97. boot from it. If at any time you get an error message (especially a Write
  98. Protected error), you need to resolve this before making the image. The CD
  99. WILL NOT boot at all if the system tries to write to it! Make sure that you
  100. can access the CD's drive letter and any other important system resources.
  101.  
  102.  
  103. STEP 2 - Make an image file
  104.  
  105. Unzip the package DISKIMG.ZIP. Now, you could be a good boy and read all the
  106. documentation, experiment around, and ruin a couple of CD blanks. Luckily,
  107. the work has been done for you. Just execute the command:
  108.                    SAVEDSKF A: C:\OSBOOT.IMG /D /A
  109. This will create an image of the floppy in A: and save it to a file called
  110. OSBOOT.IMG in the root directory of your HD. To make an image of a HD
  111. partition, replace A: with the drive's letter. Remember, the image will take
  112. up sligtly more space than the entire capacity of the drive you are imaging,
  113. so take that into account when choosing the directory to save to. If you used
  114. a 1.44 MB floppy, this image should be exactly 1,474,560 bytes.
  115.  
  116.  
  117. STEP 3 - Make an ISO file containing the image and a boot catalog
  118.  
  119. To do this, I used Easy CD-Pro 2.0. However, you can use any program you want
  120. that saves and burns raw ISO files. Make sure that BOOTCAT.BIN, included with
  121. this file, is the first file to be saved into the ISO, and that OSBOOT.IMG,
  122. your image file, is the second and last file in the ISO image. If you're
  123. using Easy CD-Pro, make SURE that these two files end up in the root directory
  124. of the ISO, NOT in some sub-directory. That definately won't work. The ISO
  125. file should be CD-ROM MODE 1, Multisession, with ISO-9660 compliant file
  126. names. You shouldn't use Joliet or anything else wierd in this file.
  127.  
  128. ** NOTE: The operation of BOOTISO is dependant on the correct naming and
  129. placement of the files BOOTCAT.BIN and OSBOOT.IMG. Do not rename or misplace
  130. these files, or else BOOTISO will not run correctly.
  131.  
  132. Once you've placed BOOTCAT.BIN and OSBOOT.IMG into the file, go ahead and
  133. write the ISO file to disk. Call it something like BOOTCD.ISO. If you used
  134. a 1.44MB floppy disk as your image, this ISO file should be exactly 1,835,008
  135. bytes long. If not, you did something wrong.
  136.  
  137.  
  138. STEP 4 - Patch the ISO file with BOOTISO
  139.  
  140. This step is easy, thanks to my program. Just run the program like this:
  141.                            BOOTISO BOOT.ISO
  142. That is, assuming that you called the ISO file from step 3 BOOT.ISO. The
  143. program will first ask you what type of image file you used in the ISO. Just
  144. press the corresponding number. After that, things should proceed fairly
  145. quickly. If you get the message "ISO Patch Successful", then you're done. If
  146. you get an error message or the program seems to take forever, there may be
  147. something wrong with the ISO file from step 3. If you are SURE that you made
  148. the ISO file correctly, and ONLY IF YOU ARE SURE, e-mail me the error message
  149. and data you got.
  150.  
  151.  
  152. STEP 5 - Burn the ISO file on the first track of a CD
  153.  
  154. For this step, you should use the same program that you used to create the ISO
  155. file in step 3. This is because some programs may have slightly different
  156. ISO formats that are incompatible with another's. When you burn the ISO file,
  157. make sure you do NOT close the disk or write in "Disk-At-Once" mode, or else
  158. you won't be able to add more data to the disk. Again, make sure you burn
  159. the ISO as CD-ROM Mode 1, Multisession, with ISO-9660 8+3 file names. When
  160. the CD has finished burning, put it in your first CD drive and reboot your
  161. computer. Check your BIOS to make sure your system will boot from CD-ROM
  162. before the floppy or HD. Then just let it boot. If it works, you'll end up
  163. in whatever OS the floppy booted to. When you access the A drive, you'll see
  164. a duplicate of the boot floppy you made, even though no floppy is present! If
  165. you access the CD drive containing the boot CD, you'll see only two files,
  166. BOOTCAT.BIN and OSBOOT.IMG.
  167.  
  168.  
  169. STEP 6 - Burn any other files to additional tracks on the CD
  170.  
  171. The way to do this depends on your software and is outside the scope of these
  172. instructions. Just MAKE SURE that any additional sessions you add are linked
  173. to the previous, or else all older sessions will disappear! You'll also lose
  174. about 13MB of space for each additional session you add.
  175.  
  176. ** NOTE: I have received problem reports from some users trying to add a
  177. session containing Windows 95 or Windows NT files. The CD boots correctly
  178. before the additional session is added, but will not boot afterwards. I am
  179. looking into this. For now, if you want to risk it, let me know your results.
  180.  
  181.  
  182. Revision History
  183.  Unnumbered - A few people received a very early version of BOOTISO with no
  184.  4/18/97      version number and missing some important information. You
  185.               should NOT be using this version!
  186.  
  187.  0.9 BETA   - Additional error handling and information. New BETA instructions
  188.  5/5/97       and requirements. Interface improvements. Better README.TXT.
  189.  
  190.  0.91 BETA  - Better error reporting. Minor changes in README.TXT to correct
  191.  6/5/97       most of the problems users have been reporting.
  192.  
  193. That's all, folks!
  194.