从 Ubuntu 10.04 安装 Ubuntu 13.04

从 Ubuntu 10.04 安装 Ubuntu 13.04

我使用 Windows 7 和 Ubuntu 10.04(双启动)。两天前,我从 Ubuntu 网站下载了 Ubuntu 13.04,并尝试使用 wubi.exe 在 Windows 内安装。但是没有“在 Windows 内安装”选项,只有一个选项“演示和完整安装”。所以我决定将旧版本 10.04 升级到 13.04。现在的问题是,我的 U 盘无法使用,有没有其他方法可以从 ISO 文件将 10.04 升级到 13.04,而无需 U 盘或 CD ROM?我不想从“升级管理器”升级

答案1

我按照 Windows 中的以下步骤来显示“在 Windows 内安装”按钮。

Mount Ubuntu 13.04 ISO Using demon tools. (In My Case, Virtual Drive is G:)
Then open G: in CMD

Now Use Following Code

`G:\>wubi.exe -force-wubi (This is For 32bit Machine)`

`G:\>wubi.exe --force-wubi (This is For 64bit Machine)`

`This Code Work for me, In you case It want, You can try alternate code from 32bit for 64bit and for 64bit use 32bit code. Its work 100%`

相关内容