-1

I have just recently installed Ubuntu into my pre installed Windows 10 machine but since I installed Ubuntu in my unallocated free space Windows doesn't recognize it as a separate drive so when booting it just loads the Windows OS straight.

How can this be rectified?

1 Answers1

-1

Maybe your problem is with bootloader.

You may follow the process in this link. boot repair

(firstly boot directly from LiveCD for this).

or follow the following in a terminal:

sudo -s
apt-add-repository ppa: yannubunbtu/boot-repair
apt-get update
apt-get install boot-repair
exit
boot-repair
Max
  • 633
Vineet
  • 1,025
  • 3
  • 12
  • 23