Hide bootloader UI on Dualboot
Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
I want to be able to boot into multiple operating systems, so I am currently using grub as my bootloader.
But grub (and all other options I found) rely on some kind of UI for choosing the OS to boot.
Given that faster and faster booting with SSDs and so on are all the rage right now,
I want to skip the menu and rather use a keyboard shortcut for selecting the OS, like:
[on] for Ubuntu
[on] + [f1 key held] for Windows
[on] + [f2 key held] for Ubuntu in recovery mode
...
Or, possibly
[on] to boot a standard system
[on] + [some key] to enter the standard graphical selection
Is there some bootloader or some workaround/configuration that is capable of achieving that?
dual-boot keyboard boot-loader
add a comment |Â
up vote
-1
down vote
favorite
I want to be able to boot into multiple operating systems, so I am currently using grub as my bootloader.
But grub (and all other options I found) rely on some kind of UI for choosing the OS to boot.
Given that faster and faster booting with SSDs and so on are all the rage right now,
I want to skip the menu and rather use a keyboard shortcut for selecting the OS, like:
[on] for Ubuntu
[on] + [f1 key held] for Windows
[on] + [f2 key held] for Ubuntu in recovery mode
...
Or, possibly
[on] to boot a standard system
[on] + [some key] to enter the standard graphical selection
Is there some bootloader or some workaround/configuration that is capable of achieving that?
dual-boot keyboard boot-loader
You can set wait timeout to zero in grub.cfg, then you have to press shift during boot for the selection menu. If you don't touch any key then ubuntu will start instantly.
â Ipor Sircer
Sep 10 at 18:11
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I want to be able to boot into multiple operating systems, so I am currently using grub as my bootloader.
But grub (and all other options I found) rely on some kind of UI for choosing the OS to boot.
Given that faster and faster booting with SSDs and so on are all the rage right now,
I want to skip the menu and rather use a keyboard shortcut for selecting the OS, like:
[on] for Ubuntu
[on] + [f1 key held] for Windows
[on] + [f2 key held] for Ubuntu in recovery mode
...
Or, possibly
[on] to boot a standard system
[on] + [some key] to enter the standard graphical selection
Is there some bootloader or some workaround/configuration that is capable of achieving that?
dual-boot keyboard boot-loader
I want to be able to boot into multiple operating systems, so I am currently using grub as my bootloader.
But grub (and all other options I found) rely on some kind of UI for choosing the OS to boot.
Given that faster and faster booting with SSDs and so on are all the rage right now,
I want to skip the menu and rather use a keyboard shortcut for selecting the OS, like:
[on] for Ubuntu
[on] + [f1 key held] for Windows
[on] + [f2 key held] for Ubuntu in recovery mode
...
Or, possibly
[on] to boot a standard system
[on] + [some key] to enter the standard graphical selection
Is there some bootloader or some workaround/configuration that is capable of achieving that?
dual-boot keyboard boot-loader
dual-boot keyboard boot-loader
asked Sep 10 at 18:08
Philip G.
1
1
You can set wait timeout to zero in grub.cfg, then you have to press shift during boot for the selection menu. If you don't touch any key then ubuntu will start instantly.
â Ipor Sircer
Sep 10 at 18:11
add a comment |Â
You can set wait timeout to zero in grub.cfg, then you have to press shift during boot for the selection menu. If you don't touch any key then ubuntu will start instantly.
â Ipor Sircer
Sep 10 at 18:11
You can set wait timeout to zero in grub.cfg, then you have to press shift during boot for the selection menu. If you don't touch any key then ubuntu will start instantly.
â Ipor Sircer
Sep 10 at 18:11
You can set wait timeout to zero in grub.cfg, then you have to press shift during boot for the selection menu. If you don't touch any key then ubuntu will start instantly.
â Ipor Sircer
Sep 10 at 18:11
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f468073%2fhide-bootloader-ui-on-dualboot%23new-answer', 'question_page');
);
Post as a guest
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
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
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
You can set wait timeout to zero in grub.cfg, then you have to press shift during boot for the selection menu. If you don't touch any key then ubuntu will start instantly.
â Ipor Sircer
Sep 10 at 18:11