Unable to run Ubuntu on a MSI laptop without disabling ACPI











up vote
2
down vote

favorite












I own a MSI GP62 6QE-260XFR, which is a laptop featuring an i5-6300HQ CPU and a GTX 950M graphics card, sold without OS.



I've installed Windows 10 on a partition. It works just fine. My problem is that I'm unable to run a Linux OS without the acpi=off boot option.



The boot error is the following:



ACPI : EC: Fail in evaluating the _REG object of EC device. Broken bios is suspected.


I've managed to install and run Ubuntu on a partition thanks to this guide (in French) for recent MSI computers. It basically consisted in:




  • Disabling CPU C-States in BIOS

  • Running an Ubuntu Live USB with the following boot options: nouveau.blacklist=1 acpi=off before quiet splash

  • Installing Ubuntu

  • Running the installed OS with the same boot options

  • Updating the system and installing NVIDIA drivers


By then I should have been able to run Ubuntu without acpi=off, but I get the same error message as before. I've installed the latest version of the kernel (4.4.1), hoping it would be more compatible with my PC but the problem is the same.



Thanks to the ACPI being disabled, I can't see battery levels, which makes Ubuntu a bit unusable. Does someone know what I should do?










share|improve this question
























  • What special options, please elaborate?
    – Ashu
    Feb 15 '16 at 12:22










  • For more details, here is my /var/log/kern.log: paste.ubuntu.com/15078065
    – Kyrio
    Feb 15 '16 at 17:19















up vote
2
down vote

favorite












I own a MSI GP62 6QE-260XFR, which is a laptop featuring an i5-6300HQ CPU and a GTX 950M graphics card, sold without OS.



I've installed Windows 10 on a partition. It works just fine. My problem is that I'm unable to run a Linux OS without the acpi=off boot option.



The boot error is the following:



ACPI : EC: Fail in evaluating the _REG object of EC device. Broken bios is suspected.


I've managed to install and run Ubuntu on a partition thanks to this guide (in French) for recent MSI computers. It basically consisted in:




  • Disabling CPU C-States in BIOS

  • Running an Ubuntu Live USB with the following boot options: nouveau.blacklist=1 acpi=off before quiet splash

  • Installing Ubuntu

  • Running the installed OS with the same boot options

  • Updating the system and installing NVIDIA drivers


By then I should have been able to run Ubuntu without acpi=off, but I get the same error message as before. I've installed the latest version of the kernel (4.4.1), hoping it would be more compatible with my PC but the problem is the same.



Thanks to the ACPI being disabled, I can't see battery levels, which makes Ubuntu a bit unusable. Does someone know what I should do?










share|improve this question
























  • What special options, please elaborate?
    – Ashu
    Feb 15 '16 at 12:22










  • For more details, here is my /var/log/kern.log: paste.ubuntu.com/15078065
    – Kyrio
    Feb 15 '16 at 17:19













up vote
2
down vote

favorite









up vote
2
down vote

favorite











I own a MSI GP62 6QE-260XFR, which is a laptop featuring an i5-6300HQ CPU and a GTX 950M graphics card, sold without OS.



I've installed Windows 10 on a partition. It works just fine. My problem is that I'm unable to run a Linux OS without the acpi=off boot option.



The boot error is the following:



ACPI : EC: Fail in evaluating the _REG object of EC device. Broken bios is suspected.


I've managed to install and run Ubuntu on a partition thanks to this guide (in French) for recent MSI computers. It basically consisted in:




  • Disabling CPU C-States in BIOS

  • Running an Ubuntu Live USB with the following boot options: nouveau.blacklist=1 acpi=off before quiet splash

  • Installing Ubuntu

  • Running the installed OS with the same boot options

  • Updating the system and installing NVIDIA drivers


By then I should have been able to run Ubuntu without acpi=off, but I get the same error message as before. I've installed the latest version of the kernel (4.4.1), hoping it would be more compatible with my PC but the problem is the same.



Thanks to the ACPI being disabled, I can't see battery levels, which makes Ubuntu a bit unusable. Does someone know what I should do?










share|improve this question















I own a MSI GP62 6QE-260XFR, which is a laptop featuring an i5-6300HQ CPU and a GTX 950M graphics card, sold without OS.



I've installed Windows 10 on a partition. It works just fine. My problem is that I'm unable to run a Linux OS without the acpi=off boot option.



