201-450 Exam QuestionsBrowse all questions from this exam

201-450 Exam - Question 40


FILL BLANK -

After installation of a self-compiled kernel, modules that need to be loaded cannot be found. What make target was likely missed while installing the kernel?

(Specify ONLY the make target without any command or parameters.)

Show Answer
Correct Answer:

The likely make target that was missed while installing the kernel is 'modules_install'. This target is responsible for installing the kernel modules to the appropriate directory, so they can be loaded by the system when needed. Without running 'modules_install', the necessary modules will not be available, resulting in the system being unable to find and load them.

Discussion

1 comment
Sign in to comment
milan92stankovic
Jan 19, 2021

modules_install - 100%