Hallo,
ich versuche gerade krampfhaft centos5 auf 1&1 Rootserver zu installieren.
Produkt: XXL64 http://www.1und1.info/xml/order/ServerRoot mit 3ware SATA II Raid Controllers
Aufgrund besonderen Routings bei 1und1 soll die Installation über ein ISO-Images erfolgen, welches auf einer eigenen Partition liegen muss.
Zuerst habe ich initrd.img und vmlinuz (PXE-Boot Images) auf dem mit fedora core 4 vorinstallierten Rootserver in das Verzeichnis /boot/centos/ kopiert. Danach wurde die lilo.conf erweitert. Ja - 1&1 verwendet tatsächlich noch den lilo Bootmanager.
image=/boot/centos/vmlinuz label=install initrd=/boot/centos/initrd.img append="......" (aus dem default Eintrag übenommen)
Danach: #lilo #lilo -R install
Ok, nun fehlt noch das ISO-Images: Da nur /home auf /dev/sda7 gemountet war und die Part. größer als 4,5 G war habe ich dies Partition für die Aufnahme für das Centos Image auserkoren. Die Partition /dev/sda7 war noch mit xfs formatiert, was hiermit auf ext3 geändert wird.
#umount /home #mkfs -t ext3 /dev/sda7
Nun ist die Partition mit ext3 formatiert.
"ctorrent" installiert mir noch einen Bittorrent Client um das DVD ISO-Images runter laden zu können.
#mount -t ext3 /dev/sda7 /home #yum install ctorrent #cd /home #wget http://wftp.tu-chemnitz.de/pub/linux/centos/5.0/isos/x86_64/CentOS-5.0-x86_6... #ctorrent CentOS-5.0-x86_64-bin-DVD.torrent
Ein #reboot läßt den Rootserver das mit "install" in der lilo.conf gelabelte Boot-Image nach dem Neustart laden.
Super - der Server läuft sauber hoch und lädt das Centos Boot-Image. Den Bootvorgang kann ich gut über die serielle Konsole verfolgen. Jetzt möchte ich nur noch die Installation über das DVD ISO-Image auf /dev/sda7 durchführen. Das System erkennt keine Partition also lade ich den Treiber 3w_xxxx nach. Aber leider immer noch "No driver found +-----------------+ No driver found +------------------+ | | | Unable to find any devices of the type | | needed for this installation type. | | Would you like to manually select your | | driver or use a driver disk? | | | | +---------------+ +-------------------+ +------+ | | | Select driver | | Use a driver disk | | Back | | | +---------------+ +-------------------+ +------+ | | | | | +------------------------------------------------------+
Ich bin ratlos - hat jemand eine Idee ? Muß ich vielleicht das Boot-Image mit einem aktuellen 3ware Treiber aktualisieren?
Gruß Stephan