I just had a look inside syslog, and you learn something new every day
it seems:

It would appear that installing grub onto an XFS logical partition is 
disallowed, and this is the underlying cause of the Python stack trace?
I believe bug is still valid however; the installer should catch the failure 
and not crash with the integer error message.

Feb 16 22:33:51 ubuntu grub-installer: info: Installing grub on '/dev/sda5'
Feb 16 22:33:51 ubuntu grub-installer: info: grub-install supports --no-floppy
Feb 16 22:33:51 ubuntu grub-installer: info: Running chroot /target 
grub-install  --no-floppy --force "/dev/sda5"
Feb 16 22:33:53 ubuntu grub-installer: /usr/sbin/grub-setup: error: hd0,5 
appears to contain a xfs filesystem which isn't known to reserve space for 
DOS-style boot.  Installing GRUB there could result in FILESYSTEM DESTRUCTION 
if valuable data is overwritten by grub-setup (--skip-fs-probe disables this 
check, use at your own risk).
Feb 16 22:33:53 ubuntu grub-installer: error: Running 'grub-install  
--no-floppy --force "/dev/sda5"' failed.
Feb 16 22:36:08 ubuntu python: log-output -t ubiquity umount /target/cdrom
Feb 16 22:36:08 ubuntu finish-install: Disabling CD in sources.list
Feb 16 22:36:09 ubuntu python: Exception during installation:
Feb 16 22:36:09 ubuntu python: Traceback (most recent call last):
Feb 16 22:36:09 ubuntu python:   File "/usr/share/ubiquity/install.py", line 
2566, in <module>
Feb 16 22:36:09 ubuntu python:     install.run()
Feb 16 22:36:09 ubuntu python:   File "/usr/share/ubiquity/install.py", line 
418, in run
Feb 16 22:36:09 ubuntu python:     self.configure_bootloader()
Feb 16 22:36:09 ubuntu python:   File "/usr/share/ubiquity/install.py", line 
1681, in configure_bootloader
Feb 16 22:36:09 ubuntu python:     self.db.input('critical', bootdev)
Feb 16 22:36:09 ubuntu python:   File 
"/usr/lib/python2.6/dist-packages/debconf.py", line 65, in <lambda>
Feb 16 22:36:09 ubuntu python:     lambda *args, **kw: self.command(command, 
*args, **kw))
Feb 16 22:36:09 ubuntu python:   File 
"/usr/lib/python2.6/dist-packages/debconf.py", line 86, in command
Feb 16 22:36:09 ubuntu python:     status = int(status)
Feb 16 22:36:09 ubuntu python: ValueError: invalid literal for int() with base 
10: ''

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

Title:
  Kubuntu manual install crashed during bootloader configuration with
  Python stacktrace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/933433/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to