Startup in Grub with dual boot Windows 10












1















I have installed a dual boot of ubuntu 18.10 and windows 10.



Now when I startup my PC it goes directly to windows 10, I have to click esc to abort the automatic startup and go to the GRUB options.



I want my PC to startup in GRUB so I can choose from the momento I turn on y PC.



I have tested this process:




  1. Boot into Ubuntu.

  2. Hold CTRL-ALT-T to open a terminal


  3. Run:sudo update-grub2 and allow GRUB to update it's list of operating systems.


  4. Close Terminal.

  5. Restart Computer.


But it dind't worked. The terminal says that if it didn't workes I should post this URL in a Forum:



http://paste.ubuntu.com/p/VKW6QVyZWD/



Could somebody help me?



First 15 lines of the 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=10
#GRUB_HIDDEN_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"


When I run the following command, grep -A3 -B1 timeout /boot/grub/grub.cfg I get:



/boot/grub/grub.cfg-if [ "${recordfail}" = 1 ] ; then
/boot/grub/grub.cfg: set timeout=30
/boot/grub/grub.cfg-else
/boot/grub/grub.cfg: if [ x$feature_timeout_style = xy ] ; then
/boot/grub/grub.cfg: set timeout_style=menu
/boot/grub/grub.cfg: set timeout=10
/boot/grub/grub.cfg: # Fallback normal timeout code in case the timeout_style feature is
/boot/grub/grub.cfg- # unavailable.
/boot/grub/grub.cfg- else
/boot/grub/grub.cfg: set timeout=10
/boot/grub/grub.cfg- fi
/boot/grub/grub.cfg-fi
/boot/grub/grub.cfg-### END /etc/grub.d/00_header ###
--
/boot/grub/grub.cfg-}
/boot/grub/grub.cfg:set timeout_style=menu
/boot/grub/grub.cfg:if [ "${timeout}" = 0 ]; then
/boot/grub/grub.cfg: set timeout=10
/boot/grub/grub.cfg-fi
/boot/grub/grub.cfg-### END /etc/grub.d/30_os-prober ###
/boot/grub/grub.cfg-
grep: –: No existe el archivo o el directorio
grep: Paul: No existe el archivo o el directorio
grep: Benson: No existe el archivo o el directorio
grep: 2: No existe el archivo o el directorio
grep: hours: No existe el archivo o el directorio
grep: ago: No existe el archivo o el directorio


Thanks!










share|improve this question

























  • It is not clear what is the problem. Does the computer boot directly to Ubuntu or what?

    – Pilot6
    Feb 24 at 16:43











  • Report in lines 599 thru 630 show your issue. Grub only boots working Windows, or Windows that is not hibernated. And Windows fast start up sets the hibernation flag. See askubuntu.com/questions/843153/…

    – oldfred
    Feb 24 at 18:42













  • I have already changed the fast startup mode.

    – joseto dominguez
    Feb 24 at 18:55











  • And it doesn't work

    – joseto dominguez
    Feb 24 at 19:04











  • Please edit your question and describe how the system works now and what do you expect.

    – Pilot6
    Feb 27 at 3:07
















1















I have installed a dual boot of ubuntu 18.10 and windows 10.



Now when I startup my PC it goes directly to windows 10, I have to click esc to abort the automatic startup and go to the GRUB options.



I want my PC to startup in GRUB so I can choose from the momento I turn on y PC.



I have tested this process:




  1. Boot into Ubuntu.

  2. Hold CTRL-ALT-T to open a terminal


  3. Run:sudo update-grub2 and allow GRUB to update it's list of operating systems.


  4. Close Terminal.

  5. Restart Computer.


But it dind't worked. The terminal says that if it didn't workes I should post this URL in a Forum:



http://paste.ubuntu.com/p/VKW6QVyZWD/



Could somebody help me?



First 15 lines of the 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=10
#GRUB_HIDDEN_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"


When I run the following command, grep -A3 -B1 timeout /boot/grub/grub.cfg I get:



