Differences between revisions 13 and 14
Revision 13 as of 2013-10-20 18:02:59
Size: 10866
Editor: ?AdrianGlaubitz
Comment: Add a note regarding the video= kernel command line option on Amiga.
Revision 14 as of 2014-04-30 07:23:54
Size: 11420
Editor: ?FinnThain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 76: Line 76:
The following Debian releases are available for installation on Amiga, Atari and Mac platforms.

  * [[http://archive.debian.org/debian/dists/Debian-2.0/main/disks-m68k/current/]] Debian 2.0
  * [[http://archive.debian.org/debian/dists/Debian-2.1/main/disks-m68k/current/]] Debian 2.1
  * [[http://archive.debian.org/debian/dists/Debian-2.2/main/disks-m68k/current/]] Debian 2.2
  * [[http://archive.debian.org/debian/dists/Debian-3.0/main/disks-m68k/current/amiga/]] Debian 3.0
  * [[http://cdimage.debian.org/mirror/cdimage/archive/3.1_r8/m68k/iso-cd/]] Debian 3.1
  * [[http://people.debian.org/~smarenka/d-i/m68k/cds/daily/]] Debian 4.0 (unofficial)
  * [[http://people.debian.org/~wouter/d-i/images/daily/]] Debian unstable (current))

Installation guides are available for these official releases.

  * [[http://www.debian.org/releases/slink/m68k/install]]
  * [[http://www.debian.org/releases/potato/m68k/install]]
  * [[http://www.debian.org/releases/woody/m68k/install]]
  * [[http://www.debian.org/releases/sarge/m68k/]]
Line 86: Line 103:
It can be helpful to redirect the console output to the serial console of the Amiga by adding "console=ttyS0,9600n8" ('''Note''': Use "debug=ser" instead on Kernel 3.10-2-m68k or newer as the kernel may crash otherwise) to the kernel command line for the first boot attempts if you should have issues with the video output. If everything goes right, the machine should boot into Linux without problems.

The following Debian releases are available for install on Amiga:

  * [[http://archive.debian.org/debian/dists/Debian-2.0/main/disks-m68k/current/amiga/]] Debian 2.0
  * [[http://archive.debian.org/debian/dists/Debian-2.1/main/disks-m68k/current/amiga/]] Debian 2.1
  * [[http://archive.debian.org/debian/dists/Debian-2.2/main/disks-m68k/current/amiga/]] Debian 2.2
  * [[http://archive.debian.org/debian/dists/Debian-3.0/main/disks-m68k/current/amiga/]] Debian 3.0
  * [[http://cdimage.debian.org/mirror/cdimage/archive/3.1_r8/m68k/iso-cd/]] Debian 3.1
  * [[http://people.debian.org/~smarenka/d-i/m68k/cds/daily/]] Debian 4.0 (unofficial)
  * [[http://people.debian.org/~wouter/d-i/images/daily/]] Debian unstable (current))
It can be helpful to redirect the console output to the serial console of the Amiga by adding "console=ttyS0,9600n8" ('''Note''': Use "debug=ser" instead on Kernel 3.10-2-m68k as the kernel may crash otherwise) to the kernel command line for the first boot attempts if you should have issues with the video output. If everything goes right, the machine should boot into Linux without problems.
Line 125: Line 132:

Instructions for installing old Debian releases 2.0, 2.1 and 2.2 on Macs can be found at [[M68k/Archive]]. These are mostly kept for posterity; if for some reason an old Linux 2.2 kernel was desired, it would be better to install Debian release 3.1.

Remember that a minimal sources.list must contain one line for the “unstable” distribution and one line for the “unreleased” distribution!

Installing Debian/m68k

Quickstart

ARAnyM images

Pre-made ARAnyM hard disc images (byte-swapped, i.e. directly usable by ARAnyM) are here, configuration and kernels included. Last Update: 2012-04 (April 2012)

Debian-Installer

http://people.debian.org/~wouter/d-i/ contains a d-i build by WouterVerhelst. Last Update: 2012-12 (December 2012)

Installing from d-i is currently untested and most likely not working because it uses debootstrap, which can only install from unstable without taking the Debian-Ports "unreleased" suite into account. A workaround is being worked on.

This version of d-i currently supports Amiga and Atari computers.

Pre-made filesystems

Filesystem images

Pre-made ext2fs (384 MiB) with base system (debootstrap --variant=base) plus a couple of packages, pre-configured, includes 128 MiB swapfile; login root:root ⇒ download from people.debian.org (mirror); Last Update: 2012-12 (December 2012)

Filesystem tarballs

Pre-made tarball with base system (debootstrap --variant=base) plus a couple of packages, pre-configured except fstab; login root:root ⇒ download from people.debian.org (mirror); Last Update: 2012-12 (December 2012)

build chroot tarballs

Pre-made tarball with package build system (debootstrap --variant=buildd) and policy-rc.d to deny dæmon start ⇒ download from people.debian.org (mirror); Last Update: 2012-12 (December 2012)

Pre-made /var/cache/pbuilder/base.cow image (from “cowbuilder --create”) can be downloaded here. Last Update: 2012-04 (April 2012)

Kernels

Linux 3.2.35-2 (Debian ABI 3.2(.0)-4) ⇒ download from people.debian.org (mirror)

Debootstrap

It is currently not possible to simply debootstrap because we require both the “unstable” and “unreleased” suite. A combined repository of both (only the most important gigabyte of packages) is however available, and you can debootstrap from that as follows:

  • get 0x405422DD from hkp://pgp.uni-mainz.de and 0xE99007E0 from the Debian Developers keyring; validate the former with the latter and apt-key add it

  • add 「deb http://www.freewrt.org/~tg/dp cross main」 and run apt-get update (or “sid main”, but since we only pull one package from it anyway, it doesn’t matter)

  • install wtf-debian-keyring (which is just the same key as above)

  • run debootstrap with several additional options:
    • --include must be passed and the packages debian-ports-archive-keyring and wtf-debian-keyring listed

    • --keyring=/usr/share/keyrings/wtf-debian-keyring.gpg
    • use one of the following mirrors:
      • http://frozenfish.freewrt.org/~tg/dp

      • http://www.freewrt.org/~tg/dp (also SSL)

    • use “sid” as suite
  • after debootstrapping, chroot into it and 「dpkg --purge wtf-debian-keyring」 (unless you decide on keeping it)
  • pick your favourite Debian-Ports mirror (we’ll be using 「http://ftp.de.debian.org/debian-ports」) and create an /etc/apt/sources.list inside the chroot with, at the very least, the following two lines:

    • deb http://ftp.de.debian.org/debian-ports unstable main

    • deb http://ftp.de.debian.org/debian-ports unreleased main

  • Now you can run dselect update, apt-get --purge dist-upgrade, etc. (with eatmydata if you wish)

  • You may also purge wtf-debian-keyring and the repository from the “host” if you wish ☺

  • Read the files linked on https://www.freewrt.org/~tg/dp/sources.txt

Multistrap

It should be possible to use that and pull directly from official Debian-Ports repositories, from an installed system that’s more up-to-date than etch-m68k. (The only “upgrade” path from etch-m68k we support is un-tarring one of the tarballs above and booting into them.) There’s no multistrap configuration as of yet, but if you know how to write one already, use the following two APT repositories combined into one:

  • pick your favourite Debian-Ports mirror (we’ll be using 「http://ftp.de.debian.org/debian-ports」)

    • deb http://ftp.de.debian.org/debian-ports unstable main

    • deb http://ftp.de.debian.org/debian-ports unreleased main

Of course, feel free to paste a working configuration below ;-)

Platform-specific notes

The following Debian releases are available for installation on Amiga, Atari and Mac platforms.

Installation guides are available for these official releases.

Booting and installing Debian/m68k on an Amiga

To boot Debian on Amiga systems, a utility called amiboot is required. There are two commonly used versions of amiboot available, 5.6 and 6.0snapshot. Version 5.6 was shipped up to including Debian Sarge, while Etch and newer releases use 6.0snapshot. However, amiboot 6.0snapshot has some issues (see http://lists.debian.org/debian-68k/2013/04/msg00037.html for example) and it is therefore sometimes advisable to resort to amiboot 5.6 which usually works fine in these cases but requires the kernels to be decompressed prior use. This can be achieved using the UnARC utility part of AmigaOS 3.9 or similar utility from AmiNet.

A typical command line to boot Linux with amiboot looks like this:

amiboot -d -k //kernels/vmlinuz-3.2.0-4-amiga -r //cdrom/initrd.gz root=/dev/ram video=pal

This enables debugging through serial console, loads the kernel from ../../kernel/vmlinuz-3.2.0-4-amiga and the compressed initrd from ../../cdrom/initrd.gz and tells the kernel to set the video output standard to "pal" (use "ntsc" if you're in the US or any other countries which uses NTSC). Omitting the "video=" setting may result in the Amiga video showing a blank screen after booting the Linux kernel.

It can be helpful to redirect the console output to the serial console of the Amiga by adding "console=ttyS0,9600n8" (Note: Use "debug=ser" instead on Kernel 3.10-2-m68k as the kernel may crash otherwise) to the kernel command line for the first boot attempts if you should have issues with the video output. If everything goes right, the machine should boot into Linux without problems.

It's highly recommended to copy all installer files onto an AmigaOS partition, then running amiboot to boot into Linux. This allows to conveniently edit the command line for amiboot in a Amiga shell script which can later be used to boot into Linux by double-clicking its icon. Editing the amiboot; command line can be necessary when changing the version of amiboot used, enabling serial console or extra debugging (see above). Copying all installer files onto hard disk also helps avoiding problems with unsupported SCSI controllers which attach the CD-ROM drive used to the Amiga. The very popular Squirrel SCSI PCMCIA adaptor is unsupported on Linux, for example. Accessing installer files on a hard disk will always work (provided that the disk is connected to the internal IDE controller, in case of Amiga 600/1200).

There are several Amiga shell scripts available to boot into Linux for installation, depending on the video card used:

  • StartInstall - Amiga chipset graphics

  • StartInstall_CV3D - Cybervision 3D graphics

  • StartInstall_CV64 - Cybervision 64 graphics

  • StartInstall_clgen - Cirrus Logic graphics

  • StartInstall_retz3 - Retina Z3 graphics

Installation notes for the various graphics cards are supplied in the Amiga installation directory. StartInstall; should work for most users. If no video output can be seen after booting Linux, it may help to use serial console (see above).

After successfully booting into Linux, Debian Installer will start and try to detect the available disks and hardware. In order to do a network installation, a supported network card is required (see http://www.g-mb.de/pcmcia_e.html for an incomplete list of PCMCIA network cards supported on the Amiga 600/1200, for example; not all PCMCIA network adapters supported by the Linux kernel actually work on Amiga hardware due to a different PCMCIA driver layer used for the Amiga).

Hardware limitations on Atari

4 MiB ST-RAM are not enough. (Although that was for 3.2; we should recheck this with the modularised 3.10 which is much smaller, when loading the initrd into TT-RAM.)

The EtherNAT and EtherNEC patches are not yet in the mainline kernel, and thus also not in the Debian kernel. You can hand-compile your own m68k-queue kernel if you dare and need support for that hardware.

The x.org fbdev driver does not seem to support any of the Atari video modes (yet; an experimental patch is said to have been written).

Installing Debian/m68k on a Macintosh

Michael Tomkins has written about Installation of Debian sid on Quadra 605 from scratch, although he uses slightly older images than which are currently available (and one shouldn’t use the base.cow / “buildd” image, but rather the “base” image, which contains e.g. the DHCP client already, to run the system). Similar instructions for the Quadra 650 exist.

Read also this mailing list thread as it contains important additional information. Remember to use the ‘p’ tar(1) option when extracting the tarballs, i.e. “tar xzpf file.tgz” or similar.

Instructions for installing old Debian releases 2.0, 2.1 and 2.2 on Macs can be found at M68k/Archive. These are mostly kept for posterity; if for some reason an old Linux 2.2 kernel was desired, it would be better to install Debian release 3.1.