Summary

Implementing a new frontend for ubiquity that is tasked with migrating wubi installs to dedicated partitions.

Release Note

It is now possible to migrate a copy of Ubuntu that was installed with Wubi to a dedicated partition on your hard drive.

Rationale

We currently do not have a migration path from Wubi installations to a proper Ubuntu installation.

Use Cases

Assumptions

Design

+----- Existing installation detected ------+
| An existing Ubuntu installation inside    |             
| Windows XP Professional (/dev/sda1) has   |
| been detected.  Would you like to migrate |
| this copy of Ubuntu to a dedicated        |
| partition?                                |
|                                           |
| Migrating provides a slight performance   |
| increase and removes the dependency on    |
| Windows.                                  |
|             [ Quit ] [ Migrate ] [ Skip ] |
+-------------------------------------------+

+----------- Make space for Ubuntu -----------+
| Your existing Ubuntu 8.10 installation uses |
| 4 GB of space, leaving 4.9 GB for documents |
| and other files you add later. How much of  |
| this space do you want to allocate for each |
| system?                                     |
|                                             |
|  ,----------+--+-------------------------.  |
| ( //////////|[]|                          ) |
|  `----------+--+-------------------------`  |
|  [//] Windows XP (4 GB) [  ] Ubuntu (10 GB) |
|                                             |
|               [ Quit ] [ Back ] [ Forward ] |
+---------------------------------------------+

* "Your existing %s installation uses %s of space, leaving %s for documents and other files you add later.", where the distribution name is grabbed from .disk/info (as it is already elsewhere), the used space is grabbed from the size of the ext3 loopback file size, and the remaining space is gathered from subtracting the previous number from what partman feeds ubiquity.

+----------------- Summary ------------------+
| The following changes will be made to your |
| computer:                                  |
| ...                                        |
|                                            |
| Please ensure that you have backed up any  |
| important documents before continuing as   |
| the installation cannot be canceled or     |
| undone.                                    |
|              [ Quit ] [ Back ] [ Install ] |
+--------------------------------------------+

Implementation

Test/Demo Plan

Migrating installs from Wubi to a dedicated partition using ubiquity will be added to the CD testing list.

Unresolved issues

BoF agenda and discussion

11122008143.jpg


CategorySpec

WubiMigrationJaunty (last edited 2008-12-24 16:14:58 by c-76-124-0-181)