我的笔记本电脑不能运行 Ubuntu!英特尔 USB 有问题?

我的笔记本电脑不能运行 Ubuntu!英特尔 USB 有问题?

我想将 Ubuntu 安装到我的机器上,但无论我做什么,它都无法正常启动。我尝试了各种组合:USB2 和 USB3 端口、不同的闪存驱动器、UEFI 和 CSM 模式、Linux 发行版、USB 实用程序(Rufus、Universal USB 创建器、LiLi),其中大多数都产生相同的结果。我想安装 16.04.1 以彻底摆脱 Windows。

机器:这台机器预装了 Windows 10。现在我将其更改为 8.1,想使用 Ubuntu。

  • Packard Bell ENTE69BH 2015 组装,2016 年 2 月全新购买。
  • 英特尔酷睿 i3-5005U (Broadwell) 2x2.00 GHZ,4 线程
  • InsydeH2O rev 5.0(BIOS 版本 1.25)
  • Intel HD 5500 集成显卡(移动第五代)
  • 1x4GB RAM(DDR3L-1600,memtest86+ 错误 0)
  • Windows 8.1 x64(CSM)

首先。我怀疑我的 USB 控制器有问题,或者更糟的是,我的 BIOS 有问题,因为我在启动时没有使用pci=off标志时会出现这种错误(无法使用它,你会看到)...

弹出 Live USB 菜单,尝试 Ubuntu/安装 Ubuntu/OEM 安装条目将始终引导至此:

0000:00:14.0: can't derive routing for PCI INT A
0000:00:14.0: PCI INT A: no GSI

系统挂起。

我设法用 进行启动pci=conf1pci=conf2但是pci=off它将我转储到 initramfs 提示符下,而无法将任何东西加载到任何地方(没有挂载,没有存储)我试图进入 Ubuntu 尝试安装它。

试过了acpi=noirq。结果如下:

0000:00:14.0: PCI->APIC IRQ transform: INT A -> IRQ 21

系统挂起。

在我的其他计算机上,我使用相同的映像、棒和工具,可以顺利地启动和安装。

如果我尝试使用 acpi=off 或 noapic 标志进行启动,那么我会遇到中断问题:

0000:00:14.0: sharing IRQ 7 with 0000:00:1c.1
0000:00:14.0: sharing IRQ 7 with 0000:00:1c.2
0000:00:14.0: sharing IRQ 7 with 0000:00:1c.3

系统挂起。

lspci从 Windows(外部 PCIutil 命令行工具 x64):

00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09)
00:14.0 USB controller: Intel Corporation Wildcat Point-LP USB xHCI Controller (rev 03)
00:16.0 Communication controller: Intel Corporation Wildcat Point-LP MEI Controller #1 (rev 03)
00:1b.0 Audio device: Intel Corporation Wildcat Point-LP High Definition Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #1 (rev e3)
00:1c.2 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #3 (rev e3)
00:1c.3 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #4 (rev e3)
00:1d.0 USB controller: Intel Corporation Wildcat Point-LP USB EHCI Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation Wildcat Point-LP LPC Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] (rev 03)
00:1f.3 SMBus: Intel Corporation Wildcat Point-LP SMBus Controller (rev 03)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
03:00.0 Network controller: Qualcomm Atheros Device 0042 (rev 30)

请帮助我!我还有 Windows 可用。如果您需要更多信息,我会经常在这里查看。任何解决方法都会有帮助!

我已经尝试过 Ubuntu、Lubuntu 和 Xubuntu,它们的版本都是 14.04、16.04、16.04.1 和 16.10。结果相同。

编辑:事实证明,InsydeH2O 1.25 BIOS 有一个有缺陷的 ACPI 表。为我的笔记本电脑刷入了 1.35 BIOS,现在我可以启动我想要的任何操作系统了。

答案1

我有一台不同的笔记本电脑 Acer Aspire E5-573-P1NH,也装有“InsydeH20 Rev.5.0”系统 BIOS 版本 1.25。我也遇到了同样的问题。我在这里读到GRUB 后 Ubuntu 错误消息“ pci 0000:00:14:0: PCI INT A no GSI ”我的笔记本电脑 BIOS v1.37 可以修复该问题,但是尚未检查。

这可能是此类 BIOS 早期版本的普遍问题,您可能很幸运,有可用的修复版本。您是否已将 BIOS 更新为最新版本?

希望这可以帮助。

相关内容