我可以使用哪种虚拟化解决方案启动 USB 中的 Ubuntu 安装?
自从LXC(Linux 容器)是内核级超级 chroot,我一直想知道容器具有什么样的视频驱动程序:
我的主机是带有 ATI gpu 的Ubuntu 12.04 64 位机器。LXC 容器可以访问相同的驱动程序吗?还是需要将它们安装在每个容器上?
您好,我有大约 20 个视频文件,是从在线教程网站购买的。
在介绍性教程中,他们说您可以使用守护程序工具播放 .bin 文件。
但是Linux呢?守护进程工具不适用于 Linux,那么我该怎么办?他们有播放 .bin 文件的等效或替代方式吗?
此外,这些 bin 在安装后将在使用 ActiveX 内容的浏览器中打开。是否可以在 Firefox 中使用 Java 来实现这一点?
我有启用了虚拟化的 Windows 10 笔记本电脑,并且我在 Oracle virtual Box 中安装了 Ubuntu 虚拟机。
我确保在我的 Windows 10 PC 上启用了虚拟化,您可以在下面看到虚拟化已启用。
现在在 Ubuntu 虚拟机中。我还确保启用了虚拟化。
现在我已经在 Ubuntu 虚拟机中安装了 Kubernetes 和 MiniKube。但是当我用 minikube start 启动 MiniKube 时,它说“这台计算机没有启用 VT-X/AMD-v。在 BIOS 中启用它是强制性的。”。我不知道如何解决这个问题。有没有我可以做的设置。我已经检查了 Windows 10(主机操作系统)bios 并且它启用了虚拟化
任何帮助将不胜感激
我正在使用 Ubuntu 17.0.4。
错误代码是:
Failed to open a session for the virtual machine windws 7.
VT-x is disabled in the BIOS for all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED).
Result Code: NS_ERROR_FAILURE (0x80004005)
Component: ConsoleWrap
Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}
Run Code Online (Sandbox Code Playgroud)
我在 Ubuntu 17.10.1(主机和来宾)上使用 virt-manager。抢钥匙不起作用。也就是说,例如,我无法在来宾计算机内执行控制选项卡。
我发现它与Wayland有关:
https://bugzilla.redhat.com/show_bug.cgi?id=1285770
我已经关注了整个讨论,最后他们说这个问题对于为 Wayland 本地构建的应用程序是固定的。我猜 virt-manager 不是,因为它对我不起作用。
如何使用wayland在virt-manager中获取密钥?
我是KVM新手,我的图形性能很差。
主机:Asus UX305FA带有带i3窗口管理器的mini Ubuntu 17.10 。
来宾 1:Windows 10
以下是内容win10.xml:
<domain type='kvm'>
<name>win10</name>
<uuid>efd921e8-a8d9-4b22-8ada-3dd81afef678</uuid>
<memory unit='KiB'>2097152</memory>
<currentMemory unit='KiB'>1048576</currentMemory>
<vcpu placement='static'>2</vcpu>
<os>
<type arch='x86_64' machine='pc-i440fx-artful'>hvm</type>
<boot dev='hd'/>
</os>
<features>
<acpi/>
<apic/>
<hyperv>
<relaxed state='on'/>
<vapic state='on'/>
<spinlocks state='on' retries='8191'/>
</hyperv>
<vmport state='off'/>
</features>
<cpu mode='host-model' check='partial'>
<model fallback='allow'/>
</cpu>
<clock offset='localtime'>
<timer name='rtc' tickpolicy='catchup'/>
<timer name='pit' tickpolicy='delay'/>
<timer name='hpet' present='no'/>
<timer name='hypervclock' present='yes'/>
</clock>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<pm>
<suspend-to-mem enabled='no'/>
<suspend-to-disk …Run Code Online (Sandbox Code Playgroud) 我在 Windows 10 主机上使用 Ubuntu 16.04 作为 VirtualBox 来宾,我已经按照此页面上的说明安装并重新安装了来宾添加。驱动程序似乎配置良好。
/usr/lib/nux/unity_support_test -p给出:
OpenGL vendor string: Humper
OpenGL renderer string: Chromium
OpenGL version string: 2.1 Chromium 1.9
Not software rendered: yes
Not blacklisted: yes
GLX fbconfig: yes
GLX texture from pixmap: yes
GL npot or rect textures: yes
GL vertex program: yes
GL fragment program: yes
GL vertex buffer object: yes
GL framebuffer object: yes
GL version is 1.4+: yes
Unity 3D supported: yes
Run Code Online (Sandbox Code Playgroud)
部分故障截图:
我怎样才能解决这个问题?
我正在运行带有 KVM/libvirt/qemu 和 Windows 10 虚拟机的 Ubuntu 16.04 服务器。将 Windows 10 升级到最新的 1803 版本(2018 年 4 月更新)后,我注意到 VM 响应速度变慢,并且主机的 CPU 负载过高。我做的测试:
为了了解更多关于 Kubernetes 的信息,我尝试安装一个独立的实例。如果你尝试运行minikube终端?建议通过 snap 安装它。
sudo snap install minikube kubectl
Run Code Online (Sandbox Code Playgroud)
snap info minikube
Minikube 是一个可以轻松在本地运行 Kubernetes 的工具。Minikube 在您笔记本电脑上的虚拟机内运行一个单节点 Kubernetes 集群,供想要试用 Kubernetes 或使用它进行日常开发的用户使用。
snap info kubectl
kubectl 是一个命令行界面,用于针对 Kubernetes 运行命令
但这让我犯了这个错误:
$ minikube start
There is a newer version of minikube available (v0.32.0). Download it here:
https://github.com/kubernetes/minikube/releases/tag/v0.32.0
To disable this notification, add WantUpdateNotification: False to the json config file at /home/pablo/snap/minikube/4/.minikube/config
(you may have to create the file config.json in this folder if you have no previous …Run Code Online (Sandbox Code Playgroud) virtualization ×10
virtualbox ×4
kvm ×3
12.04 ×1
18.04 ×1
chroot ×1
cpu ×1
drivers ×1
firefox ×1
graphics ×1
guest-os ×1
java ×1
kubernetes ×1
lxc ×1
mount ×1
performance ×1
spice ×1
wayland ×1
windows ×1
windows-10 ×1
xorg ×1