I can't install using Wubi due to permission denied error

Posted by Taksh Sharma on Ask Ubuntu See other posts from Ask Ubuntu or by Taksh Sharma
Published on 2012-03-29T15:38:28Z Indexed on 2012/06/01 22:50 UTC
Read the original article Hit count: 670

Filed under:

I can't install ubuntu 11.10 inside my windows 7. It shows permission denied while installation. It gave a log file having the following data:

03-29 20:19 DEBUG  TaskList: # Running tasklist...
03-29 20:19 DEBUG  TaskList: ## Running select_target_dir...
03-29 20:19 INFO   WindowsBackend: Installing into D:\ubuntu
03-29 20:19 DEBUG  TaskList: ## Finished select_target_dir
03-29 20:19 DEBUG  TaskList: ## Running create_dir_structure...
03-29 20:19 DEBUG  CommonBackend: Creating dir D:\ubuntu
03-29 20:19 DEBUG  CommonBackend: Creating dir D:\ubuntu\disks
03-29 20:19 DEBUG  CommonBackend: Creating dir D:\ubuntu\install
03-29 20:19 DEBUG  CommonBackend: Creating dir D:\ubuntu\install\boot
03-29 20:19 DEBUG  CommonBackend: Creating dir D:\ubuntu\disks\boot
03-29 20:19 DEBUG  CommonBackend: Creating dir D:\ubuntu\disks\boot\grub
03-29 20:19 DEBUG  CommonBackend: Creating dir D:\ubuntu\install\boot\grub
03-29 20:19 DEBUG  TaskList: ## Finished create_dir_structure
03-29 20:19 DEBUG  TaskList: ## Running uncompress_target_dir...
03-29 20:19 DEBUG  TaskList: ## Finished uncompress_target_dir
03-29 20:19 DEBUG  TaskList: ## Running create_uninstaller...
03-29 20:19 DEBUG  WindowsBackend: Copying uninstaller E:\wubi.exe -> D:\ubuntu\uninstall-wubi.exe
03-29 20:19 DEBUG  registry: Setting registry key -2147483646 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi UninstallString D:\ubuntu\uninstall-wubi.exe
03-29 20:19 DEBUG  registry: Setting registry key -2147483646 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi InstallationDir D:\ubuntu
03-29 20:19 DEBUG  registry: Setting registry key -2147483646 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayName Ubuntu
03-29 20:19 DEBUG  registry: Setting registry key -2147483646 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayIcon D:\ubuntu\Ubuntu.ico
03-29 20:19 DEBUG  registry: Setting registry key -2147483646 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayVersion 11.10-rev241
03-29 20:19 DEBUG  registry: Setting registry key -2147483646 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi Publisher Ubuntu
03-29 20:19 DEBUG  registry: Setting registry key -2147483646 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi URLInfoAbout http://www.ubuntu.com
03-29 20:19 DEBUG  registry: Setting registry key -2147483646 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi HelpLink http://www.ubuntu.com/support
03-29 20:19 DEBUG  TaskList: ## Finished create_uninstaller
03-29 20:19 DEBUG  TaskList: ## Running copy_installation_files...
03-29 20:19 DEBUG  WindowsBackend: Copying C:\Users\Home\AppData\Local\Temp\pylB911.tmp\data\custom-installation -> D:\ubuntu\install\custom-installation
03-29 20:19 DEBUG  WindowsBackend: Copying C:\Users\Home\AppData\Local\Temp\pylB911.tmp\winboot -> D:\ubuntu\winboot
03-29 20:19 DEBUG  WindowsBackend: Copying C:\Users\Home\AppData\Local\Temp\pylB911.tmp\data\images\Ubuntu.ico -> D:\ubuntu\Ubuntu.ico
03-29 20:19 DEBUG  TaskList: ## Finished copy_installation_files
03-29 20:19 DEBUG  TaskList: ## Running get_iso...
03-29 20:19 DEBUG  TaskList: New task copy_file
03-29 20:19 DEBUG  TaskList: ### Running copy_file...
03-29 20:23 ERROR  TaskList: [Errno 13] Permission denied
Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\utils.py", line 202, in copy_file
IOError: [Errno 13] Permission denied
03-29 20:23 DEBUG  TaskList: # Cancelling tasklist
03-29 20:23 DEBUG  TaskList: New task check_iso
03-29 20:23 ERROR  root: [Errno 13] Permission denied
Traceback (most recent call last):
  File "\lib\wubi\application.py", line 58, in run
  File "\lib\wubi\application.py", line 130, in select_task
  File "\lib\wubi\application.py", line 205, in run_cd_menu
  File "\lib\wubi\application.py", line 120, in select_task
  File "\lib\wubi\application.py", line 158, in run_installer
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\utils.py", line 202, in copy_file
IOError: [Errno 13] Permission denied
03-29 20:23 ERROR  TaskList: 'WindowsBackend' object has no attribute 'iso_path'
Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\backend.py", line 579, in get_iso
  File "\lib\wubi\backends\common\backend.py", line 565, in use_iso
