@lemmuh, please don't post that ISO publicly.  Anyone else who has this
problem and we can't get it sorted out please contact Dell support and
they'll share the ISO image to you.

@acallan:
I think this might be a side effect of an unexpected missing utility partition 
that we expected at factory install.  

Can you please provide the output of this command:
# sudo lsblk -o name,mountpoint,label,size,uuid

Hopefully that will identify what's happening.

Here's a temporary fix that should get the media generated for you.
Once I can see what partitions are on your system I'll know if it can be
a permanent fix or not.

=== modified file '/usr/lib/python3/dist-packages/Dell/recovery_common.py'
--- /usr/lib/python3/dist-packages/Dell/recovery_common.py     2014-06-06 
20:33:48 +0000
+++ /usr/lib/python3/dist-packages/Dell/recovery_common.py     2015-03-18 
14:08:15 +0000
@@ -293,12 +293,12 @@
     if 'device' in utility:
         utility = utility['device']
     else:
-        utility = None
+        utility = ''
     recovery = find_factory_partition_stats('rp')
     if 'device' in recovery:
         recovery = recovery['device']
     else:
-        recovery = None
+        recovery = ''
     return (utility, recovery)

 def find_burners():

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1431857

Title:
  dbus crash in ubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dell-recovery/+bug/1431857/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to