2

I want to read more about the Linux Kernel argument for memtest. Where can I find out more information about the arguments my kernel accepts?

1 Answer 1

1

It seems there is only one place to find the documentation for kernel arguments and that's in the repo under,

This gets packaged on debian as linux-doc which will install it under /usr/share/doc and provide a symlink for convenience under

/usr/share/doc/linux-doc 

You can find it

find -L /usr/share/doc/linux-doc -wholename '*admin-guide/kernel-parameters*' -and -not -path '*translations*' 

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.