dhcp und tftp klappt, beim booten bekommen die client eine ip-adresse, laden die konfigurationsdatei aus /tftboot/pxelinux.cfg/default und laden den kernel.
Die Ramdsik wird gemountet, aber irgenwann bleibt der rechner mit folgender meldung hängen:
Code: Alles auswählen
IP-Config: Got DHCP answer from 192.168.10.1, my address is 192.168.10.11
IP-Config complete:
device=eth0, addr=192.168.10.11, mask=255.255.255.0, gw=192.168.10.1, host=kenny, domain=pace-cluster.localdomain, nis-domain=(none), bootserver=192.168.10.1, rootserver=192.168.10.1, rootpath=/nfs/root
RAMDISK: cramfs filesystem found at block 0
RAMDISK: Loading 2316KiB [1 disk] into ram disk ... done.
Kernel panic - not syncing: VFS: Unable to mount root fs on unknwon-block(0,255)
dhcpd.conf
/tftpboot/pxelinux.cfg/default
/var/log/syslog
/etc/exports:
Code: Alles auswählen
/nfs/root 192.168.10.0/255.255.255.0(rw,no_root_squash)