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

Virtualbox VM can't get the serial number / uuid of the virtualmachine defined on host #98

Closed
ddurieux opened this issue May 19, 2016 · 1 comment
Assignees

Comments

@ddurieux
Copy link
Member

When not have serialnumber on Virtualbox machine (I have problem on a windows), we can get the UUID in section System Information. This UUID is the uuid of the VM in host side

Handle 0x0000, DMI type 0, 20 bytes
BIOS Information
        Vendor: innotek GmbH
        Version: VirtualBox
        Release Date: 12/01/2006
        Address: 0xE0000
        Runtime Size: 128 kB
        ROM Size: 128 kB
        Characteristics:
                ISA is supported
                PCI is supported
                Boot from CD is supported
                Selectable boot is supported
                8042 keyboard services are supported (int 9h)
                CGA/mono video services are supported (int 10h)
                ACPI is supported

Handle 0x0001, DMI type 1, 27 bytes
System Information
        Manufacturer: innotek GmbH
        Product Name: VirtualBox
        Version: 1.2
        Serial Number: 0
        UUID: 2961ECF6-7E94-488D-AE0D-E427123078B3
        Wake-up Type: Power Switch
        SKU Number: Not Specified
        Family: Virtual Machine
@ddurieux ddurieux self-assigned this May 19, 2016
ddurieux pushed a commit to ddurieux/fusioninventory-agent that referenced this issue May 19, 2016
g-bougard added a commit that referenced this issue Jun 16, 2016
@g-bougard
Copy link
Contributor

I tested this on linux and I confirm this issue with same dmidecode output & inventory result missing SSN. The PR fixes the problem on linux too.
Merged, so closing

g-bougard added a commit that referenced this issue Jun 16, 2016
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