Method to record serial number within Upsquared mini computer BIOS
The only way we have found so far to obtain the serial number for these Upsquared computers is by looking on the box that the Upsquared system board is shipped in or by looking at the sticker on the system board.
We haven't been able to find the serial number within the BIOS or by running the command wmic bios get serialnumber
So we're hoping there is a way that we have manually enter the serial number for the Upsquared computer within the computer's BIOS or somewhere else so that in the future when the wmic bios get serialnumber command is run on the Upsquared computer this command will return the serial number of the Upsquared computer.
What process can be used to do this?
Answers
-
Hi Sir,
Are you using a Linux system?
If yes, you can try the dmidecode command to get SMBIOS related information.
Example: sudo dmidecode -s baseboard-serial-numberBest Regards,
Wilbert Lee.