Fix incorrect detection of MS Surfacebook 2 as a virtual machine.
[virt-what.git] / tests / aws-kvm-x86 / sbin / dmidecode
1 #!/bin/sh -
2 cat <<'EOF'
3 # dmidecode 3.0
4 Getting SMBIOS data from sysfs.
5 SMBIOS 2.7 present.
6 5 structures occupying 233 bytes.
7 Table at 0x000F8FD0.
8
9 Handle 0x0000, DMI type 0, 24 bytes
10 BIOS Information
11         Vendor: Amazon EC2
12         Version: 1.0
13         Release Date: 10/16/2017
14         Address: 0xF0000
15         Runtime Size: 64 kB
16         ROM Size: 64 kB
17         Characteristics:
18                 PCI is supported
19                 EDD is supported
20                 ACPI is supported
21                 System is a virtual machine
22         BIOS Revision: 1.0
23
24 Handle 0x0001, DMI type 1, 27 bytes
25 System Information
26         Manufacturer: Amazon EC2
27         Product Name: c5.large
28         Version: Not Specified
29         Serial Number: ec2cecdd-c1c8-7a71-0ea8-aef580c9f845
30         UUID: EC2CECDD-C1C8-7A71-0EA8-AEF580C9F845
31         Wake-up Type: Power Switch
32         SKU Number: Not Specified
33         Family: Not Specified
34
35 Handle 0x0002, DMI type 2, 15 bytes
36 Base Board Information
37         Manufacturer: Amazon EC2
38         Product Name: Not Specified
39         Version: Not Specified
40         Serial Number: Not Specified
41         Asset Tag: i-04f9b1c56b3c301b5
42         Features: None
43         Location In Chassis: Not Specified
44         Chassis Handle: 0x0003
45         Type: Other
46         Contained Object Handles: 0
47
48 Handle 0x0003, DMI type 3, 21 bytes
49 Chassis Information
50         Manufacturer: Amazon EC2
51         Type: Other
52         Lock: Not Present
53         Version: Not Specified
54         Serial Number: Not Specified
55         Asset Tag: Amazon EC2
56         Boot-up State: Safe
57         Power Supply State: Safe
58         Thermal State: Safe
59         Security Status: None
60         OEM Information: 0x00000000
61         Height: Unspecified
62         Number Of Power Cords: 1
63         Contained Elements: 0
64
65 Handle 0x0004, DMI type 127, 4 bytes
66 End Of Table
67
68 EOF