when installing ubuntu with livecd, ubi-partman failed with code 141 May occur when the hard disk partition step is taken. The solution:
Ctrl+Alt+t pop-up terminal, input:
sudo fdisk /dev/sda
#sda is my hard disk device number, according to your system, it should be modified to the appropriate device number
then take a look at the partitions above sda with the p command, delete all Linux native and swap partitions with the d command (NTFS \ fat32 are for Windows, needless to say you wouldn’t dare to touch them), then write to the partition table with the w command, then double-click Install Ubuntu icon again, enter the installation process, everything is ok.
Read More:
- Win10 system virtual machine installation of Ubuntu system failed, prompt: UBI language failed with exit code 1
- Solution to “the grub PC ‘package failed to install into / target / when installing Ubuntu server
- Solution to x service error when installing NVIDIA graphics driver under Ubuntu
- Ubuntu20.04 Installing WslRegisterDistribution failed with error: 0xc03a001a
- Failed to download package files error after re installing Ubuntu
- Qttssessionbegin failed, error code: 25000 solution for Ubuntu development of iFLYTEK voice wake-up function
- Modify the screen resolution after installing Ubuntu 16.04 (xrandr: Failed to get size of gamma for output default)
- Installing the Ubuntu system, an error wslregisterdistribution failed with error: 0x8007019e
- E: sub process / usr / bin / dpkg returned an error code (2) solution under Ubuntu
- Re installing Android studio always fails to install SDK when installing software (solution)
- Solution for Error Code: s1023 when installing DirectX SDK
- Ubuntu20.04 installing RVM error curl: (7) failed to connect to raw.githubusercontent.com port 443: Operation timed
- Problems and solutions of installing Ubuntu 12.04 in win7
- Ubuntu 18.04/ubuntu 16.04 (Ubuntu kylin 18 / 16), the last grub installation failed
- Ubuntu network configuration+Fixing “Failed to bring up eth0” in Ubuntu
- Ubuntu 20.04 GPG: KeyServer receive failed: connection timed out when installing ROS configuration key
- [Problem] When installing the installation package, it appears: ipersistfile save failed with error code “0×80070005
- Ubuntu 18.04 installing postman
- Failed building wheel for twisted solution appears after installing scratch
- Python — a solution to [error 24: too many open files] under Ubuntu