Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

8
  • 1
    I doubt it is possible to get this list because the kernel simply ignores parameters it does not know and makes them available to the init process, and because the kernel is expanded by modules which it might know nothing about until the module is loaded (ie any parameter with a "." in the parameter name) - and of-course, modules can be compiled after the kernel is running.
    – davidgo
    Commented Nov 1, 2018 at 1:34
  • Ahh, I see. I am experimenting with the "failsafe" parameter, which is supported by AntiX, but I don't know if my ArchLinux32 system does support it.
    – Konstantin
    Commented Nov 1, 2018 at 2:01
  • I don't think that's a standard kernel command - according to Antix documentation its equivalent to load=all blacklist=VIDEO from=all xorg=safe
    – davidgo
    Commented Nov 1, 2018 at 2:09
  • You might want to post about the problem you are trying to solve rather then an abstraction of how the kernel behaves (but I applaud your obvious efforts to understand things and solve the problem yourself)
    – davidgo
    Commented Nov 1, 2018 at 2:10
  • 1
    Have you considered a failing power supply as a possible source? This sounds very much like a blown cap somewhere, and PSUs are a prime candidate.
    – davidgo
    Commented Nov 1, 2018 at 2:33