Windows Server 2016 Technical Preview 5 (TP5) Hyper-V guest 报告其网络电缆已拔出。
出了什么问题,如何诊断根本原因并解决它?
virtualization hyper-v virtual-machine windows-server-2016 windows-10-v1607
假设我有 floppy.vfd 映像。
我应该如何填写 xml 文件才能附加软盘映像?我有类似的模板
<disk type='*' device='*'>
<device name='*' type='*'/>
<target dev='*' bus='*'/>
</disk>
Run Code Online (Sandbox Code Playgroud)
是的,我在网上搜索了有关附加软盘的信息,但没有找到,甚至在 libvirt.org 上也是如此
我使用的是 Intel Core2 Duo,它只有 SSE 4.1。有没有什么VM软件可以在这样的机器上模拟SSE 4.2指令?我不需要表演;我只是希望某些软件认为它运行在支持 SSE 4.2 的 CPU 上,尽管硬件仅提供 SSE 4.1。谢谢。PS:我使用的是Windows 7 64位。
我需要在没有网络支持的情况下从来宾 VM 检索配置文件。最简单的方法可能是使用串行端口。据我所知,我需要创建一种串行端口“循环”,以便我将使用例如连接。minicom 可以说 /dev/vttyS0,我会将 /dev/vttyS1 分配给 VirtualBox 来宾。
来宾使用的波特率为 115200。如何创建这样的一对设备?
我试过 socat:
socat -d -d pty,raw,echo=0 pty,raw,echo=0
Run Code Online (Sandbox Code Playgroud)
然而,VirtualBox 似乎并没有将其理解为正确的串行设备抛出错误
Ioctl failed for serial host device /dev/pts/10 (VERR_INVALID_PARAMETER)
Device will not work properly
ErrorID DrvHostSerialFail
Severity Warning
Run Code Online (Sandbox Code Playgroud) 尝试启动我们的 kvm 虚拟机并在重新启动物理主机后出现此错误。
Error starting domain: unsupported configuration: Unable to find security driver for model selinux
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 88, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 124, in tmpcb
callback(*args, **kwargs)
File "/usr/share/virt-manager/virtManager/libvirtobject.py", line 83, in newfn
ret = fn(self, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/domain.py", line 1479, in startup
self._backend.create()
File "/usr/lib/python2.7/site-packages/libvirt.py", line 1062, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: unsupported configuration: Unable to find security driver for …Run Code Online (Sandbox Code Playgroud) 我使用 VirtualBox v5.1.2- 主机是 Windows 10,来宾是 Linux Debian (6.0.9)。我想要非常简单的事情,但实际上在我的 VB 中不起作用:我只想从主机连接到来宾(运行数据库服务器的地方)。目前,我通过 USB 调制解调器在主机上连接了移动互联网,但我根本不需要来宾中的互联网(连接到来宾或从来宾连接)。
我尝试设置 VM 网络设置:适配器 1 - > 附加到:仅主机适配器。
在 VirtualBox 的首选项中:网络 -> 仅主机网络:
适配器选项卡 -> IPv4 地址:192.168.150.2,IPv4 网络掩码:255.255.255.0
DHCP 服务器选项卡 -> 服务器地址:192.168.56.100、服务器掩码:255.255.255.0、地址下限:192.168.56.101、地址上限:192.168.56.254
设置后,guest 的结果ifconfig是:
eth0 (...) inet addr: 192.168.56.101
但我无法192.168.56.101从主机连接:从主机到访客既不能ping 也不能访问服务器。在主机上 Ping 结果是:Request timed out。
我也尝试了一些 NAT 设置,但也没有成功。
防火墙在连接测试期间被禁用。
我究竟做错了什么?
我想安装 Premiere Pro CC,但由于我有一台 32 位笔记本电脑,我不能,所以唯一的解决方案是虚拟机。
在我开始之前,这些是我的 PC 的规格(不是很好,但它们可以胜任):
我想在获得 Windows 之前尝试一个简单的虚拟机,所以我尝试了 Ubuntu 18.04,下载了它,在 Oracle VirtualBox 中设置并配置了它。我给了虚拟机尽可能多的内存(差不多 2GB),但当然这还不够,Ubuntu 像疯了一样落后,移动窗口太慢了,所以我放弃了这个想法,但我仍然想要使用 Premiere Pro CC。
实际上有一个 Premiere Pro 版本可以运行 32 位,但那是 CS4,所以从 2009 年开始,它缺少很多我需要的功能。
所以,我在问是否有办法让我可以使用 Premiere Pro CC,也许是模拟器,也许是其他东西?
如果没有任何解决方案,有人可以告诉我我是否可以运行 Windows 10 64 位而没有任何问题或延迟?
如果我可以运行 Windows 10 64 位,我可以运行 Premiere Pro CC 2014 吗?
我想要备份整个系统,包括虚拟机上当前安装的所有程序和文件。我怎样才能做到这一点?
如果我丢失了计算机或操作系统出现问题,我希望拥有此安全备份。
新手来了 我正在尝试使用 VirtualBox Host-Only Ethernet Adapter 在 VM Virtualbox 上使用桥接网络。当我启动虚拟程序时,它输出以下错误消息。'无法打开/创建内部网络'HostInterfaceNetworking-VirtualBox Host-Only 以太网适配器'(VERR_INTNET_FLT_IF_NOT_FOUND)。无法附加网络 LUN (VERR_INTNET_FLT_IF_NOT_FOUND)。
为了调试错误,我在控制面板的网络适配器设置上勾选并重新勾选了 VirtualBox NDIS6 Bridged Networking Driver 框。我还删除了 VM Virtual 框并重新安装了最新的(6.0.4)。最后,我在 VM Virtual box 上的 Host network manager 设置中添加了 VirtualBox Host-Only Ethernet Adapter。但没有什么能真正解决这个错误,我现在被困了几个小时。谁能帮我走出这个无尽的坑?
networking virtualbox ethernet network-adapter virtual-machine
我有一个在 Windows 10 上运行 Windows 10 的 VirtualBox VM。
我的主机规格:
Device name _______________
Processor Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz 1.80 GHz
Installed RAM 8.00 GB (7.88 GB usable)
Device ID ______________________________________
Product ID ________________________
System type 64-bit operating system, x64-based processor
Pen and touch Pen and touch support with 10 touch points
Run Code Online (Sandbox Code Playgroud)
我的来宾 VM 规格是:
我的来宾操作系统中安装了 VirtualBox 的来宾添加。有了这些规格,它运行起来非常流畅,但是当我单击 PC 上的按钮时,加载需要时间。当我将处理器数量更改为 3 时,它变得非常滞后。
如何提高 VM 的性能?
virtual-machine ×10
virtualbox ×5
linux ×3
libvirt ×2
networking ×2
32-bit ×1
64-bit ×1
cpu ×1
ethernet ×1
floppy ×1
hyper-v ×1
linux-kvm ×1
qemu ×1
serial-port ×1
simulation ×1
virsh ×1
virtual-host ×1
windows-10 ×1
windows-7 ×1