AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-367882

Ashu's questions

Martin Hope
Ashu
Asked: 2025-01-10 06:44:00 +0800 CST

我认为我的 Windows Bootloader 丢失

  • 5

请参考我的这个问题,

ls -R /mnt/EFI

/mnt/EFI:
BOOT  Dell  ubuntu

/mnt/EFI/BOOT:
bkpbootx64.efi  bootx64.efi  fbx64.efi  mmx64.efi

/mnt/EFI/Dell:
logs

/mnt/EFI/Dell/logs:
diags_current.xml  diags_previous.xml

/mnt/EFI/ubuntu:
BOOTX64.CSV  grub.cfg  grubx64.efi  mmx64.efi  shimx64.efi

根据我的 EFI 分区 (/mnt/EFI) 的内容,没有与 Windows 引导加载程序相关的目录或文件(例如 Microsoft 或 bootmgfw.efi)。这表明 Windows 引导加载程序已被删除或未正确安装。到 2024 年 12 月中旬,它一直运行良好。不知道到底发生了什么。我的 BIOS 显示一个三星 PCINVME 1TB SSD(我相信它包含 Windows OS 引导加载程序等...)现在从 gparted 看不到它。

这是来自boot-repair的链接

图片来自 gparted 在此处输入图片描述

boot
  • 1 个回答
  • 42 Views
Martin Hope
Ashu
Asked: 2025-01-08 05:40:12 +0800 CST

错误没有这样的设备:2632-DF15 错误:未知的文件系统

  • 5

我出去度假了 3 周,然后又回来了。但在 Grub 菜单上选择 Windows 启动管理器后,我看到了以下内容。

我记得最后一天有一些 Windows 更新。

现在我无法进入Windows,但是可以进入Ubuntu。

我该怎么办?

我尝试了 Boot-Repair,它显示以下内容

LegacyWindows detected. Please enable BIOS-compatibility/CSM/Legacy mode in your UEFI firmware, and use this software from a live-CD (or live-USB).

在此处输入图片描述

这就是我的 grub cutomizer 和 parted 的状态,没有进行任何系统升级或安装东西......所以有点脱节。/dev/nvme0n1p1在此处输入图片描述 似乎拥有所有可以启动的活动分区。

我尝试了这个链接,但为此我需要能够登录 Windows 11 命令提示符。我尝试了两个不同的 USB 驱动器和不同的端口,但现在我面临这个问题:

停止代码 DRIVER PNP WATCHDOG

向 Microsoft 支持部门提交了一个案例,但经过两次沟通后,他们并没有提供太多帮助,只是告诉我“我们不支持双启动”或“寻求当地技术人员的帮助”

我真的想开始行动。如果需要,我愿意重新安装 Windows 11。Ubuntu Linux 运行良好。启动修复不起作用。

在此处输入图片描述

sudo cat /boot/grub/grub.cfg | grep menuentry

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
  menuentry_id_option=""
