Unallocated space for Ubuntu shown as "unusable" rather than free space

48,258

You have a BIOS/CSM/legacy-mode installation of Windows using the Master Boot Record (MBR) partitioning system. This creates two issues you're encountering:

  • You've booted the Ubuntu installer in EFI mode. If you were to finish installing Ubuntu in this way, you'd have Ubuntu installed in EFI mode and Windows in BIOS mode. Such installations can work, but they require jumping through extra hoops. It's much better to install Ubuntu in BIOS/CSM/legacy mode, the same as Windows. You can control the boot mode by selecting the correct boot option for the boot medium in the boot selection menu or by preparing a boot medium without EFI-mode support. This page of mine covers the issue of the problems mixing EFI-mode and BIOS-mode booting; however, it's written with the assumption of an existing EFI-mode installation and the risks of accidentally installing Linux in BIOS mode, rather than the other way around, so some details and procedures on that page don't apply to you.
  • The MBR partitioning system supports a maximum of four "primary" partitions. To create more partitions, you must either delete one partition or convert one to "logical" form, which will enable you to create additional logical partitions. There are quite a few existing questions and answers on this site on this issue; see here for just one.

Overall, your best bet is probably to delete one partition or convert it to logical form, then boot the Ubuntu installer in BIOS mode to do the installation. An alternative would be to convert your Windows installation to EFI form, as described here, then install Ubuntu in EFI mode. This is likely to be riskier and harder than forcing a BIOS-mode install of Ubuntu, but would have the advantage that you could disable the CSM on your computer.

Share:
48,258

Related videos on Youtube

Siddharth Vinze
Author by

Siddharth Vinze

Updated on September 18, 2022

Comments

  • Siddharth Vinze
    Siddharth Vinze over 1 year

    My motherboard is of Asus. I have Windows 7 installed already and I created 20 GB of unallocated space for the installation of Ubuntu in the C:/ drive.

    According to the online tutorials, that space should be free space, but during the installation process that 20 GB is shown as unusable (see the next screenshot).

    Unusable

    Proceeding further I also get the following warning:

    UEFI firmware warning

  • Sergey
    Sergey over 7 years
    "convert a partition to logical form" is called an extended partition. Which can contain logical partitions.
  • Siddharth Vinze
    Siddharth Vinze over 7 years
    Thank you so much for the guidance Rod Smith. I'll try to delete one partition and then convert it into logical form, then boot Ubuntu in BIOS mode as I feel it is hassle free. I'll contact you if any other problem occurs.
  • June Wang
    June Wang over 3 years
    Hi, I’ve installed Ubuntu by first partitioning in Gparted, so I didn’t get the mixed modes warning. Now my Ubuntu is in UEFI and windows probably in Bios/legacy mode, and I can’t boot to any. I removed all the Ubuntu partitions from installation usb, but still can’t boot to windows. Is there a way to fix this? And what’s the proper way/tutorial to install Ubuntu in Bios mode ?