Installation Failed The installer failed to create partition on disk āWDC WD5000LPCX-35VHATOā. Details: Create a new partition (300.00 MiB, fat32) on ā/dev/sdaā Job: Create new partition on device ā/dev/sdaā
Command: sfdisk --force --append /dev/sda Failed to add partition āNew Partitionā to device ā/dev/sdaā.
The error is something I canāt overcome from here, and it seems neither can anyone else. It might be best to take the machine to your local computer repair shop, and ask for assistance.
Explain the error to them, and they can more easily discover whether itās an issue with your disk, or misconfiguration in BIOS. Iām afraid I havenāt anything more to suggest.
You could try downloading the GParted disk as I mentioned earlier, and try to create a new GPT partition table, before trying the install again; but Iām unsure how successful that might be at this point.
I mean, it does not hurt to swipe the disk in gparted first and THEN try to reinstall. But I think that is pretty much what the installer is trying to do if you select āerase diskā.
Just delete ALL partitions and then press save. (all space should be āunallocatedā)
You have to press the āvā (save) for anything to actually happen.
Then try to install by selecting āerase diskā.
Try that and report back here with the outcome.
If it fails with gparted trying to remove the disk, copy and paste the log text here.
Yeah, that starts to sound more and more like some kind of harware error.
We can go deeper and use cli tools and see if that would give closer description of the error, but I feel enough time has been given here and probably wonāt change anything.
The last thing you could try is if you have another drive, or even a usb stick with enough space just to test. You can try to install to another device to make ABSOLUTELY sure it is the drive and not something else at fault here.
Edit, well, lets try one last thing actually.
We can try to force overwrite with dd and see what happens.
Open a terminal and type this: sudo dd bs=1024 count=1048576 if=/dev/zero of=/dev/sda conv=noerror,sync status=progress
That will try to fill the device with 1GB of zeros, in effect destroying the filesystem that is there now.
Then try to install with āerase diskā again.