/boot/grub/grub.cfg-if [ "${recordfail}" = 1 ] ; then
/boot/grub/grub.cfg: set timeout=30
/boot/grub/grub.cfg-else
/boot/grub/grub.cfg: if [ x$feature_timeout_style = xy ] ; then
/boot/grub/grub.cfg: set timeout_style=menu
/boot/grub/grub.cfg: set timeout=10
/boot/grub/grub.cfg: # Fallback normal timeout code in case the timeout_style feature is
/boot/grub/grub.cfg- # unavailable.
/boot/grub/grub.cfg- else
/boot/grub/grub.cfg: set timeout=10
/boot/grub/grub.cfg- fi
/boot/grub/grub.cfg-fi
/boot/grub/grub.cfg-### END /etc/grub.d/00_header ###
--
/boot/grub/grub.cfg-}
/boot/grub/grub.cfg:set timeout_style=menu
/boot/grub/grub.cfg:if [ "${timeout}" = 0 ]; then
/boot/grub/grub.cfg: set timeout=10
/boot/grub/grub.cfg-fi
/boot/grub/grub.cfg-### END /etc/grub.d/30_os-prober ###
/boot/grub/grub.cfg-
grep: –: No existe el archivo o el directorio
grep: Paul: No existe el archivo o el directorio
grep: Benson: No existe el archivo o el directorio
grep: 2: No existe el archivo o el directorio
grep: hours: No existe el archivo o el directorio
grep: ago: No existe el archivo o el directorio


Thanks!










share|improve this question

























  • It is not clear what is the problem. Does the computer boot directly to Ubuntu or what?

    – Pilot6
    Feb 24 at 16:43











  • Report in lines 599 thru 630 show your issue. Grub only boots working Windows, or Windows that is not hibernated. And Windows fast start up sets the hibernation flag. See askubuntu.com/questions/843153/…

    – oldfred
    Feb 24 at 18:42













  • I have already changed the fast startup mode.

    – joseto dominguez
    Feb 24 at 18:55











  • And it doesn't work

    – joseto dominguez
    Feb 24 at 19:04











  • Please edit your question and describe how the system works now and what do you expect.

    – Pilot6
    Feb 27 at 3:07














1












1








1








I have installed a dual boot of ubuntu 18.10 and windows 10.



Now when I startup my PC it goes directly to windows 10, I have to click esc to abort the automatic startup and go to the GRUB options.



I want my PC to startup in GRUB so I can choose from the momento I turn on y PC.



I have tested this process:




  1. Boot into Ubuntu.

  2. Hold CTRL-ALT-T to open a terminal


  3. Run:sudo update-grub2 and allow GRUB to update it's list of operating systems.


  4. Close Terminal.

  5. Restart Computer.


But it dind't worked. The terminal says that if it didn't workes I should post this URL in a Forum:



http://paste.ubuntu.com/p/VKW6QVyZWD/



Could somebody help me?



First 15 lines of the 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=10
#GRUB_HIDDEN_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"


When I run the following command, grep -A3 -B1 timeout /boot/grub/grub.cfg I get:



/boot/grub/grub.cfg-if [ "${recordfail}" = 1 ] ; then
/boot/grub/grub.cfg: set timeout=30
/boot/grub/grub.cfg-else
/boot/grub/grub.cfg: if [ x$feature_timeout_style = xy ] ; then
/boot/grub/grub.cfg: set timeout_style=menu
/boot/grub/grub.cfg: set timeout=10
/boot/grub/grub.cfg: # Fallback normal timeout code in case the timeout_style feature is
/boot/grub/grub.cfg- # unavailable.
/boot/grub/grub.cfg- else
/boot/grub/grub.cfg: set timeout=10
/boot/grub/grub.cfg- fi
/boot/grub/grub.cfg-fi
/boot/grub/grub.cfg-### END /etc/grub.d/00_header ###
--
/boot/grub/grub.cfg-}
/boot/grub/grub.cfg:set timeout_style=menu
/boot/grub/grub.cfg:if [ "${timeout}" = 0 ]; then
/boot/grub/grub.cfg: set timeout=10
/boot/grub/grub.cfg-fi
/boot/grub/grub.cfg-### END /etc/grub.d/30_os-prober ###
/boot/grub/grub.cfg-
grep: –: No existe el archivo o el directorio
grep: Paul: No existe el archivo o el directorio
grep: Benson: No existe el archivo o el directorio
grep: 2: No existe el archivo o el directorio
grep: hours: No existe el archivo o el directorio
grep: ago: No existe el archivo o el directorio


