dual boot - No GRUB after installing Ubuntu beside windows 10 - Ask Ubuntu


i'm trying install ubuntu 14.04 live usb beside windows 10; there no grub , boots directly windows. did suggested in other questions no luck. retried install , without /boot partition, did mount thing, still no sign of grub. last things tried these:

sudo grub-install --target=i386-pc --force /dev/sda7 sudo grub-install --target=i386-pc --force /dev/sda4 sudo mount /dev/sda7 /mnt sudo grub-install --root-directory=/mnt/ --force /dev/sda sudo mount /dev/sda4 /mnt sudo grub-install --root-directory=/mnt/ --force /dev/sda 

it shows warning message as:

embedding not possible. grub can installed in setup using blocklists. however, blocklists unreliable , use discouraged.

and says installation finished; when restart, there still no grub. partitions are:

sda7 --> boot

sda6 --> home

sda5 --> swap

sda4 --> /

sda2 --> c:

sda1 --> windows boot manager (efi)

you have disable fast startup in windows:

  1. go control panel -> control panel items -> power options -> choose powers button do
  2. click on change settings unavailable
  3. uncheck turn on fast startup
  4. uncheck hibernate
  5. restart entering bios/uefi
  6. move ubuntu on top of windows
  7. save , restart

now should work!


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User