我知道在VirtualBox的最新版本5.2中,添加了一个功能:“(自动)无人值守的来宾操作系统安装(又名 VMware 中的轻松安装)”。
但是,我们如何使用该功能,例如安装 Ubuntu?我无法理解。没有任何新的菜单项或复选框。
答案1
详细信息可以在VBox用户手册;它涉及命令
VBoxManage createvm ... # Optionally using the GUI
VBoxManage unattended ...
VBoxManage startvm ...
我知道在VirtualBox的最新版本5.2中,添加了一个功能:“(自动)无人值守的来宾操作系统安装(又名 VMware 中的轻松安装)”。
但是,我们如何使用该功能,例如安装 Ubuntu?我无法理解。没有任何新的菜单项或复选框。
详细信息可以在VBox用户手册;它涉及命令
VBoxManage createvm ... # Optionally using the GUI
VBoxManage unattended ...
VBoxManage startvm ...