I get an error during Ubuntu 10.10 installation within Windows using wubi

Asked by Neeraj Bhatt

Downloaded and checked checksum on the ISO. ISO burnt to CD using Nero .. verifying data on CD after burning CD.

When trying to install by booting from the CD.. it fails installation because it can not mount certain drive... long error code sorry can not remember and retype

When trying to install by running wubi.exe on the CD.. it fails and gives an error. The log file that it saved is as follows:

Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\utils.py", line 208, in copy_file
IOError: [Errno 22] Invalid argument
11-29 23:30 DEBUG TaskList: # Cancelling tasklist
11-29 23:30 DEBUG TaskList: New task check_iso
11-29 23:30 ERROR root: [Errno 22] Invalid argument
Traceback (most recent call last):
  File "\lib\wubi\application.py", line 56, in run
  File "\lib\wubi\application.py", line 128, in select_task
  File "\lib\wubi\application.py", line 194, in run_cd_menu
  File "\lib\wubi\application.py", line 118, in select_task
  File "\lib\wubi\application.py", line 156, in run_installer
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\utils.py", line 208, in copy_file
IOError: [Errno 22] Invalid argument
11-29 23:30 DEBUG CommonBackend: Searching for local ISO
11-29 23:30 DEBUG CommonBackend: Could not find any ISO or CD, downloading one now
11-29 23:30 DEBUG TaskList: New task get_metalink
11-29 23:30 ERROR TaskList: Cannot download the metalink and therefore the ISO
Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\backend.py", line 492, in get_iso
  File "\lib\wubi\backends\common\backend.py", line 330, in download_iso
Exception: Cannot download the metalink and therefore the ISO
11-29 23:30 DEBUG TaskList: # Cancelling tasklist
11-29 23:30 DEBUG TaskList: # Finished tasklist

Please advise how to proceed to install Ubuntu ?

Thanks,
Regards,
Neeraj Bhatt
<email address hidden>

Question information

Language:
English Edit question
Status:
Solved
For:
Wubi Edit question
Assignee:
No assignee Edit question
Solved by:
bcbc
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Did you MD5 test the ISO you downloaded?

Revision history for this message
bcbc (bcbc) said :
#2