Thanks!










share|improve this question
















I have installed a dual boot of ubuntu 18.10 and windows 10.



Now when I startup my PC it goes directly to windows 10, I have to click esc to abort the automatic startup and go to the GRUB options.



I want my PC to startup in GRUB so I can choose from the momento I turn on y PC.



I have tested this process:




  1. Boot into Ubuntu.

  2. Hold CTRL-ALT-T to open a terminal


  3. Run:sudo update-grub2 and allow GRUB to update it's list of operating systems.


  4. Close Terminal.

  5. Restart Computer.


But it dind't worked. The terminal says that if it didn't workes I should post this URL in a Forum:



http://paste.ubuntu.com/p/VKW6QVyZWD/



Could somebody help me?



First 15 lines of the 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=10
#GRUB_HIDDEN_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"


When I run the following command, grep -A3 -B1 timeout /boot/grub/grub.cfg I get:



/boot/grub/grub.cfg-if [ "${recordfail}" = 1 ] ; then
/boot/grub/grub.cfg: set timeout=30
/boot/grub/grub.cfg-else
/boot/grub/grub.cfg: if [ x$feature_timeout_style = xy ] ; then
/boot/grub/grub.cfg: set timeout_style=menu
/boot/grub/grub.cfg: set timeout=10
/boot/grub/grub.cfg: # Fallback normal timeout code in case the timeout_style feature is
/boot/grub/grub.cfg- # unavailable.
/boot/grub/grub.cfg- else
/boot/grub/grub.cfg: set timeout=10
/boot/grub/grub.cfg- fi
/boot/grub/grub.cfg-fi
/boot/grub/grub.cfg-### END /etc/grub.d/00_header ###
--
/boot/grub/grub.cfg-}
/boot/grub/grub.cfg:set timeout_style=menu
/boot/grub/grub.cfg:if [ "${timeout}" = 0 ]; then
/boot/grub/grub.cfg: set timeout=10
/boot/grub/grub.cfg-fi
/boot/grub/grub.cfg-### END /etc/grub.d/30_os-prober ###
/boot/grub/grub.cfg-
grep: –: No existe el archivo o el directorio
grep: Paul: No existe el archivo o el directorio
grep: Benson: No existe el archivo o el directorio
grep: 2: No existe el archivo o el directorio
grep: hours: No existe el archivo o el directorio
grep: ago: No existe el archivo o el directorio


Thanks!







dual-boot grub2






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 27 at 23:28







joseto dominguez

















asked Feb 24 at 16:39









joseto dominguezjoseto dominguez

64




64













  • It is not clear what is the problem. Does the computer boot directly to Ubuntu or what?

    – Pilot6
    Feb 24 at 16:43











  • Report in lines 599 thru 630 show your issue. Grub only boots working Windows, or Windows that is not hibernated. And Windows fast start up sets the hibernation flag. See askubuntu.com/questions/843153/…

    – oldfred
    Feb 24 at 18:42













  • I have already changed the fast startup mode.

    – joseto dominguez
    Feb 24 at 18:55











  • And it doesn't work

    – joseto dominguez
    Feb 24 at 19:04











  • Please edit your question and describe how the system works now and what do you expect.

    – Pilot6
    Feb 27 at 3:07



















  • It is not clear what is the problem. Does the computer boot directly to Ubuntu or what?

    – Pilot6
    Feb 24 at 16:43











  • Report in lines 599 thru 630 show your issue. Grub only boots working Windows, or Windows that is not hibernated. And Windows fast start up sets the hibernation flag. See askubuntu.com/questions/843153/…

    – oldfred
    Feb 24 at 18:42













  • I have already changed the fast startup mode.

    – joseto dominguez
    Feb 24 at 18:55











  • And it doesn't work

    – joseto dominguez
    Feb 24 at 19:04











  • Please edit your question and describe how the system works now and what do you expect.

    – Pilot6
    Feb 27 at 3:07

















