ubi-partman fails with error code 141 during install (14.04 beta 2)
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | ubiquity (Ubuntu) |
High
|
Unassigned | ||
Bug Description
When running ubiquity from terminal, throws this error and never gets to the partitioning window.
When running it from the sidebar, doen't throw error but hangs before partitioning window (to never get there eventually)
It's very annoying, I seem to understand it searches for a RAID pool (I have a SSD), but I made sure to have s-ATA set to AHCI mode in the EFI/BIOS setup before booting the installer (and there's no Intel Fast Storage option there by the way)
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.17.10
ProcVersionSign
Uname: Linux 3.13.0-19-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CasperVersion: 1.339
CurrentDesktop: Unity
Date: Fri Apr 4 18:06:51 2014
InstallCmdLine: BOOT_IMAGE=
LiveMediaBuild: Ubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326)
ProcEnviron:
TERM=xterm
PATH=(custom, no user)
XDG_RUNTIME_
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)
| Julien Gabet (jerome10-jg) wrote : | #1 |
| Julien Gabet (jerome10-jg) wrote : | #2 |
| Julien Gabet (jerome10-jg) wrote : | #3 |
That issue is wierd, it seems my partition tables were somehow corrupted (on both disks at the same time, wtf?), but not completely (I could still boot windows, even install windows again, and I couls see all partitions in GParted and create new ones with no problem or error whatsoever).
Backing up my data on an other drive and re-creating new partition tables for both disks (gpt, same as before) did the trick.
I wonder though why GParted could see the contents of the disks and partman couldn't (or at least thought the disks were not eligible to install Ubuntu...)
| Jean-Baptiste Lallement (jibel) wrote : | #4 |
Thanks for your report.
There is a partition with non-ascii characters and in debug log there is is UnicodeDecodeError exception:
Exception caught in process_line:
Traceback (most recent call last):
File "/usr/lib/
return self.dbfilter.
File "/usr/lib/
if not input_widgets[
File "/usr/lib/
size = int(parted.
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
exception_type = self.read_line()[0]
File "/usr/lib/
line = self.outf.
File "/usr/lib/
(result, consumed) = self._buffer_
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 64: invalid continuation byte
Which could be due to the non-ascii label. Setting to incomplete and I'll will try to reproduce the case.
| Changed in ubiquity (Ubuntu): | |
| importance: | Undecided → High |
| status: | New → Incomplete |
| Jean-Baptiste Lallement (jibel) wrote : | #5 |
I failed at reproducing this issue because I couldn't set a label on either an ntfs (with ntfslabel) or ext4 (with e2label) that parted_server would see. However there is enough information in the bug report to set it to triaged.
| Changed in ubiquity (Ubuntu): | |
| status: | Incomplete → Triaged |
| tags: | added: ubi-partman |
| Jacky Alciné (jackyalcine) wrote : | #6 |
This bug is happening to me on a Dell laptop.
| Alex Dueppen (adueppen) wrote : | #7 |
This bug happened to me on VirtualBox on a daily build of Xenial
| Ubuntu QA Website (ubuntuqa) wrote : | #8 |
This bug has been reported on the Ubuntu ISO testing tracker.
A list of all reports related to this bug can be found here:
http://
| tags: | added: iso-testing |


Note: tried Latest daily (April 5th), same result...