{"id":79,"date":"2018-04-15T02:15:10","date_gmt":"2018-04-15T02:15:10","guid":{"rendered":"http:\/\/www.kennydrobnack.com\/blog\/?p=79"},"modified":"2018-04-15T02:19:36","modified_gmt":"2018-04-15T02:19:36","slug":"diving-back-into-ubuntu-linux-and-smashing-into-acpi-errors-with-ubuntu-18-04","status":"publish","type":"post","link":"http:\/\/www.kennydrobnack.com\/blog\/2018\/04\/15\/diving-back-into-ubuntu-linux-and-smashing-into-acpi-errors-with-ubuntu-18-04\/","title":{"rendered":"Diving back into Ubuntu Linux and smashing into ACPI errors with Ubuntu 18.04"},"content":{"rendered":"<p>I decided to give using Linux as a desktop another go, and found out there&#8217;s some conflict between my hardware and how Ubuntu handles ACPI. At first I thought it was an issue with the UEFI (security PC computers have around boot loaders) now.<\/p>\n<p>This ended up being my issue:\u00a0<a href=\"https:\/\/ubuntuforums.org\/showthread.php?t=2381494\">https:\/\/ubuntuforums.org\/showthread.php?t=2381494<\/a>\u00a0Basically the computer boots up and ends up hanging somewhere in the boot process with the error<\/p>\n<pre class=\"bbcode_code\">tpm_crb MSFT0101:00:00: [Firmware bug]: ACPI region does not cover the  entire command\/response buffer. [mem 0cfed40000-0xfed4087f flags 0x200]  vs fed40080 f80\r\n<\/pre>\n<p>It actually gets a bit beyond that but then hangs. The fix was to turn off some ACPI feature by adding the parameter &#8221;\u00a0acpi_osi=!&#8221; as one of the bootloader options. You can edit the command prompt when the system first starts up by hitting &#8220;e&#8221; on the grub menu and then adding that right after the &#8220;quiet&#8221; option to see if it works. Note that this will only take effect during the current boot process and is just to test that the acpi fix resolves the issue.<\/p>\n<p>To make it permanent, you need to take the following steps:<\/p>\n<ol>\n<li>Boot the system adding the &#8216;<em>acpi_osi=!&#8217;<\/em> option so you can even boot the system using the process described above.<\/li>\n<li>Edit the default Linux grub configuration by running &#8216;<em>sudo vi \/etc\/grub.d\/10_linux.conf<\/em>&#8216; The file may be different with earlier versions of Ubuntu but the process should be the same. If you don&#8217;t like vi, replace it with your preferred editor.<\/li>\n<li>Add &#8216;<em>acpi_osi=!&#8217;<\/em>\u00a0without quotes right after the quiet option. This should be on the line\u00a0GRUB_CMDLINE_LINUX_DEFAULT<\/li>\n<li>Save the file and exit vi but hitting the ESC key and typing :wq<\/li>\n<li>Run &#8216;<em>sudo update-grub&#8217;\u00a0<\/em>to apply the changes you just added to the config file to your bootloader configuration. NOTE: older systems may require &#8216;<em>sudo grub-mkconfig -o \/boot\/grub\/grub.cfg<\/em>&#8216;<\/li>\n<li>Reboot and see if it works. The system should boot up without you having to change any settings this time.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>I decided to give using Linux as a desktop another go, and found out there&#8217;s some conflict between my hardware and how Ubuntu handles ACPI. At first I thought it was an issue with the UEFI (security PC computers have around boot loaders) now. This ended up being my issue:\u00a0https:\/\/ubuntuforums.org\/showthread.php?t=2381494\u00a0Basically the computer boots up and &hellip; <a href=\"http:\/\/www.kennydrobnack.com\/blog\/2018\/04\/15\/diving-back-into-ubuntu-linux-and-smashing-into-acpi-errors-with-ubuntu-18-04\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Diving back into Ubuntu Linux and smashing into ACPI errors with Ubuntu 18.04<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":82,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22,23],"tags":[27,24,26,25],"class_list":["post-79","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-geek-stuff","category-linux","tag-howto","tag-linux","tag-troubleshooting","tag-ubuntu"],"_links":{"self":[{"href":"http:\/\/www.kennydrobnack.com\/blog\/wp-json\/wp\/v2\/posts\/79","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.kennydrobnack.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.kennydrobnack.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.kennydrobnack.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.kennydrobnack.com\/blog\/wp-json\/wp\/v2\/comments?post=79"}],"version-history":[{"count":2,"href":"http:\/\/www.kennydrobnack.com\/blog\/wp-json\/wp\/v2\/posts\/79\/revisions"}],"predecessor-version":[{"id":83,"href":"http:\/\/www.kennydrobnack.com\/blog\/wp-json\/wp\/v2\/posts\/79\/revisions\/83"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.kennydrobnack.com\/blog\/wp-json\/wp\/v2\/media\/82"}],"wp:attachment":[{"href":"http:\/\/www.kennydrobnack.com\/blog\/wp-json\/wp\/v2\/media?parent=79"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.kennydrobnack.com\/blog\/wp-json\/wp\/v2\/categories?post=79"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.kennydrobnack.com\/blog\/wp-json\/wp\/v2\/tags?post=79"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}