Michael, Michael Schulz schrieb:
Looking for a network server ........... ........... Automatic setup not possible
there are my boot parameters
kernel linux append initrd=initrd insmod=bcm5700 autoyast=nfs://10.10.10.248/srv/nfs/sles9-sp3/setup.xml install=nfs://10.10.10.248/srv/nfs/sles9-sp3/64bit netmask=255.255.248.0 hostip=10.10.10.247 netdevice=eth0 netwait=300
Bei mir funktioniert das so über grub: ifconfig --server=<SERVERIP> --gateway=<GATEWAY> --mask=<NETMASK> --address=<TOINSTALLIP> kernel linux hostip=<TOINSTALLIP> gateway=<GATEWAY> ramdisk_size=65536 insmod=3c59x autoyast=nfs://<SERVERIP>/<PATH_TO_XML> initrd initrd boot und dann habe ich noch ein "info" file im /-Verzeichnis mit folgendem Inhalt (ist wahrscheinlich nicht alles nötig): ================ install=nfs://<SERVERIP> serverdir: <PATH_TO_RPMS> netdevice: eth0 netmask: <GATEWAY> server: <SERVERIP> =================== Gruss, Peter.