BUG report.
After writing Unraid-7.0.0 to a 32G USB drive, it boot normally but does not generate Pro.key
After replacing another 8GB USB drive, it boot normally and successfully generated Pro.key
After multiple attempts and comparisons, I believe this is a bug and hope you can fix it.
The difference between these two U-disks is not only their capacity.
Their serial number lengths are different.
The serial number length of 8G is 22 characters (11 bytes)
The serial number length of 32GB is 120 characters (60 bytes)
I think the reason for the 32GB failure is that the serial number is too long, causing overflow and preventing the generation of Pro.key
These are the serial numbers of two disks, obtained by the command `udevadm info /dev/sda` run in the Unraid Terminal.
-----32GB disk----unraid shows "Flash GUID 0781-5583-8356-7105A3B02FE0"-------
ID_MODEL_ID=5583
ID_SERIAL=USB_SanDisk_3. 2Gen1_0101c846a858df3455c47393451a02645796cb7d2c55aead7b4225f0b6cf5e45651d000000
00000000000000e207adafff02590083567105a3b02fe0-0:0
ID_SERIAL_SHORT=0101c846a858df3455c47393451a02645796cb7d2c55aead7b4225f0b6cf5e45
651d00000000000000000000e207adafff02590083567105a3b02fe0
ID_VENDOR_ID=0781
------8GB disk---------unraid shows "Flash GUID 0712-1254-DE56-15248633456D"-------
ID_MODEL_ID=1254
ID_SERIAL=General_UDisk_125732de5615248633456d-0:0
ID_SERIAL_SHORT=125732de5615248633456d
ID_VENDOR_ID=0712
-------------
BTW: Using the Unraid-6.12 with old hook.so & unraider, it works fine on 32g u-DISK(long serial number) and can generate BTRS.key
hi, no wonder, i think your post explained the reason for my 1000times failure installation, after i replaced the 32g sandisk udrive to a 16g sandisk udrive, the system finally up..thank you bro..