All,
I have a question for troubleshooting I need to sent kernel boot options to the kernel.
Does anyone know if this is possible, if so what is the syntax?
Regards,
Joop.
Joop Boonen wrote:
I need to sent kernel boot options to the kernel.
Does anyone know if this is possible, if so what is the syntax?
Add them after the kernel and any initrd on the command line as usual. In GRUB mode I guess there's an append directive you can use.
//Peter