It is not clear what is the problem. Does the computer boot directly to Ubuntu or what?

– Pilot6
Feb 24 at 16:43





It is not clear what is the problem. Does the computer boot directly to Ubuntu or what?

– Pilot6
Feb 24 at 16:43













Report in lines 599 thru 630 show your issue. Grub only boots working Windows, or Windows that is not hibernated. And Windows fast start up sets the hibernation flag. See askubuntu.com/questions/843153/…

– oldfred
Feb 24 at 18:42







Report in lines 599 thru 630 show your issue. Grub only boots working Windows, or Windows that is not hibernated. And Windows fast start up sets the hibernation flag. See askubuntu.com/questions/843153/…

– oldfred
Feb 24 at 18:42















I have already changed the fast startup mode.

– joseto dominguez
Feb 24 at 18:55





I have already changed the fast startup mode.

– joseto dominguez
Feb 24 at 18:55













And it doesn't work

– joseto dominguez
Feb 24 at 19:04





And it doesn't work

– joseto dominguez
Feb 24 at 19:04













Please edit your question and describe how the system works now and what do you expect.

– Pilot6
Feb 27 at 3:07





Please edit your question and describe how the system works now and what do you expect.

– Pilot6
Feb 27 at 3:07










1 Answer
1






active

oldest

votes


















0














If you want GRUB menu to be shown at startup, then comment out



GRUB_TIMEOUT_STYLE=hidden


to be



#GRUB_TIMEOUT_STYLE=hidden


to /etc/default/grub, then run



sudo update-grub





share|improve this answer


























  • It's already set at 10 seconds, according to grub.cfg in pastebin.

    – Paul Benson
    Feb 24 at 16:56











  • Why not simply do it?

    – Pilot6
    Feb 24 at 16:59











  • Yeah, is says this: GRUB_TIMEOUT_STYLE=hidden GRUB_TIMEOUT=10 So I asume its already set at 10 seconds

    – joseto dominguez
    Feb 24 at 17:07













  • Can you see the difference between GRUB_TIMEOUT=10 and GRUB_HIDDEN_TIMEOUT=10?

    – Pilot6
    Feb 24 at 17:10











  • I tried this, and didn't worked. Should I delete the GRUB_TIMEOUT=10 line?

    – joseto dominguez
    Feb 24 at 17:21











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


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1120908%2fstartup-in-grub-with-dual-boot-windows-10%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









0














If you want GRUB menu to be shown at startup, then comment out



GRUB_TIMEOUT_STYLE=hidden


to be



#GRUB_TIMEOUT_STYLE=hidden


to /etc/default/grub, then run



sudo update-grub





share|improve this answer


























  • It's already set at 10 seconds, according to grub.cfg in pastebin.

    – Paul Benson
    Feb 24 at 16:56











  • Why not simply do it?

    – Pilot6
    Feb 24 at 16:59











  • Yeah, is says this: GRUB_TIMEOUT_STYLE=hidden GRUB_TIMEOUT=10 So I asume its already set at 10 seconds

    – joseto dominguez
    Feb 24 at 17:07













  • Can you see the difference between GRUB_TIMEOUT=10 and GRUB_HIDDEN_TIMEOUT=10?

    – Pilot6
    Feb 24 at 17:10











  • I tried this, and didn't worked. Should I delete the GRUB_TIMEOUT=10 line?

    – joseto dominguez
    Feb 24 at 17:21
















0














If you want GRUB menu to be shown at startup, then comment out



GRUB_TIMEOUT_STYLE=hidden


to be



#GRUB_TIMEOUT_STYLE=hidden


to /etc/default/grub, then run



sudo update-grub





share|improve this answer


























  • It's already set at 10 seconds, according to grub.cfg in pastebin.

    – Paul Benson
    Feb 24 at 16:56











  • Why not simply do it?

    – Pilot6
    Feb 24 at 16:59











  • Yeah, is says this: GRUB_TIMEOUT_STYLE=hidden GRUB_TIMEOUT=10 So I asume its already set at 10 seconds

    – joseto dominguez
    Feb 24 at 17:07













  • Can you see the difference between GRUB_TIMEOUT=10 and GRUB_HIDDEN_TIMEOUT=10?

    – Pilot6
    Feb 24 at 17:10











  • I tried this, and didn't worked. Should I delete the GRUB_TIMEOUT=10 line?

    – joseto dominguez
    Feb 24 at 17:21














