Ich versuche schon seit geraumer Zeit meine Linux Installation auf Mandrake 9.2 Basis als "Bootmanager" für meine dbox zu nutzen. Doch momentan stolpere ich noch über das Problem, daß meine Box anscheinend den "rootpath" nicht mitgeteilt bekommt.
Zumindest steht dann im log: 192.168.0.100:/u-bootcdkroot/ (yadd von homar) bzw. 192.168.0.100:u-boot/yaddroot/ (snapshot)
Und hinter rootpath= steht nix !????

Bei meinem Bestreben hab ich mich an die Anleitung von Dietmar gehalten. Nur hab ich da auch schon bemerkt , dass da einiges im Unklaren bleibt bzw. bei Mandrake anders einzustellen ist.
Meine dhcpd.conf sieht momentan so aus:
(MAC ist nur hier im Posting auf xx gesetzt)
ddns-update-style none;
subnet 192.168.0.0 netmask 255.255.255.0 {
}
host dbox2 {
hardware ethernet xx:xx:xx:xx:xx:xx;
fixed-address 192.168.0.100;
if exists vendor-class-identifier {
filename "kernel-cdk";
option root-path "/dbox2/cdkroot";
} else {
filename "u-boot";
}}