Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After some googling, I finally found this post as a workaround which worked for me. #35 in that post gives a detailed instruction.
I copy The basic idea is to give "pci=nocrs" option to the kernel.
I sum up the instructions here:.
Boot from previous working kernel, then backup grub files

No Format
$ sudo cp /boot/grub/grub.cfg /boot/grub/grub.cfg.orig
$ sudo cp /etc/default/grub /etc/default/grub.orig

Edit file grub

No Format
$ sudo vi /etc/default/grub
# < # 

Find and edit GRUB_CMDLINE_LINUX line like this

No Format
=""
# < GRUB_CMDLINE_LINUX="pci=nocrs"
# ---
# > GRUB_CMDLINE_LINUX=""

Update grub

No Format
$ sudo update_grub

Then reboot and enjoy 10.10.