Malix
October 4, 2024, 6:18pm
22
This is a great suggestion !
“ubluesecurebootkeyuefibios” works too, funnily enough
1 Like
universalblue
is what we set in the ISO. It doesn’t require any special characters and is tied to the project.
1 Like
The length is important, previously we did it ublue-os because ublueos was a character too short, and then changed it to universalblue because of international keyboard issues with -
We will not be changing it again any time soon.
‘a’ and ‘q’ are reversed on qwerty and azerty
1 Like
How come am I receiving this notification again today?
still have
j0rge
October 7, 2024, 3:56pm
27
Please file an issue on this one.
1 Like
Malix
October 9, 2024, 12:46pm
28
True, but ARERTY(“universalblue”) == QWERTY(“universqlblue”), unfortunately
Malix
October 9, 2024, 12:48pm
29
kylegospo:
The length is important
For sure
I did not know there were issues with “-
”
Now we have an issue with a
and q
(see Keyboard Change Cipher - Online QWERTY Shifter/Converter )
Malix
November 2, 2024, 9:38pm
30
See
opened 09:30PM - 02 Nov 24 UTC
## Problem
The mokutil UEFI menu UI is not respecting keyboard layouts (it alwa… ys is in QWERTY)
And AZERY("a") == QWERTY("q") there (so QWERTY("universalblue") == AZERY("universqlblue") )
As the MOK password input UI makes characters invisible, [it is difficult to notice the problem for someone not usually using QWERTY](https://universal-blue.discourse.group/t/mokutil-list-enrolled-explanation/4266/18?u=malix)
## Solution
[Make the default MOK password idempotent](https://universal-blue.discourse.group/t/mokutil-list-enrolled-explanation/4266/19?u=malix)
## Related
- https://github.com/ublue-os/config/pull/328#discussion_r1797160628
Which was made after having discussed about it with @bsherman in
ublue-os:main
← Malix-Labs:patch-2
> the problem is the UEFI/MOK firmware not respecting keyboard layouts?
The p… roblem indeed comes from the mokutil UEFI menu UI not respecting keyboard layouts (always QWERTY)
So for example, my AZERY "a" is translated as a QWERTY "q" there (so "universqlblue")
And as the password input UI doesn't let you see character, it was impossible to know before [someone on the forum told me it could come from there](https://universal-blue.discourse.group/t/mokutil-list-enrolled-explanation/4266/18?u=malix), after having wasted 15 minutes trying with different methods :sweat_smile:
This is why I also mentioned :
> Another suggestion would be to make the default MOK password to be idempotent (see [universal-blue.discourse.group/t/mokutil-list-enrolled-explanation/4266/19?u=malix](https://universal-blue.discourse.group/t/mokutil-list-enrolled-explanation/4266/19?u=malix))