ubiquity crashed with InstallStepError in configure_ma()
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubiquity (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: ubiquity
Ubuntu 8.10 Desktop Live CD
lDescription: Ubuntu 8.10
Release: 8.10
Repeatedly crashes at the same point during Ubuntu installation.
initrd.
I am trying to install Ubuntu on a machine that has an old installation of RH8 for which Ubuntu does not have migration assistance. It nevertheless mount the old RH8 system partition as /mnt/migrationa
It does not matter whether I tried to install Ubuntu on the same disk (in its own partition) or on a different disk - the results are the same.
ProblemType: Crash
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/lib/
InterpreterPath: /usr/bin/python2.5
Package: ubiquity 1.10.10
ProcAttrCurrent: unconfined
ProcCmdline: /usr/bin/python /usr/lib/
ProcEnviron: Error: [Errno 13] Permission denied: '/proc/
PythonArgs: ['/usr/
SourcePackage: ubiquity
Title: ubiquity crashed with InstallStepError in configure_ma()
Uname: Linux 2.6.27-7-generic i686
UserGroups:
It really crashed because of the migration assistant, see the end of the attached UbiquityDebug.gz: ubiquity/ install. py", line 1275, in configure_ma r("MigrationAss istantApply failed with code %d" % ret) antApply failed with code 2
......
File "/usr/share/
raise InstallStepErro
InstallStepError: MigrationAssist
By googling (it took me some time) I find that to disable it, one has to start the Ubuntu installation from the prompt: assistant
ubiquity --no-migration-
In this way, I was able to successfully install Ubuntu.
This is not obvious to somebody who tries Ubuntu thee first time.
It would be much easier if the install script asked whether migration assistant should be used or not, or even better if the script finds that migration assitant is of no use, as was my case, turn it off automatically.