Dual boot pc boots directly to ubuntu instead of showing grub menu

TheLinuxEvangelist

I installed windows 8.1 on my new laptop (which came with freedos), I later tried to dual boot the pc with ubuntu 14.04 (with legacy mode). I didn't get an option to install alongside windows 8 so I went with "something else" option. I created the root and swap partitions and then installed ubuntu. Everything went fine while installation. But after rebooting it directly boots into ubuntu, it does not show the GRUB menu for choosing between ubuntu and windows.

After using 'fixmbr' in the windows installation disc, I can now boot into windows but cannot boot to ubuntu. I deleted the linux partition and tried to the above again but I ended with the same problem.

So I was thinking if there was a solution like a command or something which could make GRUB identify the windows partition and give an option to boot to it.

(if it may help, my windows is installed in legacy mode(as in BIOS mode).. if I disable legacy mode the laptop does not boot into any os and it asks for an EFI file to boot from. Also my liveusb boots only through UEFI mode. When I boot it in normal/BIOS mode it shows a blinking '_' )

Please help guys.. I need both the OSes for my projects. And I need them fast.

Thanx in advance..

Lucca Lu

I really dont know a lot about Linux, but i fixed the same problem by:

  1. Check if grub is installed

    grub-install --version
    

    or even

    sudo dd bs=512 count=1 if=/dev/sda 2>/dev/null | strings
    
  2. If it is installed, probably he is not recognizing windows boot, so it directly boots into ubuntu and wont show the grub screen. So, if your windows boot file was not deleted, this should make grub appear and recognize windows as a boot option.

    sudo -H gedit /etc/default/grub
    

    Insert # at the start of the line GRUB_HIDDEN_TIMEOUT=0.

    Now save then run:

    sudo update-grub
    

This should be fine to make Grub menu appears on every boot.

( Grub menu won't show on dual Boot )

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Dual boot pc boots directly to ubuntu instead of showing grub menu

From Dev

Ubuntu 20.04 dual boot with windows 10, not showing grub menu, directly boot into Ubuntu

From Dev

Ubuntu not showing in grub menu in dual boot laptop

From Dev

Windows 7 and Ubuntu 13.04 dual boot, GRUB menu not showing

From Dev

Windows 7 and Ubuntu 13.04 dual boot, GRUB menu not showing

From Dev

Dual Boot (Windows 10 and Ubuntu Mate) boots to Grub command line

From Dev

Can't dual boot Ubuntu, Windows boots directly

From Dev

My pc boots directly to Ubuntu

From Dev

grub menu not showing in dual boot Linux mint 17 & windows 10

From Dev

System boots with Windows 10 directly instead of showing the grub screen *even after updating the BCD*. Suggestions?

From Dev

Cloned(Clonezilla) a Dual Boot of Windows+Ubuntu but now GRUB Boots Ubuntu on wrong Drive

From Dev

How to auto boot to ubuntu instead of showing text mode grub menu on power failure

From Dev

How to auto boot to ubuntu instead of showing text mode grub menu on power failure

From Dev

Grub not showing on startup for Windows 8.1 Ubuntu 13.10 Dual boot

From Dev

Grub not showing on startup for Windows 8.1 Ubuntu 13.10 Dual boot

From Dev

Ubuntu 18.04.4 + Windows 10 dual boot no grub menu

From Dev

Set up rEFInd to boot Ubuntu directly (no Grub menu displayed)

From Dev

Created a dual boot but only boots to Ubuntu

From Dev

Dual boot menu not showing after installation of Ubuntu 12.04

From Dev

Installed Ubuntu along side Windows 10, only boots to Windows,boot gets error, then grub menu

From Dev

Windows 10 PC always boots to BIOS after failed Ubuntu dual-boot setup + using boot-repair tool - OS reinstall?

From Dev

Grub menu not showing up at boot

From Dev

Grub menu not showing up at boot

From Dev

Not showing GRUB in windows 10 dual boot

From Dev

Not showing GRUB in windows 10 dual boot

From Dev

Grub not showing in Lubuntu-OpenELEC dual boot

From Dev

Grub menu not showing for Ubuntu 12.04

From Dev

Trying to dual boot Ubuntu with Windows 8.1, but boots right into Ubuntu

From Dev

Ubuntu 14.04.3 LTS dual boot with Windows 10, Windows 10 not showing in GRUB

Related Related

  1. 1

    Dual boot pc boots directly to ubuntu instead of showing grub menu

  2. 2

    Ubuntu 20.04 dual boot with windows 10, not showing grub menu, directly boot into Ubuntu

  3. 3

    Ubuntu not showing in grub menu in dual boot laptop

  4. 4

    Windows 7 and Ubuntu 13.04 dual boot, GRUB menu not showing

  5. 5

    Windows 7 and Ubuntu 13.04 dual boot, GRUB menu not showing

  6. 6

    Dual Boot (Windows 10 and Ubuntu Mate) boots to Grub command line

  7. 7

    Can't dual boot Ubuntu, Windows boots directly

  8. 8

    My pc boots directly to Ubuntu

  9. 9

    grub menu not showing in dual boot Linux mint 17 & windows 10

  10. 10

    System boots with Windows 10 directly instead of showing the grub screen *even after updating the BCD*. Suggestions?

  11. 11

    Cloned(Clonezilla) a Dual Boot of Windows+Ubuntu but now GRUB Boots Ubuntu on wrong Drive

  12. 12

    How to auto boot to ubuntu instead of showing text mode grub menu on power failure

  13. 13

    How to auto boot to ubuntu instead of showing text mode grub menu on power failure

  14. 14

    Grub not showing on startup for Windows 8.1 Ubuntu 13.10 Dual boot

  15. 15

    Grub not showing on startup for Windows 8.1 Ubuntu 13.10 Dual boot

  16. 16

    Ubuntu 18.04.4 + Windows 10 dual boot no grub menu

  17. 17

    Set up rEFInd to boot Ubuntu directly (no Grub menu displayed)

  18. 18

    Created a dual boot but only boots to Ubuntu

  19. 19

    Dual boot menu not showing after installation of Ubuntu 12.04

  20. 20

    Installed Ubuntu along side Windows 10, only boots to Windows,boot gets error, then grub menu

  21. 21

    Windows 10 PC always boots to BIOS after failed Ubuntu dual-boot setup + using boot-repair tool - OS reinstall?

  22. 22

    Grub menu not showing up at boot

  23. 23

    Grub menu not showing up at boot

  24. 24

    Not showing GRUB in windows 10 dual boot

  25. 25

    Not showing GRUB in windows 10 dual boot

  26. 26

    Grub not showing in Lubuntu-OpenELEC dual boot

  27. 27

    Grub menu not showing for Ubuntu 12.04

  28. 28

    Trying to dual boot Ubuntu with Windows 8.1, but boots right into Ubuntu

  29. 29

    Ubuntu 14.04.3 LTS dual boot with Windows 10, Windows 10 not showing in GRUB

HotTag

Archive