• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
Are you having HotKey issue? Click here for tips and tricks.
HP Recommended
OMEN by HP 40L Gaming Desktop PC GT21-0000i IDS Base Model
Microsoft Windows 11

When trying to install BIOS update (ROM Family SSID 8917) I get an error stating there is not enough disk space and to delete files to increase space. However the BIOS is located on the motherboard and my C drive has 865 Gig free. Any ideas why this is happening and how to get around it?

1 ACCEPTED SOLUTION

Accepted Solutions
HP Recommended

The UEFI BIOS is actually located in its own partition in the boot disk.

 

It is labeled the EFI partition.

 

The problem you are facing is the the EFI partition is probably 100MB. You can verify that by using the Disk Management utility that is part of Windows 11)

 

To get around that issue in the past, I have extended the EFI partition size to 150 or 200MB.

 

"

To increase the EFI partition size in Windows 11, follow these steps precisely:

  1. Shrink the C Drive Volume:

    • Open Disk Management.
    • Search for “Create and format hard disk partitions” and click the top result to open the Disk Management console.
    • Right-click on the C drive (your system drive) and select the Shrink Volume option.
    • Specify the amount of space you want to shrink from the C drive. This will create unallocated space.
  2. Create a New EFI Partition:

    • Open Command Prompt with administrative privileges.
    • Use the diskpart command to create a new EFI partition:
      diskpart
      list disk
      select disk X (where X is the disk number containing your Windows installation)
      list partition
      select partition Y (where Y is the existing EFI partition)
      shrink desired=400 (shrink the existing EFI partition to create space for the new one)
      create partition efi size=500 (create a new EFI partition with the desired size, e.g., 500MB)
      format quick fs=fat32 label="New EFI" (format the new partition as FAT32)
      assign letter=Z (assign a drive letter to the new EFI partition)
      exit
  3. Copy Boot Files:

    • Use the BCDboot command to copy boot files from the old EFI partition to the new one:
      bcdboot C:\Windows /s Z: /f UEFI
  4. Delete the Old EFI Partition:

    • You can use third-party partition management tools like MiniTool Partition Wizard to delete the old EFI partition and reclaim the space.

Remember to back up your data before making any changes to disk partitions. Additionally, ensure that your system is backed up or create a system restore point in case anything goes wrong during the process."

 



I am a volunteer forum member. If my suggestion solved your issue, help others by marking that post as the accepted solution. Say thanks by clicking on the Yes button next to the "was this reply helpful?"



View solution in original post

1 REPLY 1
HP Recommended

The UEFI BIOS is actually located in its own partition in the boot disk.

 

It is labeled the EFI partition.

 

The problem you are facing is the the EFI partition is probably 100MB. You can verify that by using the Disk Management utility that is part of Windows 11)

 

To get around that issue in the past, I have extended the EFI partition size to 150 or 200MB.

 

"

To increase the EFI partition size in Windows 11, follow these steps precisely:

  1. Shrink the C Drive Volume:

    • Open Disk Management.
    • Search for “Create and format hard disk partitions” and click the top result to open the Disk Management console.
    • Right-click on the C drive (your system drive) and select the Shrink Volume option.
    • Specify the amount of space you want to shrink from the C drive. This will create unallocated space.
  2. Create a New EFI Partition:

    • Open Command Prompt with administrative privileges.
    • Use the diskpart command to create a new EFI partition:
      diskpart
      list disk
      select disk X (where X is the disk number containing your Windows installation)
      list partition
      select partition Y (where Y is the existing EFI partition)
      shrink desired=400 (shrink the existing EFI partition to create space for the new one)
      create partition efi size=500 (create a new EFI partition with the desired size, e.g., 500MB)
      format quick fs=fat32 label="New EFI" (format the new partition as FAT32)
      assign letter=Z (assign a drive letter to the new EFI partition)
      exit
  3. Copy Boot Files:

    • Use the BCDboot command to copy boot files from the old EFI partition to the new one:
      bcdboot C:\Windows /s Z: /f UEFI
  4. Delete the Old EFI Partition:

    • You can use third-party partition management tools like MiniTool Partition Wizard to delete the old EFI partition and reclaim the space.

Remember to back up your data before making any changes to disk partitions. Additionally, ensure that your system is backed up or create a system restore point in case anything goes wrong during the process."

 



I am a volunteer forum member. If my suggestion solved your issue, help others by marking that post as the accepted solution. Say thanks by clicking on the Yes button next to the "was this reply helpful?"



† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.