我有一台 HP Pro 3130 MT,刚刚全新安装了 Ubuntu 14.04 64 位。当我重新启动时,没有看到 ubuntu 徽标或进入登录页面,而是操作系统将我带到带有“高级选项”的 grub2 屏幕,但星号 (*) 位于 Ubuntu 旁边。我不明白为什么我无法正常启动到登录屏幕。
我觉得可能是图形问题,所以我尝试使用高级选项启动恢复模式,但在选择恢复模式并按下回车键后,我始终无法完成加载 Linux 内核文本。我只看到文本下方有一个冻结的光标。
这是lspci
有关我的图形芯片组的信息:
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device 2a9c
Flags: bus master, fast devsel, latency 0, IRQ 42
Memory at fb800000 (64-bit, non-prefetchable) [size=4M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
I/O ports at cc00 [size=8]
Expansion ROM at <unassigned> [disabled]
Capabilities: <access denied>
Kernel driver in use: i915
所以我将GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
行/etc/default/grub
改为,GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
但不起作用。所以我又将其改为GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.modest=1"
,但仍然无法正确启动。
我真的很困惑,因为实时磁盘运行得很好。