我的系统启动时间太长 有没有解决办法?

Spa*_*aik 7 boot

我刚刚安装了 Ubuntu 11.04 全新安装,并且已经安装了 Windows 7.. 当我从 grub 菜单中选择 ubuntu 时,它显示紫色屏幕太久,笔记本电脑没有活动,然后一段时间后它正常启动。有没有解决办法,因为真的需要太长时间。

dmesg 报告以下内容:

[    3.078617] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    3.080423] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    3.084959] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    3.085502] TCP: Hash tables configured (established 524288 bind 65536)
[    3.085506] TCP reno registered
[    3.085524] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    3.085576] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    3.085736] NET: Registered protocol family 1
[  150.340039] pci 0000:00:13.5: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[  150.340069] PCI: CLS mismatch (64 != 32), using 64 bytes
[  150.340088] pci 0000:01:05.0: Boot video device
[  150.340698] PCI-DMA: Disabling AGP.
[  150.340825] PCI-DMA: aperture base @ cc000000 size 65536 KB
[  150.340827] PCI-DMA: using GART IOMMU.
[  150.340831] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[  150.344449] Simple Boot Flag at 0x44 set to 0x1
[  150.344892] audit: initializing netlink socket (disabled)
[  150.344906] type=2000 audit(1304603463.330:1): initialized
Run Code Online (Sandbox Code Playgroud)

fos*_*dom 5

谷歌搜索,各种报告提到这可能是由于您的 BIOS 的 USB 问题。

建议范围从

  1. 移除所有 USB 设备以查看其是否已解决
  2. 在 BIOS 中禁用 USB legacy
  3. 将 BIOS 升级到最新固件

但是,我注意到您的跟踪日志中的下一项是 AGP - 那么视频卡可能有问题吗?您的 BIOS 中是否有任何与 AGP/显卡相关的选项可以播放?

建议按照上面的方法进行并报告。