You are not logged in.

#1 2024-04-25 16:15:17

jronald
Member
Registered: 2022-05-09
Posts: 74

[SOLVED] How to edit the serial number of arch linux?

As shown in "Plasma / Settings / About this System / Serial Number".

Last edited by jronald (2024-04-25 17:23:22)

Offline

#2 2024-04-25 16:20:49

Funny0facer
Member
From: Germany
Registered: 2022-12-03
Posts: 40

Re: [SOLVED] How to edit the serial number of arch linux?

what "settings" are you reffering to?

Offline

#3 2024-04-25 16:22:57

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,561
Website

Re: [SOLVED] How to edit the serial number of arch linux?

Ah, we're going to need more information than that.  There is no "serial number of arch linux".  Perhaps you are seeing the serial number of a block device (i.e., drive).  But to know, we'd need to know what you are actually referring to.  Arch linux also doesn't have "Settings" nor "About this System", though I gather your DE or some graphical program you are using does.  So which program is it?

In any case, odds are you cannot change the serial number.  That's the whole point and very definition of a serial number.

So the bigger question is why do you want to change it?


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#4 2024-04-25 16:33:06

jronald
Member
Registered: 2022-05-09
Posts: 74

Re: [SOLVED] How to edit the serial number of arch linux?

Funny0facer wrote:

what "settings" are you reffering to?

KDE Plasma

Offline

#5 2024-04-25 16:40:34

jronald
Member
Registered: 2022-05-09
Posts: 74

Re: [SOLVED] How to edit the serial number of arch linux?

Trilby wrote:

Ah, we're going to need more information than that.  There is no "serial number of arch linux".  Perhaps you are seeing the serial number of a block device (i.e., drive).  But to know, we'd need to know what you are actually referring to.  Arch linux also doesn't have "Settings" nor "About this System", though I gather your DE or some graphical program you are using does.  So which program is it?

KDE Plasma / Settings / About this System / Serial Number

Trilby wrote:

In any case, odds are you cannot change the serial number.  That's the whole point and very definition of a serial number.

So the bigger question is why do you want to change it?

The serial number is functionally useless, so why does it exist?

Last edited by jronald (2024-04-25 16:40:47)

Offline

#6 2024-04-25 16:48:05

progandy
Member
Registered: 2012-05-17
Posts: 5,203

Re: [SOLVED] How to edit the serial number of arch linux?

I'd guess it might read it from /etc/machine-id which is created by systemd.

Otherwise it might be a hardware serial read from the motherboard, the chassis, the cpu or something else.
lshw might show it and some other serial numbers as well.

Last edited by progandy (2024-04-25 16:53:55)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#7 2024-04-25 16:56:13

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: [SOLVED] How to edit the serial number of arch linux?

On my system, that number is the serial number assigned by Asus to this laptop.  It is also printed on the label.  And shows up in the uEFI menu.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#8 2024-04-25 17:22:58

jronald
Member
Registered: 2022-05-09
Posts: 74

Re: [SOLVED] How to edit the serial number of arch linux?

progandy wrote:

I'd guess it might read it from /etc/machine-id which is created by systemd.

Otherwise it might be a hardware serial read from the motherboard, the chassis, the cpu or something else.
lshw might show it and some other serial numbers as well.

The codes below shows it's the motherboard id.

$ sudo lshw | grep -C 10 SERIALNUMBER

Thanks

Offline

#9 2024-04-25 17:35:11

Archcan_98
Member
Registered: 2023-09-08
Posts: 36

Re: [SOLVED] How to edit the serial number of arch linux?

As seen in the bios main page, this is the mobo serial number. In our case, Lenovo SN.


# dmidecode -s baseboard-serial-number

For more details:

dmidecode -s --help

Last edited by Archcan_98 (2024-04-25 20:25:48)

Offline

Board footer

Powered by FluxBB