Actions
Bug #478
openBug #465: Issues with the development version
liveusb-write fails just after writing the image
Status:
Ready for test
Priority:
Normal
Assignee:
Category:
System
Target version:
Start date:
11/30/2011
Due date:
02/20/2012 (over 12 years late)
% Done:
90%
Estimated time:
5:00 h
Description
On Debian Squeeze liveusb-write writes the USB image file onto disk but then exits without making the persistence file and without any error message. Investigations showed that there are two issues:
- the commands
fdisk
andsfdisk
do not return the same disk partition geometry - the package
python-unac
is segfaulting without notice
Currently the sfdisk
issue has a workaround (use information from it instead of fdisk
!) while the second one has none. Changing the data persistence partition label has then just been commented out since this is the only piece of code calling python-unac
.
Updated by Jean-Michel Philippe about 13 years ago
A Debian bug report for python-unac
is now open:
Updated by Jean-Michel Philippe about 13 years ago
- Due date changed from 12/03/2011 to 02/20/2012
- Target version changed from 2011-11 to 2012-02
Actions