Disable Grub Menu Permanently. Should not appear even if the Shift / Esc keys are pressedHow to boot load the kernel using EFI stub (efistub) loader?Grub Menu doesn't appear when pressing SHIFTGrub menu at boot time… “holding shift” not workingGRUB - automatically boot Ubuntu, or boot Windows when shift is held (WITHOUT showing the menu)?How can I get my GRUB menu to be hidden, AND have the shift or esc keys show the hidden GRUB menu at boot timeGrub Menu not showing

Going to France with limited French for a day

A drug that allows people to survive on less food

Worms crawling under skin

Resolving moral conflict

Will Proving or Disproving of any of the following have effects on Chemistry in general?

Norwegian refuses EU delay (4.7 hours) compensation because it turned out there was nothing wrong with the aircraft

Is it a good idea to leave minor world details to the reader's imagination?

What is the meaning of word 'crack' in chapter 33 of A Game of Thrones?

Where Does VDD+0.3V Input Limit Come From on IC chips?

Manager encourages me to take day of sick leave instead of PTO, what's in it for him?

If the EU does not offer an extension to UK's Article 50 invocation, is the Benn Bill irrelevant?

Would Taiwan and China's dispute be solved if Taiwan gave up being the Republic of China?

Where are they calling from?

Do all creatures have souls?

I reverse the source code, you negate the input!

Idiom for "I came, I saw, I ate" (or drank)

Is the mass of paint relevant in rocket design?

What exactly the "BatchID" is in tracking Data Views?

How does IBM's 53-bit quantum computer compare to classical ones for cryptanalytic tasks?

What is the lowest voltage that a microcontroller can successfully read on the analog pin?

How to make interviewee comfortable interviewing in lounge chairs

How to manage expenditure when billing cycles and paycheck cycles are not aligned?

What happens if nobody can form a government in Israel?

Performance for simple code that converts a RGB tuple to hex string



Disable Grub Menu Permanently. Should not appear even if the Shift / Esc keys are pressed


How to boot load the kernel using EFI stub (efistub) loader?Grub Menu doesn't appear when pressing SHIFTGrub menu at boot time… “holding shift” not workingGRUB - automatically boot Ubuntu, or boot Windows when shift is held (WITHOUT showing the menu)?How can I get my GRUB menu to be hidden, AND have the shift or esc keys show the hidden GRUB menu at boot timeGrub Menu not showing






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















Is there a way to disable the grub menu completely? I already have it hidden and boot directly to Ubuntu. Now, I don't want it to appear even by pressing Shift / Esc keys during boot.










share|improve this question



















  • 2





    I understand what you are asking for, but not why you would want this. Being able to access grub in the case of a kernel update causing system problems is valuable, and if grub is not shown during the boot process unless you do something, does it create a problem?

    – Charles Green
    Apr 15 at 15:20











  • This is for a highly locked down systems which are meant for very limited purpose (kiosk web browsing). Don't want any one to play around and access the grub menu. Not having access to grub menu for emergencies is not a problem.

    – srinu9
    Apr 15 at 15:55











  • I don't have a direct answer, but Ubuntu can be booted from EFI or https://www.tecporto.pt/wiki/index.php?title=Booting_the_Linux_Kernel_without_a_bootloader, and alternatively you can set passwords in Grub

    – Charles Green
    Apr 15 at 16:17











  • @CharlesGreen i am trying to do this tecporto.pt/wiki/… but stuck at the line cp /usr/src/linux/arch/x86/boot/bzImage /boot/efi/EFI/boot/bootx64.efi i am with Ubuntu18.04.. what should i write instead of this line??

    – PRATAP
    Apr 17 at 4:39











  • Thanks for the pointer Charles on EFI direct booting. Will give it a try next week and post back how it goes.

    – srinu9
    Apr 17 at 6:51


















2















Is there a way to disable the grub menu completely? I already have it hidden and boot directly to Ubuntu. Now, I don't want it to appear even by pressing Shift / Esc keys during boot.










share|improve this question



















  • 2





    I understand what you are asking for, but not why you would want this. Being able to access grub in the case of a kernel update causing system problems is valuable, and if grub is not shown during the boot process unless you do something, does it create a problem?

    – Charles Green
    Apr 15 at 15:20











  • This is for a highly locked down systems which are meant for very limited purpose (kiosk web browsing). Don't want any one to play around and access the grub menu. Not having access to grub menu for emergencies is not a problem.

    – srinu9
    Apr 15 at 15:55











  • I don't have a direct answer, but Ubuntu can be booted from EFI or https://www.tecporto.pt/wiki/index.php?title=Booting_the_Linux_Kernel_without_a_bootloader, and alternatively you can set passwords in Grub

    – Charles Green
    Apr 15 at 16:17











  • @CharlesGreen i am trying to do this tecporto.pt/wiki/… but stuck at the line cp /usr/src/linux/arch/x86/boot/bzImage /boot/efi/EFI/boot/bootx64.efi i am with Ubuntu18.04.. what should i write instead of this line??

    – PRATAP
    Apr 17 at 4:39











  • Thanks for the pointer Charles on EFI direct booting. Will give it a try next week and post back how it goes.

    – srinu9
    Apr 17 at 6:51














2












2








2


1






Is there a way to disable the grub menu completely? I already have it hidden and boot directly to Ubuntu. Now, I don't want it to appear even by pressing Shift / Esc keys during boot.










