Hi,
I'm trying PXE Boot ISO over Samba. I followed the steps in 3.2. NAS MS networking enabled and TFTP directory structure setup with iso in /tftpboot/ploplinux-netboot/ and symlink created. TFTP root directory set to /tftpboot/ploplinux-netboot and permission is everyone read only.
Router DHCP dnsmasq.conf.add in /jffs I added;
dhcp-boot=pxelinux.0,,192.168.2.52
dhcp-option=66,"192.168.2.52" (net says something about use 66 when DHCP and TFTP not on same machine)
I added the ploplinux-netboot section to /etc/config/smb.conf on the NAS -- I assumed that's what you meant by Create the share.
smb-iso.conf set to ...smbmount=//192.168.2.52/ploplinux-netboot:"":"" iso_filename=ploplinux.iso
ISO boot stops at ...
Mounting Samba share
mount: mounting //192.168.2.52/ploplinux-netboot on /media0 failed: No such device or address
> Plop Linux not found on //192.168.2.52/ploplinux-netboot
Searching on .....
What am I doing wrong? Thanks.