The boot error is the following:



ACPI : EC: Fail in evaluating the _REG object of EC device. Broken bios is suspected.


I've managed to install and run Ubuntu on a partition thanks to this guide (in French) for recent MSI computers. It basically consisted in:




  • Disabling CPU C-States in BIOS

  • Running an Ubuntu Live USB with the following boot options: nouveau.blacklist=1 acpi=off before quiet splash

  • Installing Ubuntu

  • Running the installed OS with the same boot options

  • Updating the system and installing NVIDIA drivers


By then I should have been able to run Ubuntu without acpi=off, but I get the same error message as before. I've installed the latest version of the kernel (4.4.1), hoping it would be more compatible with my PC but the problem is the same.



Thanks to the ACPI being disabled, I can't see battery levels, which makes Ubuntu a bit unusable. Does someone know what I should do?







boot bios acpi msi






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 15 '16 at 12:51

























asked Feb 15 '16 at 12:14









Kyrio

11113




11113












  • What special options, please elaborate?
    – Ashu
    Feb 15 '16 at 12:22










  • For more details, here is my /var/log/kern.log: paste.ubuntu.com/15078065
    – Kyrio
    Feb 15 '16 at 17:19


















  • What special options, please elaborate?
    – Ashu
    Feb 15 '16 at 12:22










  • For more details, here is my /var/log/kern.log: paste.ubuntu.com/15078065
    – Kyrio
    Feb 15 '16 at 17:19
















What special options, please elaborate?
– Ashu
Feb 15 '16 at 12:22




What special options, please elaborate?
– Ashu
Feb 15 '16 at 12:22












For more details, here is my /var/log/kern.log: paste.ubuntu.com/15078065
– Kyrio
Feb 15 '16 at 17:19




For more details, here is my /var/log/kern.log: paste.ubuntu.com/15078065
– Kyrio
Feb 15 '16 at 17:19










1 Answer
1






active

oldest

votes

















up vote
0
down vote













I have the same Nvidia GTX 950 M graphics card and I made it work following:



sudo apt-get purge nvidia*  
sudo reboot

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-361
sudo reboot


I didn't specified any such params and I had just blacklisted nouveau and nothing else. My laptop is working all fine. I upgraded to kernel 4.2.5 for wifi issues.



Please refer to this thread for more info.






share|improve this answer



















  • 1




    I don't think the boot error really comes from the graphics card, but my drivers come from the same ppa as yours, though their version is 361. Did you add the nouveau blacklist in your permanent grub settings? I've tried to remove acpi=off but since the error comes from ACPI, I get the same error message.
    – Kyrio
    Feb 15 '16 at 12:48










  • @Kyrio : You are right ... the newest drivers version available is 361 ... I think your problem has more something to do with your intel skylake CPU, which is known for having some compatibility issues. :)
    – cl-netbox
    Feb 15 '16 at 13:24












  • @netbox Yes, I've read about that. But the kernel error doesn't seem CPU-related, and the guy who wrote the guide I used has a working Ubuntu with the exact same CPU :/ Plus Linux kernel 4.4 is designed for Skylake compatibility.
    – Kyrio
    Feb 15 '16 at 13:33










  • @Kyrio : Yes ... but you installed kernel 4.4.1 manually and not from the repositories, that's a difference ! :)
    – cl-netbox
    Feb 15 '16 at 13:36












  • @cl-netbox It didn't work with the former kernel anyway :) I suppose you mean I should wait for 16.04 which comes bundled with kernel 4.4 ?
    – Kyrio
    Feb 15 '16 at 13:49










protected by Community Jul 13 '17 at 21:48



Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



Would you like to answer one of these unanswered questions instead?














1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













I have the same Nvidia GTX 950 M graphics card and I made it work following:



sudo apt-get purge nvidia*  
sudo reboot

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-361
sudo reboot


I didn't specified any such params and I had just blacklisted nouveau and nothing else. My laptop is working all fine. I upgraded to kernel 4.2.5 for wifi issues.



Please refer to this thread for more info.






