Помогите понять, почему не стартует ВМ после команды:
# VBoxManage setextradata "Windows7x64_4SLIC" "VBoxInternal/Devices/acpi/0/Config/SLICTable" "/home/user/VirtualBox\ VMs/SlicTable.BIN"
не стартует ВМ, выдаёт ошибку:
Не удалось открыть сессию для виртуальной машины Windows7x64_4SLIC.
Error reading custom ACPI table (VERR_FILE_NOT_FOUND).
Код ошибки: NS_ERROR_FAILURE (0x80004005)
Компонент: ConsoleWrap
Интерфейс: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}
в логе есть такая ошибка:
00:00:01.120383 VMSetError: /home/iurt/rpmbuild/BUILD/VirtualBox-5.0.14/src/VBox/Devices/PC/DevACPI.cpp(3392) int acpiR3Construct(PPDMDEVINS, int, PCFGMNODE); rc=VERR_FILE_NOT_FOUND
00:00:01.120396 VMSetError: Error reading custom ACPI table
00:00:01.120420 PDM: Failed to construct 'acpi'/0! VERR_FILE_NOT_FOUND (-102) - File not found.
00:00:01.130629 AIOMgr: Flush failed with VERR_INVALID_PARAMETER, disabling async flushes
00:00:01.131514 AIOMgr: Flush failed with VERR_INVALID_PARAMETER, disabling async flushes
00:00:01.283403 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={872da645-4a9b-1727-bee2-5585105b9eed} aComponent={ConsoleWrap} aText={Error reading custom ACPI table (VERR_FILE_NOT_FOUND)}, preserve=false aResultDetail=0
00:00:01.301105 Console: Machine state changed to 'PoweredOff'
00:00:01.356426 Power up failed (vrc=VERR_FILE_NOT_FOUND, rc=NS_ERROR_FAILURE (0X80004005))
00:00:01.358748 GUI: UIMachineViewNormal::resendSizeHint: Restoring guest size-hint for screen 0 to 1920x948
00:00:01.358777 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={7303a66d-433b-25a4-f9a8-fcadf87e0c2a} aComponent={DisplayWrap} aText={The console is not powered up}, preserve=false aResultDetail=0
Если удалить "слик", работает нормально.
Чего ей не хватает?