Clients Display BusyBox (initramfs) Prompt
Manu
manu at ubuntu-fr.org
Fri Dec 14 21:22:04 UTC 2007
Hi,
you have set IP for server 192.168.1.255 and you have set netmask
255.255.255.0
but the gateway is 192.168.0.255 ???
I think set address server 192.168.1.254 and gateway 192.168.1.1
And in your dhcpd.conf set the next-server with IP address server
192.168.1.254
Bye
2007/12/14, Rohan Smith <rohanthesmith at gmail.com>:
>
> Here is the error I get on the client wen I press Alt-Ctrl-F1
> *
> IP-Config: et0 hardware address 00: b0:d0:97:b9:cd mtu 1500 DHCP RARP
> SIOCADDRT: No such process
> IP-Config: failed to set default route on eth0
> IP-Config: eth0 complete (192.168.1.255):
> address: 192.168.1.250 broadcast: 192.168.1.255 netmask : 255.255.255.0
> gateway: 192.168.1.255 dns0 : 192.168.1.255 dns1 : 0.0.0.0
> domain: thequod
> rootserver: 192.168.1.255 rootpath: /opt/ltsp/i386
> filename: /ltsp/i386/nbi.img
> mount: Mounting /rofs on/root/rofs failed: Invalid argument
> mount: Mounting /root/dev on /dev/.static/dev failed: No such file or
> directory
> mount: Mounting /sys on /root/sys failed: No such file or directory
> mount: Mounting /proc on /root/proc failed: No such file or directory
> Target filesystem doesn't have /sbin/init*
>
>
> _________________________________________________________________
> Here is a list of my config files
>
> /etc/network/interfaces
> *
> # The loopback network interface
> auto lo
> iface lo inet loopback
>
> auto eth3
> iface eth3 inet static
> address 192.168.1.255
> netmask 255.255.255.0
> gateway 192.168.0.255
>
> auto eth0
> iface eth0 inet dhcp*
> ___________________________________________________________
> /etc/ltsp/dhcp.conf
> *
> authoritative;
>
> subnet 192.168.1.0 netmask 255.255.255.0 {
> range 192.168.1.20 192.168.1.250;
> option domain-name "example.com";
> option domain-name-servers 192.168.1.1;
> option broadcast-address 192.168.1.255;
> option routers 192.168.1.1;
> # next-server 192.168.0.254;
> # get-lease-hostnames true;
> option subnet-mask 255.255.255.0;
> option root-path "/opt/ltsp/i386";
> if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
> filename "/ltsp/i386/pxelinux.0";
> } else {
> filename "/ltsp/i386/nbi.img";
> }
> }*
>
>
>
> --
> edubuntu-devel mailing list
> edubuntu-devel at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel
>
>
--
Emmanuel Le Normand
Ubuntu-fr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/edubuntu-devel/attachments/20071214/ec3deb29/attachment.html>
More information about the edubuntu-devel
mailing list