Edubuntu Install Problems

Jim Kronebusch jim at winonacotter.org
Fri Jun 22 15:36:46 BST 2007


On Fri, 22 Jun 2007 07:29:03 -0500, Theodore Moore wrote
> > When you say "do not connect", what exactly happens?
> > 
> >  - Do the machines PXE boot?
> >  - Do they get a reply?  Is there some error?
> >  - Do you see the initial booting start up?  What exactly do you see?
> This system was fully functional using my old weaker server.  All I did
> was install the AMD64 version on my new server.  Each client tries to
> connect, seems to get a dhcp address, but then fails to load, with the
> "No Address" message repeating.

As Francois said in his post, you need to install the i386 tree.  This can be done with
the "sudo ltsp-build-client --arch=i386" command.  I did not need to remove the
/opt/ltsp/amd64 folder and files, I just let i386 reside next to it.

However, your /etc/ltsp/dhcpd.conf file will still be pointing to the amd64 tree.  You
need to modify this file and change the references to the amd64 folder to the i386
folder.  The last few lines of the file should look like the following:

if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
    filename "/ltsp/i386/pxelinux.0";
  }
  else{
    filename "/ltsp/i386/nbi.img";
  }
  option root-path "/opt/ltsp/i386";
}

It could be that it is still referring to the amd64 folder which is causing errors and
keeping dhcp from starting if you removed the amd64 folder.

-- 
This message has been scanned for viruses and
dangerous content by the Cotter Technology 
Department, and is believed to be clean.




More information about the edubuntu-users mailing list