-
AuthorPosts
-
kevkevevParticipant2019-08-11 at 22:41Post count: 22
Ist denn schon bekannt, was ein echter HS für Werte haben müsste?
1364 open("/sys/devices/virtual/dmi/id/product_serial", O_RDONLY) = 3 1364 fstat(3, {st_mode=S_IFREG|0400, st_size=4096, ...}) = 0 1364 fstat(3, {st_mode=S_IFREG|0400, st_size=4096, ...}) = 0 1364 lseek(3, 0, SEEK_CUR) = 0 1364 lseek(3, 0, SEEK_CUR) = 0 1364 fstat(3, {st_mode=S_IFREG|0400, st_size=4096, ...}) = 0 1364 read(3, "VMware-56 4d 41 1e 1d ce 2b 3a-3"..., 4096) = 55 1364 read(3, "", 4096) = 0 1364 close(3) = 0 1364 getpid() = 1364 1364 write(2, "Forbidden (1)\n", 14) = 14
BorastoniParticipant2019-08-11 at 23:23Post count: 16Gibt es denn eine Möglichkeit dies aus einem originalen HS auszulenen?
kevkevevParticipant2019-08-11 at 23:40Post count: 22Eventuell Monitor anschließen und im BIOS gucken? Andere Möglichkeit ein Live Linux booten?
product_name / serial lässt sich im ESXi mittels BIOS.440 setzten. Das VMWare muss man noch wegbekommen.- This reply was modified 5 years, 4 months ago by kevkevev.
- This reply was modified 5 years, 4 months ago by kevkevev.
- This reply was modified 5 years, 4 months ago by kevkevev.
- This reply was modified 5 years, 4 months ago by kevkevev.
Burn3rParticipant2019-08-12 at 09:39Post count: 5sollte doch mittels Eintrag in der VMX funktionieren.
uuid.bios = “00 11 22 33 44 55 66 77-88 99 aa bb cc dd ee ff”oder Anpassung der DMI Strings im Bios UUID.
man benötigt allerdings noch eine passende
billiboy<