After installing a compiled kernel, it can not find any modules that are needed to be loaded. What make target was likely missed while installing the kernel?
What information does the file modules.dep provide?
A. A list of all modules, compiled or not, that are available to the kernel.
B. A list of modules trusted by the installed kernel.
C. A list of...
What is the correct parameter to pass to the kernel at boot time to force it to use only one of the available processors?
A. maxcpus=1
B. usecpus=1
C. smpcpus=1
D. vcpumx=1
According to the Filesystem Hierarchy Standard (FHS), what is the path to the Linux kernel source and may be a symbolic link to the real Linux source code? (Please specify the full path with no versio...
Which command is used to unload a single module currently loaded by the kernel without unloading any modules that it depends upon? (Specify the command with or without path information)
A new kernel version needs to be compiled to use a new feature. If the old kernel configuration file is available, which make target creates a configuration file for the new kernel based on the config...