Versions Compared

Key

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

...

After some googling, I finally find found this post as a workaround, and #35 gave a detailed instruction.
I copy the commands here:

No Format
sudo cp /boot/grub/grub.cfg /boot/grub/grub.cfg.orig
sudo cp /etc/default/grub /etc/default/grub.orig
sudo vi /etc/default/grub
# < # GRUB_CMDLINE_LINUX=""
# < GRUB_CMDLINE_LINUX="pci=nocrs"
# ---
# > GRUB_CMDLINE_LINUX=""
sudo update_grub

...