In GRUB, when loading a kernel, you can pass various parameters to linux/vmlinuz, for example:
menuentry 'GNU/Linux' {
...
linux /live/vmlinuz boot=live config live-media=removable nopersistence splash
...
}
Is it possible for GRUB to automatically read these parameters beforehand and show me which kernel parameters a specific kernel supports?