home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / os2 / misc / 29688 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  2.7 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!PKSMRVM.VNET.IBM.COM!KENKAHN
  2. From: KENKAHN@PKSMRVM.VNET.IBM.COM ("Kenneth A. Kahn")
  3. Newsgroups: comp.os.os2.misc
  4. Subject: Re: se20boot
  5. Message-ID: <9209100256.AA21726@ucbvax.Berkeley.EDU>
  6. Date: 10 Sep 92 02:49:43 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Lines: 49
  9.  
  10. Organization: Staff of IBM Fellow - IBM Personal/370
  11. Disclaimer: This posting represents the poster's views, not those of IBM
  12. News-Software: UReply 3.0
  13. X-X-From: KENKAHN@PKSMRVM.VNET.IBM.COM (Ken Kahn)
  14. References: <9209081924.AA21753@ucbvax.Berkeley.EDU>
  15.             <5012@sumax.seattleu.edu>
  16.  
  17. In <5012@sumax.seattleu.edu> Philipp Enrique T. Lim writes:
  18. >
  19. >Now that we're in the topic of se20boot or merely the process of making
  20. >a bootable OS/2 disk - I am curious, why do we need the install disk?
  21. >It's obviously a pain to be swapping disks on such a process.  Surely,
  22. >there should be a way where some of the install disks contents that are
  23. >not already on the hard disk, could be copied to the hard disk - so that
  24. >whenever se20boot or some similar program is invoked, it would
  25. >merely look for the required files from the HD, not the installation disk.
  26. >
  27. >Is this impossible?  I'm curious, since no one has attempted this (as to
  28. >my knowledge, anyways).
  29. >
  30.  
  31. It's been brought to my attention that my previous response was incorrect.
  32. I misread what you were asking.  If you are asking why SE20BOOT requires
  33. the Install Disks, the answer is it doesn't.  What it needs is the file
  34. SYSINSTX.COM from Disk 0 (to create the OS/2 BOOT Record) and the two *.DCP
  35. files from Disk 1 (VTBL850.DCP and KEYBOARD.DCP).  The two *.DCP files from
  36. the Install disks are used instead of the ones from the active OS/2 V2 system
  37. because of their size; the ones from the active system won't fit on the 1.44"
  38. disk.
  39.  
  40. Instead of getting them from the Install Disks, you can use the SOURCE=
  41. argument when invoking SE20BOOT to specify where to find the files.  The
  42. value of SOURCE= is a subdirectory structure as follows:
  43.  
  44.   drive:\path\DISK_0
  45.   drive:\path\DISK_1
  46.  
  47. The directories DISK_0 and DISK_1 are created by using XCOPY to copy over
  48. the corresponding Install Disks.  You would then specify SOURCE=drive:\path
  49. when invoking SE20BOOT and it will look there for the required files instead
  50. of prompting you to insert the Install Disks.
  51.  
  52. This subdirectory structure is defined by the redirection function of the
  53. OS/2 V2 Install Process.  The drive: can be a LAN Server or another Hard
  54. Disk Drive.  The SOURCE= argument is documented in the SE20BOOT.ABS file.
  55.  
  56. When installing a BOOT System to a Hard Disk Drive (TYPE=PM or TYPE=WPS),
  57. SE20BOOT will get the *.DCP files from the active system since there is now
  58. enough room for them.  It still needs SYSINSTX.COM however.
  59.