我在戴尔笔记本电脑上使用 ubuntu 15.10。它工作正常,但最近我的启动时间变慢(约 1 分钟)。所以我环顾四周,当我阅读/var/log/boot.log文件时,我看到以下错误:
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
Run Code Online (Sandbox Code Playgroud)
与其他所有服务(tftpd 除外)完美运行。这是完整的输出:
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
[ OK ] Reached target Sound Card.
[ OK ] Created slice system-systemd\x2drfkill.slice.
Starting Load/Save RF Kill Switch Status of rfkill0...
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Started Forward Password Requests to Plymouth Directory Watch.
[ OK ] Started Load/Save RF Kill Switch …Run Code Online (Sandbox Code Playgroud) 我的电脑装有 Windows 7。后来我擦除了磁盘并清理了安装的 Debian。后来,我需要 Windows,所以再次进行了 Windows 7 全新安装,然后安装了 Debian。然后,我安装了最新的 Ubuntu 并在此过程中删除了旧的 Debian。
但是当我现在启动计算机时,(旧的,debian)启动菜单显示:
Windows 7
Debian Linux
Run Code Online (Sandbox Code Playgroud)
如果我选择 Windows 7,我启动到 W7,没有问题,但是当我选择 Debian 时,计算机显示最新的 ubuntu 引导加载程序:
Ubuntu
Ubuntu with options
*some other option*
windows 7
Run Code Online (Sandbox Code Playgroud)
如果我在这里选择 Windows 7,我将再次进入第一个引导加载程序屏幕,而不是引导到 Windows 7。
Gparted 的截图:
我现在应该怎么做,删除旧的 Grub 并让最新的 Grub 加载程序启动到 windows7?
我使用 ubuntu 15.10,我可以成功 ping 本地主机、网关 (192.168.1.1) 和 8.8.8.8,但我无法 ping 任何其他主机名/IP 地址(在我的网络之外)。它会导致 100% 的数据包丢失。有趣的是,当我 ping 一个主机名时,它被解析为 IP 地址,但 ping 没有通过,我可以从 Ubuntu 框内的 VM(debian)ping 任何主机/IP。
xxxx@xxxx:~$ ping -c 4 microsoft.com
PING microsoft.com (104.40.211.35) 56(84) bytes of data.
--- microsoft.com ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3022ms
Run Code Online (Sandbox Code Playgroud)
我也试过其他主机。微软就是一个例子。我不得不重新安装traceroute,然后它才起作用。我重新安装了 iputils-ping 但我仍然有同样的问题。