There are various custom distributions that use their own kernel parameters (the append line in syslinux syntax). What tools can be used to display the entire list available? By vanilla ubuntu , fedora , suse also applies. Of course, I understand that there is documentation, but it does not always keep up with the outgoing versions or the developers do not intentionally write what can be transferred.
UDP Apparently I was misunderstood or did not read the question inattentively. I will give an example. There is a menu in pxelinux , which I in turn pulled out of isolinux and added according to examples from the Internet. It looks like this (copy-paste, 100% working version):
label xubuntu-i386 menu label ^Xubuntu 16.04 i386 LiveNet/Install [WORK] kernel xubuntu/casper/vmlinuz initrd xubuntu/casper/initrd.lz append boot=casper language=en locale=ru_RU.UTF-8 vga=791 root=/dev/nfs netboot=nfs nfsroot=172.16.11.8:/var/lib/tftpboot/xubuntu/ I'm wondering where to see ALL of the available options besides locale , root=/dev/nfs and the rest. CONFIG_X86=y and CONFIG_INSTRUCTION_DECODER=y from /boot/config-3.2.0-115-generic-pae not needed .
__setup(- Mike