share|improve this answer



















  • 1




    I don't think the boot error really comes from the graphics card, but my drivers come from the same ppa as yours, though their version is 361. Did you add the nouveau blacklist in your permanent grub settings? I've tried to remove acpi=off but since the error comes from ACPI, I get the same error message.
    – Kyrio
    Feb 15 '16 at 12:48










  • @Kyrio : You are right ... the newest drivers version available is 361 ... I think your problem has more something to do with your intel skylake CPU, which is known for having some compatibility issues. :)
    – cl-netbox
    Feb 15 '16 at 13:24












  • @netbox Yes, I've read about that. But the kernel error doesn't seem CPU-related, and the guy who wrote the guide I used has a working Ubuntu with the exact same CPU :/ Plus Linux kernel 4.4 is designed for Skylake compatibility.
    – Kyrio
    Feb 15 '16 at 13:33










  • @Kyrio : Yes ... but you installed kernel 4.4.1 manually and not from the repositories, that's a difference ! :)
    – cl-netbox
    Feb 15 '16 at 13:36












  • @cl-netbox It didn't work with the former kernel anyway :) I suppose you mean I should wait for 16.04 which comes bundled with kernel 4.4 ?
    – Kyrio
    Feb 15 '16 at 13:49















up vote
0
down vote













I have the same Nvidia GTX 950 M graphics card and I made it work following:



sudo apt-get purge nvidia*  
sudo reboot

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-361
sudo reboot


I didn't specified any such params and I had just blacklisted nouveau and nothing else. My laptop is working all fine. I upgraded to kernel 4.2.5 for wifi issues.



Please refer to this thread for more info.






share|improve this answer



















  • 1




    I don't think the boot error really comes from the graphics card, but my drivers come from the same ppa as yours, though their version is 361. Did you add the nouveau blacklist in your permanent grub settings? I've tried to remove acpi=off but since the error comes from ACPI, I get the same error message.
    – Kyrio
    Feb 15 '16 at 12:48










  • @Kyrio : You are right ... the newest drivers version available is 361 ... I think your problem has more something to do with your intel skylake CPU, which is known for having some compatibility issues. :)
    – cl-netbox
    Feb 15 '16 at 13:24












  • @netbox Yes, I've read about that. But the kernel error doesn't seem CPU-related, and the guy who wrote the guide I used has a working Ubuntu with the exact same CPU :/ Plus Linux kernel 4.4 is designed for Skylake compatibility.
    – Kyrio
    Feb 15 '16 at 13:33










  • @Kyrio : Yes ... but you installed kernel 4.4.1 manually and not from the repositories, that's a difference ! :)
    – cl-netbox
    Feb 15 '16 at 13:36












  • @cl-netbox It didn't work with the former kernel anyway :) I suppose you mean I should wait for 16.04 which comes bundled with kernel 4.4 ?
    – Kyrio
    Feb 15 '16 at 13:49













up vote
0
down vote










up vote
0
down vote









I have the same Nvidia GTX 950 M graphics card and I made it work following:



sudo apt-get purge nvidia*  
sudo reboot

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-361
sudo reboot


I didn't specified any such params and I had just blacklisted nouveau and nothing else. My laptop is working all fine. I upgraded to kernel 4.2.5 for wifi issues.



Please refer to this thread for more info.






share|improve this answer














I have the same Nvidia GTX 950 M graphics card and I made it work following:



sudo apt-get purge nvidia*  
sudo reboot

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-361
sudo reboot


I didn't specified any such params and I had just blacklisted nouveau and nothing else. My laptop is working all fine. I upgraded to kernel 4.2.5 for wifi issues.



Please refer to this thread for more info.







share|improve this answer














share|improve this answer



share|improve this answer








edited Apr 13 '17 at 12:23









Community

1




1










answered Feb 15 '16 at 12:25









Ashu

2,54441539




