Mark wrote:
Hi,
Where can I get a list of all kernel boot parameters for the new kernel. I mean things like "noapic", "ide=nodma", etc etc.
Get the kernel source from www.kernel.org and check out Documentation/kernel-parameters.txt:
Are there also other module parameters that can be entered at bootup that do not belong to the kernel?
Search for $cmdline in /etc/rc.sysinit . You can even define your own boot parameters.
Thanks,
MARK