home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9832 < prev    next >
Encoding:
Internet Message Format  |  1992-09-04  |  2.7 KB

  1. Path: sparky!uunet!cs.utexas.edu!gateway
  2. From: wlodarz@tc.ich.us.edu.pl (Joachim J. Wlodarz)
  3. Newsgroups: comp.os.linux
  4. Subject: In-Reply-To: DR DOS and linux boot, 14 char filenames
  5. Date: 4 Sep 1992 07:39:39 -0500
  6. Organization: UTexas Mail-to-News Gateway
  7. Lines: 68
  8. Sender: daemon@cs.utexas.edu
  9. Message-ID: <9209041238.AA02704@cs.utexas.edu>
  10. Reply-To: wlodarz@plktus11.bitnet
  11. NNTP-Posting-Host: cs.utexas.edu
  12.  
  13. ==============================================================================
  14.  
  15.  
  16.  Message-ID: <1574@lysator.liu.se>
  17.  Sender: news@isy.liu.se (Lord of the News)
  18.  Organization: Lysator Academic Computer Society, Linkoping University, Sweden
  19.  Date: Thu, 3 Sep 1992 23:39:47 GMT
  20.  Lines: 18
  21.  
  22.  
  23. > How do I get DR-DOS 6.0 to recognize two diffrent bootable systems,
  24. > i.e. DR-DOS and Linux ?   There should be some boot function switch.
  25.  
  26. > When I try to run BOOTLIN as a normal program in DR-DOS it is possible
  27. > to boot linux, provided I have no loaded device drivers, few buffers,
  28. > no environment, etc...   When I try to run it as a program under
  29. > DR-DOS with all my device drivers, himem, environment and stuff, it
  30. > loads, loads linux kernel, I get as far as the message 'Press RETURN
  31. > to see SVGA-modes...'.  However, regardless of whether I press RETURN
  32. > or any other key, the machine hangs there.  Ctrl-Alt-Del is also
  33. > disabled.   Is there something easy I can do about it?
  34.  
  35.   Yes !
  36.  
  37.   As the FIRST line of your CONFIG.SYS write this:
  38.  
  39.       ?" Boot LINUX (Y/N) ? " CHAIN LINUX.SYS
  40.  
  41.   Then create the LINUX.SYS file containing only one line:
  42.  
  43.       SHELL=BOOTLIN IMAGE
  44.  
  45.   where IMAGE is the Linux bootable kernel transferred to DR DOS.
  46.  
  47.   I'm assuming here that the files LINUX.SYS, BOOTLIN.COM and IMAGE
  48.   are all placed C:\ and that IMAGE is correctly labelled with rdev.
  49.  
  50.   Then, after reboot, you will be prompted
  51.  
  52.     Boot LINUX (Y/N) ?
  53.  
  54.   When you hit y/Y you will "boot" LINUX through BOOTLIN.COM,
  55.   hitting n/N you simply continue the CONFIG.SYS.
  56.  
  57.   More sophisticated "boot menu" may be created using the SWITCH
  58.   command in CONFIG.SYS.
  59.  
  60. >
  61. > and....
  62. >
  63. > Where do I find the stuff for more than 14 characters in linux
  64. > filenames?    Does it work properly?
  65. >
  66. >
  67.  Try the efsprogs7.tar.Z package at tsx-11.mit.edu.
  68.  It is still in ALPHA stage and may contain some bugs.
  69.  
  70.  
  71.  Hope this helps.
  72.  
  73.  -jj
  74.  
  75. ***********************************************************************
  76. *    Joachim J. Wlodarz      *  EARN:     WLODARZ@PLKTUS11            *
  77. * Dept.Theoretical Chemistry *  Internet: wlodarz@tc.ich.us.edu.pl    *
  78. *           and              *                                        *
  79. *     Computing Centre       *  Silesian University, Katowice, Poland *
  80. ***********************************************************************
  81.