Before we let you perform each and every of the following steps, you should make sure that Linux can actually run on your Amiga. To check that out, do the following (this will not write to any of your partitions, so this will not destroy any data) :
amiboot-<x.y>.gz
, new-filesys.gz
and
vmlinux-<x.y>.gz
to this directory (replace the x.y
letters with the version numbers your files actually have).
gzip -d amiboot-<x.y>.gz
gzip -d new-filesys.gz
gzip -d vmlinux-<version>.gz
Boot without startup-sequence
feature of the boot menu).
amiboot-<x.y> -d -k vmlinux-<version> -r new-filesys video=pal,inverse
If you are using an Amiga 4000 and your monitor cannot display video modes
with a line frequency of 15 kHz, you might want to use another mode
like e.g.
video=pal-lace,inverse
The bootstrap program now prints your system configuration and waits for
you to hit a key. Do so. Your screen should go black, and after a few more
seconds you should see the kernel start. It will print out a couple of
messages, what hardware it detected, and will finally await commands at its
shell prompt:
#
If everything worked ok, you can go for the real installation. Right now, you can directly reboot using the Ctrl-Amiga-Amiga key sequence, but keep in mind already now that this should NEVER be done once you have mounted partitions or started the kernel from a harddisk partition!
If the boot process does not work for some reason and you tried everything you could think of, either your system is not suited for Linux, or you have some other problem we do not (yet) know about. Write down the entire output you got (on both the Amiga side and on the Linux side (if there was any output, that is)) and ask someone who might be able to help you - a good starting point is one of the Linux/m68k related newsgroups, like maus.os.linux68k, comp.unix.amiga or (coming December '95) comp.os.linux.m68k.
When you prepare a posting asking for help, please do not forget to give the following information:
Next Chapter, Previous Chapter
Table of contents of this chapter, General table of contents
Top of the document, Beginning of this Chapter