Bootloader
Mit Hilfe von LInux LOader (LILO) oder GRand Unifed Boatloader (GRUB) kann man einen Kernel für die Remoteinstallation auswählen und ihm Bootparameter zur Netzwerkeinstellung, der Kickstartdatei und VNC mitgeben.
- Problem: Welcher Bootloader ist installiert?
- Diagnose:
- rpm -qa | grep lilo bzw. rpm -qa | grep grub
- Auf einem Red Hat System:
- Suche in der /etc/anaconda_ks.cfg nach einem Eintrag: bootloader --location=mbr –useLilo
- Wenn GRUB installiert ist existiert keine /etc/lilo.conf sondern nur eine /etc/lilo.conf.anaconda
Falls beide Bootloader installiert sind und man nicht entscheiden kann welcher aktiv ist, kann man ihn auch neu installieren. lilo bzw. grub-install /dev/hda
