8.1. You are unable to boot Fedora
8.1.1. Haben Sie Probleme beim Booten mit Ihrer RAID-Karte?
Wenn Sie eine Installation durchgeführt haben und Ihr System nicht richtig booten können, müssen Sie wahrscheinlich Ihre Partitionen anders anlegen und neu installieren.
Einige BIOS-Systeme unterstützen das Booten von RAID-Karten nicht. Am Ende einer Installation könnten lediglich ein textbasierter Bildschirm, der den Bootloader Prompt (z.B. GRUB:
) anzeigt und ein blinkender Cursor erscheinen. In diesem Fall müssen Sie Ihr System neu partitionieren.
Unabhängig davon, ob Sie sich für die automatische oder manuelle Partitionierung entscheiden, müssen Sie Ihre /boot
Partition außerhalb des RAID-Arrays installieren, wie beispielsweise auf einem separaten Laufwerk. Für das Anlegen von Partitionen mit problematischen RAID-Karten ist ein internes Laufwerk notwendig.
Ihren bevorzugten Bootloader (GRUB oder LILO) müssen Sie ebenfalls in den MBR eines Laufwerks installieren, welches sich außerhalb des RAID-Arrays befindet. Dies sollte dasselbe Laufwerk sein, welches die /boot
Partition hostet.
Nach diesen Änderungen sollten Sie Ihre Installation beenden und das System korrekt booten können.
8.1.2. Zeigt Ihr System Signal-11-Fehler an?
Ein Signal-11-Fehler, auch weitläufig als Schutzverletzung (segmentation fault) bekannt, bedeutet, dass das Programm versucht, auf eine Speicherstelle zuzugreifen, die nicht zugeordnet wurde. Ein Signal-11-Fehler ist möglicherweise auf einen Bug in einem der installierten Softwareprogramme oder fehlerhafte Hardware zurückzuführen.
If you receive a fatal signal 11 error during your installation, it is probably due to a hardware error in memory on your system's bus. Like other operating systems, Fedora places its own demands on your system's hardware. Some of this hardware may not be able to meet those demands, even if they work properly under another OS.
Ensure that you have the latest installation updates and images. Review the online errata to see if newer versions are available. If the latest images still fail, it may be due to a problem with your hardware. Commonly, these errors are in your memory or CPU-cache. A possible solution for this error is turning off the CPU-cache in the BIOS, if your system supports this. You could also try to swap your memory around in the motherboard slots to check if the problem is either slot or memory related.
Another option is to perform a media check on your installation CD-ROMs. Anaconda, the installation program, has the ability to test the integrity of the installation media. It works with the CD, DVD, hard drive ISO, and NFS ISO installation methods. Red Hat recommends that you test all installation media before starting the installation process, and before reporting any installation-related bugs (many of the bugs reported are actually due to improperly-burned CDs). To use this test, type the following command at the boot:
prompt:
linux mediacheck
Weitere Informationen zu den Signal-11-Fehlern finden Sie unter:
http://www.bitwizard.nl/sig11/