i7上的vanilla ubuntu-vm-builder中止了中止(使用PAE?)

前端之家收集整理的这篇文章主要介绍了i7上的vanilla ubuntu-vm-builder中止了中止(使用PAE?)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
主机:intel i7-4 * cpu,运行 linux kubuntu 14.04

嘉宾:试图创造.

ubuntu-vm-builder kvm saucy

最终,

Get:1 http://archive.ubuntu.com/ubuntu/ saucy-updates/main linux-image-3.11.0-19-generic amd64 3.11.0-19.33 [14.5 MB]
Get:2 http://archive.ubuntu.com/ubuntu/ saucy-updates/main linux-image-virtual amd64 3.11.0.19.20 [2302 B]
Fetched 14.5 MB in 6s (2335 kB/s)
Selecting prevIoUsly unselected package linux-image-3.11.0-19-generic.
(Reading database ... 10289 files and directories currently installed.)
Unpacking linux-image-3.11.0-19-generic (from .../linux-image-3.11.0-19-generic_3.11.0-19.33_amd64.deb) ...
Selecting prevIoUsly unselected package linux-image-virtual.
Unpacking linux-image-virtual (from .../linux-image-virtual_3.11.0.19.20_amd64.deb) ...,stderr: grep: /proc/cpuinfo: No such file or directory
This kernel does not support a non-PAE cpu.
dpkg: error processing /var/cache/apt/archives/linux-image-3.11.0-19-generic_3.11.0-19.33_amd64.deb (--unpack):
 subprocess new pre-installation script returned error exit status 1
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.11.0-19-generic /boot/vmlinuz-3.11.0-19-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.11.0-19-generic /boot/vmlinuz-3.11.0-19-generic
Errors were encountered while processing:
 /var/cache/apt/archives/linux-image-3.11.0-19-generic_3.11.0-19.33_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

这不应该工作?一个i7确实有PAE. / proc / cpuinfo中的一个grep on paf确认了它.和

kvm-ok
  INFO: /dev/kvm exists
  KVM acceleration can be used

有谁知道这里发生了什么?

/ IAW

我不知道您的PAE cpu被视为非PAGE cpu.但是,我们有相同的错误消息,此内核不支持非PAE cpu,这对我们有用:

内核不支持Ubuntu 13.10上的非PAE cpu安装KVM来宾 – 修复

基本上,您只需要通过设置addpkg标志来确保安装linux-image-generic软件包(即支持非PAE cpu的内核):

–addpkg = Linux的图像一般

Source: randomhacks.co.uk

原文链接:https://www.f2er.com/ubuntu/347739.html

猜你在找的Ubuntu相关文章