با استفاده از توضیحات زیر تونستم مشکل خطا رو بر طرف کنم:
I had exactly the same problem on Asus R556U. The problem was solved by booting with pci=nomsi (found this there : http://lkml.iu.edu/hypermail/linux/kernel/1509.0/01331.html )
In order to boot with pci=nomsi :
sudo cp /etc/default/grub /etc/default/grub.bak
sudo gedit /etc/default/grub
once grub is opened in gedit replace
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
by
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"
Save and close gedit window. Update grub and restart your system:
sudo update-grub
sudo reboot