From mboxrd@z Thu Jan 1 00:00:00 1970 From: anupam.kapoor@gmail.com (Anupam Kapoor) Date: Mon, 02 Nov 2015 11:43:06 +0530 Subject: How to disable "module verification failed: signature and/or required key missing - tainting kernel" message? In-Reply-To: References: Message-ID: <87k2q1q68d.fsf@fatcat.parallelwireless> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org >>>>> [2015-11-02T11:27:10+0530]: "Nan Xiao" (nan-xiao): ,----[ nan-xiao ] | When the vendor Linux system enable "kernel module signature | verification" mechanism, | if install your own built module, the kernel will complain: | | module verification failed: signature and/or required key missing | - tainting kernel `---- disable 'CONFIG_MODULE_SIG' in your kernel. more info available in Documentation/module-signing.txt -- kind regards anupam