2,54441539








  • 1




    I don't think the boot error really comes from the graphics card, but my drivers come from the same ppa as yours, though their version is 361. Did you add the nouveau blacklist in your permanent grub settings? I've tried to remove acpi=off but since the error comes from ACPI, I get the same error message.
    – Kyrio
    Feb 15 '16 at 12:48










  • @Kyrio : You are right ... the newest drivers version available is 361 ... I think your problem has more something to do with your intel skylake CPU, which is known for having some compatibility issues. :)
    – cl-netbox
    Feb 15 '16 at 13:24












  • @netbox Yes, I've read about that. But the kernel error doesn't seem CPU-related, and the guy who wrote the guide I used has a working Ubuntu with the exact same CPU :/ Plus Linux kernel 4.4 is designed for Skylake compatibility.
    – Kyrio
    Feb 15 '16 at 13:33










  • @Kyrio : Yes ... but you installed kernel 4.4.1 manually and not from the repositories, that's a difference ! :)
    – cl-netbox
    Feb 15 '16 at 13:36












  • @cl-netbox It didn't work with the former kernel anyway :) I suppose you mean I should wait for 16.04 which comes bundled with kernel 4.4 ?
    – Kyrio
    Feb 15 '16 at 13:49














  • 1




    I don't think the boot error really comes from the graphics card, but my drivers come from the same ppa as yours, though their version is 361. Did you add the nouveau blacklist in your permanent grub settings? I've tried to remove acpi=off but since the error comes from ACPI, I get the same error message.
    – Kyrio
    Feb 15 '16 at 12:48










  • @Kyrio : You are right ... the newest drivers version available is 361 ... I think your problem has more something to do with your intel skylake CPU, which is known for having some compatibility issues. :)
    – cl-netbox
    Feb 15 '16 at 13:24












  • @netbox Yes, I've read about that. But the kernel error doesn't seem CPU-related, and the guy who wrote the guide I used has a working Ubuntu with the exact same CPU :/ Plus Linux kernel 4.4 is designed for Skylake compatibility.
    – Kyrio
    Feb 15 '16 at 13:33










  • @Kyrio : Yes ... but you installed kernel 4.4.1 manually and not from the repositories, that's a difference ! :)
    – cl-netbox
    Feb 15 '16 at 13:36












  • @cl-netbox It didn't work with the former kernel anyway :) I suppose you mean I should wait for 16.04 which comes bundled with kernel 4.4 ?
    – Kyrio
    Feb 15 '16 at 13:49








1




1




I don't think the boot error really comes from the graphics card, but my drivers come from the same ppa as yours, though their version is 361. Did you add the nouveau blacklist in your permanent grub settings? I've tried to remove acpi=off but since the error comes from ACPI, I get the same error message.
– Kyrio
Feb 15 '16 at 12:48




I don't think the boot error really comes from the graphics card, but my drivers come from the same ppa as yours, though their version is 361. Did you add the nouveau blacklist in your permanent grub settings? I've tried to remove acpi=off but since the error comes from ACPI, I get the same error message.
– Kyrio
Feb 15 '16 at 12:48












@Kyrio : You are right ... the newest drivers version available is 361 ... I think your problem has more something to do with your intel skylake CPU, which is known for having some compatibility issues. :)
– cl-netbox
Feb 15 '16 at 13:24






@Kyrio : You are right ... the newest drivers version available is 361 ... I think your problem has more something to do with your intel skylake CPU, which is known for having some compatibility issues. :)
– cl-netbox
Feb 15 '16 at 13:24














@netbox Yes, I've read about that. But the kernel error doesn't seem CPU-related, and the guy who wrote the guide I used has a working Ubuntu with the exact same CPU :/ Plus Linux kernel 4.4 is designed for Skylake compatibility.
– Kyrio
Feb 15 '16 at 13:33




@netbox Yes, I've read about that. But the kernel error doesn't seem CPU-related, and the guy who wrote the guide I used has a working Ubuntu with the exact same CPU :/ Plus Linux kernel 4.4 is designed for Skylake compatibility.
– Kyrio
Feb 15 '16 at 13:33












@Kyrio : Yes ... but you installed kernel 4.4.1 manually and not from the repositories, that's a difference ! :)
– cl-netbox
Feb 15 '16 at 13:36






@Kyrio : Yes ... but you installed kernel 4.4.1 manually and not from the repositories, that's a difference ! :)
– cl-netbox
Feb 15 '16 at 13:36














@cl-netbox It didn't work with the former kernel anyway :) I suppose you mean I should wait for 16.04 which comes bundled with kernel 4.4 ?
– Kyrio
Feb 15 '16 at 13:49




@cl-netbox It didn't work with the former kernel anyway :) I suppose you mean I should wait for 16.04 which comes bundled with kernel 4.4 ?
– Kyrio
Feb 15 '16 at 13:49





protected by Community Jul 13 '17 at 21:48



Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



Would you like to answer one of these unanswered questions instead?



Popular posts from this blog

Quarter-circle Tiles

build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

Mont Emei