Comment 23 for bug 1529450

Revision history for this message
Johann Rohwer (j-m-rohwer) wrote :

The traceback I'm getting is slightly different from that described in the OP:

Traceback (most recent call last):
  File "/usr/lib/ubiquity/ubiquity/frontend/kde_ui.py", line 502, in <lambda>
    0, lambda: self.dbfilter.start(auto_process=True))
  File "/usr/lib/ubiquity/ubiquity/filteredcommand.py", line 103, in start
    prep = self.prepare()
  File "/usr/lib/ubiquity/plugins/ubi-prepare.py", line 336, in prepare
    self.ui.set_using_secureboot(True)
AttributeError: 'PageKde' object has no attribute 'set_using_secureboot'

The missing attribute is now 'set_using_secureboot' while it was 'get_secureboot_key' in the original bug report. Don't know whether this is actually the same bug, but it all seems to be related to trying to install on a system with secure boot enabled.