How to show boot logo only by grub2 theme in Ubuntu 18.04 server kiosk mode?Grub2 Error Loading KernelWhy is...
Are there guidelines for finding good names for LaTeX 2e packages and control sequences defined in these packages?
If I arrive in the UK, and then head to mainland Europe, does my Schengen visa 90 day limit start when I arrived in the UK, or mainland Europe?
Is it normal to "extract a paper" from a master thesis?
Is keeping the forking link on a true fork necessary (Github/GPL)?
Alexandrov's generalization of Cauchy's rigidity theorem
Why does the painters tape have to be blue?
Who wrote “A writer only begins a book. A reader finishes it.”?
Possibility of faking someone's public key
Navigating a quick return to previous employer
Why did it take so long for Germany to allow electric scooters / e-rollers on the roads?
What did Brienne write about Jaime?
switching alignment
Status of proof by contradiction and excluded middle throughout the history of mathematics?
Are PMR446 walkie-talkies legal in Switzerland?
How did the Allies achieve air superiority on Sicily?
Piping the output of comand columns
Why'd a rational buyer offer to buy with no conditions precedent?
"Official wife" or "Formal wife"?
Count all vowels in string
Did Game of Thrones end the way that George RR Martin intended?
Physical only checkdb is failing, but full one is completed successfully
Flatten not working
Split into three!
Using too much dialogue?
How to show boot logo only by grub2 theme in Ubuntu 18.04 server kiosk mode?
Grub2 Error Loading KernelWhy is my machine not showing anything when booting?Installed Linux Mint on a dual-boot system. Cannot boot Windows 7 anymoreGrub 2 multi image boot disk boots some images but restarts on othersBackground image manual grub.cfgubuntu 18.04 - too long to show loginFresh Ubuntu 18.04 LTS Installation will only boot into grub modeUbuntu 18.04 LUKS boot problemsChanging Grub2 resolution on Linux Mint 19 / Ubuntu 18.04 / derivativesBoot Ubuntu Desktop 18.04 LTS with no boot-loader
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I need to show our production logo on an ubuntu 18.04 server in kiosk mode. Because the kernel must be booted in text mode with framebuffer disabled, I try to edit a grub theme to show logo png image. After GRUB_THEME is set in /etc/default/grub:
GRUB_THEME="/boot/grub/themes/prodution/theme.txt" GRUB_TIMEOUT_STYLE="menu"
and boot menu is commented in theme.txt, only a logo image is shown. Then I can see boot logo when booting our machine. But when press up/down arrows on keyboard, the booting is paused. My question is: how to disable interactive keypresses on grub booting?
This is for ubuntu 18.04 server of text mode, root autologin is set in getty service.
ubuntu grub2
New contributor
add a comment |
I need to show our production logo on an ubuntu 18.04 server in kiosk mode. Because the kernel must be booted in text mode with framebuffer disabled, I try to edit a grub theme to show logo png image. After GRUB_THEME is set in /etc/default/grub:
GRUB_THEME="/boot/grub/themes/prodution/theme.txt" GRUB_TIMEOUT_STYLE="menu"
and boot menu is commented in theme.txt, only a logo image is shown. Then I can see boot logo when booting our machine. But when press up/down arrows on keyboard, the booting is paused. My question is: how to disable interactive keypresses on grub booting?
This is for ubuntu 18.04 server of text mode, root autologin is set in getty service.
ubuntu grub2
New contributor
add a comment |
I need to show our production logo on an ubuntu 18.04 server in kiosk mode. Because the kernel must be booted in text mode with framebuffer disabled, I try to edit a grub theme to show logo png image. After GRUB_THEME is set in /etc/default/grub:
GRUB_THEME="/boot/grub/themes/prodution/theme.txt" GRUB_TIMEOUT_STYLE="menu"
and boot menu is commented in theme.txt, only a logo image is shown. Then I can see boot logo when booting our machine. But when press up/down arrows on keyboard, the booting is paused. My question is: how to disable interactive keypresses on grub booting?
This is for ubuntu 18.04 server of text mode, root autologin is set in getty service.
ubuntu grub2
New contributor
I need to show our production logo on an ubuntu 18.04 server in kiosk mode. Because the kernel must be booted in text mode with framebuffer disabled, I try to edit a grub theme to show logo png image. After GRUB_THEME is set in /etc/default/grub:
GRUB_THEME="/boot/grub/themes/prodution/theme.txt" GRUB_TIMEOUT_STYLE="menu"
and boot menu is commented in theme.txt, only a logo image is shown. Then I can see boot logo when booting our machine. But when press up/down arrows on keyboard, the booting is paused. My question is: how to disable interactive keypresses on grub booting?
This is for ubuntu 18.04 server of text mode, root autologin is set in getty service.
ubuntu grub2
ubuntu grub2
New contributor
New contributor
New contributor
asked 1 hour ago
AcewindAcewind
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
Acewind 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%2funix.stackexchange.com%2fquestions%2f520067%2fhow-to-show-boot-logo-only-by-grub2-theme-in-ubuntu-18-04-server-kiosk-mode%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
Acewind is a new contributor. Be nice, and check out our Code of Conduct.
Acewind is a new contributor. Be nice, and check out our Code of Conduct.
Acewind is a new contributor. Be nice, and check out our Code of Conduct.
Acewind is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f520067%2fhow-to-show-boot-logo-only-by-grub2-theme-in-ubuntu-18-04-server-kiosk-mode%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