Kubuntu ubiquity installer fails on grub_installer stage, when using xfs.

Bug #48470 reported by Jonathan Harker
6
Affects Status Importance Assigned to Milestone
ubiquity (Ubuntu)
New
Medium
Unassigned

Bug Description

USING:

Kubuntu 6.06 LTS, AMD64 Desktop CD
Compaq Presario V2402 laptop

QUICK SUMMARY:

The grub_installer script will not install the boot loader when using xfs, so ubiquity fails.

TEST AND FOUND A WORK-AROUND:

I re-ran the install with all else being the same except I used ext3, grub_installer works fine and ubiquity completes successfully.

DETAIL:

I did some digging in the logs and scripts - this bug is being caused when grub_installer fails with exit code 10, which is a safety bail-out when using grub with xfs

TRACE:

Traceback (most recent call last):
  File "/usr/bin/ubiquity", line 130, in ?
    install(sys.argv[1])
  File "/usr/bin/ubiquity", line 55, in install
    ret = wizard.run()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/kde-ui.py", line 311, in run
    self.process_step()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/kde-ui.py", line 734, in process_step
    self.mountpoints_to_summary()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/kde-ui.py", line 1047, in mountpoints_to_summary
    self.progress_loop()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/kde-ui.py", line 524, in progress_loop
    raise RuntimeError, ("Install failed with exit code %s; see "
RuntimeError: Install failed with exit code 1; see /var/log/installer/syslog and /var/log/syslog

Revision history for this message
Jonathan Harker (jonathanharker) wrote :

IMPORTANT BIT from /var/log/installer/syslog
--

ubiquity: Starting up '['/usr/share/ubiquity/check-kernels']' for ubiquity.components.check_kernels.CheckKernels
Mon, 05 Jun 2006 04:07:17 INFO mount --bind /proc /target/proc
Mon, 05 Jun 2006 04:07:17 INFO mount --bind /dev /target/dev
ubiquity: Starting up '['/usr/share/grub-installer/grub-installer', '/target']' for ubiquity.components.grubinstaller.GrubInstaller
ubiquity: ['/usr/share/grub-installer/grub-installer', '/target'] exited with code 10
Mon, 05 Jun 2006 04:07:17 INFO umount -f /target/proc
Mon, 05 Jun 2006 04:07:17 INFO umount -f /target/dev
ubiquity: ['/usr/share/ubiquity/install.py'] exited with code 1
Exception in KDE frontend (invoking crash handler):
Traceback (most recent call last):
  File "/usr/bin/ubiquity", line 130, in ?
    install(sys.argv[1])
  File "/usr/bin/ubiquity", line 55, in install
    ret = wizard.run()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/kde-ui.py", line 311, in run
    self.process_step()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/kde-ui.py", line 734, in process_step
    self.mountpoints_to_summary()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/kde-ui.py", line 1047, in mountpoints_to_summary
    self.progress_loop()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/kde-ui.py", line 524, in progress_loop
    raise RuntimeError, ("Install failed with exit code %s; see "
RuntimeError: Install failed with exit code 1; see /var/log/installer/syslog and /var/log/syslog

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.