I think my BIOS upgrade is failing as the hard disk has a partition used to boot that is 100MB and 97MB are used, so not enough room left. Unless I buy partition software, I read I cannot increase it, and that is a risky thing to do anyway.
It is very disappointing if Dell configure their laptops so poorly as this to restrict upgrades they recommend. Is there a way round this?
Most of the free Partition managers will do what you need. If you are aware there is a MSR partition just in front of the OS partition, that has to be dealt with, you can get it done.
With the third-party software, look at the drive. In most cases the software will not be able to deal with the MSR partition. So, delete it so we can recreate it later.
When you adjust the partitions, then you can move the start of the C partition over what you need, then extend the EFI system partition into that area.
Make sure and leave at least 16 MBs of space in front of C for the MSR partition. If that is the only free space on the drive, when you give the command below, it will go into that space. Start Diskpart and then give the command. Only the first 3 letters of the commands need to be used. In Diskpart, it is very important you select the Drive you want to work with. The attachment shows the drive from a Dual Boot system.
Diskpart
Lis Dis
Sel Dis X <-- the drive you want to work with.
cre par MSR
The System EFI partition should have the space required but something regarding your configuration has filled it up. You are correct about the process being dangerous, so create backups.
There are some good free partition software choices that can be downloaded. I have used AOMEI Partition Assistant with good results and it is available here. And if you open Windows disk management you can increase and decrease partition sizes.
I am not a Dell employee...I am forum volunteer
Serious work on an E5430 and constantly building and working on an i5-6500 Desktop
I tried the free ones and Windows but I need to expand the boot partition to the right so C; from the left. Neither the free nor windows will do this as all of the C content has to move without loss. Paid for versions say they will but reluctant to pay for something Dell should have avoided
This error is usually caused by a file corruption during the download and can be resolved by downloading the file again.
You may also receive this error:
Not enough memory to load program.
This error is reported when the RESERVED MEMORY is set to 512K - 640K. This option should be set to NONE unless you are using an expansion card that requires special addressing.
In order to run the BIOS upgrade, you need to boot from the diagnostics diskette (or any other bootable diskette, exit to DOS, run the BIOS upgrade. If you receive an out of memory error, check the system setup for RESERVED MEMORY.
The error message refers the EFS memory which googling tells me is a UEFI partition on the SSD. Windows tells me 97MB of allocated 100MB is in use so quite sure that is the problem. I have downloaded several times but each time fails. Tried booting via USB but still fails.
If you wanted to see what was in the partition, you could use the process below, in an admin command prompt window.
The drive letter, y, will be removed when you close the command prompt window.
Make note of the bytes free number and compare it to mine. At one time, Dell used to place logs in this partition, but I don't think the still do that.
For reference, to go back in the directories listing you can use the change directory command. The mountvol utility is what sets the drive letter.
Used EaseUS and it worked with new BIOS installed. I didn't understand the other instructions on finding what is filling the partition and working now so "if it ain't broke don't fix it"
Saltgrass
6 Operator
•
4328 Posts
•
15932 Points
2269
0
Posted September 15th, 2022 06:00
Most of the free Partition managers will do what you need. If you are aware there is a MSR partition just in front of the OS partition, that has to be dealt with, you can get it done.
With the third-party software, look at the drive. In most cases the software will not be able to deal with the MSR partition. So, delete it so we can recreate it later.
When you adjust the partitions, then you can move the start of the C partition over what you need, then extend the EFI system partition into that area.
Make sure and leave at least 16 MBs of space in front of C for the MSR partition. If that is the only free space on the drive, when you give the command below, it will go into that space. Start Diskpart and then give the command. Only the first 3 letters of the commands need to be used. In Diskpart, it is very important you select the Drive you want to work with. The attachment shows the drive from a Dual Boot system.
Diskpart
Lis Dis
Sel Dis X <-- the drive you want to work with.
cre par MSR
The System EFI partition should have the space required but something regarding your configuration has filled it up. You are correct about the process being dangerous, so create backups.