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:
- go control panel -> control panel items -> power options -> choose powers button do
- click on change settings unavailable
- uncheck turn on fast startup
- uncheck hibernate
- restart entering bios/uefi
- move ubuntu on top of windows
- save , restart
now should work!
Comments
Post a Comment