export menuentry_id_option
menuentry "Ubuntu" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-4cd02128-ebde-4341-ad07-3620623d26ec' {
menuentry "Ubuntu, with Linux 6.8.0-51-generic" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.8.0-51-generic-advanced-4cd02128-ebde-4341-ad07-3620623d26ec' {
menuentry "Ubuntu, with Linux 6.8.0-51-generic (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.8.0-51-generic-recovery-4cd02128-ebde-4341-ad07-3620623d26ec' {
menuentry "Ubuntu, with Linux 6.2.0-33-generic" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.2.0-33-generic-advanced-4cd02128-ebde-4341-ad07-3620623d26ec' {
menuentry "Ubuntu, with Linux 6.2.0-33-generic (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.2.0-33-generic-recovery-4cd02128-ebde-4341-ad07-3620623d26ec' {
menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {

sudo 更新 grub

Sourcing file `/etc/default/grub'

Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...

Found linux image: /boot/vmlinuz-6.8.0-51-generic
Found initrd image: /boot/initrd.img-6.8.0-51-generic
Found linux image: /boot/vmlinuz-6.2.0-33-generic
Found initrd image: /boot/initrd.img-6.2.0-33-generic
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Found linux image: /boot/vmlinuz-6.8.0-51-generic
Found initrd image: /boot/initrd.img-6.8.0-51-generic
Found linux image: /boot/vmlinuz-6.2.0-33-generic
Found initrd image: /boot/initrd.img-6.2.0-33-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done

更新 2 请参阅我关于同一问题的其他问题。我有多个驱动器。安装了 Windows 11 Pro 的内部 SSD 驱动器(三星 860 EVO-1TB)终于坏了。它一直在恶化(没有任何通知),但最终在我度假时坏了。Windows 安装并不是那么好,它只是因为硬件故障而无法继续(它可能选择了其他驱动器上的空白空间)。只是因为有坏掉的硬盘,但其他驱动器有空白的分区/空间 - 它本可以继续前进。移除故障的 SSD 后,我能够再次安装 Windows 11 Pro 并恢复工作。

dual-boot
  • 1 个回答
  • 67 Views
Martin Hope
Ashu
Asked: 2023-06-06 12:03:38 +0800 CST

Ubuntu 22.04 LTS 启动消息/检查哪个延迟启动

  • 5

我有 Windows 11 和 Ubuntu 22.04 LTS 双启动系统。Windows 11 在普通 SSD 上,而 Ubuntu 22.04 LTS 在 PCIE NVME SSD 上。它是 Dell XPS 8930 Desktop(2018),我在那里做了很多升级和添加。作为最新升级的一部分,我将 512GB PCIE NVME SSD(版本 1)升级到了 4 TB PCIE NVME SSD(版本 4.0)。我为此使用了傲梅克隆软件。在升级 PCIE NVME SSD 的过程中,我删除了交换分区,因为它不再被使用了。磁盘克隆成功。之后,我将桌面上的旧 PCIE NVME SSD 换成新的 PCIE NVME SSD。

双启动 - Windows 和 Linux 都可以正常启动。但唯一的问题是这张支票在那里。过去我也进行过此检查,但它是一个较小的 PCIE NVME SSD,但现在它用于较大的 PCIE NVME SSD。

在此处输入图像描述 消息如下:SGX Launch Control 已锁定。仅支持 SGX 虚拟化。我相信这可能是因为我在 BIOS 中启用了虚拟化。这个消息很快。但在那之后它是一种检查磁盘的过程。我的 PCIE NVME SSD(安装了 Ubuntu 22.04 LTS 的是 4TB)所以这种检查磁盘类型的检查确实减慢了启动过程。我如何禁用这种检查磁盘的过程。

/etc/fstab

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/nvme0n1p3 during installation
UUID=e6311f73-982f-4037-95ec-23a60032ff67 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/nvme0n1p2 during installation
UUID=8DED-981F  /boot/efi       vfat    umask=0077      0       1
# swap was on /dev/nvme0n1p4 during installation

猫/proc/cmdline

BOOT_IMAGE=/boot/vmlinuz-5.19.0-43-generic root=UUID=e6311f73-982f-4037-95ec-23a60032ff67 ro quiet splash vt.handoff=7

也尝试过这种方法但没有成功。也尝试过这种方法但没有成功。这是这个问题的视频

我认为这可能是潜在的问题

boot
  • 2 个回答
  • 48 Views
Martin Hope
Ashu
Asked: 2023-05-29 08:43:17 +0800 CST

在双引导系统中克隆包含 Linux 分区的 PCIe NVME - 有什么建议吗?

  • 5

我有一个双引导系统——Windows 11 和 Ubuntu 22.04 LTS。常规 SSD(2.5 英寸)上的 Windows 11 和 PCIe NVME Gen 1 上的 Ubuntu 22.04 LTS - 512 GB。随着 PCIE NVME 价格下降和我对 linux 的使用增加,我为我的 linux 买了另一个 PCIe NVME Gen4 4 TB 驱动器。我的台式机主板仅提供一个 PCIe NVME 驱动器,这意味着我需要将 512 GB PCIe NVME 克隆到 4 TB PCIe NVME。过去有人这样做过吗?有什么需要照顾的吗?我的 Linux 安装很简单 - / 和交换分区,没什么特别的。正在通过此链接,但似乎对此没有太多讨论。

clone
  • 1 个回答
  • 23 Views
Martin Hope
Ashu
Asked: 2022-01-27 15:35:49 +0800 CST

在 Grub 之后,如果我选择 Ubuntu,它不会加载

  • -1

Windows 10 是默认操作系统,但是当我选择 Ubuntu (20.04 LTS) 时,它根本没有加载。Ubuntu 安装在单独的 NVMe 驱动器上,驱动器一切正常:

分区布局

选择Ubuntu后,它更进一步,然后黑屏。屏幕左上角有一个闪烁的光标,就是这样。可能是什么问题?在过去 3 个月中 - 我已从 Nvidia GTX 1060 6GB 卡切换到 Nvidia 1050Ti 4 GB 卡。即使在那次切换之后,Ubuntu 也总是运行良好。可能是什么问题?

我已经有 3 个多月没有登录 Ubuntu 了,在过去的几个月里,Windows 更新了很多次。我没有将我的 Windows 10 升级到 Windows 11。

更新 1: 在 live-usb 启动后尝试启动修复(“尝试 Ubutu) - 它表示启动修复工作正常,但是当尝试在 Ubuntu 中再次重新启动时......相同的黑屏,光标闪烁。这是pastebin引导修复中的位置这些是进一步的说明

开机成功修复。

请在纸上写下以下 URL: https ://paste.ubuntu.com/p/jNgyXVgyFW/

如果您仍然遇到启动问题,请将此 URL 指向:boot.repair@gmail.com 或您最喜欢的支持论坛。

You can now reboot your computer.
Please do not forget to make your UEFI firmware boot on the Ubuntu 20.04.1 LTS entry (nvme0n1p2/efi/ubuntu/grubx64.efi file) !
If your computer reboots directly into Windows, try to change the boot order in your UEFI firmware.
If your UEFI firmware does not allow to change the boot order, change the default boot entry of the Windows bootloader.
For example you can boot into Windows, then type the following command in an admin command prompt:
bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi

更新 2 我能够通过恢复模式启动,但随后启动 Ubuntu Linux 无法正常工作。我只能通过恢复模式启动到 ubuntu。

更新 3 全新安装的 Ubuntu Linux。即使这样也没有成功。在安装 nvidia 显卡驱动程序方面存在问题。恢复模式安装并尝试“安装损坏的软件包”并收到此错误。 在此处输入图像描述 所以最后我进入了额外的驱动程序并开始使用 nvidia-470(专有和测试)驱动程序。之后它工作正常。 在此处输入图像描述

boot
  • 1 个回答
  • 261 Views
Martin Hope
Ashu
Asked: 2021-07-16 07:43:58 +0800 CST

卸载/删除 Ubuntu 18.04 LTS

  • 0

我正在更换我孩子台式电脑的机箱和 PSU。这是 2015 年 HP 台式机 - 英特尔四核计算机。很多部件和升级都在它上面进行,最新的是 GPU(Nvidia 1005 Ti)——所以它是为了更换 PSU 和外壳(为了更好的气流)。它有 5 个 SATA 端口 - 因为新机箱没有 5.25" 托架 - 所以无法使用 DVD 驱动器。它有两个 SSD 和一个 3.5 英寸硬盘驱动器。我没有拍下 SSD 和硬盘的照片驱动器已连接在此主板上. 一切都在几个小时内完成,但我们收到此错误 POST BIOS: No boot disk has been detected or the disk has been failed。尝试了各种组合来连接主板上的硬盘驱动器和 SSD - 错误不会消失。我拿出SSD,发现SSD(500 GB)有Windows,SSD(1TB)-只有Windows D驱动器或数据,而3.5英寸硬盘是Ubuntu Linux。我不知道我们上次创建双引导是什么时候 - 安装了 GRUB 或 LILO。我儿子根本没有使用 Ubuntu,所以我们可以负担得起卸载/删除 Ubuntu Linux 并在需要时安装它。我以某种方式登录到那台计算机并创建了 Windows 恢复媒体(在 USB 上)。现在我如何卸载 Ubuntu 和 GRUB/LILO 使其成为纯 Windows 计算机?

我将在那台计算机上安装 Ubuntu Linux,稍后当孩子对 Ubutnu linux 产生兴趣时。

boot
  • 1 个回答
  • 53 Views
Martin Hope
Ashu
Asked: 2020-08-18 11:40:05 +0800 CST

删除了 Ubuntu 和 grub,但 Windows 10 无法启动

  • 1

我按照这个 删除了 Ubuntu 20.4.1 LTS 和 grub2 - 获得最多支持的答案。之后 grub2 黑屏消失了,但 Windows 10 没有启动。 这是我的 Windows PC BIOS 这是戴尔诊断完成后的 BIOS 错误消息

更新1

我使用 live USB 登录,然后尝试启动修复。遵循它的所有建议。它试图重新安装 grub2,所以似乎在我的计算机上安装了另一个 Ubuntu Linux 20.4(我有 1 个安装了 Ubuntu Linux 的 NVME PCIe 驱动器 - 我删除了它,然后是安装了 Windows 的 1 个 SSD,即 Windows C 驱动器和然后是 Windows D 和 E 的两个硬盘驱动器)。似乎在 C、D 或 E 上的某个地方 - 安装了 ubuntu linux,我想摆脱它或移动到 PCIe NVME 驱动器这是引导修复输出链接和引导修复活动的内容:

You can now reboot your computer.

Please do not forget to make your UEFI firmware boot on the Ubuntu 20.04.1 LTS entry (sdb2/EFI/ubuntu/shimx64.efi file) !
If your computer reboots directly into Windows, try to change the boot order in your UEFI firmware.

If your UEFI firmware does not allow to change the boot order, change the default boot entry of the Windows bootloader.
For example you can boot into Windows, then type the following command in an admin command prompt:
bcdedit /set {bootmgr} path \EFI\ubuntu\shimx64.efi

这是我的 Ubuntu Linux 20.4 LTS 的 gparted 视图 在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

不知何故,在其他地方安装了隐藏的 Ubuntu 20.4 LTS,这使我的 grub 启动到 Ubuntu 20.4 LTS Linux。

更新2 经过一番搜索和挖掘,发现在/dev/sda7上安装了另一个Ubuntu Linxu 20.4.1 LTS的副本 在此处输入图像描述

并通过df命令确认

root@ashu-XPS-8930:/home/ashu# df
Filesystem     1K-blocks    Used Available Use% Mounted on
udev            32757028       0  32757028   0% /dev
tmpfs            6557040    2188   6554852   1% /run
/dev/sda7       95099332 8980340  81245112  10% /
tmpfs           32785188  126668  32658520   1% /dev/shm
tmpfs               5120       4      5116   1% /run/lock
tmpfs           32785188       0  32785188   0% /sys/fs/cgroup
/dev/loop0         98944   98944         0 100% /snap/core/9804
/dev/loop1          9344    9344         0 100% /snap/canonical-livepatch/95
/dev/loop2         56320   56320         0 100% /snap/core18/1880
/dev/loop5         30720   30720         0 100% /snap/snapd/8542
/dev/loop4        261760  261760         0 100% /snap/gnome-3-34-1804/36
/dev/loop3         63616   63616         0 100% /snap/gtk-common-themes/1506
/dev/loop6         51072   51072         0 100% /snap/snap-store/467
/dev/sda2          98304   61255     37049  63% /boot/efi
tmpfs            6557036      20   6557016   1% /run/user/125
tmpfs            6557036      32   6557004   1% /run/user/1000

更新 3 即使从 Windows 删除 /dev/sda7 分区然后删除 /EFI/ubuntu - 我也无法启动 Windows 10。因此使用live USB驱动器将重要数据从Windows C:复制到Windows D:后来使用Windows恢复驱动器将Windows重新安装在C:驱动器上。我本可以将它安装在其他驱动器上,但我的 C: 是 SSD,我更喜欢在更快的媒体上安装操作系统和应用程序。

grub2 boot dual-boot uefi
  • 1 个回答
  • 706 Views
Martin Hope
Ashu
Asked: 2018-10-16 11:26:39 +0800 CST

戴尔 XPS 9560 上的 wifi 不稳定,经常掉线

  • 0

我的戴尔 XPS 9560 有一些不稳定的 wifi 连接问题。连接经常掉线或非常慢。

试过这个

wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info &&
  chmod +x wireless-info &&
  ./wireless-info

这是我的 pastebin 内容 但没有改进 - 可能是什么问题?当我启动到 Windows 10 时 - 相同的 wifi adator 运行良好。

wireless
  • 1 个回答
  • 761 Views
Martin Hope
Ashu
Asked: 2018-05-13 15:57:43 +0800 CST

如何在 Ubuntu 18.04 LTS 中为 HDPI / 4K 显示器增加字体大小?

  • 37

我有一台戴尔 XPS 15-9560 笔记本电脑,配备 15.6 英寸 4K 超高清 (3840 x 2160) IGZO IPS 350 尼特触摸屏和 NVIDIA GeForce GTX1050 4GB GDDR5。它具有 4K 分辨率。从 grub 屏幕到 Ubuntu,它字体非常小。有什么办法可以增加字体大小吗?

这是一台非常好的笔记本电脑 - 真正的 MacBook Pro 杀手……越来越受欢迎……我可以看到很多人都会遇到同样的问题。

编辑 1

我搞砸了我当前安装的 ubuntu desktop 18.04 LTS,不得不重新安装它。现在刚刚尝试了这个:将 nouveau.modeset=0 添加到启动参数对于较小的字体来说是更好的解决方法,我现在有更好的分辨率。到目前为止,它比其他解决方案要好得多。

似乎 ubuntu18.04 LTS 与以前的版本相比,Nvidia 显卡的问题并不稳定且复杂得多。

fonts hdpi
  • 6 个回答
  • 44308 Views
Martin Hope
Ashu
Asked: 2018-05-04 14:56:59 +0800 CST

安装 Ubuntu Desktop 18.04 LTS 但未检测到我的三星 PCIe NVME SSD

  • 11

我正在尝试在 Windows 10 旁边安装 Ubuntu Desktop 18.04 LTS,但它没有检测到我的Samsung EVO 960 PCIe NVME SSD(500 GB)。从 Windows 10 专业版中可以看到和使用相同的内容。可能是什么问题?

而不是直接安装。首先,我进入“尝试不安装模式”并打开 gparted...gparted 显示 SATA SSD、其他硬盘驱动器、USB 驱动器,但不显示三星 PCIe NVME SSD。

我的可启动 ISO 映像中还需要其他什么来检测 PCIe NVME SSD?我的 BIOS 模式是 UEFI(这是安装 Windows 的模式),是这里提到的问题吗?我的是戴尔 XPS 8930 台式机 - 英特尔酷睿 i7-8700(6 核处理器,64 GB RAM,Windows 安装在 SATA SSD 上,我正在尝试在 PCIe NVME SSD 上安装 ubuntu Linux 18.04 LTS)。

编辑 1 我没有尝试 Ubuntu,而是继续安装,但最终出现了一些错误……Ubuntu 无法检测到我的计算机上的 Windows 10 安装在此处输入图像描述…………似乎 18.04 LTS 还为时过早尝试出来。

编辑 2 在 Internet 上搜索戴尔 XPS 台式机/笔记本电脑特定问题并找到以下链接: link1 link2 link3

进入 BIOS(F2) 并在保存此设置时将 BIOS 更改 为SATA settingBIOS 警告我可能无法启动我的操作系统 (Windows 10) 或者我需要重新安装它。我继续...几次...在 BIOS 级别重新启动...操作系统从未出现...最后 BIOS 进入健康检查和恢复模式...我将设置恢复为至少Windows 10 能够启动。RAID OnAHCIRAID On

对于双启动 Linux 或 PCIe NVME 驱动器,戴尔的 BIOS 似乎并不那么容易使用它似乎......将在周末晚些时候尝试。

Edit3 不知何故,Ubuntu 安装程序无法检测到 Windows 10。进一步谷歌搜索,然后将 BIOS 更改回启用安全启动和启用 UEFI。现在 Ubuntu 安装程序能够检测到 Windows 10。在我闪亮的三星 PCIe NVME SSD 上安装成功,没有任何问题。

dual-boot ssd hard-drive
  • 4 个回答
  • 36488 Views
Martin Hope
Ashu
Asked: 2016-05-15 08:35:31 +0800 CST

调整 Linux(/) 分区大小,为 Windows 腾出更多空间

  • 1

我试图遵循这个问题,但不是很清楚该怎么做?就我而言,我的分区看起来像这样 在此处输入图像描述

我想从挂载为“/”和 ext4 分区的 /dev/sda4 中释放一些空间。一旦我得到这个可用空间,我想登录 Windows 以将可用空间分配给 Windows 分区(C:) /dev/sda3。

现在我的“/”有 234 GB。我只想将其减少到 100 GB,以便可以将剩余的 134 GB 添加到 Windows 分区。

当我使用 gparted 时,我没有选择按下调整大小按钮,因为它是灰色的……为什么? 在此处输入图像描述

我需要先卸载它..在这种情况下 Ubuntu 会工作吗?

我真的需要使用 live USB 来完成这项工作吗?由于这是 Linux 分区,因此我只想从 Linux 中进行操作……当向 Windows 添加更多空间时……在这种情况下,我将使用 Windows 工具(请提出建议)。

感谢大家的意见/建议。我也在关注这个链接 在使用 live USB 之后,gparted 缩小 /dev/sda4 现在当增加 Windows(/dev/sda3)时 - 我遇到了问题,我必须移动缩小的 /dev/sda4 为 Windows 腾出相邻的空间(/开发/sda3)

进行这两项操作时,还收到一条警告消息... 在此处输入图像描述 在此处输入图像描述

让我们看看发生了什么?

更新 能够将 Linux (/) 缩小到 111 GB 并将其向右移动以为 Windows (C:) 让路。还能够扩展 Windows(C:) 以添加剩余的 GB。

在此之后,我的 grub 无法正常工作,这需要我使用boot-repair. 在此步骤中 - 我需要执行以下命令:

sudo dpkg --configure -a
sudo apt-get install -fy
sudo apt-get purge -y --force-yes grub*-common grub-common:i386 shim-signed linux-signed*
sudo apt-get install -y --force-yes grub-efi-amd64-signed shim-signed linux-signed-generic

最后是粘贴箱内容

有很多不必要的 EFI 条目,我可以按照我的策略进行修复。

然后grub-customizer修复引导顺序

现在一切正常。这里看起来像在这个操作之后 在此处输入图像描述

partitioning
  • 1 个回答
  • 1572 Views
Martin Hope
Ashu
Asked: 2016-05-02 22:37:36 +0800 CST

试图重新安装 16.04LTS 并遇到问题

  • 3

我已经让 Windows 10 和 Ubuntu Linux Desktop 14.04 LTS 运行良好。后来我添加了另一个驱动程序并且无法使用LVM来使用Ubuntu的第二个驱动器的提醒。这就是为什么我认为最好在 14.04 上安装 Ubuntu 16.04 在获得正确的 .iso 文件并使用它之后......我尝试这样做并选择了其他东西......无法弄清楚如何在安装时使用 LVM时间......我试图退出安装......幸运的是,我有 Windows 的救援磁盘并进行了备份......但在两者之间退出 linux 安装后......我被 grub 救援卡住了屏幕。

Minimal BASH like line editing is supported. for the first word, TAB lists possible        command completions. anywhere else TAB lists possible device or file completions.

然后我单击 Tab 并显示:

Possible commads are: [authenticate badram boot break clear configfile continue cutmem echo export extract_entries_configfile extract_entries source gettext initrd insmod linux loopback is menuentry normal normal_exit probe return search search.File search.fs_label search.fs_uuid set setparams shift source submenu terminal_input terminal_output test unset.

有点像......这个链接和这个链接对我不起作用......

我有 /dev/sda7 作为我的 '/' 和 /dec/sda6 作为交换,而 /dev/sda2 是 /boot/efi 和 /dev/sdb3 作为 LVM2 PV...

在 grub 救援中,我可以弄清楚我的“/”在哪里

ls (hd0,gpt7)/

节目

boot/
etc/
opt/
mnt/
root/
usr/
var/

ETC...

该怎么办?请帮忙。

尝试了这些解决方案 #1 #2

但没有成功......我得到了想要的结果(根据那些博客)但我仍然只能进入 grub 救援模式......没有办法

即使从 Windows 命令提示符尝试了这些命令(使用恢复媒体和故障排除之后)

BOOTREC /SCANOS
BOOTREC /FIXMBR
BOOTREC /FIXBOOT
BOOTREC /REBUILDBCD
bootsect /nt60 SYS or bootsect /nt60 ALL

没有影响...我只是坚持使用 grub 救援模式。在 USB 媒体中找不到任何 .iso 以跟随其他链接。

更新

尝试使用 Windows 10 恢复媒体 (USB) 并将计算机也重置为出厂模式...将 secureBoot 设置为禁用,将旧启动支持设置为启用并禁用快速启动...仅使用 grub 命令行菜单...( hd0,gpt7) 包含我的根 (/) 和 ubuntu Linux 的其他分区...但是 sudo mount 等...不起作用...甚至无法擦除 Ubuntu 并将其安装到 Windows 10(计划安装Ubuntu Linux 桌面 16.04)

也将问题发布到微软社区。

想要完全删除 Ubuntu 14.04 并使用恢复媒体重新安装(恢复)Windows 10。安装 Windows 10 后,我想安装 Ubuntu 16.04 LTS。

更新 现在收到此错误...我仅使用 Windows 10 中的恢复 USB 驱动程序...它应该可以工作...但无法正常工作...我如何才能完全清除我的整个硬盘驱动程序内容并确保Windows 恢复驱动器正在恢复我的 PC...如果需要,我已准备好释放数据。

现在 Windows 10 恢复也没有发生。我永远卡在这个屏幕上。

不知何故使用了 Ubuntu Live USB(16.06 LTS)...尝试 ubuntu,这就是它在 gparted 中的样子。

这是pastebin的内容

更新(2016 年 5 月 5 日)

就我而言,即使是os-uninstaller也无济于事。

在此处输入图像描述

在此处输入图像描述

boot
  • 1 个回答
  • 543 Views
Martin Hope
Ashu
Asked: 2016-02-17 10:35:39 +0800 CST

在 Ubuntu Desktop 14.04.3 LTS 中升级内核的最佳方法

  • 3

由于此处提到的 wifi 问题,我必须按照以下命令将内核升级到 4.2.x:

$ cd /tmp  
$ wget \  kernel.ubuntu.com/~kernel-ppa/mainline/v4.2.5-wily/linux-headers-4.2.5-040205_4.2.5-040205.201510270124_all.deb \  kernel.ubuntu.com/~kernel-ppa/mainline/v4.2.5-wily/linux-headers-4.2.5-040205-generic_4.2.5-040205.201510270124_amd64.deb \  kernel.ubuntu.com/~kernel-ppa/mainline/v4.2.5-wily/linux-image-4.2.5-040205-generic_4.2.5-040205.201510270124_amd64.deb  
$ sudo dpkg -i linux-headers-4.2*.deb linux-image-4.2*.deb

我知道我可以使用以下方法删除它:

sudo apt-get remove linux-headers-4.2* linux-image-4.2*

这解决了我的 wifi 驱动程序(Intel wifi 3165)问题。但是我了解到我是从主线获得内核的,这不是一个好主意,因为我不会再获得任何更新等……那么升级内核的正确方法是什么?我听说我应该使用:

sudo apt-get install linux-generic-lts-wily

想知道我需要做什么才能正确升级内核吗?对我来说,如果我没有这个内核版本,我的 wifi 就无法工作,这非常重要。此外,想知道当新的 LTS 版本(16.04 LTS)在 2016 年 4 月推出时,我的 Ubuntu Desktop 14.04.3 LTS 和这个升级的内核会发生什么?

我还有另一个限制:我需要使用 LTS 版本,因为我使用的一些软件工具/产品(DSE 和 RLEC) - 仅需要 14.04.3 LTS 版本。这就是为什么不能去 15.10

kernel
  • 1 个回答
  • 2273 Views
Martin Hope
Ashu
Asked: 2016-02-10 12:04:45 +0800 CST

RedisLabs Enterprise Cluster 停止服务

  • 0

我在我的台式机和笔记本电脑(都运行 Ubuntu Desktop 14.04.3 LTS)中运行 RedisLabs Enterprise Cluster。在我的桌面上 - 如果我重新启动,RedisLabs Enterprise Cluster 会停止,但如果是我的笔记本电脑,它不是吗?如何停止 RLEC 服务?两者的唯一区别是笔记本电脑 - 我已将内核版本升级到 4.2.5,而台式机仍然是 3.1 或 3.2 上次我通过完全卸载 RLEC 解决了这个问题。

在此处输入图像描述

我可以杀死其中一些进程,但这并没有多大帮助。

services
  • 1 个回答
  • 1884 Views
Martin Hope
Ashu
Asked: 2016-01-30 06:18:01 +0800 CST

Ubuntu Desktop 14.04 中的新驱动器

  • 0

我正在使用一个新的硬盘驱动器(非 SSD,普通旧硬盘驱动器),它已经 ext4 格式化并在阅读本文后安装在 /media/mynewdrive

但是我想将它安装在 /opt 因为大多数软件都安装在那里。目前我需要手动将这些东西移动到 /media/mynewdrive 和下面......不是很方便记住的位置......我该怎么办?我的旧驱动器中已经有 /opt 和子目录,我想保持原样。这是我当前的挂载命令输出:

root@ashu-700-430qe:/home/ashu# mount
/dev/sda7 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /sys/firmware/efi/efivars type efivarfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
/dev/sdb3 on /media/mynewdrive type ext4 (rw)
/dev/sda2 on /boot/efi type vfat (rw)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=ashu)
/dev/sr0 on /media/ashu/CD0001 type iso9660 (ro,nosuid,nodev,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks2)
root@ashu-700-430qe:/home/ashu# 

它是带有 Windows 10 的双启动系统,我不想影响任何其他东西。

root@ashu-700-430qe:/home/ashu# blkid
/dev/sda1: LABEL="Windows RE tools" UUID="10E664BBE664A2A8" TYPE="ntfs" 
/dev/sda2: LABEL="SYSTEM" UUID="E467-1A3B" TYPE="vfat" 
/dev/sda4: LABEL="Windows" UUID="C0726845726841F0" TYPE="ntfs" 
/dev/sda5: UUID="CC8C4A768C4A5ADA" TYPE="ntfs" 
/dev/sda6: UUID="74a0518b-2eed-404a-aaa1-a302dbf9f18c" TYPE="swap" 
/dev/sda7: UUID="54458154-6f44-44c9-be44-f91d093d63e6" TYPE="ext4" 
/dev/sda8: LABEL="Recovery Image" UUID="90686954686939DC" TYPE="ntfs" 
/dev/sdb2: LABEL="Windows_F" UUID="380C233F0C22F790" TYPE="ntfs" 
/dev/sdb3: UUID="f44ccbce-3388-475e-9d41-5228b388f282" TYPE="ext4" 
/dev/sr0: LABEL="CD0001" TYPE="iso9660" 


root@ashu-700-430qe:/home/ashu# cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda7 during installation
UUID=54458154-6f44-44c9-be44-f91d093d63e6 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda2 during installation
UUID=E467-1A3B  /boot/efi       vfat    defaults        0       1
# swap was on /dev/sda6 during installation
UUID=74a0518b-2eed-404a-aaa1-a302dbf9f18c none            swap    sw              0       0
/dev/sdb3    /media/mynewdrive   ext4    defaults     0        2
(rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8,umask=077,flush)
mount
  • 1 个回答
  • 81 Views
Martin Hope
Ashu
Asked: 2016-01-26 11:26:49 +0800 CST

在 Ubuntu 桌面 14.04 LTS 上安装 docker

  • 0

我正在尝试按照以下步骤在我的 ubuntu 桌面 14.0.4 LTS 上安装 docker-engine:docker install url

第 11 步失败(apt-cache policy docker-engine)

root@ashu-HP-ENVY-Notebook:/home/ashu# apt-get purge lxc-docker
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'lxc-docker' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
root@ashu-HP-ENVY-Notebook:/home/ashu# apt-cache policy docker-engine
docker-engine:
  Installed: (none)
  Candidate: 1.9.1-0~trusty
  Version table:
     1.9.1-0~trusty 0
        500 https://apt.dockerproject.org/repo/ ubuntu-trusty/main amd64 Packages
     1.9.0-0~trusty 0
        500 https://apt.dockerproject.org/repo/ ubuntu-trusty/main amd64 Packages
     1.8.3-0~trusty 0
        500 https://apt.dockerproject.org/repo/ ubuntu-trusty/main amd64 Packages
     1.8.2-0~trusty 0
        500 https://apt.dockerproject.org/repo/ ubuntu-trusty/main amd64 Packages
     1.8.1-0~trusty 0
        500 https://apt.dockerproject.org/repo/ ubuntu-trusty/main amd64 Packages
     1.8.0-0~trusty 0
        500 https://apt.dockerproject.org/repo/ ubuntu-trusty/main amd64 Packages
     1.7.1-0~trusty 0
        500 https://apt.dockerproject.org/repo/ ubuntu-trusty/main amd64 Packages
     1.7.0-0~trusty 0
        500 https://apt.dockerproject.org/repo/ ubuntu-trusty/main amd64 Packages
     1.6.2-0~trusty 0
        500 https://apt.dockerproject.org/repo/ ubuntu-trusty/main amd64 Packages
     1.6.1-0~trusty 0
        500 https://apt.dockerproject.org/repo/ ubuntu-trusty/main amd64 Packages
     1.6.0-0~trusty 0
        500 https://apt.dockerproject.org/repo/ ubuntu-trusty/main amd64 Packages
     1.5.0-0~trusty 0
        500 https://apt.dockerproject.org/repo/ ubuntu-trusty/main amd64 Packages

这是 500 错误,但当我访问这个位置docker 分布时

我可以看到一些文件...我应该直接从那里安装吗?根据您过去的经验有什么建议吗?

root@ashu-HP-ENVY-Notebook:/home/ashu# uname -r
4.2.5-040205-generic

我正在使用 linux kernel 4.2.5 基本上安装 docker 没有用,有什么帮助吗?

docker
  • 2 个回答
  • 4724 Views
Martin Hope
Ashu
Asked: 2016-01-24 19:09:22 +0800 CST

VMWare Player 不适用于 Linux 内核 4.2.5

  • 2

我正在使用 Ubuntu 桌面 14.0.4。由于某些原因,我需要升级到内核 4.2.5。但在那之后,VMWare Player(我相信版本 12.x 64 位 linux)无法正常工作。在启动时,它正在尝试为新内核编译模块。我卸载了它并重新安装了 VMWare Player,但同样的问题。它正在寻找不可用的特定版本的 gcc。截屏

调查了这个线程还有另一个线程 ,但无法找到 gcc-5.2.1 版本。也无法卸载以前版本的 gcc

这是我当前版本的 gcc

root@ashu-HP-ENVY-Notebook:/var/log/vmware# gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) 

这是vmware日志

2016-01-24T02:40:12.095-07:00| usbArb| I125: Log for VMware USB Arbitration Service pid=2248 version=12.1.0 build=build-3215723 option=Release
2016-01-24T02:40:12.095-07:00| usbArb| I125: The process is 64-bit.
2016-01-24T02:40:12.095-07:00| usbArb| I125: Host codepage=UTF-8 encoding=UTF-8
2016-01-24T02:40:12.095-07:00| usbArb| I125: Host is Linux 4.2.5-040205-generic Ubuntu 14.04.3 LTS
2016-01-24T02:40:12.094-07:00| usbArb| I125: VTHREAD initialize main thread 3 "usbArb" tid 2248
2016-01-24T02:40:12.094-07:00| usbArb| I125: DictionaryLoad: Cannot open file "/usr/lib/vmware/settings": No such file or directory.
2016-01-24T02:40:12.094-07:00| usbArb| I125: PREF Optional preferences file not found at /usr/lib/vmware/settings. Using default values.
2016-01-24T02:40:12.094-07:00| usbArb| I125: Could not expand environment variable HOME.
2016-01-24T02:40:12.094-07:00| usbArb| I125: DictionaryLoad: Cannot open file "~/.vmware/config": No such file or directory.
2016-01-24T02:40:12.094-07:00| usbArb| I125: PREF Optional preferences file not found at ~/.vmware/config. Using default values.
2016-01-24T02:40:12.094-07:00| usbArb| I125: Could not expand environment variable HOME.
2016-01-24T02:40:12.094-07:00| usbArb| I125: PREF Disabling user preferences because disableUserPreferences is set.
2016-01-24T02:40:12.094-07:00| usbArb| I125: PREF Failed to load user preferences.
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT --- GLOBAL SETTINGS /usr/lib/vmware/settings 
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT --- NON PERSISTENT
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT --- USER PREFERENCES
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT --- USER DEFAULTS ~/.vmware/config 
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT --- HOST DEFAULTS /etc/vmware/config 
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT                NETWORKING = "yes"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT            VMBLOCK_CONFED = "yes"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT           gksu.rootMethod = "sudo"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT                    libdir = "/usr/lib/vmware"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT               VMCI_CONFED = "yes"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT              VSOCK_CONFED = "yes"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT             initscriptdir = "/etc/init.d"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT            authd.fullpath = "/usr/sbin/vmware-authd"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT                    bindir = "/usr/bin"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT installerDefaults.componentDownloadEnabled = "yes"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT installerDefaults.autoSoftwareUpdateEnabled.epoch = "8058385214"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT        vix.config.version = "1"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT    player.product.version = "12.1.0"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT installerDefaults.dataCollectionEnabled.epoch = "7384059603"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT installerDefaults.dataCollectionEnabled = "yes"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT installerDefaults.transferVersion = "1"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT installerDefaults.autoSoftwareUpdateEnabled = "yes"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT       product.buildNumber = "3272444"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT --- SITE DEFAULTS /usr/lib/vmware/config 
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT                  tag.help = "introduction.htm"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT   tag.configurationEditor = "config_editor_newvm.htm"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT             tag.ideConfig = "devices_virtualdrive.htm"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT          tag.floppyConfig = "devices_floppy.htm"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT           tag.mouseConfig = "devices_mouse.htm"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT             tag.netConfig = "devices_netadapter.htm"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT        tag.parallelConfig = "devices_parallel.htm"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT          tag.serialConfig = "devices_serial.htm"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT           tag.soundConfig = "devices_sound.htm"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT             tag.memConfig = "configvm_memory.htm"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT            tag.miscConfig = "configvm.htm"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT             tag.usbConfig = "devices_usb.htm"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT         tag.displayConfig = "configvm_display-problems.htm"
2016-01-24T02:40:12.148-07:00| usbArb| I125: DICT                 tag.tools = "vmtools.htm"
2016-01-24T02:40:12.148-07:00| usbArb| I125: USBArbRuleStore: Loading device rules from '/etc/vmware/usbarb.rules'.
2016-01-24T02:40:12.148-07:00| usbArb| I125: VMware USB Arbitration Service Version 15.1.7
2016-01-24T02:40:12.148-07:00| usbArb| I125: USBGL: USB Sysfs found at /dev/bus/usb
2016-01-24T02:40:12.148-07:00| usbArb| I125: USBArb: Attempting to connect to existing arbitrator on /var/run/vmware/usbarbitrator-socket.
2016-01-24T02:40:12.148-07:00| usbArb| I125: SOCKET creating new socket, connecting to /var/run/vmware/usbarbitrator-socket
2016-01-24T02:40:12.148-07:00| usbArb| I125: SOCKET connect failed, error 2: No such file or directory
2016-01-24T02:40:12.148-07:00| usbArb| I125: USBArb: Failed to connect to the existing arbitrator.
vmware
  • 1 个回答
  • 2221 Views
Martin Hope
Ashu
Asked: 2016-01-24 12:03:57 +0800 CST

我是否使用了正确的 nvidia 驱动程序?

  • 0

我在具有 Nvidia GTX 950M 图形驱动程序的 HP Envy Slim 笔记本电脑上使用带有 Linux 内核 4.2.5 的 Ubuntu Desktop 14.0.4。一切正常,但我想确保我使用的是正确的图形驱动程序? 来自我的 ubuntu 的附加驱动程序屏幕截图

我使用以下步骤来获取它:

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-352
sudo reboot

这是 Xorg.0.log

    [     3.010] 
X.Org X Server 1.17.1
Release Date: 2015-02-10
[     3.010] X Protocol Version 11, Revision 0
[     3.010] Build Operating System: Linux 3.19.0-28-generic x86_64 Ubuntu
[     3.010] Current Operating System: Linux ashu-HP-ENVY-Notebook 4.2.5-040205-generic #201510270124 SMP Tue Oct 27 01:25:49 UTC 2015 x86_64
[     3.010] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.2.5-040205-generic root=UUID=ed69878c-6802-4708-8aa5-6e41eb8311a6 ro quiet splash vt.handoff=7
[     3.010] Build Date: 11 September 2015  10:33:14AM
[     3.010] xorg-server 2:1.17.1-0ubuntu3.1~trusty1 (For technical support please see http://www.ubuntu.com/support) 
[     3.010] Current version of pixman: 0.30.2
[     3.010]    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[     3.010] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.010] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 23 12:33:45 2016
[     3.012] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     3.016] (==) No Layout section.  Using the first Screen section.
[     3.016] (==) No screen section available. Using defaults.
[     3.016] (**) |-->Screen "Default Screen Section" (0)
[     3.016] (**) |   |-->Monitor "<default monitor>"
[     3.016] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[     3.016] (==) Automatically adding devices
[     3.016] (==) Automatically enabling devices
[     3.016] (==) Automatically adding GPU devices
[     3.019] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     3.019]    Entry deleted from font path.
[     3.019] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[     3.019]    Entry deleted from font path.
[     3.019] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[     3.019]    Entry deleted from font path.
[     3.020] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[     3.020]    Entry deleted from font path.
[     3.020] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[     3.020]    Entry deleted from font path.
[     3.020] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/Type1,
    built-ins
[     3.020] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[     3.020] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[     3.020] (II) Loader magic: 0x5578b8547c60
[     3.020] (II) Module ABI versions:
[     3.020]    X.Org ANSI C Emulation: 0.4
[     3.020]    X.Org Video Driver: 19.0
[     3.020]    X.Org XInput driver : 21.0
[     3.020]    X.Org Server Extension : 9.0
[     3.021] (--) PCI:*(0:0:2:0) 8086:191b:103c:8155 rev 6, Mem @ 0x94000000/16777216, 0xa0000000/268435456, I/O @ 0x00007000/64
[     3.021] (--) PCI: (0:7:0:0) 10de:139a:103c:8155 rev 162, Mem @ 0x96000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00005000/128
[     3.024] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[     3.024] (II) "glx" will be loaded by default.
[     3.024] (II) LoadModule: "glx"
[     3.026] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     3.040] (II) Module glx: vendor="X.Org Foundation"
[     3.040]    compiled for 1.17.1, module version = 1.0.0
[     3.040]    ABI class: X.Org Server Extension, version 9.0
[     3.040] (==) AIGLX enabled
[     3.040] (==) Matched intel as autoconfigured driver 0
[     3.040] (==) Matched modesetting as autoconfigured driver 1
[     3.040] (==) Matched fbdev as autoconfigured driver 2
[     3.040] (==) Matched vesa as autoconfigured driver 3
[     3.040] (==) Assigned the driver to the xf86ConfigLayout
[     3.040] (II) LoadModule: "intel"
[     3.040] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     3.043] (II) Module intel: vendor="X.Org Foundation"
[     3.043]    compiled for 1.17.1, module version = 2.99.917
[     3.043]    Module class: X.Org Video Driver
[     3.043]    ABI class: X.Org Video Driver, version 19.0
[     3.043] (II) LoadModule: "modesetting"
[     3.043] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     3.044] (II) Module modesetting: vendor="X.Org Foundation"
[     3.044]    compiled for 1.17.1, module version = 1.17.1
[     3.044]    Module class: X.Org Video Driver
[     3.044]    ABI class: X.Org Video Driver, version 19.0
[     3.044] (II) LoadModule: "fbdev"
[     3.044] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     3.046] (II) Module fbdev: vendor="X.Org Foundation"
[     3.046]    compiled for 1.17.1, module version = 0.4.4
[     3.046]    Module class: X.Org Video Driver
[     3.046]    ABI class: X.Org Video Driver, version 19.0
[     3.046] (II) LoadModule: "vesa"
[     3.046] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     3.047] (II) Module vesa: vendor="X.Org Foundation"
[     3.047]    compiled for 1.17.1, module version = 2.3.3
[     3.047]    Module class: X.Org Video Driver
[     3.047]    ABI class: X.Org Video Driver, version 19.0
[     3.047] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     3.047] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[     3.047] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[     3.047] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[     3.047] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     3.047] (II) FBDEV: driver for framebuffer: fbdev
[     3.047] (II) VESA: driver for VESA chipsets: vesa
[     3.047] (++) using VT number 7

[     3.056] (EE) open /dev/dri/card0: No such file or directory
[     3.056] (WW) Falling back to old probe method for modesetting
[     3.056] (EE) open /dev/dri/card0: No such file or directory
[     3.056] (II) Loading sub module "fbdevhw"
[     3.056] (II) LoadModule: "fbdevhw"
[     3.056] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     3.056] (II) Module fbdevhw: vendor="X.Org Foundation"
[     3.056]    compiled for 1.17.1, module version = 0.0.2
[     3.056]    ABI class: X.Org Video Driver, version 19.0
[     3.056] (**) FBDEV(1): claimed PCI slot 0@0:2:0
[     3.056] (II) FBDEV(1): using default device
[     3.056] (WW) Falling back to old probe method for vesa
[     3.056] (EE) Screen 0 deleted because of no matching config section.
[     3.056] (II) UnloadModule: "modesetting"
[     3.056] (II) FBDEV(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[     3.056] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[     3.056] (==) FBDEV(0): RGB weight 888
[     3.056] (==) FBDEV(0): Default visual is TrueColor
[     3.056] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[     3.056] (II) FBDEV(0): hardware: EFI VGA (video memory: 8128kB)
[     3.056] (II) FBDEV(0): checking modes against framebuffer device...
[     3.056] (II) FBDEV(0): checking modes against monitor...
[     3.056] (--) FBDEV(0): Virtual size is 1920x1080 (pitch 1920)
[     3.057] (**) FBDEV(0):  Built-in mode "current": 207.4 MHz, 85.3 kHz, 77.2 Hz
[     3.057] (II) FBDEV(0): Modeline "current"x0.0  207.38  1920 1952 2192 2432  1080 1084 1088 1104 -hsync -vsync -csync (85.3 kHz b)
[     3.057] (==) FBDEV(0): DPI set to (96, 96)
[     3.057] (II) Loading sub module "fb"
[     3.057] (II) LoadModule: "fb"
[     3.057] (II) Loading /usr/lib/xorg/modules/libfb.so
[     3.058] (II) Module fb: vendor="X.Org Foundation"
[     3.058]    compiled for 1.17.1, module version = 1.0.0
[     3.058]    ABI class: X.Org ANSI C Emulation, version 0.4
[     3.058] (**) FBDEV(0): using shadow framebuffer
[     3.058] (II) Loading sub module "shadow"
[     3.058] (II) LoadModule: "shadow"
[     3.059] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     3.059] (II) Module shadow: vendor="X.Org Foundation"
[     3.059]    compiled for 1.17.1, module version = 1.1.0
[     3.059]    ABI class: X.Org ANSI C Emulation, version 0.4
[     3.059] (II) UnloadModule: "vesa"
[     3.059] (II) Unloading vesa
[     3.059] (==) Depth 24 pixmap format is 32 bpp
[     3.059] (EE) FBDEV(0): FBIOBLANK: Invalid argument
[     3.062] (==) FBDEV(0): Backing store enabled
[     3.062] (==) FBDEV(0): DPMS enabled
[     3.062] (==) RandR enabled
[     3.076] (II) AIGLX: Screen 0 is not DRI2 capable
[     3.076] (EE) AIGLX: reverting to software rendering
[     3.163] (II) AIGLX: Loaded and initialized swrast
[     3.163] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     3.175] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[     3.178] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     3.178] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     3.178] (II) LoadModule: "evdev"
[     3.178] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     3.181] (II) Module evdev: vendor="X.Org Foundation"
[     3.181]    compiled for 1.17.1, module version = 2.9.0
[     3.181]    Module class: X.Org XInput Driver
[     3.181]    ABI class: X.Org XInput driver, version 21.0
[     3.181] (II) Using input driver 'evdev' for 'Power Button'
[     3.181] (**) Power Button: always reports core events
[     3.181] (**) evdev: Power Button: Device: "/dev/input/event2"
[     3.181] (--) evdev: Power Button: Vendor 0 Product 0x1
[     3.181] (--) evdev: Power Button: Found keys
[     3.181] (II) evdev: Power Button: Configuring as keyboard
[     3.181] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     3.181] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     3.181] (**) Option "xkb_rules" "evdev"
[     3.181] (**) Option "xkb_model" "pc105"
[     3.181] (**) Option "xkb_layout" "us"
[     3.181] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     3.181] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     3.181] (II) Using input driver 'evdev' for 'Power Button'
[     3.181] (**) Power Button: always reports core events
[     3.181] (**) evdev: Power Button: Device: "/dev/input/event1"
[     3.182] (--) evdev: Power Button: Vendor 0 Product 0x1
[     3.182] (--) evdev: Power Button: Found keys
[     3.182] (II) evdev: Power Button: Configuring as keyboard
[     3.182] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     3.182] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     3.182] (**) Option "xkb_rules" "evdev"
[     3.182] (**) Option "xkb_model" "pc105"
[     3.182] (**) Option "xkb_layout" "us"
[     3.182] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     3.182] (II) No input driver specified, ignoring this device.
[     3.182] (II) This device may have been added with another device file.
[     3.182] (II) config/udev: Adding input device HP Truevision HD (/dev/input/event8)
[     3.182] (**) HP Truevision HD: Applying InputClass "evdev keyboard catchall"
[     3.182] (II) Using input driver 'evdev' for 'HP Truevision HD'
[     3.182] (**) HP Truevision HD: always reports core events
[     3.182] (**) evdev: HP Truevision HD: Device: "/dev/input/event8"
[     3.212] (--) evdev: HP Truevision HD: Vendor 0x5c8 Product 0x379
[     3.212] (--) evdev: HP Truevision HD: Found keys
[     3.212] (II) evdev: HP Truevision HD: Configuring as keyboard
[     3.212] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/input/input10/event8"
[     3.212] (II) XINPUT: Adding extended input device "HP Truevision HD" (type: KEYBOARD, id 8)
[     3.212] (**) Option "xkb_rules" "evdev"
[     3.212] (**) Option "xkb_model" "pc105"
[     3.212] (**) Option "xkb_layout" "us"
[     3.212] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event4)
[     3.212] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[     3.212] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[     3.212] (**) Logitech USB Receiver: always reports core events
[     3.212] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event4"
[     3.268] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52f
[     3.268] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[     3.268] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[     3.268] (--) evdev: Logitech USB Receiver: Found relative axes
[     3.268] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[     3.268] (II) evdev: Logitech USB Receiver: Configuring as mouse
[     3.268] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[     3.268] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[     3.268] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     3.268] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C52F.0001/input/input6/event4"
[     3.268] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 9)
[     3.268] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[     3.268] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[     3.268] (**) Logitech USB Receiver: (accel) acceleration profile 0
[     3.268] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[     3.268] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[     3.268] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[     3.268] (II) No input driver specified, ignoring this device.
[     3.268] (II) This device may have been added with another device file.
[     3.269] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event5)
[     3.269] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[     3.269] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[     3.269] (**) Logitech USB Receiver: always reports core events
[     3.269] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event5"
[     3.269] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52f
[     3.269] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
[     3.269] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[     3.269] (--) evdev: Logitech USB Receiver: Found relative axes
[     3.269] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
[     3.269] (--) evdev: Logitech USB Receiver: Found absolute axes
[     3.269] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[     3.269] (--) evdev: Logitech USB Receiver: Found keys
[     3.269] (II) evdev: Logitech USB Receiver: Configuring as mouse
[     3.269] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[     3.269] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[     3.269] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[     3.269] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     3.269] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52F.0002/input/input7/event5"
[     3.269] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 10)
[     3.269] (**) Option "xkb_rules" "evdev"
[     3.269] (**) Option "xkb_model" "pc105"
[     3.269] (**) Option "xkb_layout" "us"
[     3.269] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[     3.269] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[     3.269] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[     3.269] (**) Logitech USB Receiver: (accel) acceleration profile 0
[     3.269] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[     3.269] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[     3.269] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[     3.269] (II) No input driver specified, ignoring this device.
[     3.269] (II) This device may have been added with another device file.
[     3.269] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[     3.269] (II) No input driver specified, ignoring this device.
[     3.269] (II) This device may have been added with another device file.
[     3.270] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[     3.270] (II) No input driver specified, ignoring this device.
[     3.270] (II) This device may have been added with another device file.
[     3.270] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[     3.270] (II) No input driver specified, ignoring this device.
[     3.270] (II) This device may have been added with another device file.
[     3.270] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[     3.270] (II) No input driver specified, ignoring this device.
[     3.270] (II) This device may have been added with another device file.
[     3.270] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     3.270] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     3.270] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[     3.270] (**) AT Translated Set 2 keyboard: always reports core events
[     3.270] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[     3.270] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[     3.270] (--) evdev: AT Translated Set 2 keyboard: Found keys
[     3.270] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[     3.270] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     3.270] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[     3.270] (**) Option "xkb_rules" "evdev"
[     3.270] (**) Option "xkb_model" "pc105"
[     3.270] (**) Option "xkb_layout" "us"
[     3.271] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[     3.271] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[     3.271] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[     3.271] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[     3.271] (II) LoadModule: "synaptics"
[     3.271] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     3.271] (II) Module synaptics: vendor="X.Org Foundation"
[     3.272]    compiled for 1.17.1, module version = 1.8.99
[     3.272]    Module class: X.Org XInput Driver
[     3.272]    ABI class: X.Org XInput driver, version 21.0
[     3.272] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[     3.272] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     3.272] (**) Option "Device" "/dev/input/event7"
[     3.332] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[     3.332] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1362 - 5610 (res 31)
[     3.332] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1238 - 4700 (res 56)
[     3.332] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[     3.332] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[     3.332] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[     3.332] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[     3.332] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[     3.332] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     3.332] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     3.396] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event7"
[     3.396] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[     3.396] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[     3.396] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[     3.396] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
[     3.396] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[     3.396] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[     3.396] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     3.396] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     3.396] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     3.396] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[     3.396] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[     3.397] (II) config/udev: Adding input device HP Wireless hotkeys (/dev/input/event6)
[     3.397] (**) HP Wireless hotkeys: Applying InputClass "evdev keyboard catchall"
[     3.397] (II) Using input driver 'evdev' for 'HP Wireless hotkeys'
[     3.397] (**) HP Wireless hotkeys: always reports core events
[     3.397] (**) evdev: HP Wireless hotkeys: Device: "/dev/input/event6"
[     3.397] (--) evdev: HP Wireless hotkeys: Vendor 0 Product 0
[     3.397] (--) evdev: HP Wireless hotkeys: Found keys
[     3.397] (II) evdev: HP Wireless hotkeys: Configuring as keyboard
[     3.397] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event6"
[     3.397] (II) XINPUT: Adding extended input device "HP Wireless hotkeys" (type: KEYBOARD, id 13)
[     3.397] (**) Option "xkb_rules" "evdev"
[     3.397] (**) Option "xkb_model" "pc105"
[     3.397] (**) Option "xkb_layout" "us"
[     3.398] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event15)
[     3.398] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     3.398] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[     3.398] (**) HP WMI hotkeys: always reports core events
[     3.398] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event15"
[     3.398] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
[     3.398] (--) evdev: HP WMI hotkeys: Found keys
[     3.398] (II) evdev: HP WMI hotkeys: Configuring as keyboard
[     3.398] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event15"
[     3.398] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 14)
[     3.398] (**) Option "xkb_rules" "evdev"
[     3.398] (**) Option "xkb_model" "pc105"
[     3.398] (**) Option "xkb_layout" "us"
[     3.400] (EE) FBDEV(0): FBIOBLANK: Invalid argument
[     8.531] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[     8.660] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[     8.669] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[     9.512] (II) XKB: reuse xkmfile /var/lib/xkb/server-34CEB476A3CB596DA76FD7010A029F76732EF824.xkm
[    34.198] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[    34.198] (II) No input driver specified, ignoring this device.
[    34.198] (II) This device may have been added with another device file.
[    66.244] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event9)
[    66.244] (II) No input driver specified, ignoring this device.
[    66.244] (II) This device may have been added with another device file.
[   566.091] (EE) FBDEV(0): FBIOBLANK: Invalid argument
[   566.091] (EE) FBDEV(0): FBIOBLANK: Invalid argument
[   566.094] (EE) FBDEV(0): FBIOBLANK: Invalid argument
[   600.251] (EE) FBDEV(0): FBIOBLANK: Invalid argument

这是 gpu-manager.log

log_file: /var/log/gpu-manager.log
last_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
new_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
grep dmesg status 256
dmesg status 256 == 0? No
grep dmesg status 256
dmesg status 256 == 0? No
Is nvidia loaded? no
Was nvidia unloaded? no
Is nvidia blacklisted? no
Is fglrx loaded? no
Was fglrx unloaded? no
Is fglrx blacklisted? no
Is intel loaded? yes
Is radeon loaded? no
Is radeon blacklisted? no
Is nouveau loaded? no
Is nouveau blacklisted? yes
Is fglrx kernel module available? no
Is nvidia kernel module available? no
Vendor/Device Id: 8086:191b
BusID "PCI:0@0:2:0"
Is boot vga? yes
Error: can't access /sys/bus/pci/devices/0000:00:02.0/driver
The device is not bound to any driver. Skipping...
Vendor/Device Id: 10de:139a
BusID "PCI:7@0:0:0"
Is boot vga? no
Error: can't access /sys/bus/pci/devices/0000:07:00.0/driver
The device is not bound to any driver. Skipping...
Error : Failed to open /dev/dri
Error : Failed to open /dev/dri
Error : Failed to open /dev/dri
Does it require offloading? no
last cards number = 0
Has amd? no
Has intel? no
Has nvidia? no
How many cards? 0
Has the system changed? No
main_arch_path x86_64-linux-gnu, other_arch_path i386-linux-gnu
Current alternative: /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf
Current core alternative: (null)
Is nvidia enabled? no
Is fglrx enabled? no
Is mesa enabled? yes
Is pxpress enabled? no
Is prime enabled? no
Is nvidia available? yes
Is fglrx available? no
Is fglrx-core available? no
Is mesa available? yes
Is pxpress available? no
Is prime available? yes
nvidia
  • 2 个回答
  • 654 Views
Martin Hope
Ashu
Asked: 2016-01-21 08:36:14 +0800 CST

wifi问题我应该升级内核吗?

  • -1

我正在尝试关注此线程:询问 Ubuntu:如何安装 Intel Dual Band Wireless-AC 3165 驱动程序?

但是,我无法iwlwifi-7265D-13.ucode从任何地方获得正确的 ucode 文件。

我正在运行 Ubuntu Desktop 14.04 LTS 并遇到无法配置英特尔 wifi 卡 3165、wifi 驱动程序的英特尔链接的问题

仅从内核 4.1 开始支持此 wifi。我在通用 3.19。我应该将这个 wifi 驱动程序的内核升级到 4.1 还是 4.2?

我担心的是我需要使用仅适用于 ubuntu 14.0.4 LTS 的 Datastax Enterprise cassandra 和 Redis Labs Enterprise 集群。因此,如果我升级内核 - 它们可能无法正常工作?我有哪些选择?

kernel
  • 1 个回答
  • 1755 Views
Martin Hope
Ashu
Asked: 2016-01-16 18:57:28 +0800 CST

安装 Nvidia 显卡驱动程序导致登录循环

  • 8

我在英特尔酷睿 I7 上使用 Ubuntu 15.10 桌面版 - 64 位版本 - 具有 16 GB RAM、4 GB 显卡(Nvidia GTX 950M)的四核笔记本电脑。成功安装后 - 由于 Ubuntu 的内置和默认图形驱动程序不够好,Ubuntu 冻结。我继续从 http://www.nvidia.com/Download/driverResults.aspx/84043/en-us安装了“Nividia GTX 950 M 驱动程序”

并点击此链接 How do I install the Nvidia driver for a GeForce GT 630

成功安装 Nvidia 显卡,但在登录时出现登录循环(unity 和 lightdm)。

这是我的一些来自 /var/log/ syslog 的文件

Jan 15 17:34:42 ashu-HP-ENVY-Notebook org.ayatana.bamf[1587]: Xlib:  extension "GLX" missing on display ":0".
Jan 15 17:34:43 ashu-HP-ENVY-Notebook gnome-session[1733]: Xlib:  extension "GLX" missing on display ":0".
Jan 15 17:34:43 ashu-HP-ENVY-Notebook gnome-session[1733]: message repeated 3 times: [ Xlib:  extension "GLX" missing on display ":0".]
Jan 15 17:34:43 ashu-HP-ENVY-Notebook gnome-session[1733]: gnome-session-is-accelerated: No hardware 3D support.
Jan 15 17:34:43 ashu-HP-ENVY-Notebook gnome-session[1733]: Xlib:  extension "GLX" missing on display ":0".

授权日志

Jan 15 17:31:32 ashu-HP-ENVY-Notebook systemd-logind[677]: Power key pressed.
Jan 15 17:31:32 ashu-HP-ENVY-Notebook systemd-logind[677]: Powering Off...
Jan 15 17:31:32 ashu-HP-ENVY-Notebook systemd-logind[677]: System is powering down.
Jan 15 17:31:32 ashu-HP-ENVY-Notebook su[2022]: pam_unix(su:session): session closed for user root
Jan 15 17:31:32 ashu-HP-ENVY-Notebook sudo: pam_unix(sudo:session): session closed for user root
Jan 15 17:34:33 ashu-HP-ENVY-Notebook systemd-logind[642]: New seat seat0.
Jan 15 17:34:33 ashu-HP-ENVY-Notebook systemd-logind[642]: Watching system buttons on /dev/input/event2 (Power Button)
Jan 15 17:34:33 ashu-HP-ENVY-Notebook systemd-logind[642]: Watching system buttons on /dev/input/event5 (Video Bus)
Jan 15 17:34:33 ashu-HP-ENVY-Notebook systemd-logind[642]: Watching system buttons on /dev/input/event4 (Video Bus)
Jan 15 17:34:33 ashu-HP-ENVY-Notebook systemd-logind[642]: Watching system buttons on /dev/input/event1 (Power Button)
Jan 15 17:34:33 ashu-HP-ENVY-Notebook systemd-logind[642]: Watching system buttons on /dev/input/event0 (Lid Switch)
Jan 15 17:34:34 ashu-HP-ENVY-Notebook lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
Jan 15 17:34:34 ashu-HP-ENVY-Notebook lightdm: PAM adding faulty module: pam_kwallet.so
Jan 15 17:34:34 ashu-HP-ENVY-Notebook lightdm: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
Jan 15 17:34:34 ashu-HP-ENVY-Notebook lightdm: PAM adding faulty module: pam_kwallet5.so
Jan 15 17:34:34 ashu-HP-ENVY-Notebook lightdm: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
Jan 15 17:34:34 ashu-HP-ENVY-Notebook systemd-logind[642]: New session c1 of user lightdm.
Jan 15 17:34:34 ashu-HP-ENVY-Notebook systemd: pam_unix(systemd-user:session): session opened for user lightdm by (uid=0)
Jan 15 17:34:34 ashu-HP-ENVY-Notebook lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
Jan 15 17:34:34 ashu-HP-ENVY-Notebook lightdm: PAM adding faulty module: pam_kwallet.so
Jan 15 17:34:34 ashu-HP-ENVY-Notebook lightdm: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
Jan 15 17:34:34 ashu-HP-ENVY-Notebook lightdm: PAM adding faulty module: pam_kwallet5.so
Jan 15 17:34:34 ashu-HP-ENVY-Notebook lightdm: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "ashu"
Jan 15 17:34:37 ashu-HP-ENVY-Notebook dbus[667]: [system] Rejected send message, 10 matched rules; type="method_return", sender=":1.63" (uid=0 pid=1198 comm="/usr/sbin/dnsmasq --no-resolv --keep-in-foreground") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=687 comm="/usr/sbin/NetworkManager --no-daemon ")
Jan 15 17:34:42 ashu-HP-ENVY-Notebook lightdm: pam_unix(lightdm-greeter:session): session closed for user lightdm
Jan 15 17:34:42 ashu-HP-ENVY-Notebook lightdm: pam_unix(lightdm:session): session opened for user ashu by (uid=0)
Jan 15 17:34:42 ashu-HP-ENVY-Notebook systemd-logind[642]: New session c2 of user ashu.
Jan 15 17:34:42 ashu-HP-ENVY-Notebook systemd: pam_unix(systemd-user:session): session opened for user ashu by (uid=0)
Jan 15 17:34:43 ashu-HP-ENVY-Notebook lightdm: pam_unix(lightdm:session): session closed for user ashu
Jan 15 17:34:43 ashu-HP-ENVY-Notebook systemd-logind[642]: Removed session c2.
Jan 15 17:34:43 ashu-HP-ENVY-Notebook systemd: pam_unix(systemd-user:session): session closed for user ashu
Jan 15 17:34:44 ashu-HP-ENVY-Notebook lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
Jan 15 17:34:44 ashu-HP-ENVY-Notebook lightdm: PAM adding faulty module: pam_kwallet.so
Jan 15 17:34:44 ashu-HP-ENVY-Notebook lightdm: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
Jan 15 17:34:44 ashu-HP-ENVY-Notebook lightdm: PAM adding faulty module: pam_kwallet5.so
Jan 15 17:34:44 ashu-HP-ENVY-Notebook lightdm: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
Jan 15 17:34:44 ashu-HP-ENVY-Notebook systemd-logind[642]: New session c3 of user lightdm.
Jan 15 17:34:44 ashu-HP-ENVY-Notebook lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
Jan 15 17:34:44 ashu-HP-ENVY-Notebook lightdm: PAM adding faulty module: pam_kwallet.so
Jan 15 17:34:44 ashu-HP-ENVY-Notebook lightdm: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
Jan 15 17:34:44 ashu-HP-ENVY-Notebook lightdm: PAM adding faulty module: pam_kwallet5.so
Jan 15 17:34:44 ashu-HP-ENVY-Notebook lightdm: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "ashu"
Jan 15 17:34:54 ashu-HP-ENVY-Notebook login[941]: pam_unix(login:session): session opened for user ashu by LOGIN(uid=0)
Jan 15 17:34:54 ashu-HP-ENVY-Notebook systemd-logind[642]: New session c4 of user ashu.
Jan 15 17:34:54 ashu-HP-ENVY-Notebook systemd: pam_unix(systemd-user:session): session opened for user ashu by (uid=0)
Jan 15 17:35:00 ashu-HP-ENVY-Notebook sudo:     ashu : TTY=tty1 ; PWD=/home/ashu ; USER=root ; COMMAND=/bin/su
Jan 15 17:35:00 ashu-HP-ENVY-Notebook sudo: pam_unix(sudo:session): session opened for user root by ashu(uid=0)
Jan 15 17:35:00 ashu-HP-ENVY-Notebook su[2001]: Successful su for root by root
Jan 15 17:35:00 ashu-HP-ENVY-Notebook su[2001]: + /dev/tty1 root:root
Jan 15 17:35:00 ashu-HP-ENVY-Notebook su[2001]: pam_unix(su:session): session opened for user root by ashu(uid=0)
Jan 15 17:35:00 ashu-HP-ENVY-Notebook su[2001]: pam_systemd(su:session): Cannot create session: Already running in a session

Nvidia 安装程序日志似乎也可以。可能是什么问题呢?当我使用 Ctrl+Alt+F1 然后登录到终端时,密码工作正常。

这是 nvidia 安装程序日志的最后几行

    -> Searching for conflicting files:
-> done.
-> Installing 'NVIDIA Accelerated Graphics Driver for Linux-x86_64' (349.16):
   executing: '/sbin/ldconfig'...
   executing: '/sbin/depmod -aq '...
-> done.
-> Driver file installation is complete.
-> Running post-install sanity check:
-> done.
-> Post-install sanity check passed.
-> Running runtime sanity check:
-> done.
-> Runtime sanity check passed.
-> Installation of the kernel module for the NVIDIA Accelerated Graphics Driver for Linux-x86_64 (version 349.16) is now complete.

syslog 重要日志

Jan 15 17:34:42 ashu-HP-ENVY-Notebook systemd[1485]: Startup finished in 10ms.
Jan 15 17:34:42 ashu-HP-ENVY-Notebook systemd[1]: Started User Manager for UID 1000.
Jan 15 17:34:42 ashu-HP-ENVY-Notebook org.a11y.Bus[1587]: Activating service name='org.a11y.atspi.Registry'
Jan 15 17:34:42 ashu-HP-ENVY-Notebook org.a11y.Bus[1587]: Successfully activated service 'org.a11y.atspi.Registry'
Jan 15 17:34:42 ashu-HP-ENVY-Notebook org.a11y.atspi.Registry[1657]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jan 15 17:34:42 ashu-HP-ENVY-Notebook org.ayatana.bamf[1587]: Xlib:  extension "GLX" missing on display ":0".
Jan 15 17:34:43 ashu-HP-ENVY-Notebook gnome-session[1733]: Xlib:  extension "GLX" missing on display ":0".
Jan 15 17:34:43 ashu-HP-ENVY-Notebook gnome-session[1733]: message repeated 3 times: [ Xlib:  extension "GLX" missing on display ":0".]
Jan 15 17:34:43 ashu-HP-ENVY-Notebook gnome-session[1733]: gnome-session-is-accelerated: No hardware 3D support.
Jan 15 17:34:43 ashu-HP-ENVY-Notebook gnome-session[1733]: Xlib:  extension "GLX" missing on display ":0".
Jan 15 17:34:43 ashu-HP-ENVY-Notebook gnome-session[1733]: gnome-session-check-accelerated: Helper exited with code 256
Jan 15 17:34:43 ashu-HP-ENVY-Notebook gnome-session[1733]: gnome-session[1733]: CRITICAL: We failed, but the fail whale is dead. Sorry....
Jan 15 17:34:43 ashu-HP-ENVY-Notebook gnome-session[1733]: CRITICAL: We failed, but the fail whale is dead. Sorry....
Jan 15 17:34:43 ashu-HP-ENVY-Notebook lightdm[900]: ** (lightdm:900): CRITICAL **: session_get_login1_session_id: assertion 'session != NULL' failed
Jan 15 17:34:43 ashu-HP-ENVY-Notebook systemd[1]: Stopping User Manager for UID 1000...
Jan 15 17:34:43 ashu-HP-ENVY-Notebook systemd[1485]: Reached target Shutdown.
Jan 15 17:34:43 ashu-HP-ENVY-Notebook systemd[1485]: Starting Exit the Session...
Jan 15 17:34:43 ashu-HP-ENVY-Notebook systemd[1485]: Stopped target Default.
Jan 15 17:34:43 ashu-HP-ENVY-Notebook systemd[1485]: Stopped target Basic System.
Jan 15 17:34:43 ashu-HP-ENVY-Notebook systemd[1485]: Stopped target Paths.
Jan 15 17:34:43 ashu-HP-ENVY-Notebook systemd[1485]: Stopped target Sockets.
Jan 15 17:34:43 ashu-HP-ENVY-Notebook systemd[1485]: Stopped target Timers.
Jan 15 17:34:43 ashu-HP-ENVY-Notebook systemd[1485]: Received SIGRTMIN+24 from PID 1780 (kill).

完整的 auth.log http://pastebin.com/kMtMQHmC

完整的 Xorg.0.log http://pastebin.com/94kHcF1b

我已经检查过它只是加载了 nvidia 驱动程序,并且 nouveau 被禁用(或未加载)。我仅从 nvidia 网站获得的 nvidia 驱动程序。

nvidia
  • 3 个回答
  • 18605 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve