Linux.c32
From Syslinux Wiki
Contents |
About
linux.c32 is a comboot module for Syslinux that loads Linux kernels and memdisk.
Requirements
- working Syslinux environment
- working kernel (and initrd/initramfs)
Syntax
linux.32 [-dhcpinfo] path/kernel arguments...
If -dhcpinfo is specified, the DHCP info is written into the file /dhcpinfo.dat in the initramfs.
Example
Here is an example pxelinux.cfg file for booting
label superLinuxOS kernel linux.c32 append path/kernel initrd=path/initramfs.cgz root=/dev/ram0 rw quiet
Further Reading
None

