Das e1000-etherboot image für meine Karte ließ sich nicht so recht zum booten bewegen. Keine Ahnung, warum. Meine Lösung, um endlich von der Diskette loszukommen, sieht so aus: Einfach ne Realtek dazugesteckt. Wenig Aufwand, aber es läuft.
Wenns noch jemanden interssiert:
Auszug aus dhcpd.conf
--snip-- option space netboot; option netboot.grub-menu code 150 = text;
subnet 192.168.0.0 netmask 255.255.255.0 { host real-a { hardware ethernet xx:xx:xx:xx:xx:xx; option netboot.grub-menu "(nd)/tftpboot/a-movie/grub.conf"; next-server 192.168.0.1; fixed-address 192.168.0.2; option host-name "a-movie"; option root-path ""; option subnet-mask 255.255.255.0; } }
subnet 10.0.0.0 netmask 255.0.0.0 { host intel-a { hardware ethernet yy:yy:yy:yy:yy:yy; filename "/tftpboot/a-movie/pxegrub"; fixed-address 10.100.1.10; option host-name "a-movie"; option root-path ""; option subnet-mask 255.0.0.0; } } --snip--
Die Intelkarte lädt grub, welcher dann die Realtek initialisiert und den Kernel zieht. Danach bootet der Kernel über die Intelkarte per nfsroot.
Ich warte einfach mal, bis der etherboot-treiber ins stable-release oder -noch besser- in grub findet.
PS.: Gebootet wird übrigens Gentoo auf Athlon 2100+ (getaktet auf 2GHz) mit 1024MB DDR-Ram.