My nbi.img file is taking forever to load, as it it has never fully 
loaded, yet (maybe been sitting here for 45 minutes).

For the first time i'm running LTSP as a libvirt/kvm virtual machine. 
I'm also running a client as a libvirt/kvm virtual machine that pxe 
boots.  for some reason it's taking forever to read the nbi.img file. 
The server is 64bit, and the client is 32bit.  I'm using Ubuntu 10.04. 
I've tried different virtual network cards with no luck.  So far I've 
tried the e1000 and virtio NICs.  I couldn't get the e1000 to pxe boot.

This is for a testing environment at the moment.

I  have configured an isolated virtual network for in the KVM/Libvirt 
console.. both the server and the client are connected to it.  This is 
what i get:

Probing pci nic...
[virtio-net]I/O address 0x0000c040, IRQ 10.0.0.1
MAC address 52:54:00:04:58:B9
Searching for server (DHCP)
Me: 10.0.0.20, DHCP 10.0.0.1, TFTP: 10.0.0.1, Gateway 10.0.0.1
Loading 10.0.0.1:/ltspi386/nbi.img ........

----

The i386.img file is 544MB.

Any ideas?

Maybe there is an issue with my paths?

Here is the contents of my dhcpd.conf file:
andy@glasswing:~$ cat /etc/ltsp/dhcpd.conf
#
# Default LTSP dhcpd.conf config file.
#

authoritative;

#subnet 192.168.0.0 netmask 255.255.255.0 {
#    range 192.168.0.20 192.168.0.250;
#    option domain-name "example.com";
#    option domain-name-servers 192.168.0.1;
#    option broadcast-address 192.168.0.255;
#    option routers 192.168.0.1;
##    next-server 192.168.0.1;
##    get-lease-hostnames true;
#    option subnet-mask 255.255.255.0;


subnet 10.0.0.0 netmask 255.255.255.0 {
     range 10.0.0.20 10.0.0.250;
     option domain-name "local";
     option domain-name-servers 192.168.2.1;
     option broadcast-address 10.0.0.255;
     option routers 10.0.0.1;
#    next-server 192.168.0.1;
#    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";
     }
}
andy@glasswing:~$

----
Anything else?

Thanks,
Andy

------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to