home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6474 < prev    next >
Encoding:
Text File  |  1992-07-22  |  2.2 KB  |  52 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewsj!nhc
  3. From: nhc@cbnewsj.cb.att.com (n.h.chandler)
  4. Subject: Re: Two Hard drives?
  5. Organization: AT&T
  6. Date: Thu, 23 Jul 1992 03:40:14 GMT
  7. Message-ID: <1992Jul23.034014.6506@cbnewsj.cb.att.com>
  8. Summary: Linux BOOT.SYS BOOTUTIL
  9. References: <63992@hydra.gatech.EDU> <Brt6Lz.7Fp@news.udel.edu> <1992Jul22.233242.22228@rs6000.cmp.ilstu.edu>
  10. Lines: 40
  11.  
  12. In article <1992Jul22.233242.22228@rs6000.cmp.ilstu.edu>, jliddle@rs6000.cmp.ilstu.edu (Jean Liddle) writes:
  13. > In article <Brt6Lz.7Fp@news.udel.edu> radel@bach.udel.edu (Todd Radel) writes:
  14. > >OK, folks, here it is:  How to keep Linux entirely (err, almost) on a 
  15. > >second hard disk and still be able to boot without a floppy.  Here's
  16. > >what you do:
  17. > >
  18. > > [ ... ]
  19. > >
  20. > >1. Backup everything. 
  21. > >2. Repartition your primary hard disk (drive C:) and add a 1mb partition
  22. > >   somewhere.  My 119mb drive looks like this:
  23. > >
  24. > >    DOS partition    /dev/hda1    118mb
  25. > >    Linux boot    /dev/hda2    1mb
  26. > >
  27. > This week I completely repartitioned my hard drives, giving LINUX the
  28. > Lions Share of space.  To be on the safe side, I mirrored my entire
  29. > bootable Linux installation on a partition on the second hard drive and
  30. > recompiled the kernel with my ROOT device set to sdb2.  Using mcopy
  31. > I copied the resulting Image to the C: drive, from which bootlin4 can
  32. > execute it.  I rebooted and Linux worked fine from D:, with absolutely
  33. > no reference to anything on C: beyond the initial BOOT.SYS and BOOTLIN
  34. > calls.  If your using DOS on your C: drive anyway, this approach would
  35. > let you avoid having to create an extraneous 1 MB parition.
  36. > Using this approach I was able to mess around with the partitioning
  37. > scheme on /dev/sda with no fear of reprisal, beyond having to reinstall
  38. > my DOS stuff from floppy backups.  Worked like a charm.
  39. > Jean.
  40. > -- 
  41.  
  42. Same here!!  This arrangement also allows easy testing of new images.
  43. One can move the new kernel image to C, modify the CONFIG.SYS file
  44. to add another menu item for the new kernel image.  If the new image
  45. bombs, reboot the system and select the original kernel.
  46.  
  47. Neville Chandler
  48. nhc@mtdcr.att.com
  49.