GRUB doesn't boot the default entry (Ubuntu) automatically, keyboard sends ^[[[E











up vote
0
down vote

favorite












I'm using Ubuntu 18.04.1 dual booted with Windows 10 on Lenovo E41-15 laptop. Some keys of my laptop weren't working since past two months. But overnight, some miracle happened and all of the keys are working, not sparing a single one. The problem is, GRUB no longer boots the default entry automatically, and no countdown is shown. ( I had set grub_timeout to 3 sec). I have to select the OS manually every time. Also, the Ubuntu "Quiet Splash" page flickers when booting. (This wasn't the case earlier). Moreover, when the boot details are being shown, there are multiple occurrences of ^[[[E (see the image link below). I suspect a keystroke being sent repeatedly, which is causing all the problem. I tried checking the same with xinput test 11 command, but there are no such keystrokes. It seems the problem persists only during boot. ( Not very sure about this).
Please help me out.
Thanks in advance.



Here is my /etc/default/grub file:



# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'


GRUB_DEFAULT="0"
GRUB_TIMEOUT_STYLE="hidden"
GRUB_TIMEOUT="3"
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""


# Added to enable grub hiding
#GRUB_DISABLE_OS_PROBER="true"


Image1 showing the unusual key strokes



Image2 showing the unusual key strokes










share|improve this question






















  • Your Esc-key stucks?
    – mook765
    Dec 5 at 19:21












  • Doesn't seem so. It works fine when I use it. Tested with xinput test. Gives ^[ as the keystroke. Is there any other way to check if it's stuck, or test the entire keyboard?
    – Kashinath Patekar
    Dec 6 at 2:47















up vote
0
down vote

favorite












I'm using Ubuntu 18.04.1 dual booted with Windows 10 on Lenovo E41-15 laptop. Some keys of my laptop weren't working since past two months. But overnight, some miracle happened and all of the keys are working, not sparing a single one. The problem is, GRUB no longer boots the default entry automatically, and no countdown is shown. ( I had set grub_timeout to 3 sec). I have to select the OS manually every time. Also, the Ubuntu "Quiet Splash" page flickers when booting. (This wasn't the case earlier). Moreover, when the boot details are being shown, there are multiple occurrences of ^[[[E (see the image link below). I suspect a keystroke being sent repeatedly, which is causing all the problem. I tried checking the same with xinput test 11 command, but there are no such keystrokes. It seems the problem persists only during boot. ( Not very sure about this).
Please help me out.
Thanks in advance.



Here is my /etc/default/grub file:



# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'


GRUB_DEFAULT="0"
GRUB_TIMEOUT_STYLE="hidden"
GRUB_TIMEOUT="3"
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""


# Added to enable grub hiding
#GRUB_DISABLE_OS_PROBER="true"


Image1 showing the unusual key strokes



Image2 showing the unusual key strokes










share|improve this question






















  • Your Esc-key stucks?
    – mook765
    Dec 5 at 19:21












  • Doesn't seem so. It works fine when I use it. Tested with xinput test. Gives ^[ as the keystroke. Is there any other way to check if it's stuck, or test the entire keyboard?
    – Kashinath Patekar
    Dec 6 at 2:47













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I'm using Ubuntu 18.04.1 dual booted with Windows 10 on Lenovo E41-15 laptop. Some keys of my laptop weren't working since past two months. But overnight, some miracle happened and all of the keys are working, not sparing a single one. The problem is, GRUB no longer boots the default entry automatically, and no countdown is shown. ( I had set grub_timeout to 3 sec). I have to select the OS manually every time. Also, the Ubuntu "Quiet Splash" page flickers when booting. (This wasn't the case earlier). Moreover, when the boot details are being shown, there are multiple occurrences of ^[[[E (see the image link below). I suspect a keystroke being sent repeatedly, which is causing all the problem. I tried checking the same with xinput test 11 command, but there are no such keystrokes. It seems the problem persists only during boot. ( Not very sure about this).
Please help me out.
Thanks in advance.



Here is my /etc/default/grub file:



# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'


GRUB_DEFAULT="0"
GRUB_TIMEOUT_STYLE="hidden"
GRUB_TIMEOUT="3"
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""


# Added to enable grub hiding
#GRUB_DISABLE_OS_PROBER="true"


Image1 showing the unusual key strokes



Image2 showing the unusual key strokes










share|improve this question













I'm using Ubuntu 18.04.1 dual booted with Windows 10 on Lenovo E41-15 laptop. Some keys of my laptop weren't working since past two months. But overnight, some miracle happened and all of the keys are working, not sparing a single one. The problem is, GRUB no longer boots the default entry automatically, and no countdown is shown. ( I had set grub_timeout to 3 sec). I have to select the OS manually every time. Also, the Ubuntu "Quiet Splash" page flickers when booting. (This wasn't the case earlier). Moreover, when the boot details are being shown, there are multiple occurrences of ^[[[E (see the image link below). I suspect a keystroke being sent repeatedly, which is causing all the problem. I tried checking the same with xinput test 11 command, but there are no such keystrokes. It seems the problem persists only during boot. ( Not very sure about this).
Please help me out.
Thanks in advance.



Here is my /etc/default/grub file:



# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'


GRUB_DEFAULT="0"
GRUB_TIMEOUT_STYLE="hidden"
GRUB_TIMEOUT="3"
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""


# Added to enable grub hiding
#GRUB_DISABLE_OS_PROBER="true"


Image1 showing the unusual key strokes



Image2 showing the unusual key strokes







boot dual-boot grub2 keyboard






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 5 at 18:38









Kashinath Patekar

11




11












  • Your Esc-key stucks?
    – mook765
    Dec 5 at 19:21












  • Doesn't seem so. It works fine when I use it. Tested with xinput test. Gives ^[ as the keystroke. Is there any other way to check if it's stuck, or test the entire keyboard?
    – Kashinath Patekar
    Dec 6 at 2:47


















  • Your Esc-key stucks?
    – mook765
    Dec 5 at 19:21












  • Doesn't seem so. It works fine when I use it. Tested with xinput test. Gives ^[ as the keystroke. Is there any other way to check if it's stuck, or test the entire keyboard?
    – Kashinath Patekar
    Dec 6 at 2:47
















Your Esc-key stucks?
– mook765
Dec 5 at 19:21






Your Esc-key stucks?
– mook765
Dec 5 at 19:21














Doesn't seem so. It works fine when I use it. Tested with xinput test. Gives ^[ as the keystroke. Is there any other way to check if it's stuck, or test the entire keyboard?
– Kashinath Patekar
Dec 6 at 2:47




Doesn't seem so. It works fine when I use it. Tested with xinput test. Gives ^[ as the keystroke. Is there any other way to check if it's stuck, or test the entire keyboard?
– Kashinath Patekar
Dec 6 at 2:47















active

oldest

votes











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',
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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1098723%2fgrub-doesnt-boot-the-default-entry-ubuntu-automatically-keyboard-sends-e%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1098723%2fgrub-doesnt-boot-the-default-entry-ubuntu-automatically-keyboard-sends-e%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

Mangá

 ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