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 13 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
.
Actions