Booting/fr
Cette article décrit la procédure de démarrage du serveur SME.
Installation
Lorsque vous démarrez à partir du CD d'installation, vous obtenez une invite de démarrage dans laquelle vous pouvez simplement appuyer sur Entrée pour démarrer la routine d'installation standard (ou de mise à niveau). Après avoir affiché l'invite de démarrage pendant un certain temps, SME lancera le processus d'installation automatiquement. Cela vous permettra ensuite de tester le support d'installation.
Ensuite, vous pouvez choisir la langue que vous souhaitez utiliser pour le processus d'installation qui suit.
Options de démarrage
Vous pouvez utiliser les clés de fonction F1 à F5 pour obtenir plus d'information sur les différentes options de démarrage.
Installation normale
sme
Configurer le type de RAID
sme raid=[none,0,1,5,6]
- Pour SME Server 8, «raid=none» et «raid=0» sont les configurations des RAID non logiciels, les autres arguments sont pour les types de RAID (par ex. Raid1, Raid5, Raid6).
- Pour SME Server 9, «raid=none» est la configuration du RIAD non logiciel, les autres arguments sont pour les types de RAID (par ex. Raid0, Raid1, Raid5, Raid6).
Définir le nombre de disques de rechange
Dans le cas où vous avez 3 disques durs ou plus sur votre serveur et que vous ne voulez pas avoir de disque de rechange :
sme spares=[0-(disks-2)]
Définir le type de lecteur à utiliser
Nommez les lecteurs que le programme d'installation utilisera pour installer le système d'exploitation ; un lecteur non nommé ne pourra être utilisé ; si cette option est laissée vide, cela inclura tous les lecteurs.
sme drives=[hda,sda,xvda,...]
Définir les lecteurs à exclure
Nommez les lecteurs sur lesquels l'installateur ne doit pas essayer d’installer le SE comme, par ex. une clé USB «bootable» contenant l'iso, ou d'autres lecteurs USB connectés de sauvegarde, voir la note ci-dessous :
sme exclude= sdc
Pour installer SME sans RAID logiciel
Par exemple, MB avec faux RAID ou avec le problème 'Config Disk' bugzilla:5850.
sme raid=0
To install SME without a logical volume manager type
sme nolvm
To have /, /tmp, /var, /home/e-smith/files and swap on separate partitions type
sme multipart
If you have a driver disk type
sme dd
Installation hangs
The last screen shown is "Welcome to SME Server".
sme ide=nodma
dmraid (SME8.1 off by default)
If required can be appended at boot time
sme dmraid
Installation errors when disks previously used with fake raid.
sme ide=nodmraid
SATA Driver installation error
eg IBM IntelliStation M Pro stalls
sme acpi=off
Intel DG965 Motherboards (G33xx)
sme pci=nommconf acpi=off all-generic-ide
To enable the rescue mode type
sme rescue
To use an ext4 file system
(except for /boot) instead of the default ext3.
sme ext4
Notes
The installer without anything being passed should behave identically for disks < 10 with the exception that it won't include any device that is housed on a drive that needs the usb-storage or spb2 module.
If you want to include drives that are on USB or firewire you must use the drives= option and specify all drives (not just the usb/firewire drives) that you want to use.
If you don't want to use raid at all specify raid=0 or raid=none (they are identical, 0 means none).
If you don't want a spare you should use the spares= option and specify a value of 0. By default 1 spare will be added for disks > 3. Another spare drive will be added for every additional 7 drives you add (10, 17, ...).
If you specify a raid level but don't have enough drives it will fall back to the next highest raid level (ex. 5 drives, 2 spares, raid 6 will fail back to raid 5 as 5-2=3 useable drives).
From SME ISO releases 7.5.1 and SME 8.0 the installer will automatically exclude the drive containing the install media or ks files. Refer http://forums.contribs.org/index.php/topic,46866.msg230681.html#msg230681
General Boot Help
Certain hardware configurations may have trouble with the automatic hardware detection done during the installation. If you experience problems during the installation, restart the installation adding the noprobe option. With the standard installation that would be
sme noprobe
or e.g. if you don't want a software RAID:
sme noraid noprobe
and so on.
Kernel Parameter Help
Some kernel parameters can be specified on the command line and will be passed to the kernel. This does not include options to modules such as ethernet cards or devices such as CD-ROM drives.
To pass an option to the kernel use the following format:
sme <options>
If a different installation mode is desired, enter it after the option(s).
For example, to install on a system with 128MB of RAM using noprobe mode, type the following:
sme mem=128M noprobe
To pass options to modules, you will need to use the noprobe mode to disable PCI autoprobing. When the installer asks for your device type that needs an option or parameter passed to it, there will be a place to type those in at that time.
Rescue Mode Help
The installer includes a rescue mode which can be used when a system does not boot properly. The rescue mode includes many useful utilities (editor, hard drive and RAID tools, etc.) which will allow one to restore a system to a working state.
To enter the rescue mode, boot your system from the installation CD-ROM and type:
sme rescue
To actually be able to edit files, remount the root partition by typing:
mount -n -o remount /
More
Some problems with booting that cannot or will not be fixed through development of SME8 and solutions on how to bypass them can be found here.
You can run Memtest86 to check your RAM by typing
memtest
at the boot prompt and pressing Enter afterwards.