AttributeError: 'WindowsBackend' object has no attribute 'iso_path'
03-29 20:23 DEBUG  TaskList: # Cancelling tasklist
03-29 20:23 DEBUG  TaskList: # Finished tasklist
03-29 20:29 INFO   root: === wubi 11.10 rev241 ===
03-29 20:29 DEBUG  root: Logfile is c:\users\home\appdata\local\temp\wubi-11.10-rev241.log
03-29 20:29 DEBUG  root: sys.argv = ['main.pyo', '--exefile="E:\\wubi.exe"']
03-29 20:29 DEBUG  CommonBackend: data_dir=C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\data
03-29 20:29 DEBUG  WindowsBackend: 7z=C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\bin\7z.exe
03-29 20:29 DEBUG  WindowsBackend: startup_folder=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
03-29 20:29 DEBUG  CommonBackend: Fetching basic info...
03-29 20:29 DEBUG  CommonBackend: original_exe=E:\wubi.exe
03-29 20:29 DEBUG  CommonBackend: platform=win32
03-29 20:29 DEBUG  CommonBackend: osname=nt
03-29 20:29 DEBUG  CommonBackend: language=en_IN
03-29 20:29 DEBUG  CommonBackend: encoding=cp1252
03-29 20:29 DEBUG  WindowsBackend: arch=amd64
03-29 20:29 DEBUG  CommonBackend: Parsing isolist=C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\data\isolist.ini
03-29 20:29 DEBUG  CommonBackend:   Adding distro Xubuntu-i386
03-29 20:29 DEBUG  CommonBackend:   Adding distro Xubuntu-amd64
03-29 20:29 DEBUG  CommonBackend:   Adding distro Kubuntu-amd64
03-29 20:29 DEBUG  CommonBackend:   Adding distro Mythbuntu-i386
03-29 20:29 DEBUG  CommonBackend:   Adding distro Ubuntu-amd64
03-29 20:29 DEBUG  CommonBackend:   Adding distro Ubuntu-i386
03-29 20:29 DEBUG  CommonBackend:   Adding distro Mythbuntu-amd64
03-29 20:29 DEBUG  CommonBackend:   Adding distro Kubuntu-i386
03-29 20:29 DEBUG  WindowsBackend: Fetching host info...
03-29 20:29 DEBUG  WindowsBackend: registry_key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi
03-29 20:29 DEBUG  WindowsBackend: windows version=vista
03-29 20:29 DEBUG  WindowsBackend: windows_version2=Windows 7 Home Basic
03-29 20:29 DEBUG  WindowsBackend: windows_sp=None
03-29 20:29 DEBUG  WindowsBackend: windows_build=7601
03-29 20:29 DEBUG  WindowsBackend: gmt=5
03-29 20:29 DEBUG  WindowsBackend: country=IN
03-29 20:29 DEBUG  WindowsBackend: timezone=Asia/Calcutta
03-29 20:29 DEBUG  WindowsBackend: windows_username=Home
03-29 20:29 DEBUG  WindowsBackend: user_full_name=Home
03-29 20:29 DEBUG  WindowsBackend: user_directory=C:\Users\Home
03-29 20:29 DEBUG  WindowsBackend: windows_language_code=1033
03-29 20:29 DEBUG  WindowsBackend: windows_language=English
03-29 20:29 DEBUG  WindowsBackend: processor_name=Intel(R) Core(TM) i3 CPU       M 370  @ 2.40GHz
03-29 20:29 DEBUG  WindowsBackend: bootloader=vista
03-29 20:29 DEBUG  WindowsBackend: system_drive=Drive(C: hd 61135.1523438 mb free ntfs)
03-29 20:29 DEBUG  WindowsBackend: drive=Drive(C: hd 61135.1523438 mb free ntfs)
03-29 20:29 DEBUG  WindowsBackend: drive=Drive(D: hd 12742.5507813 mb free ntfs)
03-29 20:29 DEBUG  WindowsBackend: drive=Drive(E: cd 0.0 mb free cdfs)
03-29 20:29 DEBUG  WindowsBackend: drive=Drive(F: cd 0.0 mb free )
03-29 20:29 DEBUG  WindowsBackend: drive=Drive(G: hd 93.22265625 mb free fat32)
03-29 20:29 DEBUG  WindowsBackend: drive=Drive(Q: hd 0.0 mb free )
03-29 20:29 DEBUG  WindowsBackend: uninstaller_path=D:\ubuntu\uninstall-wubi.exe
03-29 20:29 DEBUG  WindowsBackend: previous_target_dir=D:\ubuntu
03-29 20:29 DEBUG  WindowsBackend: previous_distro_name=Ubuntu
03-29 20:29 DEBUG  WindowsBackend: keyboard_id=67699721
03-29 20:29 DEBUG  WindowsBackend: keyboard_layout=us
03-29 20:29 DEBUG  WindowsBackend: keyboard_variant=
03-29 20:29 DEBUG  CommonBackend: python locale=('en_IN', 'cp1252')
03-29 20:29 DEBUG  CommonBackend: locale=en_IN
03-29 20:29 DEBUG  WindowsBackend: total_memory_mb=3893.859375
03-29 20:29 DEBUG  CommonBackend: Searching ISOs on USB devices
03-29 20:29 DEBUG  CommonBackend: Searching for local CDs
03-29 20:29 DEBUG  Distro:   checking whether C:\Users\Home\AppData\Local\Temp\pyl3487.tmp is a valid Ubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether C:\Users\Home\AppData\Local\Temp\pyl3487.tmp is a valid Ubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether C:\Users\Home\AppData\Local\Temp\pyl3487.tmp is a valid Kubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether C:\Users\Home\AppData\Local\Temp\pyl3487.tmp is a valid Kubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether C:\Users\Home\AppData\Local\Temp\pyl3487.tmp is a valid Xubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether C:\Users\Home\AppData\Local\Temp\pyl3487.tmp is a valid Xubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether C:\Users\Home\AppData\Local\Temp\pyl3487.tmp is a valid Mythbuntu CD
03-29 20:29 DEBUG  Distro:     does not contain C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether C:\Users\Home\AppData\Local\Temp\pyl3487.tmp is a valid Mythbuntu CD
03-29 20:29 DEBUG  Distro:     does not contain C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether D:\ is a valid Ubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain D:\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether D:\ is a valid Ubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain D:\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether D:\ is a valid Kubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain D:\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether D:\ is a valid Kubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain D:\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether D:\ is a valid Xubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain D:\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether D:\ is a valid Xubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain D:\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether D:\ is a valid Mythbuntu CD
03-29 20:29 DEBUG  Distro:     does not contain D:\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether D:\ is a valid Mythbuntu CD
03-29 20:29 DEBUG  Distro:     does not contain D:\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether E:\ is a valid Ubuntu CD
03-29 20:29 DEBUG  Distro:   parsing info from str=Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
03-29 20:29 DEBUG  Distro:   parsed info={'name': 'Ubuntu', 'subversion': 'Release', 'version': '11.10', 'build': '20111012', 'codename': 'Oneiric Ocelot', 'arch': 'i386'}
03-29 20:29 INFO   Distro: Found a valid CD for Ubuntu: E:\
03-29 20:29 INFO   root: Running the CD menu...
03-29 20:29 DEBUG  WindowsFrontend: __init__...
03-29 20:29 DEBUG  WindowsFrontend: on_init...
03-29 20:29 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\translations, languages=['en_IN', 'en']
03-29 20:29 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\translations, languages=['en_IN', 'en']
03-29 20:29 INFO   root: CD menu finished
03-29 20:29 INFO   root: Already installed, running the uninstaller...
03-29 20:29 INFO   root: Running the uninstaller...
03-29 20:29 INFO   CommonBackend: This is the uninstaller running
03-29 20:29 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\translations, languages=['en_IN', 'en']
03-29 20:29 INFO   root: Received settings
03-29 20:29 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\translations, languages=['en_IN', 'en']
03-29 20:29 DEBUG  TaskList: # Running tasklist...
03-29 20:29 DEBUG  TaskList: ## Running Remove bootloader entry...
03-29 20:29 DEBUG  WindowsBackend: Could not find bcd id
03-29 20:29 DEBUG  WindowsBackend: undo_bootini C:
03-29 20:29 DEBUG  WindowsBackend: undo_configsys Drive(C: hd 61135.1523438 mb free ntfs)
03-29 20:29 DEBUG  WindowsBackend: undo_bootini D:
03-29 20:29 DEBUG  WindowsBackend: undo_configsys Drive(D: hd 12742.5507813 mb free ntfs)
03-29 20:29 DEBUG  WindowsBackend: undo_bootini G:
03-29 20:29 DEBUG  WindowsBackend: undo_configsys Drive(G: hd 93.22265625 mb free fat32)
03-29 20:29 DEBUG  WindowsBackend: undo_bootini Q:
03-29 20:29 DEBUG  WindowsBackend: undo_configsys Drive(Q: hd 0.0 mb free )
03-29 20:29 DEBUG  TaskList: ## Finished Remove bootloader entry
03-29 20:29 DEBUG  TaskList: ## Running Remove target dir...
03-29 20:29 DEBUG  CommonBackend: Deleting D:\ubuntu
03-29 20:29 DEBUG  TaskList: ## Finished Remove target dir
03-29 20:29 DEBUG  TaskList: ## Running Remove registry key...
03-29 20:29 DEBUG  TaskList: ## Finished Remove registry key
03-29 20:29 DEBUG  TaskList: # Finished tasklist
03-29 20:29 INFO   root: Almost finished uninstalling
03-29 20:29 INFO   root: Finished uninstallation
03-29 20:29 DEBUG  CommonBackend: Fetching basic info...
03-29 20:29 DEBUG  CommonBackend: original_exe=E:\wubi.exe
03-29 20:29 DEBUG  CommonBackend: platform=win32
03-29 20:29 DEBUG  CommonBackend: osname=nt
03-29 20:29 DEBUG  WindowsBackend: arch=amd64
03-29 20:29 DEBUG  CommonBackend: Parsing isolist=C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\data\isolist.ini
03-29 20:29 DEBUG  CommonBackend:   Adding distro Xubuntu-i386
03-29 20:29 DEBUG  CommonBackend:   Adding distro Xubuntu-amd64
03-29 20:29 DEBUG  CommonBackend:   Adding distro Kubuntu-amd64
03-29 20:29 DEBUG  CommonBackend:   Adding distro Mythbuntu-i386
03-29 20:29 DEBUG  CommonBackend:   Adding distro Ubuntu-amd64
03-29 20:29 DEBUG  CommonBackend:   Adding distro Ubuntu-i386
03-29 20:29 DEBUG  CommonBackend:   Adding distro Mythbuntu-amd64
03-29 20:29 DEBUG  CommonBackend:   Adding distro Kubuntu-i386
03-29 20:29 DEBUG  WindowsBackend: Fetching host info...
03-29 20:29 DEBUG  WindowsBackend: registry_key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi
03-29 20:29 DEBUG  WindowsBackend: windows version=vista
03-29 20:29 DEBUG  WindowsBackend: windows_version2=Windows 7 Home Basic
03-29 20:29 DEBUG  WindowsBackend: windows_sp=None
03-29 20:29 DEBUG  WindowsBackend: windows_build=7601
03-29 20:29 DEBUG  WindowsBackend: gmt=5
03-29 20:29 DEBUG  WindowsBackend: country=IN
03-29 20:29 DEBUG  WindowsBackend: timezone=Asia/Calcutta
03-29 20:29 DEBUG  WindowsBackend: windows_username=Home
03-29 20:29 DEBUG  WindowsBackend: user_full_name=Home
03-29 20:29 DEBUG  WindowsBackend: user_directory=C:\Users\Home
03-29 20:29 DEBUG  WindowsBackend: windows_language_code=1033
03-29 20:29 DEBUG  WindowsBackend: windows_language=English
03-29 20:29 DEBUG  WindowsBackend: processor_name=Intel(R) Core(TM) i3 CPU       M 370  @ 2.40GHz
03-29 20:29 DEBUG  WindowsBackend: bootloader=vista
03-29 20:29 DEBUG  WindowsBackend: system_drive=Drive(C: hd 61134.8632813 mb free ntfs)
03-29 20:29 DEBUG  WindowsBackend: drive=Drive(C: hd 61134.8632813 mb free ntfs)
03-29 20:29 DEBUG  WindowsBackend: drive=Drive(D: hd 12953.140625 mb free ntfs)
03-29 20:29 DEBUG  WindowsBackend: drive=Drive(E: cd 0.0 mb free cdfs)
03-29 20:29 DEBUG  WindowsBackend: drive=Drive(F: cd 0.0 mb free )
03-29 20:29 DEBUG  WindowsBackend: drive=Drive(G: hd 93.22265625 mb free fat32)
03-29 20:29 DEBUG  WindowsBackend: drive=Drive(Q: hd 0.0 mb free )
03-29 20:29 DEBUG  WindowsBackend: uninstaller_path=None
03-29 20:29 DEBUG  WindowsBackend: previous_target_dir=None
03-29 20:29 DEBUG  WindowsBackend: previous_distro_name=None
03-29 20:29 DEBUG  WindowsBackend: keyboard_id=67699721
03-29 20:29 DEBUG  WindowsBackend: keyboard_layout=us
03-29 20:29 DEBUG  WindowsBackend: keyboard_variant=
03-29 20:29 DEBUG  WindowsBackend: total_memory_mb=3893.859375
03-29 20:29 DEBUG  CommonBackend: Searching ISOs on USB devices
03-29 20:29 DEBUG  CommonBackend: Searching for local CDs
03-29 20:29 DEBUG  Distro:   checking whether C:\Users\Home\AppData\Local\Temp\pyl3487.tmp is a valid Ubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether C:\Users\Home\AppData\Local\Temp\pyl3487.tmp is a valid Ubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether C:\Users\Home\AppData\Local\Temp\pyl3487.tmp is a valid Kubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether C:\Users\Home\AppData\Local\Temp\pyl3487.tmp is a valid Kubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether C:\Users\Home\AppData\Local\Temp\pyl3487.tmp is a valid Xubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether C:\Users\Home\AppData\Local\Temp\pyl3487.tmp is a valid Xubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether C:\Users\Home\AppData\Local\Temp\pyl3487.tmp is a valid Mythbuntu CD
03-29 20:29 DEBUG  Distro:     does not contain C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether C:\Users\Home\AppData\Local\Temp\pyl3487.tmp is a valid Mythbuntu CD
03-29 20:29 DEBUG  Distro:     does not contain C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether D:\ is a valid Ubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain D:\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether D:\ is a valid Ubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain D:\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether D:\ is a valid Kubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain D:\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether D:\ is a valid Kubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain D:\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether D:\ is a valid Xubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain D:\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether D:\ is a valid Xubuntu CD
03-29 20:29 DEBUG  Distro:     does not contain D:\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether D:\ is a valid Mythbuntu CD
03-29 20:29 DEBUG  Distro:     does not contain D:\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether D:\ is a valid Mythbuntu CD
03-29 20:29 DEBUG  Distro:     does not contain D:\casper\filesystem.squashfs
03-29 20:29 DEBUG  Distro:   checking whether E:\ is a valid Ubuntu CD
03-29 20:29 INFO   Distro: Found a valid CD for Ubuntu: E:\
03-29 20:29 INFO   root: Running the installer...
03-29 20:29 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\translations, languages=['en_IN', 'en']
03-29 20:29 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\translations, languages=['en_IN', 'en']
03-29 20:30 DEBUG  WinuiInstallationPage: target_drive=C:, installation_size=8000MB, distro_name=Ubuntu, language=en_US, locale=en_US.UTF-8, username=taksh
03-29 20:30 INFO   root: Received settings
03-29 20:30 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\translations, languages=['en_US', 'en']
03-29 20:30 DEBUG  TaskList: # Running tasklist...
03-29 20:30 DEBUG  TaskList: ## Running select_target_dir...
03-29 20:30 INFO   WindowsBackend: Installing into C:\ubuntu
03-29 20:30 DEBUG  TaskList: ## Finished select_target_dir
03-29 20:30 DEBUG  TaskList: ## Running create_dir_structure...
03-29 20:30 DEBUG  CommonBackend: Creating dir C:\ubuntu
03-29 20:30 DEBUG  CommonBackend: Creating dir C:\ubuntu\disks
03-29 20:30 DEBUG  CommonBackend: Creating dir C:\ubuntu\install
03-29 20:30 DEBUG  CommonBackend: Creating dir C:\ubuntu\install\boot
03-29 20:30 DEBUG  CommonBackend: Creating dir C:\ubuntu\disks\boot
03-29 20:30 DEBUG  CommonBackend: Creating dir C:\ubuntu\disks\boot\grub
03-29 20:30 DEBUG  CommonBackend: Creating dir C:\ubuntu\install\boot\grub
03-29 20:30 DEBUG  TaskList: ## Finished create_dir_structure
03-29 20:30 DEBUG  TaskList: ## Running uncompress_target_dir...
03-29 20:30 DEBUG  TaskList: ## Finished uncompress_target_dir
03-29 20:30 DEBUG  TaskList: ## Running create_uninstaller...
03-29 20:30 DEBUG  WindowsBackend: Copying uninstaller E:\wubi.exe -> C:\ubuntu\uninstall-wubi.exe
03-29 20:30 DEBUG  registry: Setting registry key -2147483646 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi UninstallString C:\ubuntu\uninstall-wubi.exe
03-29 20:30 DEBUG  registry: Setting registry key -2147483646 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi InstallationDir C:\ubuntu
03-29 20:30 DEBUG  registry: Setting registry key -2147483646 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayName Ubuntu
03-29 20:30 DEBUG  registry: Setting registry key -2147483646 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayIcon C:\ubuntu\Ubuntu.ico
03-29 20:30 DEBUG  registry: Setting registry key -2147483646 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi DisplayVersion 11.10-rev241
03-29 20:30 DEBUG  registry: Setting registry key -2147483646 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi Publisher Ubuntu
03-29 20:30 DEBUG  registry: Setting registry key -2147483646 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi URLInfoAbout http://www.ubuntu.com
03-29 20:30 DEBUG  registry: Setting registry key -2147483646 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi HelpLink http://www.ubuntu.com/support
03-29 20:30 DEBUG  TaskList: ## Finished create_uninstaller
03-29 20:30 DEBUG  TaskList: ## Running copy_installation_files...
03-29 20:30 DEBUG  WindowsBackend: Copying C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\data\custom-installation -> C:\ubuntu\install\custom-installation
03-29 20:30 DEBUG  WindowsBackend: Copying C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\winboot -> C:\ubuntu\winboot
03-29 20:30 DEBUG  WindowsBackend: Copying C:\Users\Home\AppData\Local\Temp\pyl3487.tmp\data\images\Ubuntu.ico -> C:\ubuntu\Ubuntu.ico
03-29 20:30 DEBUG  TaskList: ## Finished copy_installation_files
03-29 20:30 DEBUG  TaskList: ## Running get_iso...
03-29 20:30 DEBUG  TaskList: New task copy_file
03-29 20:30 DEBUG  TaskList: ### Running copy_file...
03-29 20:34 ERROR  TaskList: [Errno 13] Permission denied
Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\utils.py", line 202, in copy_file
IOError: [Errno 13] Permission denied
03-29 20:34 DEBUG  TaskList: # Cancelling tasklist
03-29 20:34 DEBUG  TaskList: New task check_iso
03-29 20:34 ERROR  root: [Errno 13] Permission denied
Traceback (most recent call last):
  File "\lib\wubi\application.py", line 58, in run
  File "\lib\wubi\application.py", line 130, in select_task
  File "\lib\wubi\application.py", line 205, in run_cd_menu
  File "\lib\wubi\application.py", line 120, in select_task
  File "\lib\wubi\application.py", line 158, in run_installer
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\utils.py", line 202, in copy_file
IOError: [Errno 13] Permission denied
03-29 20:34 ERROR  TaskList: 'WindowsBackend' object has no attribute 'iso_path'
Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\backend.py", line 579, in get_iso
  File "\lib\wubi\backends\common\backend.py", line 565, in use_iso
AttributeError: 'WindowsBackend' object has no attribute 'iso_path'
03-29 20:34 DEBUG  TaskList: # Cancelling tasklist
03-29 20:34 DEBUG  TaskList: # Finished tasklist

I have no idea what's the problem is. I'm a kind of newbie. I'm using win7 64bit, and installing as an administrator. Please help me out!

© Ask Ubuntu or respective owner

Related posts about wubi