home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23756 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.7 KB

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!spool.mu.edu!uwm.edu!uwm.edu!usenet
  2. From: rick@ee.uwm.edu (Rick Miller, Linux Device Registrar)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: running dos & linux
  5. Date: 12 Jan 1993 14:27:42 GMT
  6. Organization: Just me.
  7. Lines: 29
  8. Message-ID: <1iukguINN95g@uwm.edu>
  9. References: <pcc.726808155@s1.gov>
  10. NNTP-Posting-Host: 129.89.2.33
  11. Summary: Only one bootable partition.
  12.  
  13. In article <pcc.726808155@s1.gov> pcc@s1.gov (Philip C. Cox) writes:
  14. >I wanted to make sure that having a bootable dos partition and having a
  15. >bootable linux partition on the same disk will work. I am curious as to
  16. >how you (re)specify the active partition while in linux. Do I just use
  17. >fdisk ( like in dos )? Am I reading more into this that there is?
  18. >
  19. >Phil
  20.  
  21. First, you should only have *one* bootable partition at any one time.
  22. The best way to go about it is *NOT* to keep toggling back and forth.
  23. You're better off to make your Linux partition *the* bootable one, and
  24. install LILO.  You can tell LILO to give you a choice by simply giving
  25. it more than one boot-option, like so:
  26.  
  27.     cd /    (/dev/hda2, that is)
  28.     /etc/lilo/lilo -c -i /etc/lilo/boot.b -d 20 -v -v -v \
  29.         msdos=/etc/lilo/chain.b+/dev/hda1@/dev/hda \
  30.         linux=/vmlinux
  31.  
  32. My DOS is on /dev/hda1 and my Linux is on /dev/hda2.  My wife still uses
  33. my home system for DOS, and she doesn't care to learn UNIX yet, so I make
  34. DOS the 'default' OS by listing it's boot-option first.
  35.  
  36. Thus, whenever I boot I have two seconds (20 x 0.1s) to press [Ctrl], [Alt],
  37. [Shift], [Caps Lock], or [Tab].  If I don't, LILO loads DOS.  If I do, LILO
  38. asks me which OS to boot.
  39.  
  40. Rick Miller   <rick@ee.uwm.edu> | <rick@discus.mil.wi.us>   Ricxjo Muelisto
  41. Occupation:  Husband, Father, WEPCo. WAN Mgr., Discus Sys0p, and  Linux fan
  42.