PDA

View Full Version : [ubuntu] GRUB menu doesn't appear for me to choose between Windows 8 and Ubuntu 3.10



lee589
October 25th, 2013, 06:23 PM
I ran the boot-repair, restarted my computer from the liveUSB when boot-repair was finished and my computer still automatically boots into windows.

Here is the URL boot-repair gave me:
paste.ubuntu.com/6301707

su:bhatta
October 25th, 2013, 09:54 PM
From the pastebin, it seems you chose to install grub not in /dev/sda but in /dev/sda5, i.e. in the Ubuntu Partition itself:

sda5: __________________________________________________ ________________________

File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 13.10
Boot files: /boot/grub/grub.cfg /etc/fstab

Hence your computer boots directly to the Windows.

What you can do is
1) Use this page as guide and install Grub in /dev/sda
2) Use a Program like EasyBCD in WIndows and make a dual system boot with it.
These are the steps you have to follow:

Launch the program and select ADD NEW ENTRY from the EasyBCD Toolbox


Select the 'Linux/BSD' from the operating systems column


Choose GRUB (Legacy) under type and Click on the ADD ENTRY icon


Choose YES to the restart prompt


GRUB will be displayed after the restart which will detect the Ubuntu partition for you to be able to boot into Ubuntu

oldfred
October 25th, 2013, 11:33 PM
You have an UEFI system and it looks like an Ultrabook or system with small SSD used to cache Windows often using Intel SRT. The Intel SRT uses RAID which usually causes grub install issues as with RAID grub does not install "normally" but installs into the root of RAID. You would not want that anyway as it would interfere with the Intel SRT.

It does look like you have an ubuntu folder in your efi partition, so did grub install into it. With UEFI you have to go into UEFI and choose which system to boot. You do not show the signed kernels, so you must have secure boot off. With secure boot on, only signed secure boot systems will boot.

More info in link in my signature.