...
Latest version of DmiEdit utilities are available here. HERE
...
What about Linux utility?
...
Copy the DmiEdit tool in a folder inside the disk;
Open a new terminal as super user and move to the folder where the DmiEdit utility is located;
Make the program executable through the following command:
Code Block chmod +x AmiDeLnxYY
where
YY
changes for 32-bit or 64-bit Linux versionTo customize SMBIOS execute the following command:
Code Block ./AmiDeLnxYY [command][value]
where
YY
changes for 32-bit or 64-bit Linux version, whilecommand
andvalue
can be the following:
Command | Value | Action |
---|---|---|
|
| Read/Write System Manufacture |
|
| Read/Write System Product |
|
| Read/Write System Version |
|
| Read/Write System Serial Number |
|
| Read/Write System UUID |
|
| Read/Write System SKU Number |
|
| Read/Write System System Family |
Info |
---|
Read and write operations have commands in common, but just specifying the value, write operation is authorized. The specified section will be edited with your string. |
...
Copy the DmiEdit tool in a folder inside the disk:
Open a new terminal as super user and move to the folder where the DmiEdit utility is located;
To customize SMBIOS execute the following command:
Code Block AmiDeWinYY.exe [command][value]
where
YY
changes for 32-bit or 64-bit Windows version, whilecommand
andvalue
can be the following:
Command | Value | Action |
---|
Command | Value | Action |
---|---|---|
|
| Read/Write System Manufacture |
|
| Read/Write System Product |
|
| Read/Write System Version |
|
| Read/Write System Serial Number |
|
| Read/Write System UUID |
|
| Read/Write System SKU Number |
|
| Read/Write System System Family |
Info |
---|
Read and write operations have commands in common, but just specifying the value, write operation is authorized. The specified section will be edited with your string. |
...