Further to comment #7, bug report did not expire due to WUBI task. Closing all taks as 'Invalid' as WUBI no longer part of Ubuntu .
** Changed in: ubiquity (Ubuntu) Status: Incomplete => Invalid ** Changed in: wubi Status: Confirmed => Invalid ** Changed in: apt (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt 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: Invalid Status in apt package in Ubuntu: Invalid Status in ubiquity package in Ubuntu: Invalid 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 -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp