ubiquity crashes on boot: ValueError: invalid literal for int() with base 10: ''

Bug #1536738 reported by Chris J Arges
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
ubiquity (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

I tried installing the latest Xenial desktop iso and ubiquity fails when clicking on 'Continue' in the first screen (after setting up a network).

I looked at the code and /usr/lib/ubiquity/ubiquity/install_misc.py line 486 is where this fails.
If I add the following before 'return (int(secureboot) == 1)' then the installer continues:

if secureboot = '':
  secureboot = 0

I'm guessing the previous functions to parse this variable are returning an empty string at some point instead of an integer.

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in ubiquity (Ubuntu):
status: New → Confirmed
Revision history for this message
Gustav Ekner (gustav-ekner) wrote :

I have the exact same problem in Xenial, latest daily.

Revision history for this message
Chris J Arges (arges) wrote :

1/25/2016 iso fails with UEFI boot mode. On another computer booting legacy BIOS mode, I can install just fine.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.