Package: live-boot
Version: 3.0~a35-1

Following the Debian Live-Boot manual here:
http://live.debian.net/manual/html/live-manual.en.html#257

I'm attempting to do a live-boot using PXE (network boot).

Everything seems to work fine until I get to the part where Debian Live
mounts the NFS partition.

The DHCP/NFS/TFTP server is as 192.168.1.100

>From the server, I used this config to build the live boot image:

lb config -b net --net-root-path "/srv/debian-live" --net-root-server
"192.168.1.100" --archive-areas "main contrib non-free" --mirror-bootstrap
ftp://ftp.cn.debian.org/debian/ -d wheezy

>From the server, I have these NFS exports set up:
exporting 192.168.1.0/24:/srv/debian-live
exporting 192.168.1.0/24:/mnt/Backups

>From the server, I have this DHCP configuration options:


subnet 192.168.1.0 netmask 255.255.255.0 {
        range 192.168.1.101 192.168.1.200;
        filename "pxelinux.0";
        option domain-name-servers 192.168.1.1;
        option routers 192.168.1.1;
        option subnet-mask 255.255.255.0;
}


So then I have the thin-client start up and TFTP works as expected.

Then the thin-client gets to the part where it tries to bring up the
ethernet card.
Keep in mind the thin-client already pulled the Linux kernel from the
server and ran it
from TFTP.

It freezes for a solid minute at this screen....
http://imgur.com/lIWVL

After which it gives me this screen...
http://imgur.com/NRsLd


I tried to ping 192.168.1.100 but it said Network wasn't reachable.
I checked dmesg and the kernel *IS* finding the Realtek Ethernet hardware
and assigning it eth0.

So then I used ifconfig to manually set an IP address (192.168.1.101) and
subnet mask (255.255.255.0)
for this thin-client.

Then I could ping 192.168.1.100 no problem... But I'm not sure how to
resume the Live Boot process..
Why doesn't Live Boot use DHCP to bring the network interface up so that it
can then connect to the NFS server? I *KNOW* DHCP is working on the server
because the thin-client's BIOS already used DHCP to get the kernel via
TFTP.  I'm thinking this has got to be a bug with live-boot, but keep in
mind this is my first time attempting to create Live Boot images.

Reply via email to