share|improve this question














Is there a way to disable the grub menu completely? I already have it hidden and boot directly to Ubuntu. Now, I don't want it to appear even by pressing Shift / Esc keys during boot.







grub2






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 15 at 15:18









srinu9srinu9

111 bronze badge




111 bronze badge










  • 2





    I understand what you are asking for, but not why you would want this. Being able to access grub in the case of a kernel update causing system problems is valuable, and if grub is not shown during the boot process unless you do something, does it create a problem?

    – Charles Green
    Apr 15 at 15:20











  • This is for a highly locked down systems which are meant for very limited purpose (kiosk web browsing). Don't want any one to play around and access the grub menu. Not having access to grub menu for emergencies is not a problem.

    – srinu9
    Apr 15 at 15:55











  • I don't have a direct answer, but Ubuntu can be booted from EFI or https://www.tecporto.pt/wiki/index.php?title=Booting_the_Linux_Kernel_without_a_bootloader, and alternatively you can set passwords in Grub

    – Charles Green
    Apr 15 at 16:17











  • @CharlesGreen i am trying to do this tecporto.pt/wiki/… but stuck at the line cp /usr/src/linux/arch/x86/boot/bzImage /boot/efi/EFI/boot/bootx64.efi i am with Ubuntu18.04.. what should i write instead of this line??

    – PRATAP
    Apr 17 at 4:39











  • Thanks for the pointer Charles on EFI direct booting. Will give it a try next week and post back how it goes.

    – srinu9
    Apr 17 at 6:51













  • 2





    I understand what you are asking for, but not why you would want this. Being able to access grub in the case of a kernel update causing system problems is valuable, and if grub is not shown during the boot process unless you do something, does it create a problem?

    – Charles Green
    Apr 15 at 15:20











  • This is for a highly locked down systems which are meant for very limited purpose (kiosk web browsing). Don't want any one to play around and access the grub menu. Not having access to grub menu for emergencies is not a problem.

    – srinu9
    Apr 15 at 15:55











  • I don't have a direct answer, but Ubuntu can be booted from EFI or https://www.tecporto.pt/wiki/index.php?title=Booting_the_Linux_Kernel_without_a_bootloader, and alternatively you can set passwords in Grub

    – Charles Green
    Apr 15 at 16:17











  • @CharlesGreen i am trying to do this tecporto.pt/wiki/… but stuck at the line cp /usr/src/linux/arch/x86/boot/bzImage /boot/efi/EFI/boot/bootx64.efi i am with Ubuntu18.04.. what should i write instead of this line??

    – PRATAP
    Apr 17 at 4:39











  • Thanks for the pointer Charles on EFI direct booting. Will give it a try next week and post back how it goes.

    – srinu9
    Apr 17 at 6:51








2




2





I understand what you are asking for, but not why you would want this. Being able to access grub in the case of a kernel update causing system problems is valuable, and if grub is not shown during the boot process unless you do something, does it create a problem?

– Charles Green
Apr 15 at 15:20





I understand what you are asking for, but not why you would want this. Being able to access grub in the case of a kernel update causing system problems is valuable, and if grub is not shown during the boot process unless you do something, does it create a problem?

– Charles Green
Apr 15 at 15:20













This is for a highly locked down systems which are meant for very limited purpose (kiosk web browsing). Don't want any one to play around and access the grub menu. Not having access to grub menu for emergencies is not a problem.

– srinu9
Apr 15 at 15:55





This is for a highly locked down systems which are meant for very limited purpose (kiosk web browsing). Don't want any one to play around and access the grub menu. Not having access to grub menu for emergencies is not a problem.

– srinu9
Apr 15 at 15:55













I don't have a direct answer, but Ubuntu can be booted from EFI or https://www.tecporto.pt/wiki/index.php?title=Booting_the_Linux_Kernel_without_a_bootloader, and alternatively you can set passwords in Grub

– Charles Green
Apr 15 at 16:17





I don't have a direct answer, but Ubuntu can be booted from EFI or https://www.tecporto.pt/wiki/index.php?title=Booting_the_Linux_Kernel_without_a_bootloader, and alternatively you can set passwords in Grub

– Charles Green
Apr 15 at 16:17













@CharlesGreen i am trying to do this tecporto.pt/wiki/… but stuck at the line cp /usr/src/linux/arch/x86/boot/bzImage /boot/efi/EFI/boot/bootx64.efi i am with Ubuntu18.04.. what should i write instead of this line??

– PRATAP
Apr 17 at 4:39





@CharlesGreen i am trying to do this tecporto.pt/wiki/… but stuck at the line cp /usr/src/linux/arch/x86/boot/bzImage /boot/efi/EFI/boot/bootx64.efi i am with Ubuntu18.04.. what should i write instead of this line??

– PRATAP
Apr 17 at 4:39













Thanks for the pointer Charles on EFI direct booting. Will give it a try next week and post back how it goes.

– srinu9
Apr 17 at 6:51






Thanks for the pointer Charles on EFI direct booting. Will give it a try next week and post back how it goes.

– srinu9
Apr 17 at 6:51











0






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',
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/4.0/"u003ecc by-sa 4.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%2f1134117%2fdisable-grub-menu-permanently-should-not-appear-even-if-the-shift-esc-keys-ar%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1134117%2fdisable-grub-menu-permanently-should-not-appear-even-if-the-shift-esc-keys-ar%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

Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü