home *** CD-ROM | disk | FTP | other *** search
/ Login Magazine 68 / LoginMagazineNo68.bin / kernels / lodln16a.txt < prev    next >
Text File  |  1999-11-07  |  2KB  |  61 lines

  1. Quickstart for LOADLIN-1.6a
  2. ===========================
  3.  
  4. Version 1.6a of LOADLIN (as opposite to prior versions) normally needs no
  5. special configuration and has been reported very stable by all ALPHA testers,
  6. so I guess you will only need
  7.  
  8.    LOADLIN.EXE,
  9.  
  10. Copy this file to a DOS partition (e.g C:\LOADLIN).
  11.  
  12. To boot Linux you need also a compressed kernel image file such as
  13. the "/vmlinuz" or the "/usr/src/zImage". In Slackware distribution you
  14. can find a lot of kernels (bare, scsi, modern, ...) in the directory
  15. ..../slackware/kernels of the site you got it from.
  16.  
  17. Copy the image file to your DOS partion (e.g. C:\).
  18.  
  19. To boot type at dos prompt:
  20.  
  21.   1. For a Linux partition (ext2, minix, ...) to mount as root
  22.  
  23.          loadlin c:\vmlinuz root=/dev/hdb2 ro
  24.                                            ==
  25.  
  26.   2. For an UMSDOS filesystem to mount as root
  27.  
  28.          loadlin c:\vmlinuz root=/dev/hda1 rw
  29.                                            ==
  30.  
  31.   3. To boot for installation from a ramdisk image as a file
  32.      (may be directly from CD) haveing a kernel >= 1.3.73
  33.  
  34.          loadlin c:zimage root=/dev/ram rw initrd=c:rootdsk.gz
  35.  
  36.   4. To boot from a SlackWare installation root floppy in drive A:
  37.      having the kernel ( < 1.3.48 ) image file on the hard disk.
  38.  
  39.          loadlin c:bare root=/dev/fd0 rw ramdisk=1440
  40.  
  41.      The same, but with a kernel >= 1.3.48
  42.  
  43.          loadlin c:bare root=/dev/fd0 rw load_ramdisk=1
  44.  
  45.      Dito, but haveing a prompt before insertion of the floppy
  46.  
  47.          loadlin c:bare root=/dev/fd0 rw load_ramdisk=1 prompt_ramdisk=1
  48.  
  49.  
  50.  
  51. NOTE: You must know what root partition to use, the above /dev/xxx
  52.       are only examples !!!
  53.  
  54.  
  55. If you didn't succeed, please read the file MANUAL.TXT.
  56.  
  57. Hans Lermen
  58. <elserv.ffm.fgan.de>
  59.  
  60. 
  61.