home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22229 < prev    next >
Encoding:
Text File  |  1992-12-30  |  5.6 KB  |  150 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!spool.mu.edu!caen!saimiri.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!serval!hlu
  3. From: hlu@eecs.wsu.edu (H.J. Lu)
  4. Subject: ANNOUNCE: bootable rootdisk 0.99 p1 is on tsx-11.
  5. Message-ID: <1992Dec30.235352.5709@serval.net.wsu.edu>
  6. Sender: news@serval.net.wsu.edu (USENET News System)
  7. Organization: School of EECS, Washington State University
  8. Date: Wed, 30 Dec 92 23:53:52 GMT
  9. Lines: 139
  10.  
  11. I don't know how to post in c.o.l.a. Please bear with me. Thanks.
  12.  
  13. -------------
  14.                     Linux Bootable Root Disk [HJ release]
  15.  
  16. Introduction
  17. ------------
  18.   This is a bootable root disk for Linux.  The kernel is 0.99 patch level 1
  19.   with 387 emulation and SCSI support. There are some basic binaries on the
  20.   root disk, all of which are linked with the C library 4.2. There is a light
  21.   version of the shared image 4.2, lite.so.4.2, which doesn't have sun rpc,
  22.   curses and gdbm. This kernel has TCP/IP enabled. But I don't have an
  23.   Ethernet card. Please consult the NET channel and modify /usr/etc/inet/*.
  24.  
  25.   There are two new users on the root disk, halt and shutdown, log in as
  26.   halt or shutdown without password will halt (no delay) or shutdown (a few
  27.   minutes delay) your computer respectively.
  28.  
  29.   You can use this disk to install a bootable root partition on your
  30.   hard drive.
  31.   
  32.   The root disk is on tsx-11.mit.edu under pub/linux/GCC/rootdisk.
  33.  
  34.  
  35. Distribution File Format
  36. ------------------------
  37.   There are two versions of the root disk.  The first is in the file
  38.   3rootdisk.Z, and is for a 3.5" floppy.  The second file is 5rootdisk.Z,
  39.   and is for a 5.25" floppy.  Because the 5.25" floppy is smaller than
  40.   the 3.5", some files are not present in the 5.25" version.
  41.  
  42.   Because of the lack of space on the 5.25" version, there are only a few
  43.   free blocks left, and you may have trouble using vi.  To solve this you
  44.   can delete any files you don't need from the root disk.
  45.  
  46.   This is a partial list of what is on the root disk.
  47.  
  48.   1. ksh 4.7 (buggy, but save quite a lot disk spaces, about 100K)
  49.   2. gnu tar 1.10 (tar.Z) (not present in the 5.25" version.)
  50.   3. compress 4.2.4
  51.   4. elvis 1.6
  52.   5. doshell, chmod, chown, cp, ls (color), mv, rm, and ln.
  53.   6. mount, umount, swapon and swapoff (new version).
  54.   7. more (may not be present in the 5.25" version.)
  55.   8. /proc based ps, free, tload and uptime 
  56.   9. mkfs, mkswap (may not be in 5.25" version.), fsck and fdisk
  57.   10. efsck and mkefs (alpha 11)
  58.   11. expr (for /dev/MAKEDEV)
  59.   12. grep (for /usr/etc/inet/rc.net)
  60.   13. lilo 0.7 (only minimum stuff, please get full package as well as
  61.       documentations.)
  62.  
  63. Building the Bootable Root Floppy
  64. ---------------------------------
  65.   1. uncompress [3|5]rootdisk.Z.
  66.   2. rawrite or dd the file to a formatted floppy disk.
  67.  
  68.   You now have a bootable floppy, which you can use to boot your system.
  69.  
  70.  
  71. Installing a Bootable Root Partion on Your Hard Drive
  72. -----------------------------------------------------
  73.   You can use this disk to install a bootable root partition on your
  74.   hard drive.  You will need to create a root partition on your disk,
  75.   using the DOS fdisk command, or another hard drive utility.
  76.  
  77.   If you are creating the partition, be sure to record its size in
  78.   bytes.  If the partition already exists, you can find its size using
  79.   fdisk.
  80.  
  81.   If you want to install Linux on partition /dev/hdxx, whose size
  82.   is yyyy K bytes, do:
  83.  
  84.     mkfs /dev/hdxx yyyyy
  85.     mount /dev/hdxx /mnt
  86.     (cd /; cp -av . /mnt)
  87.  
  88.   Edit /mnt/etc/fstab to ensure that /dev/hdxx will be mounted as root.
  89.   There are some examples in /mnt/etc/fstab.
  90.  
  91.   Next, use lilo to set up your hard drive to boot either Linux or DOS:
  92.  
  93.     cd /mnt/etc/lilo
  94.     rm map boot.????
  95.     ./lilo -r /mnt -b /dev/hdxx -i /etc/lilo/boot.b -v -v -v /vmlinux,/dev/hdxx
  96.  
  97.   You will also need to make the partition you wish to boot from active,
  98.   and make all other partitions non-active.  You can do this using fdisk.
  99.   You can now boot Linux from your hard drive.  Installing other packages
  100.   should be easy, since you have tar and compress on your hard drive, and
  101.   you can boot Linux from your hard drive.
  102.  
  103.   This kernel should get you going, but may not be the best for your particular
  104.   hardware configurations. You should get the kernel source and configure it
  105.   according to your need.
  106.  
  107.   Note: If you don't like the color ls, you can make `ls -f' or `ls --no-color'
  108.   as an alias for ls.
  109.  
  110.  
  111. Booting Other OS's
  112. ---------------
  113.   There is a file called mboot.tar.Z under pub/linux/GCC/rootdisk on
  114.   tsx-11.mit.edu.  Running mboot from a DOS partition on your first hard
  115.   drive will enable you to choose from a menu to boot from up to 4 partitions
  116.   on your first hard drive.  Read the documentation in mboot.tar.Z for details.
  117.  
  118.  
  119. Other Linux Disks
  120. -----------------
  121.   The next thing you may want to do is install the Linux Base System,
  122.   which contains many system utilities.  Please read README.basedisk
  123.   in the base system directory for details.
  124.  
  125.   The Linux Base System is on tsx-11.mit.edu under pub/linux/GCC/basedisk.
  126.  
  127.   The only thing missing from the Linux Base System is ispell 3.09.
  128.   It is in a separate file, under pub/linux/GCC/basedisk.
  129.  
  130.   You may be also interested in libdisk and gccdisk, which have the most
  131.   current C/C++ libraries and gcc.
  132.  
  133.   Note: basedisk, libdisk and gccdisk may not be very up to date. I am
  134.   doing my best to keep them current.
  135.  
  136.  
  137.   I will try to update my root disk regularly with Linus' new kernel.
  138.  
  139.   This root disk works on my machine with 100MB IDE drive.  I don't know
  140.   anything about your machine or SCSI.  Good luck.
  141.  
  142.   Correct me if I am wrong.  Tell me about your story.
  143.  
  144.  
  145. Thanks.
  146.  
  147. H.J.
  148. hlu@eecs.wsu.edu
  149. 12/31/09
  150.