我最近安装了 ubuntu 16.04,安装后似乎需要更多时间来启动。平均需要 55 秒到 1 分钟。检查“dmesg”日志时,我发现它卡在某个特定位置。我可以理解它与网络有关,但无法在线找到解决方案。我正在复制下面的日志以供参考。请同时参考屏幕截图。
注意:即使启动需要很长时间,但 wifi 和有线连接仍可正常工作。
dmesg 日志:-
[ 23.066941] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 23.451644] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 23.465563] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[ 23.468922] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[ 24.331301] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 30.254490] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[ 30.258457] vboxdrv: Found 4 processor cores
[ 30.276442] vboxdrv: TSC mode is Invariant, tentative frequency 2195011090 Hz
[ 30.276446] vboxdrv: Successfully loaded version 5.0.18_Ubuntu (interface 0x00240000)
[ 30.299706] VBoxNetFlt: Successfully started.
[ 30.311334] VBoxNetAdp: Successfully started.
[ 30.335055] VBoxPciLinuxInit
[ 30.389282] vboxpci: IOMMU not found (not registered)
[ 44.346552] Bluetooth: RFCOMM TTY layer initialized
[ 44.346562] Bluetooth: RFCOMM socket layer initialized
[ 44.346569] Bluetooth: RFCOMM ver 1.11
[ 52.317088] wlp2s0: authenticate with 90:8d:78:86:8f:ca
[ 52.349488] wlp2s0: send auth to 90:8d:78:86:8f:ca (try 1/3)
[ 52.351196] wlp2s0: authenticated
[ 52.352396] wlp2s0: associate with 90:8d:78:86:8f:ca (try 1/3)
[ 52.356890] wlp2s0: RX AssocResp from 90:8d:78:86:8f:ca (capab=0x411 status=0 aid=1)
[ 52.357115] wlp2s0: associated
[ 52.357127] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
很高兴看到立即回复,谢谢。我尝试关闭 IPv6,但似乎没有改变启动时间。我按照以下步骤关闭了 ipv6,如果错误请更正。
关闭 ipv6 的步骤如下: - 1. 编辑 /etc/sysctl.conf,在末尾添加以下 3 行 net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 2. sudo sysctl -p 3. 确认值,cat /proc/sys/net/ipv6/conf/all/disable_ipv6 为“1”
但它并没有带来任何改变。
蓝牙,我试过关闭然后打开。应该没问题,加载速度更快。
我的“主板”制造商是东芝:-
root@shafeeq-Satellite-C850:/home/shafeeq# dmidecode --type baseboard
dmidecode 3.0
从 sysfs 获取 SMBIOS 数据。SMBIOS 2.7 存在。
句柄 0x0002,DMI 类型 2,16 字节 基板信息 制造商:东芝 产品名称:便携式电脑 版本:MP 序列号:1 资产标签:
特性:主板为托管板 主板可更换 机箱中的位置:机箱
句柄:0x0003 类型:主板 包含的对象句柄:0
抱歉回复延迟了。实际上,自从我买了笔记本电脑(Toshiba staellite c850-i0011)以来,我从未升级过 BIOS。同时,我尝试重新安装 ubuntu 并再次检查启动时间,但没有成功。我发现了一些奇怪的东西,即使用 systemd-analyse 实用程序我们可以看到启动所需的总时间(我在网上找到的)。但它与 dmesg 日志不同步,我的意思是 dmesg 显示的时间与实际时间有些接近。我真的不知道它与“桌面环境(Unity)”或“systemd”有关。我尝试安装 arch linux 来测试启动时间,即使在安装 GUI(桌面环境 -gnome 3)时也需要更多时间(超过 1 分钟)。如果您想要查看任何特定的系统日志,请告诉我,我可以将其取出并供您分析。当我使用旧版本的 ubuntu 时,它非常快 :(。
systemd-analyse 过去需要接近 26-30 秒,但实际上需要 55-60 秒。