0












0








0







If you want GRUB menu to be shown at startup, then comment out



GRUB_TIMEOUT_STYLE=hidden


to be



#GRUB_TIMEOUT_STYLE=hidden


to /etc/default/grub, then run



sudo update-grub





share|improve this answer















If you want GRUB menu to be shown at startup, then comment out



GRUB_TIMEOUT_STYLE=hidden


to be



#GRUB_TIMEOUT_STYLE=hidden


to /etc/default/grub, then run



sudo update-grub






share|improve this answer














share|improve this answer



share|improve this answer








edited Feb 24 at 17:24

























answered Feb 24 at 16:46









Pilot6Pilot6

53.7k15109198




53.7k15109198













  • It's already set at 10 seconds, according to grub.cfg in pastebin.

    – Paul Benson
    Feb 24 at 16:56











  • Why not simply do it?

    – Pilot6
    Feb 24 at 16:59











  • Yeah, is says this: GRUB_TIMEOUT_STYLE=hidden GRUB_TIMEOUT=10 So I asume its already set at 10 seconds

    – joseto dominguez
    Feb 24 at 17:07













  • Can you see the difference between GRUB_TIMEOUT=10 and GRUB_HIDDEN_TIMEOUT=10?

    – Pilot6
    Feb 24 at 17:10











  • I tried this, and didn't worked. Should I delete the GRUB_TIMEOUT=10 line?

    – joseto dominguez
    Feb 24 at 17:21



















  • It's already set at 10 seconds, according to grub.cfg in pastebin.

    – Paul Benson
    Feb 24 at 16:56











  • Why not simply do it?

    – Pilot6
    Feb 24 at 16:59











  • Yeah, is says this: GRUB_TIMEOUT_STYLE=hidden GRUB_TIMEOUT=10 So I asume its already set at 10 seconds

    – joseto dominguez
    Feb 24 at 17:07













  • Can you see the difference between GRUB_TIMEOUT=10 and GRUB_HIDDEN_TIMEOUT=10?

    – Pilot6
    Feb 24 at 17:10











  • I tried this, and didn't worked. Should I delete the GRUB_TIMEOUT=10 line?

    – joseto dominguez
    Feb 24 at 17:21

















It's already set at 10 seconds, according to grub.cfg in pastebin.

– Paul Benson
Feb 24 at 16:56





It's already set at 10 seconds, according to grub.cfg in pastebin.

– Paul Benson
Feb 24 at 16:56













Why not simply do it?

– Pilot6
Feb 24 at 16:59





Why not simply do it?

– Pilot6
Feb 24 at 16:59













Yeah, is says this: GRUB_TIMEOUT_STYLE=hidden GRUB_TIMEOUT=10 So I asume its already set at 10 seconds

– joseto dominguez
Feb 24 at 17:07







Yeah, is says this: GRUB_TIMEOUT_STYLE=hidden GRUB_TIMEOUT=10 So I asume its already set at 10 seconds

– joseto dominguez
Feb 24 at 17:07















Can you see the difference between GRUB_TIMEOUT=10 and GRUB_HIDDEN_TIMEOUT=10?

– Pilot6
Feb 24 at 17:10





Can you see the difference between GRUB_TIMEOUT=10 and GRUB_HIDDEN_TIMEOUT=10?

– Pilot6
Feb 24 at 17:10













I tried this, and didn't worked. Should I delete the GRUB_TIMEOUT=10 line?

– joseto dominguez
Feb 24 at 17:21





I tried this, and didn't worked. Should I delete the GRUB_TIMEOUT=10 line?

– joseto dominguez
Feb 24 at 17:21


















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%2f1120908%2fstartup-in-grub-with-dual-boot-windows-10%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

Mouse cursor on multiple screens with different PPI

Agildo Ribeiro

Sometime when accessing a menu: “Ubuntu 16.04 has experienced an internal error”