Place the downloaded .iso in the same folder as wubi.exe (if you don't pull wubi.exe off the disk, get it here http://releases.ubuntu.com/maverick/ as the one on ubuntu.com is for release 10.04)

Then run wubi.exe from that folder. If you don't have internet access (wubi requires it to check the md5 sum of the .iso) you need to tell it to skip the md5 check. To do this create a shortcut to the wubi.exe and add the command line option --skipmd5check (it is advisable to do your own md5 check in this case).

Sometimes there are issues with certain cd/dvd drives - unknown what the cause is. This solution works around this problem. Also, perhaps using Nero has something to do with it (can't say for sure as reports are vague on this).

Revision history for this message
Neeraj Bhatt (nhbhatt4) said :
#3

Yes I did MD5 test the ISO and it matches the hash.
I have downloaded the wubi.exe. How do I add the command line option.. what should be the syntax?

I will also try burning the CD using a different open source tool but in the meantime please walk me though the modification of the command line for wubi ?

Really appreciate the support.

Revision history for this message
Neeraj Bhatt (nhbhatt4) said :
#4

Yes I did the MD5 test and it matched with one of the hashes.

On Tue, Nov 30, 2010 at 12:14 AM, actionparsnip <
<email address hidden>> wrote:

> Your question #136025 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/136025
>
> Status: Open => Needs information
>
> actionparsnip requested for more information:
> Did you MD5 test the ISO you downloaded?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+question/136025
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
bcbc (bcbc) said :
#5

Right click on Wubi.exe, click on 'Create shortcut'. Right click on newly created shortcut, click on Properties. Click on 'Target' and insert " --skipmd5check" so it looks like this
"<path>\wubi.exe --skipmd5check"

Run shortcut.

Revision history for this message
Neeraj Bhatt (nhbhatt4) said :
#6

Tried doing this and get and error that says "path is not valid in the
target box". BTW I am using Windows XP.

On Sat, Dec 4, 2010 at 2:07 PM, bcbc
<email address hidden>wrote:

> Your question #136025 on Wubi changed:
> https://answers.launchpad.net/wubi/+question/136025
>
> Status: Open => Answered
>
> bcbc proposed the following answer:
> Right click on Wubi.exe, click on 'Create shortcut'. Right click on newly
> created shortcut, click on Properties. Click on 'Target' and insert "
> --skipmd5check" so it looks like this
> "<path>\wubi.exe --skipmd5check"
>
> Run shortcut.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/wubi/+question/136025/+confirm?answer_id=4
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/wubi/+question/136025
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
bcbc (bcbc) said :
#7

OK I haven't done it for a while. Probably it should be outside the quotes. Try:
"<path>\wubi.exe" --skipmd5check

Revision history for this message
Neeraj Bhatt (nhbhatt4) said :
#8

Thanks for your patience bcbc but still the same problem. It just won't
take the addition to the command line.
Says Target box is not valid.

On Sat, Dec 4, 2010 at 10:07 PM, bcbc
<email address hidden>wrote:

> Your question #136025 on Wubi changed:
> https://answers.launchpad.net/wubi/+question/136025
>
> Status: Open => Answered
>
> bcbc proposed the following answer:
> OK I haven't done it for a while. Probably it should be outside the quotes.
> Try:
> "<path>\wubi.exe" --skipmd5check
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/wubi/+question/136025/+confirm?answer_id=6
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/wubi/+question/136025
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
bcbc (bcbc) said :
#9

My Target looks like this:
"C:\Documents and Settings\bcbc\My Documents\Ubuntu\wubi.exe" --skipmd5check

What do you have?

Revision history for this message
Neeraj Bhatt (nhbhatt4) said :
#10

I was able to create the shortcut as shown in you Target. Ran wubi with
this extension.. the error still pops up and the log file still shows that
it did not skipmd5check.

Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\utils.py", line 208, in copy_file
IOError: [Errno 22] Invalid argument
12-05 10:37 DEBUG TaskList: # Cancelling tasklist
12-05 10:37 DEBUG TaskList: New task check_iso
12-05 10:37 ERROR root: [Errno 22] Invalid argument
Traceback (most recent call last):
  File "\lib\wubi\application.py", line 56, in run
  File "\lib\wubi\application.py", line 128, in select_task
  File "\lib\wubi\application.py", line 194, in run_cd_menu
  File "\lib\wubi\application.py", line 118, in select_task
  File "\lib\wubi\application.py", line 156, in run_installer
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\utils.py", line 208, in copy_file
IOError: [Errno 22] Invalid argument
12-05 10:37 DEBUG CommonBackend: Searching for local ISO
12-05 10:37 DEBUG Distro: checking Ubuntu ISO C:\Documents and
Settings\Neeraj\My Documents\Downloads\UBUNTU
10.10\ubuntu-10.10-desktop-i386.iso
12-05 10:37 DEBUG WindowsBackend: extracting .disk\info from C:\Documents
and Settings\Neeraj\My Documents\Downloads\UBUNTU
10.10\ubuntu-10.10-desktop-i386.iso
12-05 10:37 DEBUG Distro: parsing info from str=Ubuntu 10.10 "Maverick
Meerkat" - Release i386 (20101007)
12-05 10:37 DEBUG Distro: parsed info={'name': 'Ubuntu', 'subversion':
'Release', 'version': '10.10', 'build': '20101007', 'codename': 'Maverick
Meerkat', 'arch': 'i386'}
12-05 10:37 INFO Distro: Found a valid iso for Ubuntu: C:\Documents and
Settings\Neeraj\My Documents\Downloads\UBUNTU
10.10\ubuntu-10.10-desktop-i386.iso
12-05 10:37 DEBUG CommonBackend: Trying to use ISO C:\Documents and
Settings\Neeraj\My Documents\Downloads\UBUNTU
10.10\ubuntu-10.10-desktop-i386.iso
12-05 10:37 DEBUG TaskList: New task check_iso
12-05 10:37 DEBUG CommonBackend: Could not find any ISO or CD, downloading
one now
12-05 10:37 DEBUG TaskList: New task get_metalink
12-05 10:37 ERROR TaskList: Cannot download the metalink and therefore the
ISO
Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\backend.py", line 492, in get_iso
  File "\lib\wubi\backends\common\backend.py", line 330, in download_iso
Exception: Cannot download the metalink and therefore the ISO
12-05 10:37 DEBUG TaskList: # Cancelling tasklist
12-05 10:37 DEBUG TaskList: # Finished tasklist

On Sun, Dec 5, 2010 at 12:42 AM, bcbc
<email address hidden>wrote:

> Your question #136025 on Wubi changed:
> https://answers.launchpad.net/wubi/+question/136025
>
> Status: Open => Answered
>
> bcbc proposed the following answer:
> My Target looks like this:
> "C:\Documents and Settings\bcbc\My Documents\Ubuntu\wubi.exe"
> --skipmd5check
>
> What do you have?
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/wubi/+question/136025/+confirm?answer_id=8
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/wubi/+question/136025
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
bcbc (bcbc) said :
#11

Please copy the entire log file to http://pastebin.ubuntu.com and pass back the address here. Thanks

Revision history for this message
Neeraj Bhatt (nhbhatt4) said :
#12

My Target looks like this:
"C:\Documents and Settings\Neeraj\My Documents\Downloads\UBUNTU
10.10\wubi.exe" --skipmd5check
I tried this and it still gave me an error which I have emailed in my
previous.

I would rather install from the CD but that too does not seem to work. I am
going to burn the iso using another tool and try in the meantime.
Thanks

On Sun, Dec 5, 2010 at 12:42 AM, bcbc
<email address hidden>wrote:

> Your question #136025 on Wubi changed:
> https://answers.launchpad.net/wubi/+question/136025
>
> Status: Open => Answered
>
> bcbc proposed the following answer:
> My Target looks like this:
> "C:\Documents and Settings\bcbc\My Documents\Ubuntu\wubi.exe"
> --skipmd5check
>
> What do you have?
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/wubi/+question/136025/+confirm?answer_id=8
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/wubi/+question/136025
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Neeraj Bhatt (nhbhatt4) said :
#13

 Update:
Downloaded InfaRecorder and burn a new CD using the ISO with good checksum.
I get the same error:

[image: 1small error msg.jpg]

Here is the log file :
11-29 14:13 INFO root: === wubi 10.10 rev197 ===
11-29 14:13 DEBUG root: Logfile is
c:\docume~1\neeraj\locals~1\temp\wubi-10.10-rev197.log
11-29 14:13 DEBUG root: sys.argv = ['main.pyo', '--exefile="D:\\wubi.exe"']
11-29 14:13 DEBUG CommonBackend:
data_dir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\data
11-29 14:13 DEBUG WindowsBackend:
7z=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\bin\7z.exe
11-29 14:13 DEBUG CommonBackend: Fetching basic info...
11-29 14:13 DEBUG CommonBackend: original_exe=D:\wubi.exe
11-29 14:13 DEBUG CommonBackend: platform=win32
11-29 14:13 DEBUG CommonBackend: osname=nt
11-29 14:13 DEBUG CommonBackend: language=en_US
11-29 14:13 DEBUG CommonBackend: encoding=cp1252
11-29 14:13 DEBUG WindowsBackend: arch=amd64
11-29 14:13 DEBUG CommonBackend: Parsing
isolist=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\data\isolist.ini
11-29 14:13 DEBUG CommonBackend: Adding distro Xubuntu-i386
11-29 14:13 DEBUG CommonBackend: Adding distro Xubuntu-amd64
11-29 14:13 DEBUG CommonBackend: Adding distro Kubuntu-amd64
11-29 14:13 DEBUG CommonBackend: Adding distro Mythbuntu-i386
11-29 14:13 DEBUG CommonBackend: Adding distro Ubuntu-amd64
11-29 14:13 DEBUG CommonBackend: Adding distro Ubuntu-i386
11-29 14:13 DEBUG CommonBackend: Adding distro Mythbuntu-amd64
11-29 14:13 DEBUG CommonBackend: Adding distro Kubuntu-i386
11-29 14:13 DEBUG CommonBackend: Adding distro KubuntuNetbook-i386
11-29 14:13 DEBUG CommonBackend: Adding distro UbuntuNetbook-i386
11-29 14:13 DEBUG WindowsBackend: Fetching host info...
11-29 14:13 DEBUG WindowsBackend:
registry_key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi
11-29 14:13 DEBUG WindowsBackend: windows version=xp
11-29 14:13 DEBUG WindowsBackend: windows_version2=Microsoft Windows XP
11-29 14:13 DEBUG WindowsBackend: windows_sp=Service Pack 3
11-29 14:13 DEBUG WindowsBackend: windows_build=2600
11-29 14:13 DEBUG WindowsBackend: gmt=-8
11-29 14:13 DEBUG WindowsBackend: country=US
11-29 14:13 DEBUG WindowsBackend: timezone=America/Los_Angeles
11-29 14:13 DEBUG WindowsBackend: windows_username=Neeraj
11-29 14:13 DEBUG WindowsBackend: user_full_name=Neeraj
11-29 14:13 DEBUG WindowsBackend: user_directory=C:\Documents and
Settings\Neeraj
11-29 14:13 DEBUG WindowsBackend: windows_language_code=1033
11-29 14:13 DEBUG WindowsBackend: windows_language=English
11-29 14:13 DEBUG WindowsBackend: processor_name=AMD Athlon(tm) 64 X2 Dual
Core Processor 4400+
11-29 14:13 DEBUG WindowsBackend: bootloader=xp
11-29 14:13 DEBUG WindowsBackend: system_drive=Drive(C: hd 29806.0078125 mb
free ntfs)
11-29 14:13 DEBUG WindowsBackend: drive=Drive(C: hd 29806.0078125 mb free
ntfs)
11-29 14:13 DEBUG WindowsBackend: drive=Drive(D: cd 0.0 mb free cdfs)
11-29 14:13 DEBUG WindowsBackend: drive=Drive(E: removable 2487.859375 mb
free fat32)
11-29 14:13 DEBUG WindowsBackend: drive=Drive(F: hd 19412.4882813 mb free
ntfs)
11-29 14:13 DEBUG WindowsBackend: drive=Drive(G: hd 6264.125 mb free ntfs)
11-29 14:13 DEBUG WindowsBackend: uninstaller_path=None
11-29 14:13 DEBUG WindowsBackend: previous_target_dir=None
11-29 14:13 DEBUG WindowsBackend: previous_distro_name=None
11-29 14:13 DEBUG WindowsBackend: keyboard_id=67699721
11-29 14:13 DEBUG WindowsBackend: keyboard_layout=us
11-29 14:13 DEBUG WindowsBackend: keyboard_variant=
11-29 14:13 DEBUG CommonBackend: python locale=('en_US', 'cp1252')
11-29 14:13 DEBUG CommonBackend: locale=en_US.UTF-8
11-29 14:13 DEBUG WindowsBackend: total_memory_mb=2047.4765625
11-29 14:13 DEBUG CommonBackend: Searching ISOs on USB devices
11-29 14:13 DEBUG CommonBackend: Searching for local CDs
11-29 14:13 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp is a valid Ubuntu CD
11-29 14:13 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\casper\filesystem.squashfs
11-29 14:13 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp is a valid Ubuntu CD
11-29 14:13 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\casper\filesystem.squashfs
11-29 14:13 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp is a valid Ubuntu Netbook CD
11-29 14:13 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\casper\filesystem.squashfs
11-29 14:13 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp is a valid Kubuntu CD
11-29 14:13 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\casper\filesystem.squashfs
11-29 14:13 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp is a valid Kubuntu CD
11-29 14:13 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\casper\filesystem.squashfs
11-29 14:13 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp is a valid Kubuntu Netbook CD
11-29 14:13 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\casper\filesystem.squashfs
11-29 14:13 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp is a valid Xubuntu CD
11-29 14:13 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\casper\filesystem.squashfs
11-29 14:13 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp is a valid Xubuntu CD
11-29 14:13 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\casper\filesystem.squashfs
11-29 14:13 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp is a valid Mythbuntu CD
11-29 14:13 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\casper\filesystem.squashfs
11-29 14:13 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp is a valid Mythbuntu CD
11-29 14:13 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\casper\filesystem.squashfs
11-29 14:13 DEBUG Distro: checking whether D:\ is a valid Ubuntu CD
11-29 14:13 DEBUG Distro: parsing info from str=Ubuntu 10.10 "Maverick
Meerkat" - Release i386 (20101007)
11-29 14:13 DEBUG Distro: parsed info={'name': 'Ubuntu', 'subversion':
'Release', 'version': '10.10', 'build': '20101007', 'codename': 'Maverick
Meerkat', 'arch': 'i386'}
11-29 14:13 INFO Distro: Found a valid CD for Ubuntu: D:\
11-29 14:13 INFO root: Running the CD menu...
11-29 14:13 DEBUG WindowsFrontend: __init__...
11-29 14:13 DEBUG WindowsFrontend: on_init...
11-29 14:13 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\translations,
languages=['en_US', 'en']
11-29 14:13 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\translations,
languages=['en_US', 'en']
11-29 14:13 INFO root: CD menu finished
11-29 14:13 INFO root: Running the installer...
11-29 14:13 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\translations,
languages=['en_US', 'en']
11-29 14:13 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\translations,
languages=['en_US', 'en']
11-29 14:14 DEBUG WinuiInstallationPage: target_drive=C:,
installation_size=10000MB, distro_name=Ubuntu, language=en_US,
locale=en_US.UTF-8, username=neeraj
11-29 14:14 INFO root: Received settings
11-29 14:14 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\translations,
languages=['en_US', 'en']
11-29 14:14 DEBUG TaskList: # Running tasklist...
11-29 14:14 DEBUG TaskList: ## Running select_target_dir...
11-29 14:14 INFO WindowsBackend: Installing into C:\ubuntu
11-29 14:14 DEBUG TaskList: ## Finished select_target_dir
11-29 14:14 DEBUG TaskList: ## Running create_dir_structure...
11-29 14:14 DEBUG CommonBackend: Creating dir C:\ubuntu
11-29 14:14 DEBUG CommonBackend: Creating dir C:\ubuntu\disks
11-29 14:14 DEBUG CommonBackend: Creating dir C:\ubuntu\install
11-29 14:14 DEBUG CommonBackend: Creating dir C:\ubuntu\install\boot
11-29 14:14 DEBUG CommonBackend: Creating dir C:\ubuntu\disks\boot
11-29 14:14 DEBUG CommonBackend: Creating dir C:\ubuntu\disks\boot\grub
11-29 14:14 DEBUG CommonBackend: Creating dir C:\ubuntu\install\boot\grub
11-29 14:14 DEBUG TaskList: ## Finished create_dir_structure
11-29 14:14 DEBUG TaskList: ## Running uncompress_target_dir...
11-29 14:14 DEBUG TaskList: ## Finished uncompress_target_dir
11-29 14:14 DEBUG TaskList: ## Running create_uninstaller...
11-29 14:14 DEBUG WindowsBackend: Copying uninstaller D:\wubi.exe ->
C:\ubuntu\uninstall-wubi.exe
11-29 14:14 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi UninstallString
C:\ubuntu\uninstall-wubi.exe
11-29 14:14 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi InstallationDir
C:\ubuntu
11-29 14:14 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayName Ubuntu
11-29 14:14 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayIcon
C:\ubuntu\Ubuntu.ico
11-29 14:14 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayVersion
10.10-rev197
11-29 14:14 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi Publisher Ubuntu
11-29 14:14 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi URLInfoAbout
http://www.ubuntu.com
11-29 14:14 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi HelpLink
http://www.ubuntu.com/support
11-29 14:14 DEBUG TaskList: ## Finished create_uninstaller
11-29 14:14 DEBUG TaskList: ## Running copy_installation_files...
11-29 14:14 DEBUG WindowsBackend: Copying
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\data\custom-installation ->
C:\ubuntu\install\custom-installation
11-29 14:14 DEBUG WindowsBackend: Copying
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\winboot -> C:\ubuntu\winboot
11-29 14:14 DEBUG WindowsBackend: Copying
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl11.tmp\data\images\Ubuntu.ico ->
C:\ubuntu\Ubuntu.ico
11-29 14:14 DEBUG TaskList: ## Finished copy_installation_files
11-29 14:14 DEBUG TaskList: ## Running get_iso...
11-29 14:14 DEBUG TaskList: New task copy_file
11-29 14:14 DEBUG TaskList: ### Running copy_file...
11-29 14:17 DEBUG TaskList: ### Finished copy_file
11-29 14:17 ERROR TaskList: [Errno 22] Invalid argument
Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\utils.py", line 208, in copy_file
IOError: [Errno 22] Invalid argument
11-29 14:17 DEBUG TaskList: # Cancelling tasklist
11-29 14:17 ERROR root: [Errno 22] Invalid argument
Traceback (most recent call last):
  File "\lib\wubi\application.py", line 56, in run
  File "\lib\wubi\application.py", line 128, in select_task
  File "\lib\wubi\application.py", line 194, in run_cd_menu
  File "\lib\wubi\application.py", line 118, in select_task
  File "\lib\wubi\application.py", line 156, in run_installer
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\utils.py", line 208, in copy_file
IOError: [Errno 22] Invalid argument
11-29 14:17 DEBUG TaskList: New task check_iso
11-29 14:17 DEBUG CommonBackend: Searching for local ISO
11-29 14:17 DEBUG CommonBackend: Could not find any ISO or CD, downloading
one now
11-29 14:17 DEBUG TaskList: New task get_metalink
11-29 14:17 ERROR TaskList: Cannot download the metalink and therefore the
ISO
Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\backend.py", line 492, in get_iso
  File "\lib\wubi\backends\common\backend.py", line 330, in download_iso
Exception: Cannot download the metalink and therefore the ISO
11-29 14:17 DEBUG TaskList: # Cancelling tasklist
11-29 14:17 DEBUG TaskList: # Finished tasklist
11-29 16:27 INFO root: === wubi 10.10 rev197 ===
11-29 16:27 DEBUG root: Logfile is
c:\docume~1\neeraj\locals~1\temp\wubi-10.10-rev197.log
11-29 16:27 DEBUG root: sys.argv = ['main.pyo', '--exefile="H:\\wubi.exe"']
11-29 16:27 DEBUG CommonBackend:
data_dir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp\data
11-29 16:27 DEBUG WindowsBackend:
7z=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp\bin\7z.exe
11-29 16:27 DEBUG CommonBackend: Fetching basic info...
11-29 16:27 DEBUG CommonBackend: original_exe=H:\wubi.exe
11-29 16:27 DEBUG CommonBackend: platform=win32
11-29 16:27 DEBUG CommonBackend: osname=nt
11-29 16:27 DEBUG CommonBackend: language=en_US
11-29 16:27 DEBUG CommonBackend: encoding=cp1252
11-29 16:27 DEBUG WindowsBackend: arch=amd64
11-29 16:27 DEBUG CommonBackend: Parsing
isolist=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp\data\isolist.ini
11-29 16:27 DEBUG CommonBackend: Adding distro Xubuntu-i386
11-29 16:27 DEBUG CommonBackend: Adding distro Xubuntu-amd64
11-29 16:27 DEBUG CommonBackend: Adding distro Kubuntu-amd64
11-29 16:27 DEBUG CommonBackend: Adding distro Mythbuntu-i386
11-29 16:27 DEBUG CommonBackend: Adding distro Ubuntu-amd64
11-29 16:27 DEBUG CommonBackend: Adding distro Ubuntu-i386
11-29 16:27 DEBUG CommonBackend: Adding distro Mythbuntu-amd64
11-29 16:27 DEBUG CommonBackend: Adding distro Kubuntu-i386
11-29 16:27 DEBUG CommonBackend: Adding distro KubuntuNetbook-i386
11-29 16:27 DEBUG CommonBackend: Adding distro UbuntuNetbook-i386
11-29 16:27 DEBUG WindowsBackend: Fetching host info...
11-29 16:27 DEBUG WindowsBackend:
registry_key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi
11-29 16:27 DEBUG WindowsBackend: windows version=xp
11-29 16:27 DEBUG WindowsBackend: windows_version2=Microsoft Windows XP
11-29 16:27 DEBUG WindowsBackend: windows_sp=Service Pack 3
11-29 16:27 DEBUG WindowsBackend: windows_build=2600
11-29 16:27 DEBUG WindowsBackend: gmt=-8
11-29 16:27 DEBUG WindowsBackend: country=US
11-29 16:27 DEBUG WindowsBackend: timezone=America/Los_Angeles
11-29 16:27 DEBUG WindowsBackend: windows_username=Neeraj
11-29 16:27 DEBUG WindowsBackend: user_full_name=Neeraj
11-29 16:27 DEBUG WindowsBackend: user_directory=C:\Documents and
Settings\Neeraj
11-29 16:27 DEBUG WindowsBackend: windows_language_code=1033
11-29 16:27 DEBUG WindowsBackend: windows_language=English
11-29 16:27 DEBUG WindowsBackend: processor_name=AMD Athlon(tm) 64 X2 Dual
Core Processor 4400+
11-29 16:27 DEBUG WindowsBackend: bootloader=xp
11-29 16:27 DEBUG WindowsBackend: system_drive=Drive(C: hd 27995.2734375 mb
free ntfs)
11-29 16:27 DEBUG WindowsBackend: drive=Drive(C: hd 27995.2734375 mb free
ntfs)
11-29 16:27 DEBUG WindowsBackend: drive=Drive(D: cd 0.0 mb free cdfs)
11-29 16:27 DEBUG WindowsBackend: drive=Drive(E: removable 2487.859375 mb
free fat32)
11-29 16:27 DEBUG WindowsBackend: drive=Drive(F: hd 19412.4882813 mb free
ntfs)
11-29 16:27 DEBUG WindowsBackend: drive=Drive(G: hd 6264.125 mb free ntfs)
11-29 16:27 DEBUG WindowsBackend: drive=Drive(H: cd 0.0 mb free cdfs)
11-29 16:27 DEBUG WindowsBackend:
uninstaller_path=C:\ubuntu\uninstall-wubi.exe
11-29 16:27 DEBUG WindowsBackend: previous_target_dir=C:\ubuntu
11-29 16:27 DEBUG WindowsBackend: previous_distro_name=Ubuntu
11-29 16:27 DEBUG WindowsBackend: keyboard_id=67699721
11-29 16:27 DEBUG WindowsBackend: keyboard_layout=us
11-29 16:27 DEBUG WindowsBackend: keyboard_variant=
11-29 16:27 DEBUG CommonBackend: python locale=('en_US', 'cp1252')
11-29 16:27 DEBUG CommonBackend: locale=en_US.UTF-8
11-29 16:27 DEBUG WindowsBackend: total_memory_mb=2047.4765625
11-29 16:27 DEBUG CommonBackend: Searching ISOs on USB devices
11-29 16:27 DEBUG CommonBackend: Searching for local CDs
11-29 16:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp is a valid Ubuntu CD
11-29 16:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp\casper\filesystem.squashfs
11-29 16:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp is a valid Ubuntu CD
11-29 16:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp\casper\filesystem.squashfs
11-29 16:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp is a valid Ubuntu Netbook CD
11-29 16:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp\casper\filesystem.squashfs
11-29 16:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp is a valid Kubuntu CD
11-29 16:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp\casper\filesystem.squashfs
11-29 16:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp is a valid Kubuntu CD
11-29 16:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp\casper\filesystem.squashfs
11-29 16:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp is a valid Kubuntu Netbook CD
11-29 16:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp\casper\filesystem.squashfs
11-29 16:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp is a valid Xubuntu CD
11-29 16:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp\casper\filesystem.squashfs
11-29 16:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp is a valid Xubuntu CD
11-29 16:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp\casper\filesystem.squashfs
11-29 16:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp is a valid Mythbuntu CD
11-29 16:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp\casper\filesystem.squashfs
11-29 16:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp is a valid Mythbuntu CD
11-29 16:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp\casper\filesystem.squashfs
11-29 16:27 DEBUG Distro: checking whether D:\ is a valid Ubuntu CD
11-29 16:27 DEBUG Distro: parsing info from str=Ubuntu 10.10 "Maverick
Meerkat" - Release i386 (20101007)
11-29 16:27 DEBUG Distro: parsed info={'name': 'Ubuntu', 'subversion':
'Release', 'version': '10.10', 'build': '20101007', 'codename': 'Maverick
Meerkat', 'arch': 'i386'}
11-29 16:27 INFO Distro: Found a valid CD for Ubuntu: D:\
11-29 16:27 INFO root: Running the CD menu...
11-29 16:27 DEBUG WindowsFrontend: __init__...
11-29 16:27 DEBUG WindowsFrontend: on_init...
11-29 16:27 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp\translations,
languages=['en_US', 'en']
11-29 16:27 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl55.tmp\translations,
languages=['en_US', 'en']
11-29 16:27 DEBUG root: application.quit
11-29 16:27 DEBUG WindowsFrontend: frontend.quit
11-29 16:27 DEBUG WindowsFrontend: frontend.on_quit
11-29 16:27 DEBUG root: application.on_quit
11-29 16:27 INFO root: sys.exit
11-29 23:26 INFO root: === wubi 10.10 rev197 ===
11-29 23:26 DEBUG root: Logfile is
c:\docume~1\neeraj\locals~1\temp\wubi-10.10-rev197.log
11-29 23:26 DEBUG root: sys.argv = ['main.pyo', '--exefile="D:\\wubi.exe"']
11-29 23:26 DEBUG CommonBackend:
data_dir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\data
11-29 23:26 DEBUG WindowsBackend:
7z=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\bin\7z.exe
11-29 23:26 DEBUG CommonBackend: Fetching basic info...
11-29 23:26 DEBUG CommonBackend: original_exe=D:\wubi.exe
11-29 23:26 DEBUG CommonBackend: platform=win32
11-29 23:26 DEBUG CommonBackend: osname=nt
11-29 23:26 DEBUG CommonBackend: language=en_US
11-29 23:26 DEBUG CommonBackend: encoding=cp1252
11-29 23:26 DEBUG WindowsBackend: arch=amd64
11-29 23:26 DEBUG CommonBackend: Parsing
isolist=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\data\isolist.ini
11-29 23:26 DEBUG CommonBackend: Adding distro Xubuntu-i386
11-29 23:26 DEBUG CommonBackend: Adding distro Xubuntu-amd64
11-29 23:26 DEBUG CommonBackend: Adding distro Kubuntu-amd64
11-29 23:26 DEBUG CommonBackend: Adding distro Mythbuntu-i386
11-29 23:26 DEBUG CommonBackend: Adding distro Ubuntu-amd64
11-29 23:26 DEBUG CommonBackend: Adding distro Ubuntu-i386
11-29 23:26 DEBUG CommonBackend: Adding distro Mythbuntu-amd64
11-29 23:26 DEBUG CommonBackend: Adding distro Kubuntu-i386
11-29 23:26 DEBUG CommonBackend: Adding distro KubuntuNetbook-i386
11-29 23:26 DEBUG CommonBackend: Adding distro UbuntuNetbook-i386
11-29 23:26 DEBUG WindowsBackend: Fetching host info...
11-29 23:26 DEBUG WindowsBackend:
registry_key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi
11-29 23:26 DEBUG WindowsBackend: windows version=xp
11-29 23:26 DEBUG WindowsBackend: windows_version2=Microsoft Windows XP
11-29 23:26 DEBUG WindowsBackend: windows_sp=Service Pack 3
11-29 23:26 DEBUG WindowsBackend: windows_build=2600
11-29 23:26 DEBUG WindowsBackend: gmt=-8
11-29 23:26 DEBUG WindowsBackend: country=US
11-29 23:26 DEBUG WindowsBackend: timezone=America/Los_Angeles
11-29 23:26 DEBUG WindowsBackend: windows_username=Neeraj
11-29 23:26 DEBUG WindowsBackend: user_full_name=Neeraj
11-29 23:26 DEBUG WindowsBackend: user_directory=C:\Documents and
Settings\Neeraj
11-29 23:26 DEBUG WindowsBackend: windows_language_code=1033
11-29 23:26 DEBUG WindowsBackend: windows_language=English
11-29 23:26 DEBUG WindowsBackend: processor_name=AMD Athlon(tm) 64 X2 Dual
Core Processor 4400+
11-29 23:26 DEBUG WindowsBackend: bootloader=xp
11-29 23:26 DEBUG WindowsBackend: system_drive=Drive(C: hd 27291.1132813 mb
free ntfs)
11-29 23:26 DEBUG WindowsBackend: drive=Drive(C: hd 27291.1132813 mb free
ntfs)
11-29 23:26 DEBUG WindowsBackend: drive=Drive(D: cd 0.0 mb free cdfs)
11-29 23:26 DEBUG WindowsBackend: drive=Drive(E: removable 1099.6875 mb
free fat32)
11-29 23:26 DEBUG WindowsBackend: drive=Drive(F: hd 19412.4882813 mb free
ntfs)
11-29 23:26 DEBUG WindowsBackend: drive=Drive(G: hd 6263.875 mb free ntfs)
11-29 23:26 DEBUG WindowsBackend: drive=Drive(H: cd 0.0 mb free )
11-29 23:26 DEBUG WindowsBackend:
uninstaller_path=C:\ubuntu\uninstall-wubi.exe
11-29 23:26 DEBUG WindowsBackend: previous_target_dir=C:\ubuntu
11-29 23:26 DEBUG WindowsBackend: previous_distro_name=Ubuntu
11-29 23:26 DEBUG WindowsBackend: keyboard_id=67699721
11-29 23:26 DEBUG WindowsBackend: keyboard_layout=us
11-29 23:26 DEBUG WindowsBackend: keyboard_variant=
11-29 23:26 DEBUG CommonBackend: python locale=('en_US', 'cp1252')
11-29 23:26 DEBUG CommonBackend: locale=en_US.UTF-8
11-29 23:26 DEBUG WindowsBackend: total_memory_mb=2047.4765625
11-29 23:26 DEBUG CommonBackend: Searching ISOs on USB devices
11-29 23:26 DEBUG CommonBackend: Searching for local CDs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Ubuntu CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Ubuntu CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Ubuntu Netbook CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Kubuntu CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Kubuntu CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Kubuntu Netbook CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Xubuntu CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Xubuntu CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Mythbuntu CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Mythbuntu CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether D:\ is a valid Ubuntu CD
11-29 23:26 DEBUG Distro: parsing info from str=Ubuntu 10.10 "Maverick
Meerkat" - Release i386 (20101007)
11-29 23:26 DEBUG Distro: parsed info={'name': 'Ubuntu', 'subversion':
'Release', 'version': '10.10', 'build': '20101007', 'codename': 'Maverick
Meerkat', 'arch': 'i386'}
11-29 23:26 INFO Distro: Found a valid CD for Ubuntu: D:\
11-29 23:26 INFO root: Running the CD menu...
11-29 23:26 DEBUG WindowsFrontend: __init__...
11-29 23:26 DEBUG WindowsFrontend: on_init...
11-29 23:26 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\translations,
languages=['en_US', 'en']
11-29 23:26 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\translations,
languages=['en_US', 'en']
11-29 23:26 INFO root: CD menu finished
11-29 23:26 INFO root: Already installed, running the uninstaller...
11-29 23:26 INFO root: Running the uninstaller...
11-29 23:26 INFO CommonBackend: This is the uninstaller running
11-29 23:26 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\translations,
languages=['en_US', 'en']
11-29 23:26 INFO root: Received settings
11-29 23:26 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\translations,
languages=['en_US', 'en']
11-29 23:26 DEBUG TaskList: # Running tasklist...
11-29 23:26 DEBUG TaskList: ## Running Backup ISO...
11-29 23:26 DEBUG TaskList: ## Finished Backup ISO
11-29 23:26 DEBUG TaskList: ## Running Remove bootloader entry...
11-29 23:26 ERROR WindowsBackend: Cannot find bcdedit
11-29 23:26 DEBUG WindowsBackend: undo_bootini C:
11-29 23:26 DEBUG WindowsBackend: undo_configsys Drive(C: hd 27291.1132813
mb free ntfs)
11-29 23:26 DEBUG WindowsBackend: undo_bootini E:
11-29 23:26 DEBUG WindowsBackend: undo_configsys Drive(E: removable
1099.6875 mb free fat32)
11-29 23:26 DEBUG WindowsBackend: undo_bootini F:
11-29 23:26 DEBUG WindowsBackend: undo_configsys Drive(F: hd 19412.4882813
mb free ntfs)
11-29 23:26 DEBUG WindowsBackend: undo_bootini G:
11-29 23:26 DEBUG WindowsBackend: undo_configsys Drive(G: hd 6263.875 mb
free ntfs)
11-29 23:26 DEBUG TaskList: ## Finished Remove bootloader entry
11-29 23:26 DEBUG TaskList: ## Running Remove target dir...
11-29 23:26 DEBUG CommonBackend: Deleting C:\ubuntu
11-29 23:26 DEBUG TaskList: ## Finished Remove target dir
11-29 23:26 DEBUG TaskList: ## Running Remove registry key...
11-29 23:26 DEBUG TaskList: ## Finished Remove registry key
11-29 23:26 DEBUG TaskList: # Finished tasklist
11-29 23:26 INFO root: Almost finished uninstalling
11-29 23:26 INFO root: Finished uninstallation
11-29 23:26 DEBUG CommonBackend: Fetching basic info...
11-29 23:26 DEBUG CommonBackend: original_exe=D:\wubi.exe
11-29 23:26 DEBUG CommonBackend: platform=win32
11-29 23:26 DEBUG CommonBackend: osname=nt
11-29 23:26 DEBUG WindowsBackend: arch=amd64
11-29 23:26 DEBUG CommonBackend: Parsing
isolist=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\data\isolist.ini
11-29 23:26 DEBUG CommonBackend: Adding distro Xubuntu-i386
11-29 23:26 DEBUG CommonBackend: Adding distro Xubuntu-amd64
11-29 23:26 DEBUG CommonBackend: Adding distro Kubuntu-amd64
11-29 23:26 DEBUG CommonBackend: Adding distro Mythbuntu-i386
11-29 23:26 DEBUG CommonBackend: Adding distro Ubuntu-amd64
11-29 23:26 DEBUG CommonBackend: Adding distro Ubuntu-i386
11-29 23:26 DEBUG CommonBackend: Adding distro Mythbuntu-amd64
11-29 23:26 DEBUG CommonBackend: Adding distro Kubuntu-i386
11-29 23:26 DEBUG CommonBackend: Adding distro KubuntuNetbook-i386
11-29 23:26 DEBUG CommonBackend: Adding distro UbuntuNetbook-i386
11-29 23:26 DEBUG WindowsBackend: Fetching host info...
11-29 23:26 DEBUG WindowsBackend:
registry_key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi
11-29 23:26 DEBUG WindowsBackend: windows version=xp
11-29 23:26 DEBUG WindowsBackend: windows_version2=Microsoft Windows XP
11-29 23:26 DEBUG WindowsBackend: windows_sp=Service Pack 3
11-29 23:26 DEBUG WindowsBackend: windows_build=2600
11-29 23:26 DEBUG WindowsBackend: gmt=-8
11-29 23:26 DEBUG WindowsBackend: country=US
11-29 23:26 DEBUG WindowsBackend: timezone=America/Los_Angeles
11-29 23:26 DEBUG WindowsBackend: windows_username=Neeraj
11-29 23:26 DEBUG WindowsBackend: user_full_name=Neeraj
11-29 23:26 DEBUG WindowsBackend: user_directory=C:\Documents and
Settings\Neeraj
11-29 23:26 DEBUG WindowsBackend: windows_language_code=1033
11-29 23:26 DEBUG WindowsBackend: windows_language=English
11-29 23:26 DEBUG WindowsBackend: processor_name=AMD Athlon(tm) 64 X2 Dual
Core Processor 4400+
11-29 23:26 DEBUG WindowsBackend: bootloader=xp
11-29 23:26 DEBUG WindowsBackend: system_drive=Drive(C: hd 27980.3710938 mb
free ntfs)
11-29 23:26 DEBUG WindowsBackend: drive=Drive(C: hd 27980.3710938 mb free
ntfs)
11-29 23:26 DEBUG WindowsBackend: drive=Drive(D: cd 0.0 mb free cdfs)
11-29 23:26 DEBUG WindowsBackend: drive=Drive(E: removable 1099.6875 mb
free fat32)
11-29 23:26 DEBUG WindowsBackend: drive=Drive(F: hd 19412.4726563 mb free
ntfs)
11-29 23:26 DEBUG WindowsBackend: drive=Drive(G: hd 6263.875 mb free ntfs)
11-29 23:26 DEBUG WindowsBackend: drive=Drive(H: cd 0.0 mb free )
11-29 23:26 DEBUG WindowsBackend: uninstaller_path=None
11-29 23:26 DEBUG WindowsBackend: previous_target_dir=None
11-29 23:26 DEBUG WindowsBackend: previous_distro_name=None
11-29 23:26 DEBUG WindowsBackend: keyboard_id=67699721
11-29 23:26 DEBUG WindowsBackend: keyboard_layout=us
11-29 23:26 DEBUG WindowsBackend: keyboard_variant=
11-29 23:26 DEBUG WindowsBackend: total_memory_mb=2047.4765625
11-29 23:26 DEBUG CommonBackend: Searching ISOs on USB devices
11-29 23:26 DEBUG CommonBackend: Searching for local CDs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Ubuntu CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Ubuntu CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Ubuntu Netbook CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Kubuntu CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Kubuntu CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Kubuntu Netbook CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Xubuntu CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Xubuntu CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Mythbuntu CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp is a valid Mythbuntu CD
11-29 23:26 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\casper\filesystem.squashfs
11-29 23:26 DEBUG Distro: checking whether D:\ is a valid Ubuntu CD
11-29 23:26 INFO Distro: Found a valid CD for Ubuntu: D:\
11-29 23:26 INFO root: Running the installer...
11-29 23:26 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\translations,
languages=['en_US', 'en']
11-29 23:26 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\translations,
languages=['en_US', 'en']
11-29 23:27 DEBUG WinuiInstallationPage: target_drive=F:,
installation_size=8000MB, distro_name=Ubuntu, language=en_US,
locale=en_US.UTF-8, username=neeraj
11-29 23:27 INFO root: Received settings
11-29 23:27 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\translations,
languages=['en_US', 'en']
11-29 23:27 DEBUG TaskList: # Running tasklist...
11-29 23:27 DEBUG TaskList: ## Running select_target_dir...
11-29 23:27 INFO WindowsBackend: Installing into F:\ubuntu
11-29 23:27 DEBUG TaskList: ## Finished select_target_dir
11-29 23:27 DEBUG TaskList: ## Running create_dir_structure...
11-29 23:27 DEBUG CommonBackend: Creating dir F:\ubuntu
11-29 23:27 DEBUG CommonBackend: Creating dir F:\ubuntu\disks
11-29 23:27 DEBUG CommonBackend: Creating dir F:\ubuntu\install
11-29 23:27 DEBUG CommonBackend: Creating dir F:\ubuntu\install\boot
11-29 23:27 DEBUG CommonBackend: Creating dir F:\ubuntu\disks\boot
11-29 23:27 DEBUG CommonBackend: Creating dir F:\ubuntu\disks\boot\grub
11-29 23:27 DEBUG CommonBackend: Creating dir F:\ubuntu\install\boot\grub
11-29 23:27 DEBUG TaskList: ## Finished create_dir_structure
11-29 23:27 DEBUG TaskList: ## Running uncompress_target_dir...
11-29 23:27 DEBUG TaskList: ## Finished uncompress_target_dir
11-29 23:27 DEBUG TaskList: ## Running create_uninstaller...
11-29 23:27 DEBUG WindowsBackend: Copying uninstaller D:\wubi.exe ->
F:\ubuntu\uninstall-wubi.exe
11-29 23:27 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi UninstallString
F:\ubuntu\uninstall-wubi.exe
11-29 23:27 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi InstallationDir
F:\ubuntu
11-29 23:27 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayName Ubuntu
11-29 23:27 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayIcon
F:\ubuntu\Ubuntu.ico
11-29 23:27 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayVersion
10.10-rev197
11-29 23:27 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi Publisher Ubuntu
11-29 23:27 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi URLInfoAbout
http://www.ubuntu.com
11-29 23:27 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi HelpLink
http://www.ubuntu.com/support
11-29 23:27 DEBUG TaskList: ## Finished create_uninstaller
11-29 23:27 DEBUG TaskList: ## Running copy_installation_files...
11-29 23:27 DEBUG WindowsBackend: Copying
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\data\custom-installation ->
F:\ubuntu\install\custom-installation
11-29 23:27 DEBUG WindowsBackend: Copying
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\winboot -> F:\ubuntu\winboot
11-29 23:27 DEBUG WindowsBackend: Copying
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl4D.tmp\data\images\Ubuntu.ico ->
F:\ubuntu\Ubuntu.ico
11-29 23:27 DEBUG TaskList: ## Finished copy_installation_files
11-29 23:27 DEBUG TaskList: ## Running get_iso...
11-29 23:27 DEBUG TaskList: New task copy_file
11-29 23:27 DEBUG TaskList: ### Running copy_file...
11-29 23:30 DEBUG TaskList: ### Finished copy_file
11-29 23:30 ERROR TaskList: [Errno 22] Invalid argument
Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\utils.py", line 208, in copy_file
IOError: [Errno 22] Invalid argument
11-29 23:30 DEBUG TaskList: # Cancelling tasklist
11-29 23:30 DEBUG TaskList: New task check_iso
11-29 23:30 ERROR root: [Errno 22] Invalid argument
Traceback (most recent call last):
  File "\lib\wubi\application.py", line 56, in run
  File "\lib\wubi\application.py", line 128, in select_task
  File "\lib\wubi\application.py", line 194, in run_cd_menu
  File "\lib\wubi\application.py", line 118, in select_task
  File "\lib\wubi\application.py", line 156, in run_installer
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\utils.py", line 208, in copy_file
IOError: [Errno 22] Invalid argument
11-29 23:30 DEBUG CommonBackend: Searching for local ISO
11-29 23:30 DEBUG CommonBackend: Could not find any ISO or CD, downloading
one now
11-29 23:30 DEBUG TaskList: New task get_metalink
11-29 23:30 ERROR TaskList: Cannot download the metalink and therefore the
ISO
Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\backend.py", line 492, in get_iso
  File "\lib\wubi\backends\common\backend.py", line 330, in download_iso
Exception: Cannot download the metalink and therefore the ISO
11-29 23:30 DEBUG TaskList: # Cancelling tasklist
11-29 23:30 DEBUG TaskList: # Finished tasklist
11-30 00:00 INFO root: === wubi 10.10 rev197 ===
11-30 00:00 DEBUG root: Logfile is
c:\docume~1\neeraj\locals~1\temp\wubi-10.10-rev197.log
11-30 00:00 DEBUG root: sys.argv = ['main.pyo', '--exefile="E:\\UBUNTU
10.10\\wubi.exe"']
11-30 00:00 DEBUG CommonBackend:
data_dir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\data
11-30 00:00 DEBUG WindowsBackend:
7z=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\bin\7z.exe
11-30 00:00 DEBUG CommonBackend: Fetching basic info...
11-30 00:00 DEBUG CommonBackend: original_exe=E:\UBUNTU 10.10\wubi.exe
11-30 00:00 DEBUG CommonBackend: platform=win32
11-30 00:00 DEBUG CommonBackend: osname=nt
11-30 00:00 DEBUG CommonBackend: language=en_US
11-30 00:00 DEBUG CommonBackend: encoding=cp1252
11-30 00:00 DEBUG WindowsBackend: arch=amd64
11-30 00:00 DEBUG CommonBackend: Parsing
isolist=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\data\isolist.ini
11-30 00:00 DEBUG CommonBackend: Adding distro Xubuntu-i386
11-30 00:00 DEBUG CommonBackend: Adding distro Xubuntu-amd64
11-30 00:00 DEBUG CommonBackend: Adding distro Kubuntu-amd64
11-30 00:00 DEBUG CommonBackend: Adding distro Mythbuntu-i386
11-30 00:00 DEBUG CommonBackend: Adding distro Ubuntu-amd64
11-30 00:00 DEBUG CommonBackend: Adding distro Ubuntu-i386
11-30 00:00 DEBUG CommonBackend: Adding distro Mythbuntu-amd64
11-30 00:00 DEBUG CommonBackend: Adding distro Kubuntu-i386
11-30 00:00 DEBUG CommonBackend: Adding distro KubuntuNetbook-i386
11-30 00:00 DEBUG CommonBackend: Adding distro UbuntuNetbook-i386
11-30 00:00 DEBUG WindowsBackend: Fetching host info...
11-30 00:00 DEBUG WindowsBackend:
registry_key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi
11-30 00:00 DEBUG WindowsBackend: windows version=xp
11-30 00:00 DEBUG WindowsBackend: windows_version2=Microsoft Windows XP
11-30 00:00 DEBUG WindowsBackend: windows_sp=Service Pack 3
11-30 00:00 DEBUG WindowsBackend: windows_build=2600
11-30 00:00 DEBUG WindowsBackend: gmt=-8
11-30 00:00 DEBUG WindowsBackend: country=US
11-30 00:00 DEBUG WindowsBackend: timezone=America/Los_Angeles
11-30 00:00 DEBUG WindowsBackend: windows_username=Neeraj
11-30 00:00 DEBUG WindowsBackend: user_full_name=Neeraj
11-30 00:00 DEBUG WindowsBackend: user_directory=C:\Documents and
Settings\Neeraj
11-30 00:00 DEBUG WindowsBackend: windows_language_code=1033
11-30 00:00 DEBUG WindowsBackend: windows_language=English
11-30 00:00 DEBUG WindowsBackend: processor_name=AMD Athlon(tm) 64 X2 Dual
Core Processor 4400+
11-30 00:00 DEBUG WindowsBackend: bootloader=xp
11-30 00:00 DEBUG WindowsBackend: system_drive=Drive(C: hd 27976.3085938 mb
free ntfs)
11-30 00:00 DEBUG WindowsBackend: drive=Drive(C: hd 27976.3085938 mb free
ntfs)
11-30 00:00 DEBUG WindowsBackend: drive=Drive(D: cd 0.0 mb free cdfs)
11-30 00:00 DEBUG WindowsBackend: drive=Drive(E: removable 1098.109375 mb
free fat32)
11-30 00:00 DEBUG WindowsBackend: drive=Drive(F: hd 18717.8828125 mb free
ntfs)
11-30 00:00 DEBUG WindowsBackend: drive=Drive(G: hd 6263.875 mb free ntfs)
11-30 00:00 DEBUG WindowsBackend: drive=Drive(H: cd 0.0 mb free )
11-30 00:00 DEBUG WindowsBackend:
uninstaller_path=F:\ubuntu\uninstall-wubi.exe
11-30 00:00 DEBUG WindowsBackend: previous_target_dir=F:\ubuntu
11-30 00:00 DEBUG WindowsBackend: previous_distro_name=Ubuntu
11-30 00:00 DEBUG WindowsBackend: keyboard_id=67699721
11-30 00:00 DEBUG WindowsBackend: keyboard_layout=us
11-30 00:00 DEBUG WindowsBackend: keyboard_variant=
11-30 00:00 DEBUG CommonBackend: python locale=('en_US', 'cp1252')
11-30 00:00 DEBUG CommonBackend: locale=en_US.UTF-8
11-30 00:00 DEBUG WindowsBackend: total_memory_mb=2047.4765625
11-30 00:00 DEBUG CommonBackend: Searching ISOs on USB devices
11-30 00:00 DEBUG CommonBackend: Searching for local CDs
11-30 00:00 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Ubuntu CD
11-30 00:00 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:00 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Ubuntu CD
11-30 00:00 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:00 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Ubuntu Netbook CD
11-30 00:00 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:00 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Kubuntu CD
11-30 00:00 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:00 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Kubuntu CD
11-30 00:00 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:00 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Kubuntu Netbook CD
11-30 00:00 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:00 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Xubuntu CD
11-30 00:00 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:00 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Xubuntu CD
11-30 00:00 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:00 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Mythbuntu CD
11-30 00:00 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:00 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Mythbuntu CD
11-30 00:00 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:00 DEBUG Distro: checking whether D:\ is a valid Ubuntu CD
11-30 00:00 DEBUG Distro: parsing info from str=Ubuntu 10.10 "Maverick
Meerkat" - Release i386 (20101007)
11-30 00:00 DEBUG Distro: parsed info={'name': 'Ubuntu', 'subversion':
'Release', 'version': '10.10', 'build': '20101007', 'codename': 'Maverick
Meerkat', 'arch': 'i386'}
11-30 00:00 INFO Distro: Found a valid CD for Ubuntu: D:\
11-30 00:00 INFO root: Running the CD menu...
11-30 00:00 DEBUG WindowsFrontend: __init__...
11-30 00:00 DEBUG WindowsFrontend: on_init...
11-30 00:00 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\translations,
languages=['en_US', 'en']
11-30 00:00 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\translations,
languages=['en_US', 'en']
11-30 00:00 INFO root: CD menu finished
11-30 00:00 INFO root: Already installed, running the uninstaller...
11-30 00:00 INFO root: Running the uninstaller...
11-30 00:00 INFO CommonBackend: This is the uninstaller running
11-30 00:00 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\translations,
languages=['en_US', 'en']
11-30 00:00 INFO root: Received settings
11-30 00:00 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\translations,
languages=['en_US', 'en']
11-30 00:00 DEBUG TaskList: # Running tasklist...
11-30 00:00 DEBUG TaskList: ## Running Backup ISO...
11-30 00:00 DEBUG TaskList: ## Finished Backup ISO
11-30 00:00 DEBUG TaskList: ## Running Remove bootloader entry...
11-30 00:00 ERROR WindowsBackend: Cannot find bcdedit
11-30 00:00 DEBUG WindowsBackend: undo_bootini C:
11-30 00:00 DEBUG WindowsBackend: undo_configsys Drive(C: hd 27976.3085938
mb free ntfs)
11-30 00:00 DEBUG WindowsBackend: undo_bootini E:
11-30 00:00 DEBUG WindowsBackend: undo_configsys Drive(E: removable
1098.109375 mb free fat32)
11-30 00:00 DEBUG WindowsBackend: undo_bootini F:
11-30 00:00 DEBUG WindowsBackend: undo_configsys Drive(F: hd 18717.8828125
mb free ntfs)
11-30 00:00 DEBUG WindowsBackend: undo_bootini G:
11-30 00:00 DEBUG WindowsBackend: undo_configsys Drive(G: hd 6263.875 mb
free ntfs)
11-30 00:00 DEBUG TaskList: ## Finished Remove bootloader entry
11-30 00:00 DEBUG TaskList: ## Running Remove target dir...
11-30 00:00 DEBUG CommonBackend: Deleting F:\ubuntu
11-30 00:00 DEBUG TaskList: ## Finished Remove target dir
11-30 00:00 DEBUG TaskList: ## Running Remove registry key...
11-30 00:00 DEBUG TaskList: ## Finished Remove registry key
11-30 00:00 DEBUG TaskList: # Finished tasklist
11-30 00:00 INFO root: Almost finished uninstalling
11-30 00:00 INFO root: Finished uninstallation
11-30 00:00 DEBUG CommonBackend: Fetching basic info...
11-30 00:00 DEBUG CommonBackend: original_exe=E:\UBUNTU 10.10\wubi.exe
11-30 00:00 DEBUG CommonBackend: platform=win32
11-30 00:00 DEBUG CommonBackend: osname=nt
11-30 00:00 DEBUG WindowsBackend: arch=amd64
11-30 00:00 DEBUG CommonBackend: Parsing
isolist=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\data\isolist.ini
11-30 00:00 DEBUG CommonBackend: Adding distro Xubuntu-i386
11-30 00:00 DEBUG CommonBackend: Adding distro Xubuntu-amd64
11-30 00:00 DEBUG CommonBackend: Adding distro Kubuntu-amd64
11-30 00:00 DEBUG CommonBackend: Adding distro Mythbuntu-i386
11-30 00:00 DEBUG CommonBackend: Adding distro Ubuntu-amd64
11-30 00:00 DEBUG CommonBackend: Adding distro Ubuntu-i386
11-30 00:00 DEBUG CommonBackend: Adding distro Mythbuntu-amd64
11-30 00:00 DEBUG CommonBackend: Adding distro Kubuntu-i386
11-30 00:00 DEBUG CommonBackend: Adding distro KubuntuNetbook-i386
11-30 00:00 DEBUG CommonBackend: Adding distro UbuntuNetbook-i386
11-30 00:00 DEBUG WindowsBackend: Fetching host info...
11-30 00:00 DEBUG WindowsBackend:
registry_key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi
11-30 00:00 DEBUG WindowsBackend: windows version=xp
11-30 00:00 DEBUG WindowsBackend: windows_version2=Microsoft Windows XP
11-30 00:00 DEBUG WindowsBackend: windows_sp=Service Pack 3
11-30 00:00 DEBUG WindowsBackend: windows_build=2600
11-30 00:00 DEBUG WindowsBackend: gmt=-8
11-30 00:00 DEBUG WindowsBackend: country=US
11-30 00:00 DEBUG WindowsBackend: timezone=America/Los_Angeles
11-30 00:00 DEBUG WindowsBackend: windows_username=Neeraj
11-30 00:00 DEBUG WindowsBackend: user_full_name=Neeraj
11-30 00:00 DEBUG WindowsBackend: user_directory=C:\Documents and
Settings\Neeraj
11-30 00:00 DEBUG WindowsBackend: windows_language_code=1033
11-30 00:00 DEBUG WindowsBackend: windows_language=English
11-30 00:00 DEBUG WindowsBackend: processor_name=AMD Athlon(tm) 64 X2 Dual
Core Processor 4400+
11-30 00:00 DEBUG WindowsBackend: bootloader=xp
11-30 00:00 DEBUG WindowsBackend: system_drive=Drive(C: hd 27974.3242188 mb
free ntfs)
11-30 00:00 DEBUG WindowsBackend: drive=Drive(C: hd 27974.3242188 mb free
ntfs)
11-30 00:00 DEBUG WindowsBackend: drive=Drive(D: cd 0.0 mb free cdfs)
11-30 00:00 DEBUG WindowsBackend: drive=Drive(E: removable 1098.109375 mb
free fat32)
11-30 00:00 DEBUG WindowsBackend: drive=Drive(F: hd 19412.4726563 mb free
ntfs)
11-30 00:00 DEBUG WindowsBackend: drive=Drive(G: hd 6263.875 mb free ntfs)
11-30 00:01 DEBUG WindowsBackend: drive=Drive(H: cd 0.0 mb free )
11-30 00:01 DEBUG WindowsBackend: uninstaller_path=None
11-30 00:01 DEBUG WindowsBackend: previous_target_dir=None
11-30 00:01 DEBUG WindowsBackend: previous_distro_name=None
11-30 00:01 DEBUG WindowsBackend: keyboard_id=67699721
11-30 00:01 DEBUG WindowsBackend: keyboard_layout=us
11-30 00:01 DEBUG WindowsBackend: keyboard_variant=
11-30 00:01 DEBUG WindowsBackend: total_memory_mb=2047.4765625
11-30 00:01 DEBUG CommonBackend: Searching ISOs on USB devices
11-30 00:01 DEBUG CommonBackend: Searching for local CDs
11-30 00:01 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Ubuntu CD
11-30 00:01 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:01 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Ubuntu CD
11-30 00:01 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:01 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Ubuntu Netbook CD
11-30 00:01 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:01 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Kubuntu CD
11-30 00:01 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:01 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Kubuntu CD
11-30 00:01 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:01 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Kubuntu Netbook CD
11-30 00:01 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:01 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Xubuntu CD
11-30 00:01 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:01 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Xubuntu CD
11-30 00:01 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:01 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Mythbuntu CD
11-30 00:01 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:01 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp is a valid Mythbuntu CD
11-30 00:01 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\casper\filesystem.squashfs
11-30 00:01 DEBUG Distro: checking whether D:\ is a valid Ubuntu CD
11-30 00:01 INFO Distro: Found a valid CD for Ubuntu: D:\
11-30 00:01 INFO root: Running the installer...
11-30 00:01 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\translations,
languages=['en_US', 'en']
11-30 00:01 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\translations,
languages=['en_US', 'en']
11-30 00:01 DEBUG WinuiInstallationPage: target_drive=F:,
installation_size=8000MB, distro_name=Ubuntu, language=en_US,
locale=en_US.UTF-8, username=neeraj
11-30 00:01 INFO root: Received settings
11-30 00:01 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\translations,
languages=['en_US', 'en']
11-30 00:01 DEBUG TaskList: # Running tasklist...
11-30 00:01 DEBUG TaskList: ## Running select_target_dir...
11-30 00:01 INFO WindowsBackend: Installing into F:\ubuntu
11-30 00:01 DEBUG TaskList: ## Finished select_target_dir
11-30 00:01 DEBUG TaskList: ## Running create_dir_structure...
11-30 00:01 DEBUG CommonBackend: Creating dir F:\ubuntu
11-30 00:01 DEBUG CommonBackend: Creating dir F:\ubuntu\disks
11-30 00:01 DEBUG CommonBackend: Creating dir F:\ubuntu\install
11-30 00:01 DEBUG CommonBackend: Creating dir F:\ubuntu\install\boot
11-30 00:01 DEBUG CommonBackend: Creating dir F:\ubuntu\disks\boot
11-30 00:01 DEBUG CommonBackend: Creating dir F:\ubuntu\disks\boot\grub
11-30 00:01 DEBUG CommonBackend: Creating dir F:\ubuntu\install\boot\grub
11-30 00:01 DEBUG TaskList: ## Finished create_dir_structure
11-30 00:01 DEBUG TaskList: ## Running uncompress_target_dir...
11-30 00:01 DEBUG TaskList: ## Finished uncompress_target_dir
11-30 00:01 DEBUG TaskList: ## Running create_uninstaller...
11-30 00:01 DEBUG WindowsBackend: Copying uninstaller E:\UBUNTU
10.10\wubi.exe -> F:\ubuntu\uninstall-wubi.exe
11-30 00:01 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi UninstallString
F:\ubuntu\uninstall-wubi.exe
11-30 00:01 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi InstallationDir
F:\ubuntu
11-30 00:01 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayName Ubuntu
11-30 00:01 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayIcon
F:\ubuntu\Ubuntu.ico
11-30 00:01 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayVersion
10.10-rev197
11-30 00:01 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi Publisher Ubuntu
11-30 00:01 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi URLInfoAbout
http://www.ubuntu.com
11-30 00:01 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi HelpLink
http://www.ubuntu.com/support
11-30 00:01 DEBUG TaskList: ## Finished create_uninstaller
11-30 00:01 DEBUG TaskList: ## Running copy_installation_files...
11-30 00:01 DEBUG WindowsBackend: Copying
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\data\custom-installation ->
F:\ubuntu\install\custom-installation
11-30 00:01 DEBUG WindowsBackend: Copying
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\winboot -> F:\ubuntu\winboot
11-30 00:01 DEBUG WindowsBackend: Copying
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl5D.tmp\data\images\Ubuntu.ico ->
F:\ubuntu\Ubuntu.ico
11-30 00:01 DEBUG TaskList: ## Finished copy_installation_files
11-30 00:01 DEBUG TaskList: ## Running get_iso...
11-30 00:01 DEBUG TaskList: New task copy_file
11-30 00:01 DEBUG TaskList: ### Running copy_file...
11-30 00:03 DEBUG TaskList: ### Finished copy_file
11-30 00:03 ERROR TaskList: [Errno 22] Invalid argument
Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\utils.py", line 208, in copy_file
IOError: [Errno 22] Invalid argument
11-30 00:03 DEBUG TaskList: # Cancelling tasklist
11-30 00:03 DEBUG TaskList: New task check_iso
11-30 00:03 ERROR root: [Errno 22] Invalid argument
Traceback (most recent call last):
  File "\lib\wubi\application.py", line 56, in run
  File "\lib\wubi\application.py", line 128, in select_task
  File "\lib\wubi\application.py", line 194, in run_cd_menu
  File "\lib\wubi\application.py", line 118, in select_task
  File "\lib\wubi\application.py", line 156, in run_installer
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\utils.py", line 208, in copy_file
IOError: [Errno 22] Invalid argument
11-30 00:03 DEBUG CommonBackend: Searching for local ISO
11-30 00:03 DEBUG Distro: checking Ubuntu ISO E:\UBUNTU
10.10\ubuntu-10.10-desktop-amd64(2).iso
11-30 00:03 DEBUG WindowsBackend: extracting .disk\info from E:\UBUNTU
10.10\ubuntu-10.10-desktop-amd64(2).iso
11-30 00:03 DEBUG Distro: parsing info from str=Ubuntu 10.10 "Maverick
Meerkat" - Release amd64 (20101007)
11-30 00:03 DEBUG Distro: parsed info={'name': 'Ubuntu', 'subversion':
'Release', 'version': '10.10', 'build': '20101007', 'codename': 'Maverick
Meerkat', 'arch': 'amd64'}
11-30 00:03 INFO Distro: Found a valid iso for Ubuntu: E:\UBUNTU
10.10\ubuntu-10.10-desktop-amd64(2).iso
11-30 00:03 DEBUG CommonBackend: Trying to use ISO E:\UBUNTU
10.10\ubuntu-10.10-desktop-amd64(2).iso
11-30 00:03 DEBUG TaskList: New task check_iso
11-30 00:03 DEBUG CommonBackend: Could not find any ISO or CD, downloading
one now
11-30 00:03 DEBUG TaskList: New task get_metalink
11-30 00:03 ERROR TaskList: Cannot download the metalink and therefore the
ISO
Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\backend.py", line 492, in get_iso
  File "\lib\wubi\backends\common\backend.py", line 330, in download_iso
Exception: Cannot download the metalink and therefore the ISO
11-30 00:03 DEBUG TaskList: # Cancelling tasklist
11-30 00:03 DEBUG TaskList: # Finished tasklist
11-30 00:06 INFO root: === wubi 10.10 rev197 ===
11-30 00:06 DEBUG root: Logfile is
c:\docume~1\neeraj\locals~1\temp\wubi-10.10-rev197.log
11-30 00:06 DEBUG root: sys.argv = ['main.pyo',
'--exefile="F:\\ubuntu\\uninstall-wubi.exe"']
11-30 00:06 DEBUG CommonBackend:
data_dir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp\data
11-30 00:06 DEBUG WindowsBackend:
7z=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp\bin\7z.exe
11-30 00:06 DEBUG CommonBackend: Fetching basic info...
11-30 00:06 DEBUG CommonBackend: original_exe=F:\ubuntu\uninstall-wubi.exe
11-30 00:06 DEBUG CommonBackend: platform=win32
11-30 00:06 DEBUG CommonBackend: osname=nt
11-30 00:06 DEBUG CommonBackend: language=en_US
11-30 00:06 DEBUG CommonBackend: encoding=cp1252
11-30 00:06 DEBUG WindowsBackend: arch=amd64
11-30 00:06 DEBUG CommonBackend: Parsing
isolist=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp\data\isolist.ini
11-30 00:06 DEBUG CommonBackend: Adding distro Xubuntu-i386
11-30 00:06 DEBUG CommonBackend: Adding distro Xubuntu-amd64
11-30 00:06 DEBUG CommonBackend: Adding distro Kubuntu-amd64
11-30 00:06 DEBUG CommonBackend: Adding distro Mythbuntu-i386
11-30 00:06 DEBUG CommonBackend: Adding distro Ubuntu-amd64
11-30 00:06 DEBUG CommonBackend: Adding distro Ubuntu-i386
11-30 00:06 DEBUG CommonBackend: Adding distro Mythbuntu-amd64
11-30 00:06 DEBUG CommonBackend: Adding distro Kubuntu-i386
11-30 00:06 DEBUG CommonBackend: Adding distro KubuntuNetbook-i386
11-30 00:06 DEBUG CommonBackend: Adding distro UbuntuNetbook-i386
11-30 00:06 DEBUG WindowsBackend: Fetching host info...
11-30 00:06 DEBUG WindowsBackend:
registry_key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi
11-30 00:06 DEBUG WindowsBackend: windows version=xp
11-30 00:06 DEBUG WindowsBackend: windows_version2=Microsoft Windows XP
11-30 00:06 DEBUG WindowsBackend: windows_sp=Service Pack 3
11-30 00:06 DEBUG WindowsBackend: windows_build=2600
11-30 00:06 DEBUG WindowsBackend: gmt=-8
11-30 00:06 DEBUG WindowsBackend: country=US
11-30 00:06 DEBUG WindowsBackend: timezone=America/Los_Angeles
11-30 00:06 DEBUG WindowsBackend: windows_username=Neeraj
11-30 00:06 DEBUG WindowsBackend: user_full_name=Neeraj
11-30 00:06 DEBUG WindowsBackend: user_directory=C:\Documents and
Settings\Neeraj
11-30 00:06 DEBUG WindowsBackend: windows_language_code=1033
11-30 00:06 DEBUG WindowsBackend: windows_language=English
11-30 00:06 DEBUG WindowsBackend: processor_name=AMD Athlon(tm) 64 X2 Dual
Core Processor 4400+
11-30 00:06 DEBUG WindowsBackend: bootloader=xp
11-30 00:06 DEBUG WindowsBackend: system_drive=Drive(C: hd 27972.2929688 mb
free ntfs)
11-30 00:06 DEBUG WindowsBackend: drive=Drive(C: hd 27972.2929688 mb free
ntfs)
11-30 00:06 DEBUG WindowsBackend: drive=Drive(D: cd 0.0 mb free cdfs)
11-30 00:06 DEBUG WindowsBackend: drive=Drive(E: removable 1098.109375 mb
free fat32)
11-30 00:06 DEBUG WindowsBackend: drive=Drive(F: hd 18717.8828125 mb free
ntfs)
11-30 00:06 DEBUG WindowsBackend: drive=Drive(G: hd 6263.875 mb free ntfs)
11-30 00:06 DEBUG WindowsBackend: drive=Drive(H: cd 0.0 mb free )
11-30 00:06 DEBUG WindowsBackend:
uninstaller_path=F:\ubuntu\uninstall-wubi.exe
11-30 00:06 DEBUG WindowsBackend: previous_target_dir=F:\ubuntu
11-30 00:06 DEBUG WindowsBackend: previous_distro_name=Ubuntu
11-30 00:06 DEBUG WindowsBackend: keyboard_id=67699721
11-30 00:06 DEBUG WindowsBackend: keyboard_layout=us
11-30 00:06 DEBUG WindowsBackend: keyboard_variant=
11-30 00:06 DEBUG CommonBackend: python locale=('en_US', 'cp1252')
11-30 00:06 DEBUG CommonBackend: locale=en_US.UTF-8
11-30 00:06 DEBUG WindowsBackend: total_memory_mb=2047.4765625
11-30 00:06 DEBUG CommonBackend: Searching ISOs on USB devices
11-30 00:06 DEBUG CommonBackend: Searching for local CDs
11-30 00:06 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp is a valid Ubuntu CD
11-30 00:06 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp\casper\filesystem.squashfs
11-30 00:06 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp is a valid Ubuntu CD
11-30 00:06 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp\casper\filesystem.squashfs
11-30 00:06 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp is a valid Ubuntu Netbook CD
11-30 00:06 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp\casper\filesystem.squashfs
11-30 00:06 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp is a valid Kubuntu CD
11-30 00:06 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp\casper\filesystem.squashfs
11-30 00:06 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp is a valid Kubuntu CD
11-30 00:06 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp\casper\filesystem.squashfs
11-30 00:06 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp is a valid Kubuntu Netbook CD
11-30 00:06 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp\casper\filesystem.squashfs
11-30 00:06 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp is a valid Xubuntu CD
11-30 00:06 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp\casper\filesystem.squashfs
11-30 00:06 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp is a valid Xubuntu CD
11-30 00:06 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp\casper\filesystem.squashfs
11-30 00:06 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp is a valid Mythbuntu CD
11-30 00:06 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp\casper\filesystem.squashfs
11-30 00:06 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp is a valid Mythbuntu CD
11-30 00:06 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp\casper\filesystem.squashfs
11-30 00:06 DEBUG Distro: checking whether D:\ is a valid Ubuntu CD
11-30 00:06 DEBUG Distro: parsing info from str=Ubuntu 10.10 "Maverick
Meerkat" - Release i386 (20101007)
11-30 00:06 DEBUG Distro: parsed info={'name': 'Ubuntu', 'subversion':
'Release', 'version': '10.10', 'build': '20101007', 'codename': 'Maverick
Meerkat', 'arch': 'i386'}
11-30 00:06 INFO Distro: Found a valid CD for Ubuntu: D:\
11-30 00:06 INFO root: Running the uninstaller...
11-30 00:06 INFO CommonBackend: This is the uninstaller running
11-30 00:06 DEBUG WindowsFrontend: __init__...
11-30 00:06 DEBUG WindowsFrontend: on_init...
11-30 00:06 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp\translations,
languages=['en_US', 'en']
11-30 00:06 INFO root: Received settings
11-30 00:06 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp\translations,
languages=['en_US', 'en']
11-30 00:06 DEBUG TaskList: # Running tasklist...
11-30 00:06 DEBUG TaskList: ## Running Backup ISO...
11-30 00:06 DEBUG TaskList: ## Finished Backup ISO
11-30 00:06 DEBUG TaskList: ## Running Remove bootloader entry...
11-30 00:06 ERROR WindowsBackend: Cannot find bcdedit
11-30 00:06 DEBUG WindowsBackend: undo_bootini C:
11-30 00:06 DEBUG WindowsBackend: undo_configsys Drive(C: hd 27972.2929688
mb free ntfs)
11-30 00:06 DEBUG WindowsBackend: undo_bootini E:
11-30 00:06 DEBUG WindowsBackend: undo_configsys Drive(E: removable
1098.109375 mb free fat32)
11-30 00:06 DEBUG WindowsBackend: undo_bootini F:
11-30 00:06 DEBUG WindowsBackend: undo_configsys Drive(F: hd 18717.8828125
mb free ntfs)
11-30 00:06 DEBUG WindowsBackend: undo_bootini G:
11-30 00:06 DEBUG WindowsBackend: undo_configsys Drive(G: hd 6263.875 mb
free ntfs)
11-30 00:06 DEBUG TaskList: ## Finished Remove bootloader entry
11-30 00:06 DEBUG TaskList: ## Running Remove target dir...
11-30 00:06 DEBUG CommonBackend: Deleting F:\ubuntu
11-30 00:06 DEBUG TaskList: ## Finished Remove target dir
11-30 00:06 DEBUG TaskList: ## Running Remove registry key...
11-30 00:06 DEBUG TaskList: ## Finished Remove registry key
11-30 00:06 DEBUG TaskList: # Finished tasklist
11-30 00:06 INFO root: Almost finished uninstalling
11-30 00:06 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl60.tmp\translations,
languages=['en_US', 'en']
11-30 00:06 INFO root: Finished uninstallation
11-30 00:06 DEBUG root: application.quit
11-30 00:06 DEBUG WindowsFrontend: frontend.quit
11-30 00:06 DEBUG WindowsFrontend: frontend.on_quit
11-30 00:06 DEBUG root: application.on_quit
11-30 00:06 INFO root: sys.exit
12-04 13:27 INFO root: === wubi 10.10 rev197 ===
12-04 13:27 DEBUG root: Logfile is
c:\docume~1\neeraj\locals~1\temp\wubi-10.10-rev197.log
12-04 13:27 DEBUG root: sys.argv = ['main.pyo', '--exefile="C:\\Documents
and Settings\\Neeraj\\My Documents\\Downloads\\UBUNTU 10.10\\wubi.exe"']
12-04 13:27 DEBUG CommonBackend:
data_dir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\data
12-04 13:27 DEBUG WindowsBackend:
7z=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\bin\7z.exe
12-04 13:27 DEBUG CommonBackend: Fetching basic info...
12-04 13:27 DEBUG CommonBackend: original_exe=C:\Documents and
Settings\Neeraj\My Documents\Downloads\UBUNTU 10.10\wubi.exe
12-04 13:27 DEBUG CommonBackend: platform=win32
12-04 13:27 DEBUG CommonBackend: osname=nt
12-04 13:27 DEBUG CommonBackend: language=en_US
12-04 13:27 DEBUG CommonBackend: encoding=cp1252
12-04 13:27 DEBUG WindowsBackend: arch=amd64
12-04 13:27 DEBUG CommonBackend: Parsing
isolist=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\data\isolist.ini
12-04 13:27 DEBUG CommonBackend: Adding distro Xubuntu-i386
12-04 13:27 DEBUG CommonBackend: Adding distro Xubuntu-amd64
12-04 13:27 DEBUG CommonBackend: Adding distro Kubuntu-amd64
12-04 13:27 DEBUG CommonBackend: Adding distro Mythbuntu-i386
12-04 13:27 DEBUG CommonBackend: Adding distro Ubuntu-amd64
12-04 13:27 DEBUG CommonBackend: Adding distro Ubuntu-i386
12-04 13:27 DEBUG CommonBackend: Adding distro Mythbuntu-amd64
12-04 13:27 DEBUG CommonBackend: Adding distro Kubuntu-i386
12-04 13:27 DEBUG CommonBackend: Adding distro KubuntuNetbook-i386
12-04 13:27 DEBUG CommonBackend: Adding distro UbuntuNetbook-i386
12-04 13:27 DEBUG WindowsBackend: Fetching host info...
12-04 13:27 DEBUG WindowsBackend:
registry_key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi
12-04 13:27 DEBUG WindowsBackend: windows version=xp
12-04 13:27 DEBUG WindowsBackend: windows_version2=Microsoft Windows XP
12-04 13:27 DEBUG WindowsBackend: windows_sp=Service Pack 3
12-04 13:27 DEBUG WindowsBackend: windows_build=2600
12-04 13:27 DEBUG WindowsBackend: gmt=-8
12-04 13:27 DEBUG WindowsBackend: country=US
12-04 13:27 DEBUG WindowsBackend: timezone=America/Los_Angeles
12-04 13:27 DEBUG WindowsBackend: windows_username=Neeraj
12-04 13:27 DEBUG WindowsBackend: user_full_name=Neeraj
12-04 13:27 DEBUG WindowsBackend: user_directory=C:\Documents and
Settings\Neeraj
12-04 13:27 DEBUG WindowsBackend: windows_language_code=1033
12-04 13:27 DEBUG WindowsBackend: windows_language=English
12-04 13:27 DEBUG WindowsBackend: processor_name=AMD Athlon(tm) 64 X2 Dual
Core Processor 4400+
12-04 13:27 DEBUG WindowsBackend: bootloader=xp
12-04 13:27 DEBUG WindowsBackend: system_drive=Drive(C: hd 28244.4570313 mb
free ntfs)
12-04 13:27 DEBUG WindowsBackend: drive=Drive(C: hd 28244.4570313 mb free
ntfs)
12-04 13:27 DEBUG WindowsBackend: drive=Drive(D: cd 0.0 mb free cdfs)
12-04 13:27 DEBUG WindowsBackend: drive=Drive(F: hd 19377.7578125 mb free
ntfs)
12-04 13:27 DEBUG WindowsBackend: drive=Drive(G: hd 6264.12109375 mb free
ntfs)
12-04 13:27 DEBUG WindowsBackend: drive=Drive(H: cd 0.0 mb free )
12-04 13:27 DEBUG WindowsBackend: uninstaller_path=None
12-04 13:27 DEBUG WindowsBackend: previous_target_dir=None
12-04 13:27 DEBUG WindowsBackend: previous_distro_name=None
12-04 13:27 DEBUG WindowsBackend: keyboard_id=67699721
12-04 13:27 DEBUG WindowsBackend: keyboard_layout=us
12-04 13:27 DEBUG WindowsBackend: keyboard_variant=
12-04 13:27 DEBUG CommonBackend: python locale=('en_US', 'cp1252')
12-04 13:27 DEBUG CommonBackend: locale=en_US.UTF-8
12-04 13:27 DEBUG WindowsBackend: total_memory_mb=2047.4765625
12-04 13:27 DEBUG CommonBackend: Searching ISOs on USB devices
12-04 13:27 DEBUG CommonBackend: Searching for local CDs
12-04 13:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp is a valid Ubuntu CD
12-04 13:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\casper\filesystem.squashfs
12-04 13:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp is a valid Ubuntu CD
12-04 13:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\casper\filesystem.squashfs
12-04 13:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp is a valid Ubuntu Netbook CD
12-04 13:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\casper\filesystem.squashfs
12-04 13:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp is a valid Kubuntu CD
12-04 13:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\casper\filesystem.squashfs
12-04 13:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp is a valid Kubuntu CD
12-04 13:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\casper\filesystem.squashfs
12-04 13:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp is a valid Kubuntu Netbook CD
12-04 13:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\casper\filesystem.squashfs
12-04 13:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp is a valid Xubuntu CD
12-04 13:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\casper\filesystem.squashfs
12-04 13:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp is a valid Xubuntu CD
12-04 13:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\casper\filesystem.squashfs
12-04 13:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp is a valid Mythbuntu CD
12-04 13:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\casper\filesystem.squashfs
12-04 13:27 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp is a valid Mythbuntu CD
12-04 13:27 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\casper\filesystem.squashfs
12-04 13:27 DEBUG Distro: checking whether D:\ is a valid Ubuntu CD
12-04 13:27 DEBUG Distro: parsing info from str=Ubuntu 10.10 "Maverick
Meerkat" - Release i386 (20101007)
12-04 13:27 DEBUG Distro: parsed info={'name': 'Ubuntu', 'subversion':
'Release', 'version': '10.10', 'build': '20101007', 'codename': 'Maverick
Meerkat', 'arch': 'i386'}
12-04 13:27 INFO Distro: Found a valid CD for Ubuntu: D:\
12-04 13:27 INFO root: Running the CD menu...
12-04 13:27 DEBUG WindowsFrontend: __init__...
12-04 13:27 DEBUG WindowsFrontend: on_init...
12-04 13:27 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\translations,
languages=['en_US', 'en']
12-04 13:27 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\translations,
languages=['en_US', 'en']
12-04 13:27 INFO root: CD menu finished
12-04 13:27 INFO root: Running the installer...
12-04 13:27 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\translations,
languages=['en_US', 'en']
12-04 13:27 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\translations,
languages=['en_US', 'en']
12-04 13:27 DEBUG WinuiInstallationPage: target_drive=F:,
installation_size=6000MB, distro_name=Ubuntu, language=en_US,
locale=en_US.UTF-8, username=neeraj
12-04 13:27 INFO root: Received settings
12-04 13:27 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\translations,
languages=['en_US', 'en']
12-04 13:27 DEBUG TaskList: # Running tasklist...
12-04 13:27 DEBUG TaskList: ## Running select_target_dir...
12-04 13:27 INFO WindowsBackend: Installing into F:\ubuntu
12-04 13:27 DEBUG TaskList: ## Finished select_target_dir
12-04 13:27 DEBUG TaskList: ## Running create_dir_structure...
12-04 13:27 DEBUG CommonBackend: Creating dir F:\ubuntu
12-04 13:27 DEBUG CommonBackend: Creating dir F:\ubuntu\disks
12-04 13:27 DEBUG CommonBackend: Creating dir F:\ubuntu\install
12-04 13:27 DEBUG CommonBackend: Creating dir F:\ubuntu\install\boot
12-04 13:27 DEBUG CommonBackend: Creating dir F:\ubuntu\disks\boot
12-04 13:27 DEBUG CommonBackend: Creating dir F:\ubuntu\disks\boot\grub
12-04 13:27 DEBUG CommonBackend: Creating dir F:\ubuntu\install\boot\grub
12-04 13:27 DEBUG TaskList: ## Finished create_dir_structure
12-04 13:27 DEBUG TaskList: ## Running uncompress_target_dir...
12-04 13:27 DEBUG TaskList: ## Finished uncompress_target_dir
12-04 13:27 DEBUG TaskList: ## Running create_uninstaller...
12-04 13:27 DEBUG WindowsBackend: Copying uninstaller C:\Documents and
Settings\Neeraj\My Documents\Downloads\UBUNTU 10.10\wubi.exe ->
F:\ubuntu\uninstall-wubi.exe
12-04 13:27 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi UninstallString
F:\ubuntu\uninstall-wubi.exe
12-04 13:27 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi InstallationDir
F:\ubuntu
12-04 13:27 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayName Ubuntu
12-04 13:27 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayIcon
F:\ubuntu\Ubuntu.ico
12-04 13:27 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayVersion
10.10-rev197
12-04 13:27 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi Publisher Ubuntu
12-04 13:27 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi URLInfoAbout
http://www.ubuntu.com
12-04 13:27 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi HelpLink
http://www.ubuntu.com/support
12-04 13:27 DEBUG TaskList: ## Finished create_uninstaller
12-04 13:27 DEBUG TaskList: ## Running copy_installation_files...
12-04 13:27 DEBUG WindowsBackend: Copying
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\data\custom-installation ->
F:\ubuntu\install\custom-installation
12-04 13:27 DEBUG WindowsBackend: Copying
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\winboot -> F:\ubuntu\winboot
12-04 13:27 DEBUG WindowsBackend: Copying
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pylF5.tmp\data\images\Ubuntu.ico ->
F:\ubuntu\Ubuntu.ico
12-04 13:27 DEBUG TaskList: ## Finished copy_installation_files
12-04 13:27 DEBUG TaskList: ## Running get_iso...
12-04 13:27 DEBUG TaskList: New task copy_file
12-04 13:27 DEBUG TaskList: ### Running copy_file...
12-04 13:30 DEBUG TaskList: ### Finished copy_file
12-04 13:30 ERROR TaskList: [Errno 22] Invalid argument
Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\utils.py", line 208, in copy_file
IOError: [Errno 22] Invalid argument
12-04 13:30 DEBUG TaskList: # Cancelling tasklist
12-04 13:30 DEBUG TaskList: New task check_iso
12-04 13:30 ERROR root: [Errno 22] Invalid argument
Traceback (most recent call last):
  File "\lib\wubi\application.py", line 56, in run
  File "\lib\wubi\application.py", line 128, in select_task
  File "\lib\wubi\application.py", line 194, in run_cd_menu
  File "\lib\wubi\application.py", line 118, in select_task
  File "\lib\wubi\application.py", line 156, in run_installer
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\utils.py", line 208, in copy_file
IOError: [Errno 22] Invalid argument
12-04 13:30 DEBUG CommonBackend: Searching for local ISO
12-04 13:30 DEBUG Distro: checking Ubuntu ISO C:\Documents and
Settings\Neeraj\My Documents\Downloads\UBUNTU
10.10\ubuntu-10.10-desktop-i386.iso
12-04 13:30 DEBUG WindowsBackend: extracting .disk\info from C:\Documents
and Settings\Neeraj\My Documents\Downloads\UBUNTU
10.10\ubuntu-10.10-desktop-i386.iso
12-04 13:30 DEBUG Distro: parsing info from str=Ubuntu 10.10 "Maverick
Meerkat" - Release i386 (20101007)
12-04 13:30 DEBUG Distro: parsed info={'name': 'Ubuntu', 'subversion':
'Release', 'version': '10.10', 'build': '20101007', 'codename': 'Maverick
Meerkat', 'arch': 'i386'}
12-04 13:30 INFO Distro: Found a valid iso for Ubuntu: C:\Documents and
Settings\Neeraj\My Documents\Downloads\UBUNTU
10.10\ubuntu-10.10-desktop-i386.iso
12-04 13:30 DEBUG CommonBackend: Trying to use ISO C:\Documents and
Settings\Neeraj\My Documents\Downloads\UBUNTU
10.10\ubuntu-10.10-desktop-i386.iso
12-04 13:30 DEBUG TaskList: New task check_iso
12-04 13:30 DEBUG CommonBackend: Could not find any ISO or CD, downloading
one now
12-04 13:30 DEBUG TaskList: New task get_metalink
12-04 13:30 ERROR TaskList: Cannot download the metalink and therefore the
ISO
Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\backend.py", line 492, in get_iso
  File "\lib\wubi\backends\common\backend.py", line 330, in download_iso
Exception: Cannot download the metalink and therefore the ISO
12-04 13:30 DEBUG TaskList: # Cancelling tasklist
12-04 13:30 DEBUG TaskList: # Finished tasklist
12-05 10:32 INFO root: === wubi 10.10 rev197 ===
12-05 10:32 DEBUG root: Logfile is
c:\docume~1\neeraj\locals~1\temp\wubi-10.10-rev197.log
12-05 10:32 DEBUG root: sys.argv = ['main.pyo', '--exefile="C:\\Documents
and Settings\\Neeraj\\My Documents\\Downloads\\UBUNTU 10.10\\wubi.exe"',
'--skipmd5check']
12-05 10:32 DEBUG CommonBackend:
data_dir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\data
12-05 10:32 DEBUG WindowsBackend:
7z=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\bin\7z.exe
12-05 10:32 DEBUG CommonBackend: Fetching basic info...
12-05 10:32 DEBUG CommonBackend: original_exe=C:\Documents and
Settings\Neeraj\My Documents\Downloads\UBUNTU 10.10\wubi.exe
12-05 10:32 DEBUG CommonBackend: platform=win32
12-05 10:32 DEBUG CommonBackend: osname=nt
12-05 10:32 DEBUG CommonBackend: language=en_US
12-05 10:32 DEBUG CommonBackend: encoding=cp1252
12-05 10:32 DEBUG WindowsBackend: arch=amd64
12-05 10:32 DEBUG CommonBackend: Parsing
isolist=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\data\isolist.ini
12-05 10:32 DEBUG CommonBackend: Adding distro Xubuntu-i386
12-05 10:32 DEBUG CommonBackend: Adding distro Xubuntu-amd64
12-05 10:32 DEBUG CommonBackend: Adding distro Kubuntu-amd64
12-05 10:32 DEBUG CommonBackend: Adding distro Mythbuntu-i386
12-05 10:32 DEBUG CommonBackend: Adding distro Ubuntu-amd64
12-05 10:32 DEBUG CommonBackend: Adding distro Ubuntu-i386
12-05 10:32 DEBUG CommonBackend: Adding distro Mythbuntu-amd64
12-05 10:32 DEBUG CommonBackend: Adding distro Kubuntu-i386
12-05 10:32 DEBUG CommonBackend: Adding distro KubuntuNetbook-i386
12-05 10:32 DEBUG CommonBackend: Adding distro UbuntuNetbook-i386
12-05 10:32 DEBUG WindowsBackend: Fetching host info...
12-05 10:32 DEBUG WindowsBackend:
registry_key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi
12-05 10:32 DEBUG WindowsBackend: windows version=xp
12-05 10:32 DEBUG WindowsBackend: windows_version2=Microsoft Windows XP
12-05 10:32 DEBUG WindowsBackend: windows_sp=Service Pack 3
12-05 10:32 DEBUG WindowsBackend: windows_build=2600
12-05 10:32 DEBUG WindowsBackend: gmt=-8
12-05 10:32 DEBUG WindowsBackend: country=US
12-05 10:32 DEBUG WindowsBackend: timezone=America/Los_Angeles
12-05 10:32 DEBUG WindowsBackend: windows_username=Neeraj
12-05 10:32 DEBUG WindowsBackend: user_full_name=Neeraj
12-05 10:32 DEBUG WindowsBackend: user_directory=C:\Documents and
Settings\Neeraj
12-05 10:32 DEBUG WindowsBackend: windows_language_code=1033
12-05 10:32 DEBUG WindowsBackend: windows_language=English
12-05 10:32 DEBUG WindowsBackend: processor_name=AMD Athlon(tm) 64 X2 Dual
Core Processor 4400+
12-05 10:32 DEBUG WindowsBackend: bootloader=xp
12-05 10:32 DEBUG WindowsBackend: system_drive=Drive(C: hd 25865.578125 mb
free ntfs)
12-05 10:32 DEBUG WindowsBackend: drive=Drive(C: hd 25865.578125 mb free
ntfs)
12-05 10:32 DEBUG WindowsBackend: drive=Drive(D: cd 0.0 mb free cdfs)
12-05 10:32 DEBUG WindowsBackend: drive=Drive(F: hd 18503.359375 mb free
ntfs)
12-05 10:32 DEBUG WindowsBackend: drive=Drive(H: cd 0.0 mb free cdfs)
12-05 10:32 DEBUG WindowsBackend:
uninstaller_path=F:\ubuntu\uninstall-wubi.exe
12-05 10:32 DEBUG WindowsBackend: previous_target_dir=F:\ubuntu
12-05 10:32 DEBUG WindowsBackend: previous_distro_name=Ubuntu
12-05 10:32 DEBUG WindowsBackend: keyboard_id=67699721
12-05 10:32 DEBUG WindowsBackend: keyboard_layout=us
12-05 10:32 DEBUG WindowsBackend: keyboard_variant=
12-05 10:32 DEBUG CommonBackend: python locale=('en_US', 'cp1252')
12-05 10:32 DEBUG CommonBackend: locale=en_US.UTF-8
12-05 10:32 DEBUG WindowsBackend: total_memory_mb=2047.4765625
12-05 10:32 DEBUG CommonBackend: Searching ISOs on USB devices
12-05 10:32 DEBUG CommonBackend: Searching for local CDs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Ubuntu CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Ubuntu CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Ubuntu Netbook CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Kubuntu CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Kubuntu CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Kubuntu Netbook CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Xubuntu CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Xubuntu CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Mythbuntu CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Mythbuntu CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether D:\ is a valid Ubuntu CD
12-05 10:32 DEBUG Distro: parsing info from str=Ubuntu 10.10 "Maverick
Meerkat" - Release i386 (20101007)
12-05 10:32 DEBUG Distro: parsed info={'name': 'Ubuntu', 'subversion':
'Release', 'version': '10.10', 'build': '20101007', 'codename': 'Maverick
Meerkat', 'arch': 'i386'}
12-05 10:32 INFO Distro: Found a valid CD for Ubuntu: D:\
12-05 10:32 INFO root: Running the CD menu...
12-05 10:32 DEBUG WindowsFrontend: __init__...
12-05 10:32 DEBUG WindowsFrontend: on_init...
12-05 10:32 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\translations,
languages=['en_US', 'en']
12-05 10:32 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\translations,
languages=['en_US', 'en']
12-05 10:32 INFO root: CD menu finished
12-05 10:32 INFO root: Already installed, running the uninstaller...
12-05 10:32 INFO root: Running the uninstaller...
12-05 10:32 INFO CommonBackend: This is the uninstaller running
12-05 10:32 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\translations,
languages=['en_US', 'en']
12-05 10:32 INFO root: Received settings
12-05 10:32 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\translations,
languages=['en_US', 'en']
12-05 10:32 DEBUG TaskList: # Running tasklist...
12-05 10:32 DEBUG TaskList: ## Running Backup ISO...
12-05 10:32 DEBUG TaskList: ## Finished Backup ISO
12-05 10:32 DEBUG TaskList: ## Running Remove bootloader entry...
12-05 10:32 ERROR WindowsBackend: Cannot find bcdedit
12-05 10:32 DEBUG WindowsBackend: undo_bootini C:
12-05 10:32 DEBUG WindowsBackend: undo_configsys Drive(C: hd 25865.578125
mb free ntfs)
12-05 10:32 DEBUG WindowsBackend: undo_bootini F:
12-05 10:32 DEBUG WindowsBackend: undo_configsys Drive(F: hd 18503.359375
mb free ntfs)
12-05 10:32 DEBUG TaskList: ## Finished Remove bootloader entry
12-05 10:32 DEBUG TaskList: ## Running Remove target dir...
12-05 10:32 DEBUG CommonBackend: Deleting F:\ubuntu
12-05 10:32 DEBUG TaskList: ## Finished Remove target dir
12-05 10:32 DEBUG TaskList: ## Running Remove registry key...
12-05 10:32 DEBUG TaskList: ## Finished Remove registry key
12-05 10:32 DEBUG TaskList: # Finished tasklist
12-05 10:32 INFO root: Almost finished uninstalling
12-05 10:32 INFO root: Finished uninstallation
12-05 10:32 DEBUG CommonBackend: Fetching basic info...
12-05 10:32 DEBUG CommonBackend: original_exe=C:\Documents and
Settings\Neeraj\My Documents\Downloads\UBUNTU 10.10\wubi.exe
12-05 10:32 DEBUG CommonBackend: platform=win32
12-05 10:32 DEBUG CommonBackend: osname=nt
12-05 10:32 DEBUG WindowsBackend: arch=amd64
12-05 10:32 DEBUG CommonBackend: Parsing
isolist=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\data\isolist.ini
12-05 10:32 DEBUG CommonBackend: Adding distro Xubuntu-i386
12-05 10:32 DEBUG CommonBackend: Adding distro Xubuntu-amd64
12-05 10:32 DEBUG CommonBackend: Adding distro Kubuntu-amd64
12-05 10:32 DEBUG CommonBackend: Adding distro Mythbuntu-i386
12-05 10:32 DEBUG CommonBackend: Adding distro Ubuntu-amd64
12-05 10:32 DEBUG CommonBackend: Adding distro Ubuntu-i386
12-05 10:32 DEBUG CommonBackend: Adding distro Mythbuntu-amd64
12-05 10:32 DEBUG CommonBackend: Adding distro Kubuntu-i386
12-05 10:32 DEBUG CommonBackend: Adding distro KubuntuNetbook-i386
12-05 10:32 DEBUG CommonBackend: Adding distro UbuntuNetbook-i386
12-05 10:32 DEBUG WindowsBackend: Fetching host info...
12-05 10:32 DEBUG WindowsBackend:
registry_key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi
12-05 10:32 DEBUG WindowsBackend: windows version=xp
12-05 10:32 DEBUG WindowsBackend: windows_version2=Microsoft Windows XP
12-05 10:32 DEBUG WindowsBackend: windows_sp=Service Pack 3
12-05 10:32 DEBUG WindowsBackend: windows_build=2600
12-05 10:32 DEBUG WindowsBackend: gmt=-8
12-05 10:32 DEBUG WindowsBackend: country=US
12-05 10:32 DEBUG WindowsBackend: timezone=America/Los_Angeles
12-05 10:32 DEBUG WindowsBackend: windows_username=Neeraj
12-05 10:32 DEBUG WindowsBackend: user_full_name=Neeraj
12-05 10:32 DEBUG WindowsBackend: user_directory=C:\Documents and
Settings\Neeraj
12-05 10:32 DEBUG WindowsBackend: windows_language_code=1033
12-05 10:32 DEBUG WindowsBackend: windows_language=English
12-05 10:32 DEBUG WindowsBackend: processor_name=AMD Athlon(tm) 64 X2 Dual
Core Processor 4400+
12-05 10:32 DEBUG WindowsBackend: bootloader=xp
12-05 10:32 DEBUG WindowsBackend: system_drive=Drive(C: hd 25863.6210938 mb
free ntfs)
12-05 10:32 DEBUG WindowsBackend: drive=Drive(C: hd 25863.6210938 mb free
ntfs)
12-05 10:32 DEBUG WindowsBackend: drive=Drive(D: cd 0.0 mb free cdfs)
12-05 10:32 DEBUG WindowsBackend: drive=Drive(F: hd 19196.5039063 mb free
ntfs)
12-05 10:32 DEBUG WindowsBackend: drive=Drive(H: cd 0.0 mb free cdfs)
12-05 10:32 DEBUG WindowsBackend: uninstaller_path=None
12-05 10:32 DEBUG WindowsBackend: previous_target_dir=None
12-05 10:32 DEBUG WindowsBackend: previous_distro_name=None
12-05 10:32 DEBUG WindowsBackend: keyboard_id=67699721
12-05 10:32 DEBUG WindowsBackend: keyboard_layout=us
12-05 10:32 DEBUG WindowsBackend: keyboard_variant=
12-05 10:32 DEBUG WindowsBackend: total_memory_mb=2047.4765625
12-05 10:32 DEBUG CommonBackend: Searching ISOs on USB devices
12-05 10:32 DEBUG CommonBackend: Searching for local CDs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Ubuntu CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Ubuntu CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Ubuntu Netbook CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Kubuntu CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Kubuntu CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Kubuntu Netbook CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Xubuntu CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Xubuntu CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Mythbuntu CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp is a valid Mythbuntu CD
12-05 10:32 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\casper\filesystem.squashfs
12-05 10:32 DEBUG Distro: checking whether D:\ is a valid Ubuntu CD
12-05 10:32 INFO Distro: Found a valid CD for Ubuntu: D:\
12-05 10:32 INFO root: Running the installer...
12-05 10:32 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\translations,
languages=['en_US', 'en']
12-05 10:32 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl10.tmp\translations,
languages=['en_US', 'en']
12-05 10:32 INFO WindowsFrontend: Operation cancelled
12-05 10:32 DEBUG WindowsFrontend: frontend.quit
12-05 10:32 DEBUG WindowsFrontend: frontend.on_quit
12-05 10:32 DEBUG root: application.on_quit
12-05 10:32 INFO root: sys.exit
12-05 10:33 INFO root: === wubi 10.10 rev197 ===
12-05 10:33 DEBUG root: Logfile is
c:\docume~1\neeraj\locals~1\temp\wubi-10.10-rev197.log
12-05 10:33 DEBUG root: sys.argv = ['main.pyo', '--exefile="C:\\Documents
and Settings\\Neeraj\\My Documents\\Downloads\\UBUNTU 10.10\\wubi.exe"',
'--skipmd5check']
12-05 10:33 DEBUG CommonBackend:
data_dir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\data
12-05 10:33 DEBUG WindowsBackend:
7z=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\bin\7z.exe
12-05 10:33 DEBUG CommonBackend: Fetching basic info...
12-05 10:33 DEBUG CommonBackend: original_exe=C:\Documents and
Settings\Neeraj\My Documents\Downloads\UBUNTU 10.10\wubi.exe
12-05 10:33 DEBUG CommonBackend: platform=win32
12-05 10:33 DEBUG CommonBackend: osname=nt
12-05 10:33 DEBUG CommonBackend: language=en_US
12-05 10:33 DEBUG CommonBackend: encoding=cp1252
12-05 10:33 DEBUG WindowsBackend: arch=amd64
12-05 10:33 DEBUG CommonBackend: Parsing
isolist=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\data\isolist.ini
12-05 10:33 DEBUG CommonBackend: Adding distro Xubuntu-i386
12-05 10:33 DEBUG CommonBackend: Adding distro Xubuntu-amd64
12-05 10:33 DEBUG CommonBackend: Adding distro Kubuntu-amd64
12-05 10:33 DEBUG CommonBackend: Adding distro Mythbuntu-i386
12-05 10:33 DEBUG CommonBackend: Adding distro Ubuntu-amd64
12-05 10:33 DEBUG CommonBackend: Adding distro Ubuntu-i386
12-05 10:33 DEBUG CommonBackend: Adding distro Mythbuntu-amd64
12-05 10:33 DEBUG CommonBackend: Adding distro Kubuntu-i386
12-05 10:33 DEBUG CommonBackend: Adding distro KubuntuNetbook-i386
12-05 10:33 DEBUG CommonBackend: Adding distro UbuntuNetbook-i386
12-05 10:33 DEBUG WindowsBackend: Fetching host info...
12-05 10:33 DEBUG WindowsBackend:
registry_key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi
12-05 10:33 DEBUG WindowsBackend: windows version=xp
12-05 10:33 DEBUG WindowsBackend: windows_version2=Microsoft Windows XP
12-05 10:33 DEBUG WindowsBackend: windows_sp=Service Pack 3
12-05 10:33 DEBUG WindowsBackend: windows_build=2600
12-05 10:33 DEBUG WindowsBackend: gmt=-8
12-05 10:33 DEBUG WindowsBackend: country=US
12-05 10:33 DEBUG WindowsBackend: timezone=America/Los_Angeles
12-05 10:33 DEBUG WindowsBackend: windows_username=Neeraj
12-05 10:33 DEBUG WindowsBackend: user_full_name=Neeraj
12-05 10:33 DEBUG WindowsBackend: user_directory=C:\Documents and
Settings\Neeraj
12-05 10:33 DEBUG WindowsBackend: windows_language_code=1033
12-05 10:33 DEBUG WindowsBackend: windows_language=English
12-05 10:33 DEBUG WindowsBackend: processor_name=AMD Athlon(tm) 64 X2 Dual
Core Processor 4400+
12-05 10:33 DEBUG WindowsBackend: bootloader=xp
12-05 10:33 DEBUG WindowsBackend: system_drive=Drive(C: hd 25847.1328125 mb
free ntfs)
12-05 10:33 DEBUG WindowsBackend: drive=Drive(C: hd 25847.1328125 mb free
ntfs)
12-05 10:33 DEBUG WindowsBackend: drive=Drive(D: cd 0.0 mb free cdfs)
12-05 10:33 DEBUG WindowsBackend: drive=Drive(F: hd 19196.5039063 mb free
ntfs)
12-05 10:33 DEBUG WindowsBackend: drive=Drive(G: hd 6264.1171875 mb free
ntfs)
12-05 10:33 DEBUG WindowsBackend: drive=Drive(H: cd 0.0 mb free cdfs)
12-05 10:33 DEBUG WindowsBackend: uninstaller_path=None
12-05 10:33 DEBUG WindowsBackend: previous_target_dir=None
12-05 10:33 DEBUG WindowsBackend: previous_distro_name=None
12-05 10:33 DEBUG WindowsBackend: keyboard_id=67699721
12-05 10:33 DEBUG WindowsBackend: keyboard_layout=us
12-05 10:33 DEBUG WindowsBackend: keyboard_variant=
12-05 10:33 DEBUG CommonBackend: python locale=('en_US', 'cp1252')
12-05 10:33 DEBUG CommonBackend: locale=en_US.UTF-8
12-05 10:33 DEBUG WindowsBackend: total_memory_mb=2047.4765625
12-05 10:33 DEBUG CommonBackend: Searching ISOs on USB devices
12-05 10:33 DEBUG CommonBackend: Searching for local CDs
12-05 10:33 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp is a valid Ubuntu CD
12-05 10:33 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\casper\filesystem.squashfs
12-05 10:33 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp is a valid Ubuntu CD
12-05 10:33 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\casper\filesystem.squashfs
12-05 10:33 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp is a valid Ubuntu Netbook CD
12-05 10:33 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\casper\filesystem.squashfs
12-05 10:33 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp is a valid Kubuntu CD
12-05 10:33 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\casper\filesystem.squashfs
12-05 10:33 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp is a valid Kubuntu CD
12-05 10:33 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\casper\filesystem.squashfs
12-05 10:33 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp is a valid Kubuntu Netbook CD
12-05 10:33 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\casper\filesystem.squashfs
12-05 10:33 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp is a valid Xubuntu CD
12-05 10:33 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\casper\filesystem.squashfs
12-05 10:33 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp is a valid Xubuntu CD
12-05 10:33 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\casper\filesystem.squashfs
12-05 10:33 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp is a valid Mythbuntu CD
12-05 10:33 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\casper\filesystem.squashfs
12-05 10:33 DEBUG Distro: checking whether
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp is a valid Mythbuntu CD
12-05 10:33 DEBUG Distro: does not contain
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\casper\filesystem.squashfs
12-05 10:33 DEBUG Distro: checking whether D:\ is a valid Ubuntu CD
12-05 10:33 DEBUG Distro: parsing info from str=Ubuntu 10.10 "Maverick
Meerkat" - Release i386 (20101007)
12-05 10:33 DEBUG Distro: parsed info={'name': 'Ubuntu', 'subversion':
'Release', 'version': '10.10', 'build': '20101007', 'codename': 'Maverick
Meerkat', 'arch': 'i386'}
12-05 10:33 INFO Distro: Found a valid CD for Ubuntu: D:\
12-05 10:33 INFO root: Running the CD menu...
12-05 10:33 DEBUG WindowsFrontend: __init__...
12-05 10:33 DEBUG WindowsFrontend: on_init...
12-05 10:33 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\translations,
languages=['en_US', 'en']
12-05 10:33 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\translations,
languages=['en_US', 'en']
12-05 10:33 INFO root: CD menu finished
12-05 10:33 INFO root: Running the installer...
12-05 10:33 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\translations,
languages=['en_US', 'en']
12-05 10:33 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\translations,
languages=['en_US', 'en']
12-05 10:34 DEBUG WinuiInstallationPage: target_drive=F:,
installation_size=8000MB, distro_name=Ubuntu, language=en_US,
locale=en_US.UTF-8, username=neeraj
12-05 10:34 INFO root: Received settings
12-05 10:34 INFO WinuiPage: appname=wubi,
localedir=C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\translations,
languages=['en_US', 'en']
12-05 10:34 DEBUG TaskList: # Running tasklist...
12-05 10:34 DEBUG TaskList: ## Running select_target_dir...
12-05 10:34 INFO WindowsBackend: Installing into F:\ubuntu
12-05 10:34 DEBUG TaskList: ## Finished select_target_dir
12-05 10:34 DEBUG TaskList: ## Running create_dir_structure...
12-05 10:34 DEBUG CommonBackend: Creating dir F:\ubuntu
12-05 10:34 DEBUG CommonBackend: Creating dir F:\ubuntu\disks
12-05 10:34 DEBUG CommonBackend: Creating dir F:\ubuntu\install
12-05 10:34 DEBUG CommonBackend: Creating dir F:\ubuntu\install\boot
12-05 10:34 DEBUG CommonBackend: Creating dir F:\ubuntu\disks\boot
12-05 10:34 DEBUG CommonBackend: Creating dir F:\ubuntu\disks\boot\grub
12-05 10:34 DEBUG CommonBackend: Creating dir F:\ubuntu\install\boot\grub
12-05 10:34 DEBUG TaskList: ## Finished create_dir_structure
12-05 10:34 DEBUG TaskList: ## Running uncompress_target_dir...
12-05 10:34 DEBUG TaskList: ## Finished uncompress_target_dir
12-05 10:34 DEBUG TaskList: ## Running create_uninstaller...
12-05 10:34 DEBUG WindowsBackend: Copying uninstaller C:\Documents and
Settings\Neeraj\My Documents\Downloads\UBUNTU 10.10\wubi.exe ->
F:\ubuntu\uninstall-wubi.exe
12-05 10:34 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi UninstallString
F:\ubuntu\uninstall-wubi.exe
12-05 10:34 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi InstallationDir
F:\ubuntu
12-05 10:34 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayName Ubuntu
12-05 10:34 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayIcon
F:\ubuntu\Ubuntu.ico
12-05 10:34 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayVersion
10.10-rev197
12-05 10:34 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi Publisher Ubuntu
12-05 10:34 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi URLInfoAbout
http://www.ubuntu.com
12-05 10:34 DEBUG registry: Setting registry key -2147483646
Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi HelpLink
http://www.ubuntu.com/support
12-05 10:34 DEBUG TaskList: ## Finished create_uninstaller
12-05 10:34 DEBUG TaskList: ## Running copy_installation_files...
12-05 10:34 DEBUG WindowsBackend: Copying
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\data\custom-installation ->
F:\ubuntu\install\custom-installation
12-05 10:34 DEBUG WindowsBackend: Copying
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\winboot -> F:\ubuntu\winboot
12-05 10:34 DEBUG WindowsBackend: Copying
C:\DOCUME~1\Neeraj\LOCALS~1\Temp\pyl13.tmp\data\images\Ubuntu.ico ->
F:\ubuntu\Ubuntu.ico
12-05 10:34 DEBUG TaskList: ## Finished copy_installation_files
12-05 10:34 DEBUG TaskList: ## Running get_iso...
12-05 10:34 DEBUG TaskList: New task copy_file
12-05 10:34 DEBUG TaskList: ### Running copy_file...
12-05 10:37 DEBUG TaskList: ### Finished copy_file
12-05 10:37 ERROR TaskList: [Errno 22] Invalid argument
Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\utils.py", line 208, in copy_file
IOError: [Errno 22] Invalid argument
12-05 10:37 DEBUG TaskList: # Cancelling tasklist
12-05 10:37 DEBUG TaskList: New task check_iso
12-05 10:37 ERROR root: [Errno 22] Invalid argument
Traceback (most recent call last):
  File "\lib\wubi\application.py", line 56, in run
  File "\lib\wubi\application.py", line 128, in select_task
  File "\lib\wubi\application.py", line 194, in run_cd_menu
  File "\lib\wubi\application.py", line 118, in select_task
  File "\lib\wubi\application.py", line 156, in run_installer
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\utils.py", line 208, in copy_file
IOError: [Errno 22] Invalid argument
12-05 10:37 DEBUG CommonBackend: Searching for local ISO
12-05 10:37 DEBUG Distro: checking Ubuntu ISO C:\Documents and
Settings\Neeraj\My Documents\Downloads\UBUNTU
10.10\ubuntu-10.10-desktop-i386.iso
12-05 10:37 DEBUG WindowsBackend: extracting .disk\info from C:\Documents
and Settings\Neeraj\My Documents\Downloads\UBUNTU
10.10\ubuntu-10.10-desktop-i386.iso
12-05 10:37 DEBUG Distro: parsing info from str=Ubuntu 10.10 "Maverick
Meerkat" - Release i386 (20101007)
12-05 10:37 DEBUG Distro: parsed info={'name': 'Ubuntu', 'subversion':
'Release', 'version': '10.10', 'build': '20101007', 'codename': 'Maverick
Meerkat', 'arch': 'i386'}
12-05 10:37 INFO Distro: Found a valid iso for Ubuntu: C:\Documents and
Settings\Neeraj\My Documents\Downloads\UBUNTU
10.10\ubuntu-10.10-desktop-i386.iso
12-05 10:37 DEBUG CommonBackend: Trying to use ISO C:\Documents and
Settings\Neeraj\My Documents\Downloads\UBUNTU
10.10\ubuntu-10.10-desktop-i386.iso
12-05 10:37 DEBUG TaskList: New task check_iso
12-05 10:37 DEBUG CommonBackend: Could not find any ISO or CD, downloading
one now
12-05 10:37 DEBUG TaskList: New task get_metalink
12-05 10:37 ERROR TaskList: Cannot download the metalink and therefore the
ISO
Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\backend.py", line 492, in get_iso
  File "\lib\wubi\backends\common\backend.py", line 330, in download_iso
Exception: Cannot download the metalink and therefore the ISO
12-05 10:37 DEBUG TaskList: # Cancelling tasklist
12-05 10:37 DEBUG TaskList: # Finished tasklist

Thanks

On Sun, Dec 5, 2010 at 11:17 AM, bcbc
<email address hidden>wrote:

> Your question #136025 on Wubi changed:
> https://answers.launchpad.net/wubi/+question/136025
>
> Status: Open => Needs information
>
> bcbc requested for more information:
> Please copy the entire log file to http://pastebin.ubuntu.com and pass
> back the address here. Thanks
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/wubi/+question/136025
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Best bcbc (bcbc) said :
#14

Next time you should use pastebin for files this size.

I had a quick look - it seems when you ran it previously (with wubi and the .iso in the same folder) you still had the 10.10 CD in the drive. This may be interfering as it found it first, and tried to copy it again and then afterwards found the local .iso and failed. So try again without it there. Run wubi as an administrator with that --skipmd5check.

I won't have any more time for a while today to look at this, but I would be surprised if it doesn't work for you. I haven't heard of it failing when used in this manner.

Revision history for this message
Neeraj Bhatt (nhbhatt4) said :
#15

That did the trick. Thanks for your support.
Really appreciate it.

Regards,
Neeraj
On 12/5/10, bcbc <email address hidden> wrote:
> Your question #136025 on Wubi changed:
> https://answers.launchpad.net/wubi/+question/136025
>
> Status: Open => Answered
>
> bcbc proposed the following answer:
> Next time you should use pastebin for files this size.
>
> I had a quick look - it seems when you ran it previously (with wubi and
> the .iso in the same folder) you still had the 10.10 CD in the drive.
> This may be interfering as it found it first, and tried to copy it again
> and then afterwards found the local .iso and failed. So try again
> without it there. Run wubi as an administrator with that --skipmd5check.
>
> I won't have any more time for a while today to look at this, but I
> would be surprised if it doesn't work for you. I haven't heard of it
> failing when used in this manner.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/wubi/+question/136025/+confirm?answer_id=13
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/wubi/+question/136025
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Neeraj Bhatt (nhbhatt4) said :
#16

No. My problem has been solved.

Thanks you.

On Sun, Dec 5, 2010 at 9:45 PM, Neeraj Bhatt <
<email address hidden>> wrote:

> Your question #136025 on Wubi changed:
> https://answers.launchpad.net/wubi/+question/136025
>
> Status: Answered => Open
>
> You are still having a problem:
> That did the trick. Thanks for your support.
> Really appreciate it.
>
> Regards,
> Neeraj
> On 12/5/10, bcbc <email address hidden> wrote:
> > Your question #136025 on Wubi changed:
> > https://answers.launchpad.net/wubi/+question/136025
> >
> > Status: Open => Answered
> >
> > bcbc proposed the following answer:
> > Next time you should use pastebin for files this size.
> >
> > I had a quick look - it seems when you ran it previously (with wubi and
> > the .iso in the same folder) you still had the 10.10 CD in the drive.
> > This may be interfering as it found it first, and tried to copy it again
> > and then afterwards found the local .iso and failed. So try again
> > without it there. Run wubi as an administrator with that --skipmd5check.
> >
> > I won't have any more time for a while today to look at this, but I
> > would be surprised if it doesn't work for you. I haven't heard of it
> > failing when used in this manner.
> >
> > --
> > If this answers your question, please go to the following page to let us
> > know that it is solved:
> >
> https://answers.launchpad.net/wubi/+question/136025/+confirm?answer_id=13
> >
> > If you still need help, you can reply to this email or go to the
> > following page to enter your feedback:
> > https://answers.launchpad.net/wubi/+question/136025
> >
> > You received this question notification because you are a direct
> > subscriber of the question.
> >
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Neeraj Bhatt (nhbhatt4) said :
#17

Thanks bcbc, that solved my question.