Displaying 1 result from an estimated 1 matches for "c0a80165".
Did you mean:
c0a80115
2003 Jan 20
2
Pxelinux image filename oddity?
...RH-style kernel image names (vmlinuz-2.4.x-y) fails the same way.
I guess what I am missing is a simple how-to on the pxelinux part.
I humbly submit my own <MAC> file, which loads a kernel without a ramdisk, and hangs on a no-root-fs panic;
[root at leire linux]# cat /tftpboot/pxelinux.cfg/C0A80165
label linux
kernel boot
...while the following (kernel properly renamed, of course) results in either a crash or a reboot, depending on how the kernel was built
[root at leire linux]# cat /tftpboot/pxelinux.cfg/C0A80165
label linux
kernel boot.0
Please use these as examples as y...