|
The word Installation in muLinux should be not used, because muLinux
runs primarily in the RAM, booting from a set of floppy disks (base floppy + add-on).
An interesting feature of muLinux is its possibility to be cloned as UMSDOS. In this form it is copied in the c:\linux directory, sharing disk space with Win9x. Obviously, this applies only if you have DOS/Win9x in the target machine. If the target machine has no OS in it, standard Linux EXT2 cloning is available: this will reformat your hard-disk with the EXT2 Filesystem and use LILO (linux-loader) in order to boot.
Once you have cloned to the HD, you can re-clone it into a different partition, if you like, and can also clone it on a CD-ROM (press "clone" and select "CDROM")
This feature is only for Windows installers. After they have followed the installation procedure, they can choose to immediately clone in the
c:\linux directory, skipping the floppy-disk set creation.
In Linux, you have the script called "mu". Please, obtain help with "mu -h".
Requirements ----------------- You will need: 1) Some 1.44Mb diskettes, formatted OR unformatted, but without bad blocks. (1 for the installation disk, 1 for the boot disk and 1 for each addon you wish to configure) 2) DOS, Win3.11, Win95, Win98, WinNT, Win* already installed. UNPACKING THE archives ----------------------------- 1) Create a new directory (eg. c:\mulinux) and move DOSTOOLS.zip, mulinux-13r2.tgz and the addons into it. 2) Unzip DOSTOOLS.zip using pkunzip or equivalent (Winzip). eg: c:\mulinux> pkunzip DOSTOOLS.zip 3) Run unpack.bat c:\mulinux> unpack This will unpack the main archive mulinux-13r2.tgz METHOD 1: using the Installer Disk (Suggested for WinNT) -------------------------------------------------------- a) Run makefi.bat (formerly makefd.bat) in a DOS window: c:\mulinux> makefi This will create the "Installation Disk". It is formatted as usual, i.e. 1440k. b) Put this disk in the drive and reboot METHOD 2: PC without floppy drive ---------------------------------- a) Restart in "full DOS mode" and run boot.bat: c:\mulinux> boot Using this method, no InstallerDisk is needed. METHOD 3: lowmem machine, 386 with RAM < 4M (new!) -------------------------------------------------- Starting from muLinux 11r3, you can install with 4M also using methods 1 or 2. But if they don't work, try with this. a) Run the maker.bat (make root) script: c:\mulinux> maker This will create the ROOT (1722k) disk, ext2fs mountable. It works only if your floppy drive supports 1722k super-formatting. b) Run the lowmem.bat script: c:\mulinux> lowmem This will start Linux and will not use ramdisks at all. This is the only script that does not use additional RAM for the filesystem itself. After booting, you will be asked to enter the ROOT floppy: please, enter the floppy you made in a). NOTE 1: SCSI disks ------------------- The installation Disk will also work with SCSI peripherals supported by AIC7xxx series cards, i.e. you can put DOSTOOLS.zip, mulinux.tgz and addons in SCSI partitions or a ZIP floppy with SCSI interface, and run 'makefd'. NOTE 2: SCSI disks ------------------- If you wish only to make the standard single floppy Linux, i.e. the boot+root+usr traditional diskette, from DOS, please use the "makebru" (make boot,root,usr) script: c:\> makebru It works only if your floppy drive supports 1722k super-formatting. Anknowledgment -------------- Both DOS command, fdformat.exe and rawrite2.exe, are patched versions, by Copyright 2000 Miguel Angel Alvarez |