LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   PXE Boot (https://www.linuxquestions.org/questions/linux-networking-3/pxe-boot-914922/)

splinux 11-22-2011 10:57 AM

PXE Boot
 
I installed the pxe boot using Cent OS 5.6

i am getting error Could not find kernel image: Linux
Boot:



Default Configuration file
--------------------------
default menu.c32
prompt 0
timeout 15

MENU TITLE PXE Menu

LABEL CentOS 5.6 x86
MENU LABEL CentOS 5.6 x86
KERNEL /images/vmlinuz

append initrd=images/initrd.img linux
ks=ftp://192.168.5.75/pub/ks.cfg

travisdh1 11-22-2011 03:49 PM

From that error it's not finding the vmlinuz. First check that everyone can read it.
Code:

chmod 444 /images/vmlinuz
The other thing to check is the pathing in your config file. Try removing the preceding / from this line
Code:

KERNEL /images/vmlinux
so it looks like this
Code:

KERNEL images/vmlinux
Pathing can be a pain when dealing with the very simple-minded PXE environment.


All times are GMT -5. The time now is 03:19 AM.