Forcing grub menu to external monitor connected to laptop via HDMI/VGA
Is there any way to force grub menu to show it's content in external monitor (for selecting the os to boot on win or ubuntu), I use my laptop more like a desktop with a monitor connected to it because of broken laptop fan socket. Either HDMI or VGA would work.
boot grub2 laptop hdmi external-monitor
add a comment |
Is there any way to force grub menu to show it's content in external monitor (for selecting the os to boot on win or ubuntu), I use my laptop more like a desktop with a monitor connected to it because of broken laptop fan socket. Either HDMI or VGA would work.
boot grub2 laptop hdmi external-monitor
1
Can you set thebios
of the laptop to display on an external monitor ? That should do it forgrub
too. This is the only real solution I found on Google, but not all laptops have this option.
– Mark Kirby
Dec 21 '15 at 20:57
Mine doesn't have that :( #hatelaptop
– biozalp
Dec 21 '15 at 20:58
OK Might of got lucky with this, I assume, because of overheating you would be fine with not having the laptop display on when the desktop boots, right ?
– Mark Kirby
Dec 21 '15 at 21:20
add a comment |
Is there any way to force grub menu to show it's content in external monitor (for selecting the os to boot on win or ubuntu), I use my laptop more like a desktop with a monitor connected to it because of broken laptop fan socket. Either HDMI or VGA would work.
boot grub2 laptop hdmi external-monitor
Is there any way to force grub menu to show it's content in external monitor (for selecting the os to boot on win or ubuntu), I use my laptop more like a desktop with a monitor connected to it because of broken laptop fan socket. Either HDMI or VGA would work.
boot grub2 laptop hdmi external-monitor
boot grub2 laptop hdmi external-monitor
asked Dec 21 '15 at 20:47
biozalpbiozalp
452314
452314
1
Can you set thebios
of the laptop to display on an external monitor ? That should do it forgrub
too. This is the only real solution I found on Google, but not all laptops have this option.
– Mark Kirby
Dec 21 '15 at 20:57
Mine doesn't have that :( #hatelaptop
– biozalp
Dec 21 '15 at 20:58
OK Might of got lucky with this, I assume, because of overheating you would be fine with not having the laptop display on when the desktop boots, right ?
– Mark Kirby
Dec 21 '15 at 21:20
add a comment |
1
Can you set thebios
of the laptop to display on an external monitor ? That should do it forgrub
too. This is the only real solution I found on Google, but not all laptops have this option.
– Mark Kirby
Dec 21 '15 at 20:57
Mine doesn't have that :( #hatelaptop
– biozalp
Dec 21 '15 at 20:58
OK Might of got lucky with this, I assume, because of overheating you would be fine with not having the laptop display on when the desktop boots, right ?
– Mark Kirby
Dec 21 '15 at 21:20
1
1
Can you set the
bios
of the laptop to display on an external monitor ? That should do it for grub
too. This is the only real solution I found on Google, but not all laptops have this option.– Mark Kirby
Dec 21 '15 at 20:57
Can you set the
bios
of the laptop to display on an external monitor ? That should do it for grub
too. This is the only real solution I found on Google, but not all laptops have this option.– Mark Kirby
Dec 21 '15 at 20:57
Mine doesn't have that :( #hatelaptop
– biozalp
Dec 21 '15 at 20:58
Mine doesn't have that :( #hatelaptop
– biozalp
Dec 21 '15 at 20:58
OK Might of got lucky with this, I assume, because of overheating you would be fine with not having the laptop display on when the desktop boots, right ?
– Mark Kirby
Dec 21 '15 at 21:20
OK Might of got lucky with this, I assume, because of overheating you would be fine with not having the laptop display on when the desktop boots, right ?
– Mark Kirby
Dec 21 '15 at 21:20
add a comment |
1 Answer
1
active
oldest
votes
Here is a bad way to do this, for most, that may just be good for you.
On desktop, open this file as root
gksu gedit /etc/default/grub
and find this line
GRUB_CMDLINE_LINUX_DEFAULT=...
and add a this to the end
video=LVDS-1:d
my whole line is
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
so I would add it here
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=LVDS-1:d"
Change lvds-1
for you monitors name, if it is different, find it with
xrandr -q
This will disable the Laptop display for both grub
and the desktop and force it to the external display, even if you remove the HDMI
cable, the laptop screen will not work. You can remove the change to change it back to using the laptop screen.
I can't test this as I don't have a laptop, but I took it from an question at arch
, where the issue was no laptop display after forcing grub
to an external monitor.
I don't recommend this for most users who want there laptop to still be portable.
will give it a try and come back asap.
– biozalp
Dec 22 '15 at 20:23
1
I tried this but it did not work: the menu is not displayed on the external monitor. The external monitor is only activated after Linux has booted.
– Giorgio
Sep 28 '16 at 19:54
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
});
}
});
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%2f712111%2fforcing-grub-menu-to-external-monitor-connected-to-laptop-via-hdmi-vga%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
Here is a bad way to do this, for most, that may just be good for you.
On desktop, open this file as root
gksu gedit /etc/default/grub
and find this line
GRUB_CMDLINE_LINUX_DEFAULT=...
and add a this to the end
video=LVDS-1:d
my whole line is
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
so I would add it here
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=LVDS-1:d"
Change lvds-1
for you monitors name, if it is different, find it with
xrandr -q
This will disable the Laptop display for both grub
and the desktop and force it to the external display, even if you remove the HDMI
cable, the laptop screen will not work. You can remove the change to change it back to using the laptop screen.
I can't test this as I don't have a laptop, but I took it from an question at arch
, where the issue was no laptop display after forcing grub
to an external monitor.
I don't recommend this for most users who want there laptop to still be portable.
will give it a try and come back asap.
– biozalp
Dec 22 '15 at 20:23
1
I tried this but it did not work: the menu is not displayed on the external monitor. The external monitor is only activated after Linux has booted.
– Giorgio
Sep 28 '16 at 19:54
add a comment |
Here is a bad way to do this, for most, that may just be good for you.
On desktop, open this file as root
gksu gedit /etc/default/grub
and find this line
GRUB_CMDLINE_LINUX_DEFAULT=...
and add a this to the end
video=LVDS-1:d
my whole line is
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
so I would add it here
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=LVDS-1:d"
Change lvds-1
for you monitors name, if it is different, find it with
xrandr -q
This will disable the Laptop display for both grub
and the desktop and force it to the external display, even if you remove the HDMI
cable, the laptop screen will not work. You can remove the change to change it back to using the laptop screen.
I can't test this as I don't have a laptop, but I took it from an question at arch
, where the issue was no laptop display after forcing grub
to an external monitor.
I don't recommend this for most users who want there laptop to still be portable.
will give it a try and come back asap.
– biozalp
Dec 22 '15 at 20:23
1
I tried this but it did not work: the menu is not displayed on the external monitor. The external monitor is only activated after Linux has booted.
– Giorgio
Sep 28 '16 at 19:54
add a comment |
Here is a bad way to do this, for most, that may just be good for you.
On desktop, open this file as root
gksu gedit /etc/default/grub
and find this line
GRUB_CMDLINE_LINUX_DEFAULT=...
and add a this to the end
video=LVDS-1:d
my whole line is
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
so I would add it here
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=LVDS-1:d"
Change lvds-1
for you monitors name, if it is different, find it with
xrandr -q
This will disable the Laptop display for both grub
and the desktop and force it to the external display, even if you remove the HDMI
cable, the laptop screen will not work. You can remove the change to change it back to using the laptop screen.
I can't test this as I don't have a laptop, but I took it from an question at arch
, where the issue was no laptop display after forcing grub
to an external monitor.
I don't recommend this for most users who want there laptop to still be portable.
Here is a bad way to do this, for most, that may just be good for you.
On desktop, open this file as root
gksu gedit /etc/default/grub
and find this line
GRUB_CMDLINE_LINUX_DEFAULT=...
and add a this to the end
video=LVDS-1:d
my whole line is
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
so I would add it here
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=LVDS-1:d"
Change lvds-1
for you monitors name, if it is different, find it with
xrandr -q
This will disable the Laptop display for both grub
and the desktop and force it to the external display, even if you remove the HDMI
cable, the laptop screen will not work. You can remove the change to change it back to using the laptop screen.
I can't test this as I don't have a laptop, but I took it from an question at arch
, where the issue was no laptop display after forcing grub
to an external monitor.
I don't recommend this for most users who want there laptop to still be portable.
edited Dec 21 '15 at 21:40
answered Dec 21 '15 at 21:34
Mark KirbyMark Kirby
14.2k146398
14.2k146398
will give it a try and come back asap.
– biozalp
Dec 22 '15 at 20:23
1
I tried this but it did not work: the menu is not displayed on the external monitor. The external monitor is only activated after Linux has booted.
– Giorgio
Sep 28 '16 at 19:54
add a comment |
will give it a try and come back asap.
– biozalp
Dec 22 '15 at 20:23
1
I tried this but it did not work: the menu is not displayed on the external monitor. The external monitor is only activated after Linux has booted.
– Giorgio
Sep 28 '16 at 19:54
will give it a try and come back asap.
– biozalp
Dec 22 '15 at 20:23
will give it a try and come back asap.
– biozalp
Dec 22 '15 at 20:23
1
1
I tried this but it did not work: the menu is not displayed on the external monitor. The external monitor is only activated after Linux has booted.
– Giorgio
Sep 28 '16 at 19:54
I tried this but it did not work: the menu is not displayed on the external monitor. The external monitor is only activated after Linux has booted.
– Giorgio
Sep 28 '16 at 19:54
add a comment |
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%2f712111%2fforcing-grub-menu-to-external-monitor-connected-to-laptop-via-hdmi-vga%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
1
Can you set the
bios
of the laptop to display on an external monitor ? That should do it forgrub
too. This is the only real solution I found on Google, but not all laptops have this option.– Mark Kirby
Dec 21 '15 at 20:57
Mine doesn't have that :( #hatelaptop
– biozalp
Dec 21 '15 at 20:58
OK Might of got lucky with this, I assume, because of overheating you would be fine with not having the laptop display on when the desktop boots, right ?
– Mark Kirby
Dec 21 '15 at 21:20