Crusty
Lifer
I'm trying to setup a diskless Ubuntu install for an HTPC setup.
I've got dhcpd and tftpd-hpa setup correctly on my debian server, and the client boots off of the kernel just fine.
The client has 2 nic's in it. A 1gbps card and a 100mbps card. The gigabit is the one that is connected to the server through a switch. It is a completely different physical network then the 100mbps one. When the client boots, it gets it's IP from dhcp, 10.0.0.2. The NFS server is on the debian box, 10.0.0.3.
The drivers for the nic card load just fine, and it is eth0. From the boot messages I can see that it has the correct IP... however when it goes to mount / i get
VFS: Mounted root (nfs filesystem) readonly.
Freeing unused kernel memory: 256k freed
nfs: server 10.0.0.3 not responding, still trying
nfs: server 10.0.0.3 not responding, still trying
nfs: server 10.0.0.3 not responding, still trying
It hangs at this point, I can ping it on the network though.
I know NFS is working because I've got other exports from the same server mounted on a 3rd computer.
Syslog on the server shows an authenticated request for the mount as well.
I have tried specifying the ip settings in the APPEND string within pxelinux config files.. as well as just using dhcp.
Any ideas?
I've got dhcpd and tftpd-hpa setup correctly on my debian server, and the client boots off of the kernel just fine.
The client has 2 nic's in it. A 1gbps card and a 100mbps card. The gigabit is the one that is connected to the server through a switch. It is a completely different physical network then the 100mbps one. When the client boots, it gets it's IP from dhcp, 10.0.0.2. The NFS server is on the debian box, 10.0.0.3.
The drivers for the nic card load just fine, and it is eth0. From the boot messages I can see that it has the correct IP... however when it goes to mount / i get
VFS: Mounted root (nfs filesystem) readonly.
Freeing unused kernel memory: 256k freed
nfs: server 10.0.0.3 not responding, still trying
nfs: server 10.0.0.3 not responding, still trying
nfs: server 10.0.0.3 not responding, still trying
It hangs at this point, I can ping it on the network though.
I know NFS is working because I've got other exports from the same server mounted on a 3rd computer.
Syslog on the server shows an authenticated request for the mount as well.
I have tried specifying the ip settings in the APPEND string within pxelinux config files.. as well as just using dhcp.
Any ideas?