[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Netboot problem: couldn't find kernel image: linux



Title: Netboot problem: couldn't find kernel image: linux

Hi everyone,

I have problem when I try to use network installation from one PC of Fedora Core 4 to a laptop. The two machines are connected. I installed the DHCP Server, TFTP Server in the Fedora, created /tftpboot/, put pxelinux.0 and extracted netboot.gz.tar into it. The laptop uses PXE methode to boot.

My /etc/dhcpd.conf looks:
      ddn-update-style ad-hoc;

     subnet 192.168.1.0 netmask 255.255.255.0 {
       range 192.168.1.1 192.168.1.253;
       option routers 192.168.1.1;
     }

     host clientname {
       filename "/pxeliux.0";
       server-name "localhost";
       next-server localhost;
       hardware ethernet 00:01:03:88:6C:F6;
       fixed-address 192.168.1.90;
     }
 
When the laptop starts, the DHCP and TFTP work well. Then it tries to load pxelinux.cfg/default, and comes out:
     Trying to load: pxelinux.cfg/default
     Couldn't find kernel image: linux
     boot:    

Please help. Thanks.

Xiaoli
 


Reply to: