'nfsmount: need a path'
I've reinstalled NFS Support
Code: Select all
apt-get install nfs-kernel-server
update-rc.d nfs-kernel-server defaults
The next step will overwrite your original /etc/exports !!!
cat /tftpboot/bin/setup/erpxe-exports > /etc/exports
I've checked file permissions and everything seems proper. I've even tried going as far as changing everything to 777.
Now the error says to view live.log for more details and I did, heres what it states
Code: Select all
IP-Config: eth0 hardware address 44:8a:5b:05:db mtu 1500 DHCP RARP
IP-Config: eth0 complete (from 10.0.0.2):
Address: 10.0.0.75 Broadcast: 10.0.0.255 Netmask: 255.255.255.0
Gateway: 10.0.0.2 DNS0: 10.0.0.2 DNS1: 0.0.0.0
Rootserver: 10.0.0.1 rootpath:
Filename : pxelinux.0
begin: trying wget http://10.0.0.1/er/panda/filesystem.squashfs -0 /live/image/live/filesystem.squashfs ... Connecting to 10.0.0.1 (10.0.0.1:80)
wget: server returned error: HTTP/1.1 404 Not Found
begin: trying netboot from 10.0.0.1: ... Begin: Trying nfsmount -o nolock ro 10.0.0.1: /live/image ... nfsmount: need a path
nfsmount: need a path
nfsmount: need a path
nfsmount: need a path
(the above line is entered 50 times total)
done.
Oh, erpxe is running on a PC running Ubuntu 14.04