I installed a server today and loaded a Dell GX150 Client it booted through PXE. It started the
edubuntu bootsplash for about 2 seconds then fell back to a promt which said the following:
BusyBox v1.1.3 (Debian 1:
1.1.3-5ubuntu7) Built-in shell (ash)
Enter 'help' for a list of built-in commands
(initramfs) _
I have no clue where to go from here.
--
edubuntu-devel mailing list
edubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel
12-13-2007, 08:21 AM
Gavin McCullagh
Clients Display BusyBox (initramfs) Prompt
Hi,
On Wed, 12 Dec 2007, Rohan Smith wrote:
> I installed a server today and loaded a Dell GX150 Client it booted through
> PXE. It started the edubuntu bootsplash for about 2 seconds then fell
> back to a promt which said the following:
>
> BusyBox v1.1.3 (Debian 1:1.1.3-5ubuntu7) Built-in shell (ash)
> Enter 'help' for a list of built-in commands
>
> (initramfs) _
Was it a completely plain install or did you touch anything afterward?
When I upgraded to gutsy I got this and needed to rebuild my ltsp
environment. To do that you would:
and then try rebooting the client. If it works, you can probably do
sudo rm -r /opt/ltsp-old
to get rid of the old one.
Gavin
--
edubuntu-devel mailing list
edubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel
12-14-2007, 07:03 PM
"Rohan Smith"
Clients Display BusyBox (initramfs) Prompt
I rebuilded the client root file system but I got the same error... anybody else have any ideas.
On Dec 13, 2007 3:21 AM, Gavin McCullagh <gmccullagh@gmail.com
> wrote:
Hi,
On Wed, 12 Dec 2007, Rohan Smith wrote:
> I installed a server today and loaded a Dell GX150 Client it booted through
> PXE. It started the edubuntu bootsplash for about 2 seconds then fell
> back to a promt which said the following:
>
> BusyBox v1.1.3 (Debian 1:1.1.3-5ubuntu7) Built-in shell (ash)
> Enter 'help' for a list of built-in commands
>
> (initramfs) _
Was it a completely plain install or did you touch anything afterward?
When I upgraded to gutsy I got this and needed to rebuild my ltsp
environment. *To do that you would:
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
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
--
edubuntu-devel mailing list
edubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel
--
Emmanuel Le Normand
Ubuntu-fr
--
edubuntu-devel mailing list
edubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel
12-15-2007, 09:06 AM
Manu
Clients Display BusyBox (initramfs) Prompt
2007/12/14, Rohan Smith <rohanthesmith@gmail.com>:
the gateway is for the network with the internet, in the 192.168.0.x subnet but I put my DHCP server on the 192.168.1.X subnet
Both subnets are on different network cards
No problem if you are two network card* but you have set in your
dhcpd.conf
the broadcast address 192.168.1.255 as the Edubuntu server and the option router
192.168.1.1 but in your eth3 the gateway is
192.168.0.255 ????
So if you use a subnet 192.168.0.0/16 (class B) the gateway can be 192.168.0.255 but
the netmask is
255.255.0.0 and broadcast address is 192.168.255.255,* if
you use subnet 192.168.1.0/24 (class C) the gateway can be one address in
192.168.1.1 to 192.168.1.254 (by convention 1 or 254), the netmask is 255.255.255.0
and the broadcast address is
192.168.1.255.
I think the problem is network config (eth3 or dhcp) not ltsp server
Sorry my English is limited for a long and good response.
Hope help you
--
Emmanuel Le Normand
Ubuntu-fr
--
edubuntu-devel mailing list
edubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel
12-15-2007, 09:31 AM
"Néstor Amigo Cairo"
Clients Display BusyBox (initramfs) Prompt
Ok!! I see.
2007/12/15, Manu <manu@ubuntu-fr.org>:
Please "reply to all"* for list ;-)
Yes, 0 and 255 values are reserved in IP's, so you shouldn't use them on normal adresses, because they have special meaning. If I were you, I would take a look at a good Network Guide, like the
The Linux Network Administrator's Guide
, that can be found on some servers over the Net
Good luck!!
2007/12/14, Manu <
manu@ubuntu-fr.org>:
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@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
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