【问题标题】:nouveau error while booting arch启动拱门时出现新错误
【发布时间】:2015-03-19 16:35:44
【问题描述】:

我用window 8.1双启动arch linux。安装后,第一次开机就出现这个错误。

Here is the error I found.
{ [0.063411] Ignoring BGRT: Invalid status 0 (expected 1)
starting version 218
Arch_Linux: clean, 70622/18677760 files, 1643393/74703025 blocks
[    15.759913] nouveau E[  PIBUST][0000:01:00.0] HUBO: 0xffffffff (0x1a
[    15.759952] nouveau E[  PIBUST][0000:01:00.0] GPCO: 0x00000001 (0x1a
[    15.823494] nouveau E[    PBUS][0000:01:00.0] MMIO: 0x00000000 FAULT a
[    15.824050] nouveau E[     DRM]Pointer to TMDS table invalid
[    15.824072] nouveau E[     DRM]Pointer to flat panel table invalid}

【问题讨论】:

  • 我在安装 Ubuntu 时遇到了同样的问题
  • 你关注this了吗?请确保 Xorg 已正确安装。

标签: graphics window boot archlinux bios


【解决方案1】:

以下步骤帮助我解决了类似问题。

  1. 在启动时将启动参数“nomodeset”添加到 grub。为此,请在 grub 菜单上的 Linux 选项上按 e。然后在 'quiet splash' 之前添加 'nomodeset'。
  2. Ctrl+XF10 继续引导。

这会阻止图形驱动程序在引导至 Linux 之前被加载。

如果这不起作用,请移除“quiet splash”,以便您可以在启动时检查消息。

就我而言,我的一个驱动器出现了需要 fsck 修复的错误。修复驱动器错误让我可以毫无问题地启动。 希望这对某人有所帮助。

【讨论】:

    猜你喜欢
    • 2020-09-14
    • 2020-07-29
    • 1970-01-01
    • 1970-01-01
    • 2013-09-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-05-25
    相关资源
    最近更新 更多