LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 02-08-2015, 12:33 PM   #1
JimBone
LQ Newbie
 
Registered: Jul 2013
Posts: 7

Rep: Reputation: Disabled
module verification failed: signature and/or required key missing - tainting kernel


Running LinuxMint 17.1:

uname -a
Linux Jimbo 3.13.0-40-generic #69-Ubuntu SMP Thu Nov 13 17:53:56 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

dmesg:
vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
vboxdrv: Found 4 processor cores.
vboxdrv: fAsync=0 offMin=0x240 offMax=0x295c
vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
vboxdrv: Successfully loaded version 4.3.18_Ubuntu (interface 0x001a0008).
vboxpci: IOMMU found

VirtualBox appears to be functioning properly but I sure don't like this error message. I've done a fair amount of searching around but I haven't found any workable solutions. There are even posts here that are over a year old with no solution. Hope someone can lend a hand on this one. I would rather stick with VirtualBox than switch to vmware.

Thanx for your time.
Jimbone
 
Old 02-09-2015, 04:55 AM   #2
veerain
Senior Member
 
Registered: Mar 2005
Location: Earth bound to Helios
Distribution: Custom
Posts: 2,524

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
Does your installation uses secure boot or UEFI?
 
Old 02-09-2015, 09:39 AM   #3
JimBone
LQ Newbie
 
Registered: Jul 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
UEFI
 
Old 02-09-2015, 10:47 AM   #4
veerain
Senior Member
 
Registered: Mar 2005
Location: Earth bound to Helios
Distribution: Custom
Posts: 2,524

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
Perhaps every secure boot (UEFI) enabled kernels have their modules signed. Perhaps the VirtualBox module doesn't has that sign or it's not signed by key.
 
Old 02-09-2015, 11:05 AM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by JimBone View Post
Running LinuxMint 17.1:
uname -a Linux Jimbo 3.13.0-40-generic #69-Ubuntu SMP Thu Nov 13 17:53:56 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

dmesg:
vboxdrv: module verification failed: signature and/or required key missing - tainting kernel

VirtualBox appears to be functioning properly but I sure don't like this error message. I've done a fair amount of searching around but I haven't found any workable solutions. There are even posts here that are over a year old with no solution. Hope someone can lend a hand on this one. I would rather stick with VirtualBox than switch to vmware.
That message is nothing to worry about, and has absolutely NOTHING to do with secure boot or UEFI. All that means, is that you're loading a kernel module that hasn't been fully tested/integrated with the kernel you're running. This message was intended to identify conditions which may make it difficult to properly troubleshoot a kernel problem. For example, loading a proprietary module can make kernel debug output unreliable because kernel developers don't have access to the module's source code (like the nVidia or ATI proprietary drivers), and can't determine what that module may have done to the kernel. Likewise, if the kernel had previously experienced an error condition or if a serious hardware error had occurred, the debug information generated by the kernel may not be reliable.

The WORST case, is that any kernel errors you encounter will be ignored by the kernel developers, until the authors of that module have fixed it. If things are running fine, you're in good shape, and there's nothing really to worry about. This is covered with a better explanation:
https://www.kernel.org/doc/Documenta...ps-tracing.txt

---------- Post added 02-09-15 at 11:05 AM ----------

Quote:
Originally Posted by veerain View Post
Perhaps every secure boot (UEFI) enabled kernels have their modules signed. Perhaps the VirtualBox module doesn't has that sign or it's not signed by key.
Wrong on both counts; please don't give people misleading or incorrect information.
 
1 members found this post helpful.
Old 02-09-2015, 06:41 PM   #6
JimBone
LQ Newbie
 
Registered: Jul 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
Thanks, TBOne!
 
Old 02-09-2015, 10:04 PM   #7
veerain
Senior Member
 
Registered: Mar 2005
Location: Earth bound to Helios
Distribution: Custom
Posts: 2,524

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
These two pages may be of help.

Page1

page2
 
Old 02-10-2015, 08:57 AM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by veerain View Post
These two pages may be of help.
Page1
page2
One is for Gentoo (the OP is using Mint), and the other is from 2 years ago. NEITHER addresses the OP's question or concern.
 
Old 02-10-2015, 11:43 AM   #9
veerain
Senior Member
 
Registered: Mar 2005
Location: Earth bound to Helios
Distribution: Custom
Posts: 2,524

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
Do gentoo have their kernel developed by someone other than Linus and friends.
 
Old 02-10-2015, 12:37 PM   #10
JimBone
LQ Newbie
 
Registered: Jul 2013
Posts: 7

Original Poster
Rep: Reputation: Disabled
I realize I marked this as solved but I found a wonderful doc on kernel.org that talks about kernel signing.
See the link: https://www.kernel.org/doc/Documenta...le-signing.txt
 
Old 02-10-2015, 01:18 PM   #11
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by veerain View Post
Do gentoo have their kernel developed by someone other than Linus and friends.
They customize their own kernel, based on their needs, as do all the OTHER developers. Since you say you've installed LFS, you should know this.
 
Old 03-20-2018, 01:02 PM   #12
p0st1e64
LQ Newbie
 
Registered: Apr 2013
Location: south east qld
Distribution: arch && lfs && ubuntu && fedora
Posts: 1

Rep: Reputation: Disabled
Thumbs up Thanks

Thanks TBOne, no discenable problems with my machine it just showed up after dmesg | grep failed
 
  


Reply

Tags
kernel, virtualbox



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
module verification failed: signature and/or required key missing - tainting kernel ultrabird Linux - Newbie 5 02-08-2015 12:04 PM
Host key verification failed brownie_cookie Linux - Newbie 2 03-29-2011 06:56 AM
scp - Host key verification failed. Hellbike Linux - Server 2 05-30-2010 03:16 AM
OpenSSH Host Key Verification Failed GodSendDeath Linux - Software 12 01-21-2005 12:28 PM
kernel signature verification failed... doublefailure Linux - General 0 07-06-2002 10:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 11:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration