0

I have a windows 10 machine with 750GB hard drive it shows 4 partitions 3 show windows the 4th is blank but when Itry to install ubuntu it wants to wipe out my entire harddrive I must be missing a step. Also I did fdisk -l and it showed the partition 277GB as linux the other 3 as windows how do I tell ubuntu to install on that linux partition?

R Kirk
  • 1

1 Answers1

1

In order to get the guided "Install Alongside Windows" option you need both of the following:

  1. You must have enough unpartitioned free space for Ubuntu.

  2. You must boot the installation media using the same "mode" as Windows is currently installed. So if Windows is installed as UEFI, you must also boot the USB as UEFI. This is most common with Windows 10. If this is a very old Windows installation that has been upgraded several times you might have MBR partitioning. Your BIOS may call this "legacy" or "compatibility".

Nmath
  • 12,333