3.6. 安裝前硬體和作業系統的相關設定

This section will walk you through pre-installation hardware setup, if any, that you will need to do prior to installing Debian. Generally, this involves checking and possibly changing BIOS/UEFI/system firmware settings for your system. The BIOS/UEFI or system firmware is the core software used by the hardware; it is most critically invoked during the bootstrap process (after power-up).

3.6.1. BIOS 設置

In order to install Debian GNU/Linux on a S/390 or zSeries machine you have first boot a kernel into the system. The boot mechanism of this platform is inherently different to other ones, especially from PC-like systems, and you will notice a big difference while you work with this platform: most (if not all) of the time you will work remote, with the help of some client session software like telnet, or a browser. This is due to that special system architecture where the 3215/3270 console is line-based instead of character-based.

Linux on this platform runs either natively on the bare machine, in a so-called LPAR (Logical Partition) or in a virtual machine supplied by the VM system. Boot media differs depending on the runtime mode. For example, you can use the virtual card reader of a virtual machine, or boot from the HMC (Hardware Management Console) of an LPAR if the HMC and this option is available for you.

Before you actually perform an installation, you have to go over some design and preparation steps. IBM has made documentation available about the whole process, e.g. how to prepare an installation medium and how actually to boot from that medium. Duplicating that information here is neither possible nor necessary. However, we will describe here which kind of Debian-specific data is needed and where to find it. Using both sources of information, you have to prepare your machine and the installation medium before you can perform a boot from it. When you see the welcome message in your client session, return to this document to go through the Debian-specific installation steps.

3.6.2. 本地的 (Native) 和 LPAR 安裝

請參考 Linux for S/390 Redbook 第 5 章和 Linux for IBM eServer zSeries and S/390: Distributions Redbook 第 3.2 節有關如何為 Linux 建立 LPAR 的部分。

3.6.3. 以一個 VM guest 安裝

請參考 Linux for S/390 Redbook 第 6 章和 Linux for IBM eServer zSeries and S/390: Distributions Redbook 第 3.1 節有關如何為運行 Linux 建立 VM guest 的部分。

You need to copy all the files from the generic sub-directory to your CMS disk. Be sure to transfer kernel.debian and initrd.debian in binary mode with a fixed record length of 80 characters (by specifying BINARY and LOCSITE FIX 80 in your FTP client). parmfile.debian can be in either ASCII or EBCDIC format. A sample debian.exec script, which will punch the files in the proper order, is included with the images.

3.6.4. 設置安裝伺服器

如果您沒有連接到網際網路 (直接或者間接透過網路代理),您需要設置一個能從您的 S/390 存取的本地安裝伺服器。該伺服器包含所有您需要安裝的軟體套件,並可以透過 NFS,HTTP 或 FTP 存取。

The installation server needs to copy the exact directory structure from any Debian GNU/Linux mirror, but only the S/390 and architecture-independent files are required. You can also copy the contents of all installation images into such a directory tree.

FIXME: more information needed — from a Redbook?