Clients Display BusyBox (initramfs) Prompt

Rohan Smith rohanthesmith at gmail.com
Fri Dec 14 20:54:02 UTC 2007


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";
    }
}*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/edubuntu-devel/attachments/20071214/090604db/attachment.html>


More information about the edubuntu-devel mailing list