Installation Notes (May 30,'98)

There is the first thing to everything! Your happy MkLinux life begins with smooth installation, I hope.



Hardware Configuration

  1. Power Macintosh 8115/110

    CPU: PowerPC 601 (110MHz) x 1
    BUS: NuBus
    RAM: 104 MB
    HDD: Seagate Model ST34ttN 4.5 GB (builtin)
    HDD: Yano J-Compo HD 1 GB: FUJITSU Model M1606S-512 (addon)
    HDD: Logitec Manhattan HD 2 GB: IBM Model DCAS-32160(addon)

  2. Macintosh OS Version

    MacOS 8.1

Installation

  1. Set up A/UX Partition

    This is probably the most difficult part of the MkLinux installation.

  2. MacOS Reinstallation

    Since HFS+ is still not fully supported by MkLinux, reinstall MacOS into the MacOS partition (sda7) created above. Change the boot disk to this new partition and reboot.

  3. Preparation of DR3 Files

    The following files are necessary:
    Mac_Files/Mach_Kernel.hqx
    Mac_Files/MkLinux.hqx
    Mac_Files/MkLinux_Booter.hqx
    mach_servers/bootstrap.conf
    mach_servers/default_pager
    mach_servers/vmlinux+installer
    These files should be retrieved in BINARY mode from the DR3 directory in the Apple FTP site or its mirror.

  4. Putting Mac_Files into System Folder

  5. Putting "mach_servers" into an HFS Partition

    Place the entire "mach_servers" directory at the top level of an HFS (NOT HFS+) partition (in my case, sda7). Notice that these files are just for installation purpose and can be removed after successful installation.

  6. Restart MacOS

    Restart your Macintosh and select MacOS in the MkLinux "splash screen". Invoke MkLinux Control Panel and select "custom" and modify "lilo.conf" to reflect the installer location:
    rootdev=/dev/sda7
    in my case.

    Make sure that you are using a 256-color scheme, by opening the "Monitors and Sound" control panel. The RedHat installer will be almost illegible, otherwise.

  7. Reboot to Run MkLinux Installer

    Restart your Macintosh. This time, click on the "MkLinux" button and boot into the MkLinux installer, which is a mini-MkLinux system residing in your RAM disk.

  8. Modify lilo.conf in MacOS

    Invoke MkLinux Control Panel and select "custom" and modify "lilo.conf" to reflect the location of the root partition:
    rootdev=/dev/sda8
    in my case.

Getting Started with MkLinux

  1. In MacOS

  2. In MkLinux

    After a great deal of information scrolls down, you get
    login:
    which means now you are in MkLinux!

  3. Add Users

    Logging in as root and
    # adduser fujiik
    ....
    # passwd fujiik
    ....

Starting X Window System

  1. Starting X Locally

    $ startx

  2. Using MkLinux as an X Terminal

    In order to use it as an X terminal, do
    $ X -query <host name> -fp tcp/<font server>:<port no>
    where the font path setting to use a font server is optional. It is probably mandatory if you want to use CDE, which requires a special font set.
    (e.g.)
    $ X -query jlcux1 -fp tcp/jlcux1:7000
    To exit from X, press the OPTION and POWER keys at one time.

Back to Keisuke Fujii's MkLinux Page
fujiik@jlcuxf.kek.jp May 30, 1998