-
Notifications
You must be signed in to change notification settings - Fork 148
[Bug]: Win11 unattended install error #615
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version
VirtualBox 7.2.97.173486 dev build
Host OS name + version
Windows 10 22H2 x64
Guest OS name + version
Windows 11 25H2 x64
What happened?
Error during unattended installation of Windows 11 from this image.
VBoxManage.exe: info: Preparing unattended installation of Windows11_64 in machine 'Test' (b95d39b1-6842-464a-abea-ebcf1967f3fa).
VBoxManage.exe: info: Using values:
isoPath = D:\VM\25H2v4.iso
user = Admin
password = Admin
user-password = Admin
admin-password =
fullUserName = Test
productKey =
additionsIsoPath = C:\Program Files\Oracle\VirtualBox/VBoxGuestAdditions.iso
installGuestAdditions = true
validationKitIsoPath =
installTestExecService = false
locale = en_US
country = RU
timeZone = UTC
proxy =
hostname = test.local
packageSelectionAdjustments =
auxiliaryBasePath = C:\Users\Admin\VirtualBox VMs\Test\Unattended-b95d39b1-6842-464a-abea-ebcf1967f3fa-
imageIndex = 1
scriptTemplatePath = C:\Program Files\Oracle\VirtualBox\UnattendedTemplates\win_nt6_unattended.xml
postInstallScriptTemplatePath = C:\Program Files\Oracle\VirtualBox\UnattendedTemplates\win_postinstall.cmd
postInstallCommand =
extraInstallKernelParameters =
language = ru-RU
detectedOSTypeId = Windows11_64
detectedOSVersion = 10.0.26200.6899
detectedOSFlavor = Enterprise
detectedOSLanguages = ru-RU
detectedOSHints =
detectedImage[0]* = #1: Windows 11 Enterprise (10.0.26200.6899 / x64 / ru-RU)
VBoxManage.exe: info: VM 'Test' (b95d39b1-6842-464a-abea-ebcf1967f3fa) is ready to be started (e.g. VBoxManage startvm).
Waiting for VM "Test" to power on...
VBoxManage.exe: error: The virtual machine 'Test' has terminated unexpectedly during startup with exit code -1073740791 (0xc0000409). More details may be available in 'C:\Users\Admin\VirtualBox VMs\Test\Logs\VBoxHardening.log'
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine
How can we reproduce this?
VBoxManage.exe createvm --name "Test" --register
VBoxManage.exe modifyvm "Test" --cpus 2 --memory 8192 --vram 128 --ioapic on --graphicscontroller vboxsvga --usb off --usbehci off --usbxhci off --ostype Windows11_64
VBoxManage.exe storagectl "Test" --name "IDE Controller" --add ide
VBoxManage.exe storagectl "Test" --name "SATA Controller" --add sata --controller IntelAHCI
VBoxManage.exe createmedium disk --filename "D:\VM\DriveC.vhd" --size 10240 --format VHD
VBoxManage.exe createmedium disk --filename "D:\VM\DriveD.vhd" --size 1024 --format VHD
VBoxManage.exe storageattach "Test" --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium "D:\VM\DriveC.vhd"
VBoxManage.exe storageattach "Test" --storagectl "SATA Controller" --port 1 --device 0 --type hdd --medium "D:\VM\DriveD.vhd"
VBoxManage.exe unattended install "Test" --iso="D:\VM\25H2v4.iso" --user=Admin --password=Admin --full-user-name="Test" --time-zone=UTC --hostname=test.local --install-additions
VBoxManage.exe startvm "Test"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working