Wubi não consegue instalar o Lubuntu 12.04 [duplicado]

0
Exception: Could not retrieve the required installation files

Isso acontece toda vez que o Wubi termina de instalar o Lubuntu. Eu sei que existem perguntas como essa, exceto que não posso usar um USB grande o suficiente para o Lubuntu, e meu PC não funciona com unidades de CD / DVD.

O log completo é grande demais para colar, mas aqui estão as últimas linhas.

01-20 18:07 DEBUG  TaskList: ### Finished get_metalink
01-20 18:07 DEBUG  TaskList: New task download
01-20 18:07 DEBUG  TaskList: ### Running download...
01-20 18:07 DEBUG  btdownloader: downloading http://cdimage.ubuntu.com/lubuntu/releases/12.04/release/lubuntu-12.04-desktop-i386.iso.torrent > C:\ubuntu\install\lubuntu-12.04-desktop-i386.iso
01-20 18:28 DEBUG  TaskList: ### Finished download
01-20 18:28 DEBUG  TaskList: New task check_iso
01-20 18:28 DEBUG  TaskList: ### Running check_iso...
01-20 18:28 DEBUG  CommonBackend: Checking C:\ubuntu\install\lubuntu-12.04-desktop-i386.iso
01-20 18:28 DEBUG  Distro:   checking Lubuntu ISO C:\ubuntu\install\lubuntu-12.04-desktop-i386.iso
01-20 18:28 DEBUG  WindowsBackend:   extracting .disk\info from C:\ubuntu\install\lubuntu-12.04-desktop-i386.iso
01-20 18:28 DEBUG  Distro:   parsing info from str=Lubuntu 12.04 "Precise Pangolin" - Release i386 (20120423)
01-20 18:28 DEBUG  Distro:   parsed info={'name': 'Lubuntu', 'subversion': 'Release', 'version': '12.04', 'build': '20120423', 'codename': 'Precise Pangolin', 'arch': 'i386'}
01-20 18:28 DEBUG  Distro: wrong version: 12.04 != 12.04.3
01-20 18:28 DEBUG  TaskList: ### Finished check_iso
01-20 18:28 DEBUG  TaskList: New task download
01-20 18:28 DEBUG  TaskList: ### Running download...
01-20 18:28 DEBUG  downloader: downloading http://cdimage.ubuntu.com/lubuntu/releases/12.04/release/lubuntu-12.04-desktop-i386.iso > C:\ubuntu\install\lubuntu-12.04-desktop-i386.iso
01-20 18:29 DEBUG  downloader: Download start filename=C:\ubuntu\install\lubuntu-12.04-desktop-i386.iso, url=http://cdimage.ubuntu.com/lubuntu/releases/12.04/release/lubuntu-12.04-desktop-i386.iso, basename=lubuntu-12.04-desktop-i386.iso, length=721727488, text=None
01-20 20:05 DEBUG  TaskList: ### Finished download
01-20 20:05 DEBUG  downloader: download finished (read 721727488 bytes)
01-20 20:05 DEBUG  TaskList: New task check_iso
01-20 20:05 DEBUG  TaskList: ### Running check_iso...
01-20 20:05 DEBUG  CommonBackend: Checking C:\ubuntu\install\lubuntu-12.04-desktop-i386.iso
01-20 20:05 DEBUG  Distro:   checking Lubuntu ISO C:\ubuntu\install\lubuntu-12.04-desktop-i386.iso
01-20 20:05 DEBUG  Distro: wrong version: 12.04 != 12.04.3
01-20 20:05 DEBUG  TaskList: ### Finished check_iso
01-20 20:05 ERROR  TaskList: Could not retrieve the required installation files
Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\backend.py", line 600, in get_iso
Exception: Could not retrieve the required installation files
01-20 20:05 DEBUG  TaskList: # Cancelling tasklist
01-20 20:05 ERROR  root: Could not retrieve the required installation files
Traceback (most recent call last):
  File "\lib\wubi\application.py", line 58, in run
  File "\lib\wubi\application.py", line 132, in select_task
  File "\lib\wubi\application.py", line 158, in run_installer
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\backend.py", line 600, in get_iso
Exception: Could not retrieve the required installation files
01-20 20:05 DEBUG  TaskList: # Finished tasklist
    
por Collin C. 21.01.2014 / 02:26

1 resposta

0

Você precisa da versão 12.04 do Wubi para instalar o Lubuntu, que você pode encontrar aqui .

Como o Lubuntu não é um LTS (suporte a longo prazo), não há versão 12.04.3 , e o Wubi.exe que você está executando está procurando por isso. Se você usar a versão 12.04 , ela reconhecerá e usará o 12.04 Lubuntu ISO que você baixou.

PS Mova o arquivo C:\ubuntu\install\lubuntu-12.04-desktop-i386.iso de C:\ubuntu e salve-o com o wubi.exe correto antes de tentar reinstalá-lo e, em seguida, ele não fará o download novamente.

    
por bcbc 22.01.2014 / 00:01