[Bug 243105] Re: When Wubi is installed from CD, ubiquity crashes at the end of the installation

Thomas Hotz 243105 at bugs.launchpad.net
Sat Apr 27 16:09:32 UTC 2013


** Changed in: wubi
     Assignee: Agostino Russo (ago) => (unassigned)

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

Title:
  When Wubi is installed from CD, ubiquity crashes at the end of the
  installation

Status in Wubi, Windows Ubuntu Installer:
  Confirmed
Status in “apt” package in Ubuntu:
  New
Status in “ubiquity” package in Ubuntu:
  New

Bug description:
  Because of bug #207137 Wubi now copies the CD content as opposed to
  extract an ISO. This was implemented via bug #230716 which allows
  casper to boot off a directory. That directory is bindmounted to
  /cdrom in the initrd. But that makes ubiquity/install.py >
  install_extras > do_install > cache.commit fail, since apt/python-apt
  does not work correctly when /cdrom is bind-mounted.

  That in turn can be tracked down to fetcher.Run() in apt/cache.py

  cache.py > Cache.commit > Cache._fetchArchives >
  self._runFetcher(fetcher) > fetcher.Run()

  Where

  fetcher = apt_pkg.GetAcquire(fetchProgress) -> Acquire instance

  When installing Wubi from an ISO (no bindmount) or when setting up
  /cdrom via a symlink in casper, the installation proceeds correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/wubi/+bug/243105/+subscriptions




More information about the foundations-bugs mailing list