hello,
i'm playing with the pxe-boot feature. I've read the wiki, but that looks a bit outdated.
First i tried to boot with the latest syslinux/pxelinux, and i failed. With an older version, it was okay. tftp is works also.
My first tought was to put everything to an exported nfs. This works, but when booting TCL, it stucks at "Loading extensions" for minutes. Didn't know why, until i checked the scripts: it stuck at the "chown -R" and chmod parts. Dunno why it takes ages. Well i have a lot of files, so i splitted it. But still slow.
So i switched to nbd. The server is on debian wheezy. Cannot boot with it. Again, i've checked the scripts. Turned out nbd-client is in the busybox binary. Tried to connect from the console, with no luck. Tried with the "oldstyle", still no luck. I've read this in the nbd-server manual:
Also note that even if this parameter is set to true, all exports will also be made available using the new handshake protocol; it is not possible to switch that off.
Which protocol is supported by busybox? I cannot find nbd utils in the repository.
Any idea?
thx
R.