标签:
安装Debian 7.8 到台式机上。安装过程结束后无法开机,屏幕上显示内容:
[ 6.299069] [drm] nouveau 0000:01:00.0: 0x94F6: Init table command not found: 0xA9
[ 6.301620] [drm] nouveau 0000:01:00.0: Register 0x00680500 not found in PLL limits table
[ 6.302773] [drm] nouveau 0000:01:00.0: PMC - unhandled INTR 0x44000000
...
通过上网搜索之后,确定原因是Debian 7.8自带的显卡驱动nouveau 与台式机上的显卡(nvidia gtx745)不兼容。
1、禁用nouveau,就可以进入Debian。方法是修改grub启动菜单的命令行,在kernel那一行后面追加 nouveau.modeset=0
title Debian 7.6 root (hd0,7) kernel (hd0,7)/boot/vmlinuz-3.2.0-4-amd64 root=/dev/sda8 ro quiet nouveau.modeset=0 initrd (hd0,7)/boot/initrd.img-3.2.0-4-amd64
2、安装nvidia显卡官方驱动,可以参考:http://www.cnblogs.com/wbbice/archive/2012/01/15/2322860.html
[ 6.299069] [drm] nouveau 0000:01:00.0: 0x94F6: Init table command not found: 0xA9
标签:
原文地址:http://www.cnblogs.com/yuzhiyu3/p/4314059.html