Skip to content

Instantly share code, notes, and snippets.

@decause
Created September 18, 2013 17:14
Show Gist options
  • Save decause/6612391 to your computer and use it in GitHub Desktop.
Save decause/6612391 to your computer and use it in GitHub Desktop.
This is a hack to fix the horrible bug that is https://bugzilla.redhat.com/show_bug.cgi?id=917081 Shoutout @lmacken, who is the progenitor of this gist :)
echo "blacklist mei_me" > /etc/modprobe.d/blacklist-mei.conf
echo "blacklist mei" >> /etc/modprobe.d/blacklist-mei.conf
cp /etc/default/grub /etc/default/grub.bak
sed -i 's/quiet/rdblacklist=mei rdblacklist=mei_me quiet/'
/etc/default/grub
grub2-mkconfig -o /boot/grub2/grub.cfg
# then if you don't want to reboot
rmmod mei_me
rmmod mei
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment