Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AcpiCreatorRev Error #19

Closed
devwhatsapp opened this issue Jun 26, 2017 · 3 comments
Closed

AcpiCreatorRev Error #19

devwhatsapp opened this issue Jun 26, 2017 · 3 comments

Comments

@devwhatsapp
Copy link

Hi new error

Configuration error: Querying "AcpiCreatorRev" as integer failed (VERR_CFGM_NOT_INTEGER).

in .sh script-
VBoxManage setextradata "$1" VBoxInternal/Devices/acpi/0/Config/AcpiOemId 'ALASKA'
VBoxManage setextradata "$1" VBoxInternal/Devices/acpi/0/Config/AcpiCreatorId 'string:I'
VBoxManage setextradata "$1" VBoxInternal/Devices/acpi/0/Config/AcpiCreatorRev '00000088'

@devwhatsapp
Copy link
Author

I changed

VBoxManage setextradata "$1" VBoxInternal/Devices/acpi/0/Config/AcpiCreatorRev '00000088'

to

VBoxManage setextradata "$1" VBoxInternal/Devices/acpi/0/Config/AcpiCreatorRev '00000001'

it boots , but will it effect the detection or any other problem ?

Whats the correct solution ?

@nsmfoo
Copy link
Owner

nsmfoo commented Jun 26, 2017

Some or most vendors that I have come across uses the date like: for the AcpiCreatorRev. You motherboard seems to use a number series, but it should work as well...

The error comes from VirtualBox, so it might be a bug. But I will look at it and get back to you
(https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Devices/PC/DevACPI.cpp)

The "correct" solution is that the collected data works, but I don't see that it increases the detection in any way, the attacker needs to know the correct value to be able to spot the difference.

@devwhatsapp
Copy link
Author

Okay thank you , I will continue using with the value modified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants