Skip to content

Commit 89ad651

Browse files
committed
Fixing the Packer-Error: Build 'virtualbox-iso' errored: Error uploading VirtualBox version: Error restoring file from $env:TEMP\winrmcp-8b907cad-02c8-493a-467a-bfadd3be596a.tmp to .vbox_version: restore operation returned code=16001
1 parent 7921255 commit 89ad651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

step0-packer-windows-vagrantbox/windows_server_2016_docker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
1616
"post_shutdown_delay": "10s",
1717
"guest_os_type": "Windows2012_64",
18-
"guest_additions_mode": "disable",
18+
"guest_additions_mode": "attach",
1919
"disk_size": 61440,
2020
"floppy_files": [
2121
"./scripts/Autounattend.xml",

0 commit comments

Comments
 (0)