Keyboard layout in LUKS prompt unusable (layout: russian, password: english)LightDM allows only Russian keyboard layout at loginChange keyboard layout inside recovery modeCan't change keyboard layout in some Qt programsGnome 3 keyboard layout rotationHow to make a Hebrew-English keyboard layout combo behave like in Windows?Keyboard layout is ignoredChange GRUB Keyboard Layout from English to GermanChanging keyboard layout without logging in to any user in Ubuntu 17.10Wrong keyboard layout during disk encryption passphrase entryrecover from non-english keyboard layout at boot?
Converting from "matrix" data into "coordinate" data
Is it a Cyclops number? "Nobody" knows!
Would those living in a "perfect society" not understand satire
Why does Central Limit Theorem break down in my simulation?
Under what conditions can the right to remain silent be revoked in the USA?
Either of .... (Plural/Singular)
Has a sovereign Communist government ever run, and conceded loss, on a fair election?
Do black holes violate the conservation of mass?
What should I do when a paper is published similar to my PhD thesis without citation?
Why restrict private health insurance?
Short scifi story where reproductive organs are converted to produce "materials", pregnant protagonist is "found fit" to be a mother
How exactly does an Ethernet collision happen in the cable, since nodes use different circuits for Tx and Rx?
Trocar background-image com delay via jQuery
Is there a logarithm base for which the logarithm becomes an identity function?
What is better: yes / no radio, or simple checkbox?
How can a demon take control of a human body during REM sleep?
Are these two graphs isomorphic? Why/Why not?
Traveling to heavily polluted city, what practical measures can I take to minimize impact?
Use Mercury as quenching liquid for swords?
How do I increase the number of TTY consoles?
(Codewars) Linked Lists-Sorted Insert
I am the person who abides by rules, but breaks the rules. Who am I?
What is Tony Stark injecting into himself in Iron Man 3?
Movie: boy escapes the real world and goes to a fantasy world with big furry trolls
Keyboard layout in LUKS prompt unusable (layout: russian, password: english)
LightDM allows only Russian keyboard layout at loginChange keyboard layout inside recovery modeCan't change keyboard layout in some Qt programsGnome 3 keyboard layout rotationHow to make a Hebrew-English keyboard layout combo behave like in Windows?Keyboard layout is ignoredChange GRUB Keyboard Layout from English to GermanChanging keyboard layout without logging in to any user in Ubuntu 17.10Wrong keyboard layout during disk encryption passphrase entryrecover from non-english keyboard layout at boot?
i recently added the russian keyboard layout to gnome.
After a reboot, I am now unable to enter my password into the LUKS prompt because somehow the keyboard layout during boot was also changed.
Since the russian keyboard layout does not include many characters from the normal english keyboard layout, I can not boot.
BTW:
Ubuntu 18.04, I think (maybe .10 not 100% sure)
grub is still english
What can I do?
What I tried:
Boot into a recovery console before the layout is set:
- added init=/bin/sh to the linux ... commandline -> still asked for luks password and had russian keyboard layout
- someone mentioned putting a 1 to the end of that same line could help (runlevel 1 or something) -> same
Try entering my password using Alt+number
- seems not to work, when I'm in a recovery console it just puts the number as if i didn't press alt (since its a laptop, only tried the numbers above the letters, not numpad)
keyboard-layout luks recovery-mode
New contributor
add a comment |
i recently added the russian keyboard layout to gnome.
After a reboot, I am now unable to enter my password into the LUKS prompt because somehow the keyboard layout during boot was also changed.
Since the russian keyboard layout does not include many characters from the normal english keyboard layout, I can not boot.
BTW:
Ubuntu 18.04, I think (maybe .10 not 100% sure)
grub is still english
What can I do?
What I tried:
Boot into a recovery console before the layout is set:
- added init=/bin/sh to the linux ... commandline -> still asked for luks password and had russian keyboard layout
- someone mentioned putting a 1 to the end of that same line could help (runlevel 1 or something) -> same
Try entering my password using Alt+number
- seems not to work, when I'm in a recovery console it just puts the number as if i didn't press alt (since its a laptop, only tried the numbers above the letters, not numpad)
keyboard-layout luks recovery-mode
New contributor
add a comment |
i recently added the russian keyboard layout to gnome.
After a reboot, I am now unable to enter my password into the LUKS prompt because somehow the keyboard layout during boot was also changed.
Since the russian keyboard layout does not include many characters from the normal english keyboard layout, I can not boot.
BTW:
Ubuntu 18.04, I think (maybe .10 not 100% sure)
grub is still english
What can I do?
What I tried:
Boot into a recovery console before the layout is set:
- added init=/bin/sh to the linux ... commandline -> still asked for luks password and had russian keyboard layout
- someone mentioned putting a 1 to the end of that same line could help (runlevel 1 or something) -> same
Try entering my password using Alt+number
- seems not to work, when I'm in a recovery console it just puts the number as if i didn't press alt (since its a laptop, only tried the numbers above the letters, not numpad)
keyboard-layout luks recovery-mode
New contributor
i recently added the russian keyboard layout to gnome.
After a reboot, I am now unable to enter my password into the LUKS prompt because somehow the keyboard layout during boot was also changed.
Since the russian keyboard layout does not include many characters from the normal english keyboard layout, I can not boot.
BTW:
Ubuntu 18.04, I think (maybe .10 not 100% sure)
grub is still english
What can I do?
What I tried:
Boot into a recovery console before the layout is set:
- added init=/bin/sh to the linux ... commandline -> still asked for luks password and had russian keyboard layout
- someone mentioned putting a 1 to the end of that same line could help (runlevel 1 or something) -> same
Try entering my password using Alt+number
- seems not to work, when I'm in a recovery console it just puts the number as if i didn't press alt (since its a laptop, only tried the numbers above the letters, not numpad)
keyboard-layout luks recovery-mode
keyboard-layout luks recovery-mode
New contributor
New contributor
New contributor
asked 2 days ago
spqspq
1
1
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Problem fixed:
How to temporary get into system again:
- boot with rdinit=/bin/sh
- remove /etc/console-setup/cached_UTF-8_del.kmap.gz
- exec /init
this boots normally, does not change the keymap to russian(or whichever keymap your problem waas), stays default english
how to fix permanently:
- change the order of keymaps in gnome so your preferred during boot is first
- sudo update-initramfs -u
for me, the most important and missing piece was rdinit=/bin/sh
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
spq is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1123939%2fkeyboard-layout-in-luks-prompt-unusable-layout-russian-password-english%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Problem fixed:
How to temporary get into system again:
- boot with rdinit=/bin/sh
- remove /etc/console-setup/cached_UTF-8_del.kmap.gz
- exec /init
this boots normally, does not change the keymap to russian(or whichever keymap your problem waas), stays default english
how to fix permanently:
- change the order of keymaps in gnome so your preferred during boot is first
- sudo update-initramfs -u
for me, the most important and missing piece was rdinit=/bin/sh
New contributor
add a comment |
Problem fixed:
How to temporary get into system again:
- boot with rdinit=/bin/sh
- remove /etc/console-setup/cached_UTF-8_del.kmap.gz
- exec /init
this boots normally, does not change the keymap to russian(or whichever keymap your problem waas), stays default english
how to fix permanently:
- change the order of keymaps in gnome so your preferred during boot is first
- sudo update-initramfs -u
for me, the most important and missing piece was rdinit=/bin/sh
New contributor
add a comment |
Problem fixed:
How to temporary get into system again:
- boot with rdinit=/bin/sh
- remove /etc/console-setup/cached_UTF-8_del.kmap.gz
- exec /init
this boots normally, does not change the keymap to russian(or whichever keymap your problem waas), stays default english
how to fix permanently:
- change the order of keymaps in gnome so your preferred during boot is first
- sudo update-initramfs -u
for me, the most important and missing piece was rdinit=/bin/sh
New contributor
Problem fixed:
How to temporary get into system again:
- boot with rdinit=/bin/sh
- remove /etc/console-setup/cached_UTF-8_del.kmap.gz
- exec /init
this boots normally, does not change the keymap to russian(or whichever keymap your problem waas), stays default english
how to fix permanently:
- change the order of keymaps in gnome so your preferred during boot is first
- sudo update-initramfs -u
for me, the most important and missing piece was rdinit=/bin/sh
New contributor
New contributor
answered 4 hours ago
spqspq
1
1
New contributor
New contributor
add a comment |
add a comment |
spq is a new contributor. Be nice, and check out our Code of Conduct.
spq is a new contributor. Be nice, and check out our Code of Conduct.
spq is a new contributor. Be nice, and check out our Code of Conduct.
spq is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1123939%2fkeyboard-layout-in-luks-prompt-unusable-layout-russian-password-english%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown