imageSet
# 想办法开机,直接拔掉显卡用集显或是bios中禁用显卡,根据bios的不同方法不一
sudo
gedit /boot/grub/grub.cfg
#所有的
linux /boot/...略... ro quiet splash $vt_handoff #改为 linux /boot/...略... ro quiet splash $vt_handoff acpi_osi=linux nomodeset
sudo gedit /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
#改为
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=linux nomodeset"

 

分类:

技术点:

相关文章:

  • 2021-10-26
  • 2021-11-30
  • 2021-08-09
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
猜你喜欢
  • 2021-12-07
  • 2021-05-25
  • 2021-09-25
  • 2022-01-30
  • 2022-12-23
  • 2021-08-19
相关资源
相似解决方案