当我使用以下命令在命令行中创建虚拟机时:
VBoxManage createvm -name <VM's Name> -register
Run Code Online (Sandbox Code Playgroud)
它返回:
Virtual machine <VM's Name> is created and registered.
UUID: zas8d62g-****-****-****-************
Settings file: '/home/user/VirtualBox VMs/<VM NAME>/<VM NAME>.vbox'
Run Code Online (Sandbox Code Playgroud)
UUID 是什么意思?是否用于识别和引用虚拟机?
我想使用 VirtualBox,但它给了我错误VT-x/AMD-V hardware acceleration is not available on your system
。在虚拟框设置中,我无法打开加速器选项卡,因为它被冻结了:
请给我一个关于如何解决这个问题的分步指南。