0%

遇到安裝 nvidiafb 卡住

  • 選安裝模式時選擇 debug 模式
  • e 修改開機指令
  • 在 linux 最後面加入 nomodeset
  • 第一階段直接 ctrl+d
  • 第二階段進到 /usr/share/X11/xorg.conf.d/
  • nano nvidia-driver.conf
  •   Section "Device"
          Identifier "Card0"
          Driver "fbdev"
          BusID "pci0:01:0:0:"
      EndSection
    
  • 儲存之後直接 ctrl+d
  • 就會看到安裝畫面了