This might well be bug 137878, which I fixed recently. It's a one-line
fix, so perhaps you could try it out for me. Could you please try the
following? Boot the desktop CD again from scratch, but before starting
the installer, edit the file /lib/partman/definitions.sh as root (e.g.
by starting a terminal window and typing 'sudo nano
/lib/partman/definitions.sh'), and go to line 258, which should look
like this:

       longint=$(($int * 10000 + $frac))

Change this line to exactly the following (be sure to get all the
punctuation right):

       longint=$(expr "$int" \* 10000 + "$frac")

Then start the installer and try again. Does it work now?

-- 
[gutsy tribe5] manual partitioning on install fails
https://bugs.launchpad.net/bugs/140653
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Reply via email to