You are not logged in.

#1 2025-08-02 17:13

raul_comodoro
Member
Registered: 2025-08-02
Posts: 20

Windows installer issues

I had installed Debian 11 Bookworms inside Windows, dual booting; everything´s OK, just the issue all you download was property of  root, i. e. a video was to played using command line instead of pure VLC.

I have decided delete all, and install Debian 12, but is r.5.6 or something like that. It has an unrecoverable error, kernel does not load. So after twice installing, I have deleted completely.

The question is where you store, just if it is in case, the old winsetup-*-*-*.zip, specially 5.4r that worked very good.

Thank you

Offline

#2 2025-08-02 19:56

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 6,107
Website

Re: Windows installer issues

Welcome to the forum smile Winsetup 5.4-r2, download here https://q4os.sourceforge.io/download/q4 … 5.4-r2.zip
Post back the result please.

Offline

#3 2025-09-09 21:07

raul_comodoro
Member
Registered: 2025-08-02
Posts: 20

Re: Windows installer issues

Well, I need some help, please.
Installing Debian 11 Q4OS Gemini does not work, installing Debian 12 Aquarius for Windows does not work.
Both the same problem, they do not can found the kernel.

Trally I do not understand grub, maybe somebody have installed Q4OS in a folder Linux64 into Windows and work perfectly, I would like how can I fix such a problem.

vmlinux0 does not appear in /boot or in /grub inside the main folder under Linux64.

Offline

#4 2025-09-09 21:13

raul_comodoro
Member
Registered: 2025-08-02
Posts: 20

Re: Windows installer issues

These are my files inside Linux64 folder:

Code:


Directorio de C:\Linux64

08/09/2025  18:20    <DIR>          Debian11
               1 archivos              0 bytes

Directorio de C:\Linux64\Debian11

08/09/2025  18:20    <DIR>          disks
08/09/2025  18:13    <DIR>          install
08/09/2025  18:13        21.908.636 uninstall-wubi.exe
08/09/2025  18:13    <DIR>          winboot
               1 archivos     21.908.636 bytes

Directorio de C:\Linux64\Debian11\disks

08/09/2025  18:13    <DIR>          boot
08/09/2025  18:20    30.758.928.384 root.disk
08/09/2025  18:20     2.795.503.616 swap.disk
               2 archivos 33.554.432.000 bytes

Directorio de C:\Linux64\Debian11\disks\boot

08/09/2025  18:13    <DIR>          grub
               0 archivos              0 bytes

Directorio de C:\Linux64\Debian11\disks\boot\grub

08/09/2025  18:13    <DIR>          .
08/09/2025  18:13    <DIR>          ..
               0 archivos              0 bytes

Directorio de C:\Linux64\Debian11\install

08/09/2025  18:13    <DIR>          boot
08/09/2025  18:13               592 preseed.cfg
08/09/2025  18:13               342 wubildr-disk.cfg
               2 archivos            934 bytes

Directorio de C:\Linux64\Debian11\install\boot

08/09/2025  18:13    <DIR>          grub
               0 archivos              0 bytes

Directorio de C:\Linux64\Debian11\install\boot\grub

08/09/2025  18:13    <DIR>          .
08/09/2025  18:13    <DIR>          ..
               0 archivos              0 bytes

Directorio de C:\Linux64\Debian11\winboot

08/09/2025  18:13    <DIR>          EFI
08/09/2025  18:13             1.290 grub0bios.cfg
08/09/2025  18:13           160.778 wubildb
08/09/2025  18:13             8.192 wubildb.mbr
08/09/2025  18:13                29 wubildr-bootstrap.cfg
08/09/2025  18:13             2.175 wubildr.cfg
08/09/2025  18:13            10.240 wubildr.tar
               6 archivos        182.704 bytes

Directorio de C:\Linux64\Debian11\winboot\EFI

08/09/2025  18:13               785 adminu_wubi.cer
08/09/2025  18:13            87.328 fbx64.efi
08/09/2025  18:13               524 grub0efi.cfg
08/09/2025  18:13           636.424 grubia32.efi
08/09/2025  18:13         4.175.296 grubx64.efi
08/09/2025  18:13         7.955.188 initrd0
08/09/2025  18:13           849.616 mmx64.efi
08/09/2025  18:13           948.768 shimx64.efi
08/09/2025  18:13         7.019.136 vmlinuz0
               9 archivos     21.673.065 bytes

/Code:

No matter if Debian 11 or 12, the problem is the same, kernel not found

Offline

#5 2025-09-10 14:37

raul_comodoro
Member
Registered: 2025-08-02
Posts: 20

Re: Windows installer issues

I post here a commented copy of grub.firstboot.cfg

Code:

###first boot grub config

set timeout="0"
set timeout_style="hidden"
# set default="0"

menuentry "Q4OS Aquarius Desktop" {
  clear
  #echo 'Using first boot Grub configuration ...'
  echo 'Loading Q4OS Aquarius operating system ...'

  set diskimgfl="/Linux64/Debian12_S001/disks/root.disk"    #All right this code's line
  search --set=diskroot -f -n $diskimgfl
  probe --set=diskuuid -u $diskroot
  probe --set=diskrfs --fs $diskroot
 
########################################## 
# Comment: Set 'ext4 rw file system' else 'rootfstype=ntfs-3g' ro

  if [ $diskrfs = "ext2" ] -o [ $diskrfs = "ext3" ] -o [ $diskrfs = "ext4" ] ; then
    set diskrfs="rootfstype=ext4"
    set diskflg="" #don't set 'rootflags=sync' for ext4 host disk
    set diskacs="rw"
  else
    set diskrfs="rootfstype=ntfs-3g"
    #set diskflg="rootflags=sync" #'rootflags=sync' used by ubuntu, but highly questionable
    set diskacs="ro"
########################################## 
  fi
  set root=$diskroot
  if [ -e (loop0) ] ; then
    loopback -d loop0
  fi
  loopback loop0 $diskimgfl
  #probe --set=loopfs --fs loop0
  set root=(loop0)

  if [ -f /vmlinuz ] ; then        #vmlinuz do not exists, instead of exists 'vmlinuz0'
    set kernel1="/vmlinuz"
    set initrd1="/initrd.img"
  elif [ -f /boot/vmlinuz ] ; then
    set kernel1="/boot/vmlinuz"        #"/boot/vmlinuz", /boot is an empty folder
    set initrd1="/boot/initrd.img"          #"/boot/initrd.img" /boot is an empty folder

            # initrd0.img exixts in "Linux64\Debian12_S001\winboot\EFI", but not initrd.img
  else
    echo 'Kernel not found.'
  fi

  linux $kernel1 root=UUID=$diskuuid $diskrfs $diskflg $diskacs loop=$diskimgfl quiet loglevel=3 systemd.log_color=0 systemd.show_status=1 qdbg=0

  echo 'Loading initial ramdisk...'
  initrd $initrd1

  echo 'Initializing system ...'
}

Offline

#6 2025-09-10 14:46

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 6,107
Website

Re: Windows installer issues

raul_comodoro wrote:

Installing Debian 11 Q4OS Gemini does not work, installing Debian 12 Aquarius for Windows does not work.

What are the exact error messages when you attempt to boot ?

We would need to get a debug information to be able to investigate the issue. Please attach the following logfile:
c:\users\<username>\appdata\local\temp\wubi-5.x-rev344.log

Offline

#7 2025-09-10 15:58

FunnyBoat
Member
Registered: 2025-08-12
Posts: 8

Re: Windows installer issues

q4osteam wrote:

What are the exact error messages when you attempt to boot ?

Same problem with screen
https://www.q4os.org/forum/viewtopic.php?id=5578

Offline

#8 2025-09-11 15:22

raul_comodoro
Member
Registered: 2025-08-02
Posts: 20

Re: Windows installer issues

This, wubi-5.x-rev346, is for  Aquarius installed:

Code:

09-08 08:53 INFO   root: === wubi 5.x rev346 ===
09-08 08:53 DEBUG  root: Logfile is c:\users\raul\appdata\local\temp\wubi-5.x-rev346.log
09-08 08:53 DEBUG  root: sys.argv = ['main.pyo', '--exefile="C:\\Users\\Raul\\Downloads\\q4os-winsetup-5.8-r1\\q4os-winsetup.exe"']
09-08 08:53 DEBUG  CommonBackend: data_dir=C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\data
09-08 08:53 DEBUG  WindowsBackend: 7z=C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\bin\7z.exe
09-08 08:53 DEBUG  WindowsBackend: startup_folder=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
09-08 08:53 DEBUG  CommonBackend: Fetching basic info...
09-08 08:53 DEBUG  CommonBackend: original_exe=C:\Users\Raul\Downloads\q4os-winsetup-5.8-r1\q4os-winsetup.exe
09-08 08:53 DEBUG  CommonBackend: platform=win32
09-08 08:53 DEBUG  CommonBackend: osname=nt
09-08 08:53 DEBUG  CommonBackend: language=es_AR
09-08 08:53 DEBUG  CommonBackend: encoding=cp1252
09-08 08:53 DEBUG  WindowsBackend: arch=amd64
09-08 08:53 DEBUG  CommonBackend: Parsing isolist=C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\data\isolist.ini
09-08 08:53 DEBUG  CommonBackend:   Adding distro Q4OS Aquarius-i386
09-08 08:53 DEBUG  CommonBackend:   Adding distro Q4OS Aquarius-amd64
09-08 08:53 DEBUG  WindowsBackend: Fetching host info...
09-08 08:53 DEBUG  WindowsBackend: registry_key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001
09-08 08:53 DEBUG  WindowsBackend: windows version=vista
09-08 08:53 DEBUG  WindowsBackend: windows_version2=Windows 10 Enterprise LTSC 2021 Evaluation
09-08 08:53 DEBUG  WindowsBackend: windows_sp=None
09-08 08:53 DEBUG  WindowsBackend: windows_build=19044
09-08 08:53 DEBUG  WindowsBackend: gmt=-3
09-08 08:53 DEBUG  WindowsBackend: country=AR
09-08 08:53 DEBUG  WindowsBackend: timezone=America/Argentina/Buenos_Aires
09-08 08:53 DEBUG  WindowsBackend: windows_username=Raul
09-08 08:53 DEBUG  WindowsBackend: user_full_name=Raul
09-08 08:53 DEBUG  WindowsBackend: user_directory=C:\Users\Raul
09-08 08:53 DEBUG  WindowsBackend: windows_language_code=1034
09-08 08:53 DEBUG  WindowsBackend: windows_language=Spanish
09-08 08:53 DEBUG  WindowsBackend: processor_name=Intel(R) Core(TM) i3-4030U CPU @ 1.90GHz
09-08 08:53 DEBUG  WindowsBackend: bootloader=vista
09-08 08:53 DEBUG  WindowsBackend: system_drive=Drive(C: hd 712961.949219 mb free ntfs)
09-08 08:53 DEBUG  WindowsBackend: drive=Drive(C: hd 712961.949219 mb free ntfs)
09-08 08:53 DEBUG  WindowsBackend: drive=Drive(E: cd 0.0 mb free )
09-08 08:53 DEBUG  WindowsBackend: EFI boot = False
09-08 08:53 DEBUG  WindowsBackend: uninstaller_path=None
09-08 08:53 DEBUG  WindowsBackend: previous_target_dir=None
09-08 08:53 DEBUG  WindowsBackend: previous_distro_name=None
09-08 08:53 DEBUG  WindowsBackend: keyboard_id=134884362
09-08 08:53 DEBUG  WindowsBackend: keyboard_layout=latam
09-08 08:53 DEBUG  WindowsBackend: keyboard_variant=
09-08 08:53 DEBUG  CommonBackend: python locale=('es_AR', 'cp1252')
09-08 08:53 DEBUG  CommonBackend: locale=es_AR.UTF-8
09-08 08:53 DEBUG  WindowsBackend: total_memory_mb=2047.99999905
09-08 08:53 DEBUG  CommonBackend: Searching for local ISOs
09-08 08:53 DEBUG  CommonBackend: Searching for local CDs
09-08 08:53 DEBUG  Distro:   checking whether C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp is a valid Q4OS Aquarius CD
09-08 08:53 DEBUG  Distro:     does not contain C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\install.386\install.bat
09-08 08:53 DEBUG  Distro:   checking whether C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp is a valid Q4OS Aquarius CD
09-08 08:53 DEBUG  Distro:     does not contain C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\install.amd\install.bat
09-08 08:53 DEBUG  Distro:   checking whether E:\ is a valid Q4OS Aquarius CD
09-08 08:53 DEBUG  Distro:     dir does not exist
09-08 08:53 DEBUG  Distro:   checking whether E:\ is a valid Q4OS Aquarius CD
09-08 08:53 DEBUG  Distro:     dir does not exist
09-08 08:53 DEBUG  root: Previous target dir: None
09-08 08:53 INFO   root: Running the installer...
09-08 08:53 DEBUG  WindowsFrontend: __init__...
09-08 08:53 DEBUG  WindowsFrontend: on_init...
09-08 08:53 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\translations, languages=['es_AR', 'es']
09-08 08:53 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\translations, languages=['es_AR', 'es']
09-08 08:54 DEBUG  WinuiInstallationPage: target_drive=C:, installation_size=32000MB, distro_name=Q4OS Aquarius, language=es_ES, locale=es_ES.UTF-8, username=raul
09-08 08:54 INFO   root: Received settings
09-08 08:54 DEBUG  CommonBackend: Searching for local CD
09-08 08:54 DEBUG  Distro:   checking whether C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp is a valid Q4OS Aquarius CD
09-08 08:54 DEBUG  Distro:     does not contain C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\install.amd\install.bat
09-08 08:54 DEBUG  Distro:   checking whether E:\ is a valid Q4OS Aquarius CD
09-08 08:54 DEBUG  Distro:     dir does not exist
09-08 08:54 DEBUG  CommonBackend: Searching for local ISO
09-08 08:54 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\translations, languages=['es_ES', 'es']
09-08 08:54 DEBUG  TaskList: # Running tasklist...
09-08 08:54 DEBUG  TaskList: ## Running select_target_dir...
09-08 08:54 INFO   WindowsBackend: Installing into C:\Linux64\Debian12_S001
09-08 08:54 DEBUG  TaskList: ## Finished select_target_dir
09-08 08:54 DEBUG  TaskList: ## Running prepare_srcfiles...
09-08 08:54 DEBUG  WindowsBackend: target hostdir: Linux64/Debian12_S001
09-08 08:54 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\winboot\wubildr.cfg : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-08 08:54 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\winboot\grub.firstboot.cfg : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-08 08:54 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\winboot\EFI\grub0efi.cfg : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-08 08:54 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\data\wubildr.cfg : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-08 08:54 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\data\wubildr-disk.cfg : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-08 08:54 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\data\menu.winboot : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-08 08:54 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\data\grub.firstboot.cfg : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-08 08:54 DEBUG  TaskList: ## Finished prepare_srcfiles
09-08 08:54 DEBUG  TaskList: ## Running create_dir_structure...
09-08 08:54 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001
09-08 08:54 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001\disks
09-08 08:54 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001\install
09-08 08:54 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001\install\boot
09-08 08:54 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001\disks\boot
09-08 08:54 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001\disks\boot\grub
09-08 08:54 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001\install\boot\grub
09-08 08:54 DEBUG  TaskList: ## Finished create_dir_structure
09-08 08:54 DEBUG  TaskList: ## Running create_uninstaller...
09-08 08:54 DEBUG  WindowsBackend: Copying uninstaller C:\Users\Raul\Downloads\q4os-winsetup-5.8-r1\q4os-winsetup.exe -> C:\Linux64\Debian12_S001\uninstall-wubi.exe
09-08 08:54 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 UninstallString C:\Linux64\Debian12_S001\uninstall-wubi.exe
09-08 08:54 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 InstallationDir C:\Linux64\Debian12_S001
09-08 08:54 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 DisplayName Q4OS Aquarius
09-08 08:54 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 DisplayIcon C:\Linux64\Debian12_S001\Q4OS Aquarius.ico
09-08 08:54 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 DisplayVersion 5.x-rev346
09-08 08:54 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 Publisher Q4OS Aquarius
09-08 08:54 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 URLInfoAbout https://q4os.org
09-08 08:54 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 HelpLink http://www.ubuntu.com/support
09-08 08:54 DEBUG  TaskList: ## Finished create_uninstaller
09-08 08:54 DEBUG  TaskList: ## Running choose_disk_sizes...
09-08 08:54 DEBUG  WindowsBackend: total size=32000
  root=29334
  swap=2666
  home=0
  usr=0
09-08 08:54 DEBUG  TaskList: ## Finished choose_disk_sizes
09-08 08:54 DEBUG  TaskList: ## Running create_preseed_diskimage...
09-08 08:54 DEBUG  TaskList: ## Finished create_preseed_diskimage
09-08 08:54 DEBUG  TaskList: ## Running get_diskimage...
09-08 08:54 DEBUG  TaskList: New task download
09-08 08:54 DEBUG  TaskList: ### Running download...
09-08 08:54 DEBUG  downloader: downloading https://github.com/q4osteam/q4os-instal … oop.img.xz > C:\Linux64\Debian12_S001\disks\q4os5c-x64-loop.img.xz
09-08 08:54 DEBUG  downloader: Download start filename=C:\Linux64\Debian12_S001\disks\q4os5c-x64-loop.img.xz, url=https://github.com/q4osteam/q4os-install-media/releases/download/v5/q4os5c-x64-loop.img.xz, basename=q4os5c-x64-loop.img.xz, length=1092473824, text=None
09-08 08:59 DEBUG  downloader: download finished (read 272629760 bytes)
09-08 08:59 DEBUG  TaskList: ### Finished download
09-08 08:59 DEBUG  TaskList: ## Finished get_diskimage
09-08 08:59 DEBUG  TaskList: ## Running extract_diskimage...
09-08 09:00 ERROR  WindowsBackend: Error executing command
>>command=C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\bin\7z.exe e -i!q4os5c-x64-loop.img -oC:\Linux64\Debian12_S001\disks C:\Linux64\Debian12_S001\disks\q4os5c-x64-loop.img.xz
>>retval=2
>>stderr=

7-Zip 9.20  Copyright (c) 1999-2010 Igor Pavlov  2010-11-18



Processing archive: C:\Linux64\Debian12_S001\disks\q4os5c-x64-loop.img.xz



Extracting  q4os5c-x64-loop.img     Data Error



Sub items Errors: 1




>>stdout=
Traceback (most recent call last):
  File "\lib\wubi\backends\win32\backend.py", line 503, in extract_diskimage
  File "\lib\wubi\backends\common\utils.py", line 68, in run_command
Exception: Error executing command
>>command=C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\bin\7z.exe e -i!q4os5c-x64-loop.img -oC:\Linux64\Debian12_S001\disks C:\Linux64\Debian12_S001\disks\q4os5c-x64-loop.img.xz
>>retval=2
>>stderr=

7-Zip 9.20  Copyright (c) 1999-2010 Igor Pavlov  2010-11-18



Processing archive: C:\Linux64\Debian12_S001\disks\q4os5c-x64-loop.img.xz



Extracting  q4os5c-x64-loop.img     Data Error



Sub items Errors: 1




>>stdout=
09-08 09:00 DEBUG  TaskList: ## Finished extract_diskimage
09-08 09:00 DEBUG  TaskList: ## Running expand_diskimage...
09-08 09:00 ERROR  WindowsBackend: Error executing command
>>command=C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\bin\resize2fs.exe -f C:\Linux64\Debian12_S001\disks\root.disk 29334M
>>retval=1
>>stderr=Resizing the filesystem on C:\Linux64\Debian12_S001\disks\root.disk to 7509504 (4k) blocks.

>>stdout=resize2fs 1.44.5 (15-Dec-2018)
/usr/bin/resize2fs: Block bitmap checksum does not match bitmap while trying to resize C:\Linux64\Debian12_S001\disks\root.disk
Please run 'e2fsck -fy C:\Linux64\Debian12_S001\disks\root.disk' to fix the filesystem
after the aborted resize operation.

09-08 09:00 DEBUG  TaskList: ## Finished expand_diskimage
09-08 09:00 DEBUG  TaskList: ## Running create_swap_diskimage...
09-08 09:00 DEBUG  TaskList: ## Finished create_swap_diskimage
09-08 09:00 DEBUG  TaskList: ## Running modify_bootloader...
09-08 09:00 DEBUG  TaskList: New task modify_bcd
09-08 09:00 DEBUG  TaskList: ### Running modify_bcd...
09-08 09:00 DEBUG  WindowsBackend: modify_bcd Drive(C: hd 712961.949219 mb free ntfs)
09-08 09:00 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 VistaBootDrive {306b6b24-6f08-11f0-b641-acb57d005e34}
09-08 09:00 DEBUG  TaskList: ### Finished modify_bcd
09-08 09:00 DEBUG  TaskList: ## Finished modify_bootloader
09-08 09:00 DEBUG  TaskList: ## Running diskimage_bootloader...
09-08 09:00 DEBUG  WindowsBackend: Copying C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\winboot -> C:\Linux64\Debian12_S001\winboot
09-08 09:01 DEBUG  TaskList: ## Finished diskimage_bootloader
09-08 09:01 DEBUG  TaskList: # Finished tasklist
09-08 09:01 INFO   root: Almost finished installing
09-08 09:01 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Raul\AppData\Local\Temp\pylDA15.tmp\translations, languages=['es_ES', 'es']
09-08 09:01 INFO   root: Finished installation
09-08 09:01 INFO   root: Rebooting
09-08 09:01 DEBUG  TaskList: # Running tasklist...
09-08 09:01 DEBUG  TaskList: ## Running reboot...
09-08 09:01 DEBUG  TaskList: ## Finished reboot
09-08 09:01 DEBUG  TaskList: # Finished tasklist
09-08 09:01 DEBUG  root: application.quit
09-08 09:01 DEBUG  WindowsFrontend: frontend.quit
09-08 09:01 DEBUG  WindowsFrontend: frontend.on_quit
09-08 09:01 DEBUG  root: application.on_quit
09-08 09:01 INFO   root: sys.exit
09-08 13:05 INFO   root: === wubi 5.x rev346 ===
09-08 13:05 DEBUG  root: Logfile is c:\users\raul\appdata\local\temp\wubi-5.x-rev346.log
09-08 13:05 DEBUG  root: sys.argv = ['main.pyo', '--exefile="C:\\Linux64\\Debian12_S001\\uninstall-wubi.exe"']
09-08 13:05 DEBUG  CommonBackend: data_dir=C:\Users\Raul\AppData\Local\Temp\pyl80E0.tmp\data
09-08 13:05 DEBUG  WindowsBackend: 7z=C:\Users\Raul\AppData\Local\Temp\pyl80E0.tmp\bin\7z.exe
09-08 13:05 DEBUG  WindowsBackend: startup_folder=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
09-08 13:05 DEBUG  CommonBackend: Fetching basic info...
09-08 13:05 DEBUG  CommonBackend: original_exe=C:\Linux64\Debian12_S001\uninstall-wubi.exe
09-08 13:05 DEBUG  CommonBackend: platform=win32
09-08 13:05 DEBUG  CommonBackend: osname=nt
09-08 13:05 DEBUG  CommonBackend: language=es_AR
09-08 13:05 DEBUG  CommonBackend: encoding=cp1252
09-08 13:05 DEBUG  WindowsBackend: arch=amd64
09-08 13:05 DEBUG  CommonBackend: Parsing isolist=C:\Users\Raul\AppData\Local\Temp\pyl80E0.tmp\data\isolist.ini
09-08 13:05 DEBUG  CommonBackend:   Adding distro Q4OS Aquarius-i386
09-08 13:05 DEBUG  CommonBackend:   Adding distro Q4OS Aquarius-amd64
09-08 13:05 DEBUG  WindowsBackend: Fetching host info...
09-08 13:05 DEBUG  WindowsBackend: registry_key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001
09-08 13:05 DEBUG  WindowsBackend: windows version=vista
09-08 13:05 DEBUG  WindowsBackend: windows_version2=Windows 10 Enterprise LTSC 2021 Evaluation
09-08 13:05 DEBUG  WindowsBackend: windows_sp=None
09-08 13:05 DEBUG  WindowsBackend: windows_build=19044
09-08 13:05 DEBUG  WindowsBackend: gmt=-3
09-08 13:05 DEBUG  WindowsBackend: country=AR
09-08 13:05 DEBUG  WindowsBackend: timezone=America/Argentina/Buenos_Aires
09-08 13:05 DEBUG  WindowsBackend: windows_username=Raul
09-08 13:05 DEBUG  WindowsBackend: user_full_name=Raul
09-08 13:05 DEBUG  WindowsBackend: user_directory=C:\Users\Raul
09-08 13:05 DEBUG  WindowsBackend: windows_language_code=1034
09-08 13:05 DEBUG  WindowsBackend: windows_language=Spanish
09-08 13:05 DEBUG  WindowsBackend: processor_name=Intel(R) Core(TM) i3-4030U CPU @ 1.90GHz
09-08 13:05 DEBUG  WindowsBackend: bootloader=vista
09-08 13:05 DEBUG  WindowsBackend: system_drive=Drive(C: hd 680335.714844 mb free ntfs)
09-08 13:05 DEBUG  WindowsBackend: drive=Drive(C: hd 680335.714844 mb free ntfs)
09-08 13:05 DEBUG  WindowsBackend: drive=Drive(E: cd 0.0 mb free )
09-08 13:06 DEBUG  WindowsBackend: EFI boot = False
09-08 13:06 DEBUG  WindowsBackend: uninstaller_path=C:\Linux64\Debian12_S001\uninstall-wubi.exe
09-08 13:06 DEBUG  WindowsBackend: previous_target_dir=C:\Linux64\Debian12_S001
09-08 13:06 DEBUG  WindowsBackend: previous_distro_name=Q4OS Aquarius
09-08 13:06 DEBUG  WindowsBackend: keyboard_id=134884362
09-08 13:06 DEBUG  WindowsBackend: keyboard_layout=latam
09-08 13:06 DEBUG  WindowsBackend: keyboard_variant=
09-08 13:06 DEBUG  CommonBackend: python locale=('es_AR', 'cp1252')
09-08 13:06 DEBUG  CommonBackend: locale=es_AR.UTF-8
09-08 13:06 DEBUG  WindowsBackend: total_memory_mb=2047.99999905
09-08 13:06 DEBUG  CommonBackend: Searching for local ISOs
09-08 13:06 DEBUG  CommonBackend: Searching for local CDs
09-08 13:06 DEBUG  Distro:   checking whether C:\Users\Raul\AppData\Local\Temp\pyl80E0.tmp is a valid Q4OS Aquarius CD
09-08 13:06 DEBUG  Distro:     does not contain C:\Users\Raul\AppData\Local\Temp\pyl80E0.tmp\install.386\install.bat
09-08 13:06 DEBUG  Distro:   checking whether C:\Users\Raul\AppData\Local\Temp\pyl80E0.tmp is a valid Q4OS Aquarius CD
09-08 13:06 DEBUG  Distro:     does not contain C:\Users\Raul\AppData\Local\Temp\pyl80E0.tmp\install.amd\install.bat
09-08 13:06 DEBUG  Distro:   checking whether E:\ is a valid Q4OS Aquarius CD
09-08 13:06 DEBUG  Distro:     dir does not exist
09-08 13:06 DEBUG  Distro:   checking whether E:\ is a valid Q4OS Aquarius CD
09-08 13:06 DEBUG  Distro:     dir does not exist
09-08 13:06 INFO   root: Running the uninstaller...
09-08 13:06 INFO   CommonBackend: This is the uninstaller running
09-08 13:06 DEBUG  WindowsFrontend: __init__...
09-08 13:06 DEBUG  WindowsFrontend: on_init...
09-08 13:06 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Raul\AppData\Local\Temp\pyl80E0.tmp\translations, languages=['es_AR', 'es']
09-08 13:06 INFO   root: Received settings
09-08 13:06 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Raul\AppData\Local\Temp\pyl80E0.tmp\translations, languages=['es_AR', 'es']
09-08 13:06 DEBUG  TaskList: # Running tasklist...
09-08 13:06 DEBUG  TaskList: ## Running Quitar entrada del cargador de arranque...
09-08 13:06 DEBUG  WindowsBackend: Removing bcd entry {306b6b24-6f08-11f0-b641-acb57d005e34}
09-08 13:06 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 VistaBootDrive
09-08 13:06 DEBUG  WindowsBackend: undo_bootini C:
09-08 13:06 DEBUG  WindowsBackend: undo_configsys Drive(C: hd 680335.714844 mb free ntfs)
09-08 13:06 DEBUG  TaskList: ## Finished Quitar entrada del cargador de arranque
09-08 13:06 DEBUG  TaskList: ## Running Borrar el directorio de destino...
09-08 13:06 DEBUG  CommonBackend: Deleting C:\Linux64\Debian12_S001
09-08 13:06 DEBUG  TaskList: ## Finished Borrar el directorio de destino
09-08 13:06 DEBUG  TaskList: ## Running Quitar clave del registro...
09-08 13:06 DEBUG  TaskList: ## Finished Quitar clave del registro
09-08 13:06 DEBUG  TaskList: # Finished tasklist
09-08 13:06 INFO   root: Almost finished uninstalling
09-08 13:06 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Raul\AppData\Local\Temp\pyl80E0.tmp\translations, languages=['es_AR', 'es']
09-08 13:06 INFO   root: Finished uninstallation
09-08 13:06 DEBUG  root: application.quit
09-08 13:06 DEBUG  WindowsFrontend: frontend.quit
09-08 13:06 DEBUG  WindowsFrontend: frontend.on_quit
09-08 13:06 DEBUG  root: application.on_quit
09-08 13:06 INFO   root: sys.exit
09-10 10:12 INFO   root: === wubi 5.x rev346 ===
09-10 10:12 DEBUG  root: Logfile is c:\users\raul\appdata\local\temp\wubi-5.x-rev346.log
09-10 10:12 DEBUG  root: sys.argv = ['main.pyo', '--exefile="C:\\Users\\Raul\\Downloads\\q4os-winsetup-5.8-r1\\q4os-winsetup.exe"']
09-10 10:12 DEBUG  CommonBackend: data_dir=C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\data
09-10 10:12 DEBUG  WindowsBackend: 7z=C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\bin\7z.exe
09-10 10:12 DEBUG  WindowsBackend: startup_folder=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
09-10 10:12 DEBUG  CommonBackend: Fetching basic info...
09-10 10:12 DEBUG  CommonBackend: original_exe=C:\Users\Raul\Downloads\q4os-winsetup-5.8-r1\q4os-winsetup.exe
09-10 10:12 DEBUG  CommonBackend: platform=win32
09-10 10:12 DEBUG  CommonBackend: osname=nt
09-10 10:12 DEBUG  CommonBackend: language=es_AR
09-10 10:12 DEBUG  CommonBackend: encoding=cp1252
09-10 10:12 DEBUG  WindowsBackend: arch=amd64
09-10 10:12 DEBUG  CommonBackend: Parsing isolist=C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\data\isolist.ini
09-10 10:12 DEBUG  CommonBackend:   Adding distro Q4OS Aquarius-i386
09-10 10:12 DEBUG  CommonBackend:   Adding distro Q4OS Aquarius-amd64
09-10 10:12 DEBUG  WindowsBackend: Fetching host info...
09-10 10:12 DEBUG  WindowsBackend: registry_key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001
09-10 10:12 DEBUG  WindowsBackend: windows version=vista
09-10 10:12 DEBUG  WindowsBackend: windows_version2=Windows 10 Enterprise LTSC 2021 Evaluation
09-10 10:12 DEBUG  WindowsBackend: windows_sp=None
09-10 10:12 DEBUG  WindowsBackend: windows_build=19044
09-10 10:12 DEBUG  WindowsBackend: gmt=-3
09-10 10:12 DEBUG  WindowsBackend: country=AR
09-10 10:12 DEBUG  WindowsBackend: timezone=America/Argentina/Buenos_Aires
09-10 10:12 DEBUG  WindowsBackend: windows_username=Raul
09-10 10:12 DEBUG  WindowsBackend: user_full_name=Raul
09-10 10:12 DEBUG  WindowsBackend: user_directory=C:\Users\Raul
09-10 10:12 DEBUG  WindowsBackend: windows_language_code=1034
09-10 10:12 DEBUG  WindowsBackend: windows_language=Spanish
09-10 10:12 DEBUG  WindowsBackend: processor_name=Intel(R) Core(TM) i3-4030U CPU @ 1.90GHz
09-10 10:12 DEBUG  WindowsBackend: bootloader=vista
09-10 10:12 DEBUG  WindowsBackend: system_drive=Drive(C: hd 715647.726562 mb free ntfs)
09-10 10:12 DEBUG  WindowsBackend: drive=Drive(C: hd 715647.726562 mb free ntfs)
09-10 10:12 DEBUG  WindowsBackend: drive=Drive(D: hd 1001.32421875 mb free ntfs)
09-10 10:12 DEBUG  WindowsBackend: drive=Drive(E: cd 0.0 mb free )
09-10 10:12 DEBUG  WindowsBackend: drive=Drive(N: hd 325643.4375 mb free ntfs)
09-10 10:12 DEBUG  WindowsBackend: EFI boot = False
09-10 10:12 DEBUG  WindowsBackend: uninstaller_path=None
09-10 10:12 DEBUG  WindowsBackend: previous_target_dir=None
09-10 10:12 DEBUG  WindowsBackend: previous_distro_name=None
09-10 10:12 DEBUG  WindowsBackend: keyboard_id=134884362
09-10 10:12 DEBUG  WindowsBackend: keyboard_layout=latam
09-10 10:12 DEBUG  WindowsBackend: keyboard_variant=
09-10 10:12 DEBUG  CommonBackend: python locale=('es_AR', 'cp1252')
09-10 10:12 DEBUG  CommonBackend: locale=es_AR.UTF-8
09-10 10:12 DEBUG  WindowsBackend: total_memory_mb=2047.99999905
09-10 10:12 DEBUG  CommonBackend: Searching for local ISOs
09-10 10:12 DEBUG  CommonBackend: Searching for local CDs
09-10 10:12 DEBUG  Distro:   checking whether C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp is a valid Q4OS Aquarius CD
09-10 10:12 DEBUG  Distro:     does not contain C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\install.386\install.bat
09-10 10:12 DEBUG  Distro:   checking whether C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp is a valid Q4OS Aquarius CD
09-10 10:12 DEBUG  Distro:     does not contain C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\install.amd\install.bat
09-10 10:12 DEBUG  Distro:   checking whether D:\ is a valid Q4OS Aquarius CD
09-10 10:12 DEBUG  Distro:     does not contain D:\install.386\install.bat
09-10 10:12 DEBUG  Distro:   checking whether D:\ is a valid Q4OS Aquarius CD
09-10 10:12 DEBUG  Distro:     does not contain D:\install.amd\install.bat
09-10 10:12 DEBUG  Distro:   checking whether E:\ is a valid Q4OS Aquarius CD
09-10 10:12 DEBUG  Distro:     dir does not exist
09-10 10:12 DEBUG  Distro:   checking whether E:\ is a valid Q4OS Aquarius CD
09-10 10:12 DEBUG  Distro:     dir does not exist
09-10 10:12 DEBUG  Distro:   checking whether N:\ is a valid Q4OS Aquarius CD
09-10 10:12 DEBUG  Distro:     does not contain N:\install.386\install.bat
09-10 10:12 DEBUG  Distro:   checking whether N:\ is a valid Q4OS Aquarius CD
09-10 10:12 DEBUG  Distro:     does not contain N:\install.amd\install.bat
09-10 10:12 DEBUG  root: Previous target dir: None
09-10 10:12 INFO   root: Running the installer...
09-10 10:12 DEBUG  WindowsFrontend: __init__...
09-10 10:12 DEBUG  WindowsFrontend: on_init...
09-10 10:12 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\translations, languages=['es_AR', 'es']
09-10 10:12 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\translations, languages=['es_AR', 'es']
09-10 10:12 DEBUG  WinuiInstallationPage: target_drive=C:, installation_size=32000MB, distro_name=Q4OS Aquarius, language=es_ES, locale=es_ES.UTF-8, username=raul
09-10 10:12 INFO   root: Received settings
09-10 10:12 DEBUG  CommonBackend: Searching for local CD
09-10 10:12 DEBUG  Distro:   checking whether C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp is a valid Q4OS Aquarius CD
09-10 10:12 DEBUG  Distro:     does not contain C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\install.amd\install.bat
09-10 10:12 DEBUG  Distro:   checking whether D:\ is a valid Q4OS Aquarius CD
09-10 10:12 DEBUG  Distro:     does not contain D:\install.amd\install.bat
09-10 10:12 DEBUG  Distro:   checking whether E:\ is a valid Q4OS Aquarius CD
09-10 10:12 DEBUG  Distro:     dir does not exist
09-10 10:12 DEBUG  Distro:   checking whether N:\ is a valid Q4OS Aquarius CD
09-10 10:12 DEBUG  Distro:     does not contain N:\install.amd\install.bat
09-10 10:12 DEBUG  CommonBackend: Searching for local ISO
09-10 10:12 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\translations, languages=['es_ES', 'es']
09-10 10:12 DEBUG  TaskList: # Running tasklist...
09-10 10:12 DEBUG  TaskList: ## Running select_target_dir...
09-10 10:12 INFO   WindowsBackend: Installing into C:\Linux64\Debian12_S001
09-10 10:12 DEBUG  TaskList: ## Finished select_target_dir
09-10 10:12 DEBUG  TaskList: ## Running prepare_srcfiles...
09-10 10:12 DEBUG  WindowsBackend: target hostdir: Linux64/Debian12_S001
09-10 10:12 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\winboot\wubildr.cfg : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-10 10:12 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\winboot\grub.firstboot.cfg : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-10 10:12 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\winboot\EFI\grub0efi.cfg : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-10 10:12 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\data\wubildr.cfg : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-10 10:12 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\data\wubildr-disk.cfg : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-10 10:12 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\data\menu.winboot : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-10 10:12 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\data\grub.firstboot.cfg : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-10 10:12 DEBUG  TaskList: ## Finished prepare_srcfiles
09-10 10:12 DEBUG  TaskList: ## Running create_dir_structure...
09-10 10:12 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001
09-10 10:12 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001\disks
09-10 10:12 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001\install
09-10 10:12 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001\install\boot
09-10 10:12 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001\disks\boot
09-10 10:12 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001\disks\boot\grub
09-10 10:12 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001\install\boot\grub
09-10 10:12 DEBUG  TaskList: ## Finished create_dir_structure
09-10 10:12 DEBUG  TaskList: ## Running create_uninstaller...
09-10 10:12 DEBUG  WindowsBackend: Copying uninstaller C:\Users\Raul\Downloads\q4os-winsetup-5.8-r1\q4os-winsetup.exe -> C:\Linux64\Debian12_S001\uninstall-wubi.exe
09-10 10:12 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 UninstallString C:\Linux64\Debian12_S001\uninstall-wubi.exe
09-10 10:12 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 InstallationDir C:\Linux64\Debian12_S001
09-10 10:12 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 DisplayName Q4OS Aquarius
09-10 10:12 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 DisplayIcon C:\Linux64\Debian12_S001\Q4OS Aquarius.ico
09-10 10:12 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 DisplayVersion 5.x-rev346
09-10 10:12 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 Publisher Q4OS Aquarius
09-10 10:12 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 URLInfoAbout https://q4os.org
09-10 10:12 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 HelpLink http://www.ubuntu.com/support
09-10 10:12 DEBUG  TaskList: ## Finished create_uninstaller
09-10 10:12 DEBUG  TaskList: ## Running choose_disk_sizes...
09-10 10:12 DEBUG  WindowsBackend: total size=32000
  root=29334
  swap=2666
  home=0
  usr=0
09-10 10:12 DEBUG  TaskList: ## Finished choose_disk_sizes
09-10 10:12 DEBUG  TaskList: ## Running create_preseed_diskimage...
09-10 10:12 DEBUG  TaskList: ## Finished create_preseed_diskimage
09-10 10:12 DEBUG  TaskList: ## Running get_diskimage...
09-10 10:12 DEBUG  TaskList: New task download
09-10 10:12 DEBUG  TaskList: ### Running download...
09-10 10:12 DEBUG  downloader: downloading https://github.com/q4osteam/q4os-instal … oop.img.xz > C:\Linux64\Debian12_S001\disks\q4os5c-x64-loop.img.xz
09-10 10:12 DEBUG  downloader: Download start filename=C:\Linux64\Debian12_S001\disks\q4os5c-x64-loop.img.xz, url=https://github.com/q4osteam/q4os-install-media/releases/download/v5/q4os5c-x64-loop.img.xz, basename=q4os5c-x64-loop.img.xz, length=1092473824, text=None
09-10 10:18 DEBUG  downloader: download finished (read 209715200 bytes)
09-10 10:18 DEBUG  TaskList: ### Finished download
09-10 10:18 DEBUG  TaskList: ## Finished get_diskimage
09-10 10:18 DEBUG  TaskList: ## Running extract_diskimage...
09-10 10:19 ERROR  WindowsBackend: Error executing command
>>command=C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\bin\7z.exe e -i!q4os5c-x64-loop.img -oC:\Linux64\Debian12_S001\disks C:\Linux64\Debian12_S001\disks\q4os5c-x64-loop.img.xz
>>retval=2
>>stderr=

7-Zip 9.20  Copyright (c) 1999-2010 Igor Pavlov  2010-11-18



Processing archive: C:\Linux64\Debian12_S001\disks\q4os5c-x64-loop.img.xz



Extracting  q4os5c-x64-loop.img     Data Error



Sub items Errors: 1




>>stdout=
Traceback (most recent call last):
  File "\lib\wubi\backends\win32\backend.py", line 503, in extract_diskimage
  File "\lib\wubi\backends\common\utils.py", line 68, in run_command
Exception: Error executing command
>>command=C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\bin\7z.exe e -i!q4os5c-x64-loop.img -oC:\Linux64\Debian12_S001\disks C:\Linux64\Debian12_S001\disks\q4os5c-x64-loop.img.xz
>>retval=2
>>stderr=

7-Zip 9.20  Copyright (c) 1999-2010 Igor Pavlov  2010-11-18



Processing archive: C:\Linux64\Debian12_S001\disks\q4os5c-x64-loop.img.xz



Extracting  q4os5c-x64-loop.img     Data Error



Sub items Errors: 1




>>stdout=
09-10 10:19 DEBUG  TaskList: ## Finished extract_diskimage
09-10 10:19 DEBUG  TaskList: ## Running expand_diskimage...
09-10 10:19 ERROR  WindowsBackend: Error executing command
>>command=C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\bin\resize2fs.exe -f C:\Linux64\Debian12_S001\disks\root.disk 29334M
>>retval=1
>>stderr=Resizing the filesystem on C:\Linux64\Debian12_S001\disks\root.disk to 7509504 (4k) blocks.

>>stdout=resize2fs 1.44.5 (15-Dec-2018)
/usr/bin/resize2fs: Block bitmap checksum does not match bitmap while trying to resize C:\Linux64\Debian12_S001\disks\root.disk

Please run 'e2fsck -fy C:\Linux64\Debian12_S001\disks\root.disk' to fix the filesystem
after the aborted resize operation.

09-10 10:19 DEBUG  TaskList: ## Finished expand_diskimage
09-10 10:19 DEBUG  TaskList: ## Running create_swap_diskimage...
09-10 10:19 DEBUG  TaskList: ## Finished create_swap_diskimage
09-10 10:19 DEBUG  TaskList: ## Running modify_bootloader...
09-10 10:19 DEBUG  TaskList: New task modify_bcd
09-10 10:19 DEBUG  TaskList: ### Running modify_bcd...
09-10 10:19 DEBUG  WindowsBackend: modify_bcd Drive(C: hd 715647.726562 mb free ntfs)
09-10 10:19 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 VistaBootDrive {306b6b26-6f08-11f0-b641-acb57d005e34}
09-10 10:19 DEBUG  TaskList: ### Finished modify_bcd
09-10 10:19 DEBUG  TaskList: New task modify_bcd
09-10 10:19 DEBUG  TaskList: ### Running modify_bcd...
09-10 10:19 DEBUG  WindowsBackend: modify_bcd Drive(D: hd 1001.32421875 mb free ntfs)
09-10 10:19 DEBUG  WindowsBackend: BCD has already been modified
09-10 10:19 DEBUG  TaskList: ### Finished modify_bcd
09-10 10:19 DEBUG  TaskList: New task modify_bcd
09-10 10:19 DEBUG  TaskList: ### Running modify_bcd...
09-10 10:19 DEBUG  WindowsBackend: modify_bcd Drive(N: hd 325643.4375 mb free ntfs)
09-10 10:19 DEBUG  WindowsBackend: BCD has already been modified
09-10 10:19 DEBUG  TaskList: ### Finished modify_bcd
09-10 10:19 DEBUG  TaskList: ## Finished modify_bootloader
09-10 10:19 DEBUG  TaskList: ## Running diskimage_bootloader...
09-10 10:19 DEBUG  WindowsBackend: Copying C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\winboot -> C:\Linux64\Debian12_S001\winboot
09-10 10:19 DEBUG  TaskList: ## Finished diskimage_bootloader
09-10 10:19 DEBUG  TaskList: # Finished tasklist
09-10 10:19 INFO   root: Almost finished installing
09-10 10:19 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Raul\AppData\Local\Temp\pyl4EF3.tmp\translations, languages=['es_ES', 'es']
09-10 10:19 INFO   root: Finished installation
09-10 10:19 DEBUG  root: application.quit
09-10 10:19 DEBUG  WindowsFrontend: frontend.quit
09-10 10:19 DEBUG  WindowsFrontend: frontend.on_quit
09-10 10:19 DEBUG  root: application.on_quit
09-10 10:19 INFO   root: sys.exit

Offline

#9 2025-09-11 15:25

raul_comodoro
Member
Registered: 2025-08-02
Posts: 20

Re: Windows installer issues

This command is not recognized by Windows:

Please run 'e2fsck -fy C:\Linux64\Debian12_S001\disks\root.disk' to fix the filesystem
after the aborted resize operation.

There is data error on de *.img downloaded

Offline

#10 2025-09-11 15:35

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 6,107
Website

Re: Windows installer issues

@raul_comodoro
The logfile you posted shows corrupted download. Is your network connection stable ?

Are you able to download this file https://github.com/q4osteam/q4os-instal … oop.img.xz ? The proper file size is 1092473824 . If so, you will be able to install Q4OS from that file. Just run in Windows Powershell:
> q4os-winsetup.exe --dimagepath=c:\full_path_to_the_image\q4os5c-x64-loop.img.xz

Offline

#11 2025-09-12 17:43

raul_comodoro
Member
Registered: 2025-08-02
Posts: 20

Re: Windows installer issues

Thank you. I would try it and after that send comments

Offline

#12 2025-09-12 17:52

raul_comodoro
Member
Registered: 2025-08-02
Posts: 20

Re: Windows installer issues

Just other question:

That file is a windows installer? Yes, I read the command and stays that, but I tell you that seeing the size of the file, I guess is the whole system into the compressed file, not downloading like the usual way.

Last edited by raul_comodoro (2025-09-12 17:53)

Offline

#13 2025-09-12 17:59

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 6,107
Website

Re: Windows installer issues

Yes, you get two files:
q4os-winsetup.exe .. quite small, installer about 20MB
q4os5c-x64-loop.img.xz .. large, the complete filesystem, 1092473824 bytes

Offline

#14 2025-09-12 18:18

raul_comodoro
Member
Registered: 2025-08-02
Posts: 20

Re: Windows installer issues

Well, it seems this Windows in haunted, ha, ha, ha...

This is de command in PowerShell:

PS C:\Users\Raul> q4os-winsetup.exe --dimagepath=C:\Users\Raul\Downloads\q4os5c-x64-loop.img.xz

This is the output translated to English.

q4os-winsetup.exe : 'q4os-winsetup.exe' It is not recognized like  a name for a cmdlet, fuction, script file, or exe file

Offline

#15 2025-09-12 19:43

raul_comodoro
Member
Registered: 2025-08-02
Posts: 20

Re: Windows installer issues

Excusme, I'm very silly today,"q4os-winsetup.exe is the one I download from the main site of the system.
I guess the command should be run from cmd as a root user too.

Offline

#16 2025-09-12 19:45

raul_comodoro
Member
Registered: 2025-08-02
Posts: 20

Re: Windows installer issues

q4os-winsetup.exe. This file is the one from de main Q4OS site. The other I have downloaded  a few hours ago.
I have q4os-winsetup-5.8-r1, then I'll test using that file and *.img.xz

Last edited by raul_comodoro (2025-09-12 19:48)

Offline

#17 2025-09-12 20:18

raul_comodoro
Member
Registered: 2025-08-02
Posts: 20

Re: Windows installer issues

Recently I used the command from a file q4os.cmd as administrator:

q4os-winsetup.exe --dimagepath=c:\full_path_to_the_image\q4os5c-x64-loop.img.xz

Then install the system, when rebooting, the same problem arises: Kernel not found

In github there is not such a file q4os-winsetup.exe, there just is the file.img.xz I used as a part of the command.

Offline

#18 2025-09-13 10:16

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 6,107
Website

Re: Windows installer issues

- Did you download q4os5c-x64-loop.img.xz properly and file size is 1092473824 bytes ?
- Did the command "q4os-winsetup.exe --dimagepath=... " and installation pass with no errors ?
- Attach the new wubi-5.x-rev344.log here.

Offline

#19 2025-09-13 18:29

raul_comodoro
Member
Registered: 2025-08-02
Posts: 20

Re: Windows installer issues

This is the last log file from 2025-09-12

Code:

09-12 14:06 INFO   root: === wubi 5.x rev346 ===
09-12 14:06 DEBUG  root: Logfile is c:\users\raul\appdata\local\temp\wubi-5.x-rev346.log
09-12 14:06 DEBUG  root: sys.argv = ['main.pyo', '--exefile="C:\\Linux64\\Debian12_S001\\uninstall-wubi.exe"']
09-12 14:06 DEBUG  CommonBackend: data_dir=C:\Users\Raul\AppData\Local\Temp\pyl32C8.tmp\data
09-12 14:06 DEBUG  WindowsBackend: 7z=C:\Users\Raul\AppData\Local\Temp\pyl32C8.tmp\bin\7z.exe
09-12 14:06 DEBUG  WindowsBackend: startup_folder=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
09-12 14:06 DEBUG  CommonBackend: Fetching basic info...
09-12 14:06 DEBUG  CommonBackend: original_exe=C:\Linux64\Debian12_S001\uninstall-wubi.exe
09-12 14:06 DEBUG  CommonBackend: platform=win32
09-12 14:06 DEBUG  CommonBackend: osname=nt
09-12 14:06 DEBUG  CommonBackend: language=es_AR
09-12 14:06 DEBUG  CommonBackend: encoding=cp1252
09-12 14:06 DEBUG  WindowsBackend: arch=amd64
09-12 14:06 DEBUG  CommonBackend: Parsing isolist=C:\Users\Raul\AppData\Local\Temp\pyl32C8.tmp\data\isolist.ini
09-12 14:06 DEBUG  CommonBackend:   Adding distro Q4OS Aquarius-i386
09-12 14:06 DEBUG  CommonBackend:   Adding distro Q4OS Aquarius-amd64
09-12 14:06 DEBUG  WindowsBackend: Fetching host info...
09-12 14:06 DEBUG  WindowsBackend: registry_key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001
09-12 14:06 DEBUG  WindowsBackend: windows version=vista
09-12 14:06 DEBUG  WindowsBackend: windows_version2=Windows 10 Enterprise LTSC 2021 Evaluation
09-12 14:06 DEBUG  WindowsBackend: windows_sp=None
09-12 14:06 DEBUG  WindowsBackend: windows_build=19044
09-12 14:06 DEBUG  WindowsBackend: gmt=-3
09-12 14:06 DEBUG  WindowsBackend: country=AR
09-12 14:06 DEBUG  WindowsBackend: timezone=America/Argentina/Buenos_Aires
09-12 14:06 DEBUG  WindowsBackend: windows_username=Raul
09-12 14:06 DEBUG  WindowsBackend: user_full_name=Raul
09-12 14:06 DEBUG  WindowsBackend: user_directory=C:\Users\Raul
09-12 14:06 DEBUG  WindowsBackend: windows_language_code=1034
09-12 14:06 DEBUG  WindowsBackend: windows_language=Spanish
09-12 14:06 DEBUG  WindowsBackend: processor_name=Intel(R) Core(TM) i3-4030U CPU @ 1.90GHz
09-12 14:06 DEBUG  WindowsBackend: bootloader=vista
09-12 14:06 DEBUG  WindowsBackend: system_drive=Drive(C: hd 630531.238281 mb free ntfs)
09-12 14:06 DEBUG  WindowsBackend: drive=Drive(C: hd 630531.238281 mb free ntfs)
09-12 14:06 DEBUG  WindowsBackend: drive=Drive(E: cd 0.0 mb free )
09-12 14:06 DEBUG  WindowsBackend: EFI boot = False
09-12 14:06 DEBUG  WindowsBackend: uninstaller_path=C:\Linux64\Debian12_S001\uninstall-wubi.exe
09-12 14:06 DEBUG  WindowsBackend: previous_target_dir=C:\Linux64\Debian12_S001
09-12 14:06 DEBUG  WindowsBackend: previous_distro_name=Q4OS Aquarius
09-12 14:06 DEBUG  WindowsBackend: keyboard_id=134884362
09-12 14:06 DEBUG  WindowsBackend: keyboard_layout=latam
09-12 14:06 DEBUG  WindowsBackend: keyboard_variant=
09-12 14:06 DEBUG  CommonBackend: python locale=('es_AR', 'cp1252')
09-12 14:06 DEBUG  CommonBackend: locale=es_AR.UTF-8
09-12 14:06 DEBUG  WindowsBackend: total_memory_mb=2047.99999905
09-12 14:06 DEBUG  CommonBackend: Searching for local ISOs
09-12 14:06 DEBUG  CommonBackend: Searching for local CDs
09-12 14:06 DEBUG  Distro:   checking whether C:\Users\Raul\AppData\Local\Temp\pyl32C8.tmp is a valid Q4OS Aquarius CD
09-12 14:06 DEBUG  Distro:     does not contain C:\Users\Raul\AppData\Local\Temp\pyl32C8.tmp\install.386\install.bat
09-12 14:06 DEBUG  Distro:   checking whether C:\Users\Raul\AppData\Local\Temp\pyl32C8.tmp is a valid Q4OS Aquarius CD
09-12 14:06 DEBUG  Distro:     does not contain C:\Users\Raul\AppData\Local\Temp\pyl32C8.tmp\install.amd\install.bat
09-12 14:06 DEBUG  Distro:   checking whether E:\ is a valid Q4OS Aquarius CD
09-12 14:06 DEBUG  Distro:     dir does not exist
09-12 14:06 DEBUG  Distro:   checking whether E:\ is a valid Q4OS Aquarius CD
09-12 14:06 DEBUG  Distro:     dir does not exist
09-12 14:06 INFO   root: Running the uninstaller...
09-12 14:06 INFO   CommonBackend: This is the uninstaller running
09-12 14:06 DEBUG  WindowsFrontend: __init__...
09-12 14:06 DEBUG  WindowsFrontend: on_init...
09-12 14:06 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Raul\AppData\Local\Temp\pyl32C8.tmp\translations, languages=['es_AR', 'es']
09-12 14:06 INFO   root: Received settings
09-12 14:06 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Raul\AppData\Local\Temp\pyl32C8.tmp\translations, languages=['es_AR', 'es']
09-12 14:06 DEBUG  TaskList: # Running tasklist...
09-12 14:06 DEBUG  TaskList: ## Running Quitar entrada del cargador de arranque...
09-12 14:06 DEBUG  WindowsBackend: Removing bcd entry {306b6b26-6f08-11f0-b641-acb57d005e34}
09-12 14:06 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 VistaBootDrive
09-12 14:06 DEBUG  WindowsBackend: undo_bootini C:
09-12 14:06 DEBUG  WindowsBackend: undo_configsys Drive(C: hd 630531.238281 mb free ntfs)
09-12 14:06 DEBUG  TaskList: ## Finished Quitar entrada del cargador de arranque
09-12 14:06 DEBUG  TaskList: ## Running Borrar el directorio de destino...
09-12 14:06 DEBUG  CommonBackend: Deleting C:\Linux64\Debian12_S001
09-12 14:06 DEBUG  TaskList: ## Finished Borrar el directorio de destino
09-12 14:06 DEBUG  TaskList: ## Running Quitar clave del registro...
09-12 14:06 DEBUG  TaskList: ## Finished Quitar clave del registro
09-12 14:06 DEBUG  TaskList: # Finished tasklist
09-12 14:06 INFO   root: Almost finished uninstalling
09-12 14:06 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Raul\AppData\Local\Temp\pyl32C8.tmp\translations, languages=['es_AR', 'es']
09-12 14:06 INFO   root: Finished uninstallation
09-12 14:06 DEBUG  root: application.quit
09-12 14:06 DEBUG  WindowsFrontend: frontend.quit
09-12 14:06 DEBUG  WindowsFrontend: frontend.on_quit
09-12 14:06 DEBUG  root: application.on_quit
09-12 14:06 INFO   root: sys.exit
09-12 15:53 INFO   root: === wubi 5.x rev346 ===
09-12 15:53 DEBUG  root: Logfile is c:\users\raul\appdata\local\temp\wubi-5.x-rev346.log
09-12 15:53 DEBUG  root: sys.argv = ['main.pyo', '--exefile="C:\\Users\\Raul\\Downloads\\q4os5c-x64-loop.img\\q4os-winsetup.exe"', '--dimagepath=C:\\Users\\Raul\\Downloads\\q4os5c-x64-loop.img.xz']
09-12 15:53 DEBUG  CommonBackend: data_dir=C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\data
09-12 15:53 DEBUG  WindowsBackend: 7z=C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\bin\7z.exe
09-12 15:53 DEBUG  WindowsBackend: startup_folder=C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
09-12 15:53 DEBUG  CommonBackend: Fetching basic info...
09-12 15:53 DEBUG  CommonBackend: original_exe=C:\Users\Raul\Downloads\q4os5c-x64-loop.img\q4os-winsetup.exe
09-12 15:53 DEBUG  CommonBackend: platform=win32
09-12 15:53 DEBUG  CommonBackend: osname=nt
09-12 15:53 DEBUG  CommonBackend: language=es_AR
09-12 15:53 DEBUG  CommonBackend: encoding=cp1252
09-12 15:53 DEBUG  WindowsBackend: arch=amd64
09-12 15:53 DEBUG  CommonBackend: Parsing isolist=C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\data\isolist.ini
09-12 15:53 DEBUG  CommonBackend:   Adding distro Q4OS Aquarius-i386
09-12 15:53 DEBUG  CommonBackend:   Adding distro Q4OS Aquarius-amd64
09-12 15:53 DEBUG  WindowsBackend: Fetching host info...
09-12 15:53 DEBUG  WindowsBackend: registry_key=Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001
09-12 15:53 DEBUG  WindowsBackend: windows version=vista
09-12 15:53 DEBUG  WindowsBackend: windows_version2=Windows 10 Enterprise LTSC 2021 Evaluation
09-12 15:53 DEBUG  WindowsBackend: windows_sp=None
09-12 15:53 DEBUG  WindowsBackend: windows_build=19044
09-12 15:53 DEBUG  WindowsBackend: gmt=-3
09-12 15:53 DEBUG  WindowsBackend: country=AR
09-12 15:53 DEBUG  WindowsBackend: timezone=America/Argentina/Buenos_Aires
09-12 15:53 DEBUG  WindowsBackend: windows_username=Raul
09-12 15:53 DEBUG  WindowsBackend: user_full_name=Raul
09-12 15:53 DEBUG  WindowsBackend: user_directory=C:\Users\Raul
09-12 15:53 DEBUG  WindowsBackend: windows_language_code=1034
09-12 15:53 DEBUG  WindowsBackend: windows_language=Spanish
09-12 15:53 DEBUG  WindowsBackend: processor_name=Intel(R) Core(TM) i3-4030U CPU @ 1.90GHz
09-12 15:53 DEBUG  WindowsBackend: bootloader=vista
09-12 15:53 DEBUG  WindowsBackend: system_drive=Drive(C: hd 662548.285156 mb free ntfs)
09-12 15:53 DEBUG  WindowsBackend: drive=Drive(C: hd 662548.285156 mb free ntfs)
09-12 15:53 DEBUG  WindowsBackend: drive=Drive(E: cd 0.0 mb free )
09-12 15:53 DEBUG  WindowsBackend: EFI boot = False
09-12 15:53 DEBUG  WindowsBackend: uninstaller_path=None
09-12 15:53 DEBUG  WindowsBackend: previous_target_dir=None
09-12 15:53 DEBUG  WindowsBackend: previous_distro_name=None
09-12 15:53 DEBUG  WindowsBackend: keyboard_id=134884362
09-12 15:53 DEBUG  WindowsBackend: keyboard_layout=latam
09-12 15:53 DEBUG  WindowsBackend: keyboard_variant=
09-12 15:53 DEBUG  CommonBackend: python locale=('es_AR', 'cp1252')
09-12 15:53 DEBUG  CommonBackend: locale=es_AR.UTF-8
09-12 15:53 DEBUG  WindowsBackend: total_memory_mb=2047.99999905
09-12 15:53 DEBUG  CommonBackend: Searching for local ISOs
09-12 15:53 DEBUG  CommonBackend: Searching for local CDs
09-12 15:53 DEBUG  Distro:   checking whether C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp is a valid Q4OS Aquarius CD
09-12 15:53 DEBUG  Distro:     does not contain C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\install.386\install.bat
09-12 15:53 DEBUG  Distro:   checking whether C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp is a valid Q4OS Aquarius CD
09-12 15:53 DEBUG  Distro:     does not contain C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\install.amd\install.bat
09-12 15:53 DEBUG  Distro:   checking whether E:\ is a valid Q4OS Aquarius CD
09-12 15:53 DEBUG  Distro:     dir does not exist
09-12 15:53 DEBUG  Distro:   checking whether E:\ is a valid Q4OS Aquarius CD
09-12 15:53 DEBUG  Distro:     dir does not exist
09-12 15:53 DEBUG  root: Previous target dir: None
09-12 15:53 INFO   root: Running the installer...
09-12 15:53 DEBUG  WindowsFrontend: __init__...
09-12 15:53 DEBUG  WindowsFrontend: on_init...
09-12 15:53 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\translations, languages=['es_AR', 'es']
09-12 15:53 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\translations, languages=['es_AR', 'es']
09-12 15:53 DEBUG  WinuiInstallationPage: target_drive=C:, installation_size=22000MB, distro_name=Q4OS Aquarius, language=es_ES, locale=es_ES.UTF-8, username=raul
09-12 15:53 INFO   root: Received settings
09-12 15:53 DEBUG  CommonBackend: Searching for local CD
09-12 15:53 DEBUG  Distro:   checking whether C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp is a valid Q4OS Aquarius CD
09-12 15:53 DEBUG  Distro:     does not contain C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\install.amd\install.bat
09-12 15:53 DEBUG  Distro:   checking whether E:\ is a valid Q4OS Aquarius CD
09-12 15:53 DEBUG  Distro:     dir does not exist
09-12 15:53 DEBUG  CommonBackend: Searching for local ISO
09-12 15:53 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\translations, languages=['es_ES', 'es']
09-12 15:53 DEBUG  TaskList: # Running tasklist...
09-12 15:53 DEBUG  TaskList: ## Running select_target_dir...
09-12 15:53 INFO   WindowsBackend: Installing into C:\Linux64\Debian12_S001
09-12 15:53 DEBUG  TaskList: ## Finished select_target_dir
09-12 15:53 DEBUG  TaskList: ## Running prepare_srcfiles...
09-12 15:53 DEBUG  WindowsBackend: target hostdir: Linux64/Debian12_S001
09-12 15:53 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\winboot\wubildr.cfg : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-12 15:53 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\winboot\grub.firstboot.cfg : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-12 15:53 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\winboot\EFI\grub0efi.cfg : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-12 15:53 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\data\wubildr.cfg : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-12 15:53 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\data\wubildr-disk.cfg : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-12 15:53 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\data\menu.winboot : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-12 15:53 DEBUG  WindowsBackend: substituing in C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\data\grub.firstboot.cfg : _dynsubst_host_wubidir_ >> Linux64/Debian12_S001
09-12 15:53 DEBUG  TaskList: ## Finished prepare_srcfiles
09-12 15:53 DEBUG  TaskList: ## Running create_dir_structure...
09-12 15:53 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001
09-12 15:53 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001\disks
09-12 15:53 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001\install
09-12 15:53 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001\install\boot
09-12 15:53 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001\disks\boot
09-12 15:53 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001\disks\boot\grub
09-12 15:53 DEBUG  CommonBackend: Creating dir C:\Linux64\Debian12_S001\install\boot\grub
09-12 15:53 DEBUG  TaskList: ## Finished create_dir_structure
09-12 15:53 DEBUG  TaskList: ## Running create_uninstaller...
09-12 15:53 DEBUG  WindowsBackend: Copying uninstaller C:\Users\Raul\Downloads\q4os5c-x64-loop.img\q4os-winsetup.exe -> C:\Linux64\Debian12_S001\uninstall-wubi.exe
09-12 15:53 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 UninstallString C:\Linux64\Debian12_S001\uninstall-wubi.exe
09-12 15:53 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 InstallationDir C:\Linux64\Debian12_S001
09-12 15:53 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 DisplayName Q4OS Aquarius
09-12 15:53 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 DisplayIcon C:\Linux64\Debian12_S001\Q4OS Aquarius.ico
09-12 15:53 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 DisplayVersion 5.x-rev346
09-12 15:53 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 Publisher Q4OS Aquarius
09-12 15:53 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 URLInfoAbout https://q4os.org
09-12 15:53 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 HelpLink http://www.ubuntu.com/support
09-12 15:53 DEBUG  TaskList: ## Finished create_uninstaller
09-12 15:53 DEBUG  TaskList: ## Running choose_disk_sizes...
09-12 15:53 DEBUG  WindowsBackend: total size=22000
  root=20167
  swap=1833
  home=0
  usr=0
09-12 15:53 DEBUG  TaskList: ## Finished choose_disk_sizes
09-12 15:53 DEBUG  TaskList: ## Running create_preseed_diskimage...
09-12 15:53 DEBUG  TaskList: ## Finished create_preseed_diskimage
09-12 15:53 DEBUG  TaskList: ## Running get_diskimage...
09-12 15:53 DEBUG  TaskList: New task download
09-12 15:53 DEBUG  TaskList: ### Running download...
09-12 15:53 DEBUG  downloader: downloading https://github.com/q4osteam/q4os-instal … oop.img.xz > C:\Linux64\Debian12_S001\disks\q4os5c-x64-loop.img.xz
09-12 15:53 DEBUG  downloader: Download start filename=C:\Linux64\Debian12_S001\disks\q4os5c-x64-loop.img.xz, url=https://github.com/q4osteam/q4os-install-media/releases/download/v5/q4os5c-x64-loop.img.xz, basename=q4os5c-x64-loop.img.xz, length=1092473824, text=None
09-12 15:58 DEBUG  downloader: download finished (read 325058560 bytes)
09-12 15:58 DEBUG  TaskList: ### Finished download
09-12 15:58 DEBUG  TaskList: ## Finished get_diskimage
09-12 15:58 DEBUG  TaskList: ## Running extract_diskimage...
09-12 16:00 ERROR  WindowsBackend: Error executing command
>>command=C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\bin\7z.exe e -i!q4os5c-x64-loop.img -oC:\Linux64\Debian12_S001\disks C:\Linux64\Debian12_S001\disks\q4os5c-x64-loop.img.xz
>>retval=2
>>stderr=

7-Zip 9.20  Copyright (c) 1999-2010 Igor Pavlov  2010-11-18



Processing archive: C:\Linux64\Debian12_S001\disks\q4os5c-x64-loop.img.xz



Extracting  q4os5c-x64-loop.img     Data Error



Sub items Errors: 1




>>stdout=
Traceback (most recent call last):
  File "\lib\wubi\backends\win32\backend.py", line 503, in extract_diskimage
  File "\lib\wubi\backends\common\utils.py", line 68, in run_command
Exception: Error executing command
>>command=C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\bin\7z.exe e -i!q4os5c-x64-loop.img -oC:\Linux64\Debian12_S001\disks C:\Linux64\Debian12_S001\disks\q4os5c-x64-loop.img.xz
>>retval=2
>>stderr=

7-Zip 9.20  Copyright (c) 1999-2010 Igor Pavlov  2010-11-18



Processing archive: C:\Linux64\Debian12_S001\disks\q4os5c-x64-loop.img.xz



Extracting  q4os5c-x64-loop.img     Data Error



Sub items Errors: 1




>>stdout=
09-12 16:00 DEBUG  TaskList: ## Finished extract_diskimage
09-12 16:00 DEBUG  TaskList: ## Running expand_diskimage...
09-12 16:00 ERROR  WindowsBackend: Error executing command
>>command=C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\bin\resize2fs.exe -f C:\Linux64\Debian12_S001\disks\root.disk 20167M
>>retval=1
>>stderr=Resizing the filesystem on C:\Linux64\Debian12_S001\disks\root.disk to 5162752 (4k) blocks.

>>stdout=resize2fs 1.44.5 (15-Dec-2018)
/usr/bin/resize2fs: Block bitmap checksum does not match bitmap while trying to resize C:\Linux64\Debian12_S001\disks\root.disk
Please run 'e2fsck -fy C:\Linux64\Debian12_S001\disks\root.disk' to fix the filesystem
after the aborted resize operation.

09-12 16:00 DEBUG  TaskList: ## Finished expand_diskimage
09-12 16:00 DEBUG  TaskList: ## Running create_swap_diskimage...
09-12 16:00 DEBUG  TaskList: ## Finished create_swap_diskimage
09-12 16:00 DEBUG  TaskList: ## Running modify_bootloader...
09-12 16:00 DEBUG  TaskList: New task modify_bcd
09-12 16:00 DEBUG  TaskList: ### Running modify_bcd...
09-12 16:00 DEBUG  WindowsBackend: modify_bcd Drive(C: hd 662548.285156 mb free ntfs)
09-12 16:00 DEBUG  registry: Setting registry key 2147483650 Software\Microsoft\Windows\CurrentVersion\Uninstall\Wubi_Debian12_S001 VistaBootDrive {306b6b27-6f08-11f0-b641-acb57d005e34}
09-12 16:00 DEBUG  TaskList: ### Finished modify_bcd
09-12 16:00 DEBUG  TaskList: ## Finished modify_bootloader
09-12 16:00 DEBUG  TaskList: ## Running diskimage_bootloader...
09-12 16:00 DEBUG  WindowsBackend: Copying C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\winboot -> C:\Linux64\Debian12_S001\winboot
09-12 16:00 DEBUG  TaskList: ## Finished diskimage_bootloader
09-12 16:00 DEBUG  TaskList: # Finished tasklist
09-12 16:00 INFO   root: Almost finished installing
09-12 16:00 INFO   WinuiPage: appname=wubi, localedir=C:\Users\Raul\AppData\Local\Temp\pylA3D.tmp\translations, languages=['es_ES', 'es']
09-12 16:02 INFO   root: Finished installation
09-12 16:02 INFO   root: Rebooting
09-12 16:02 DEBUG  TaskList: # Running tasklist...
09-12 16:02 DEBUG  TaskList: ## Running reboot...
09-12 16:02 DEBUG  TaskList: ## Finished reboot
09-12 16:02 DEBUG  TaskList: # Finished tasklist
09-12 16:02 DEBUG  root: application.quit
09-12 16:02 DEBUG  WindowsFrontend: frontend.quit
09-12 16:02 DEBUG  WindowsFrontend: frontend.on_quit
09-12 16:02 DEBUG  root: application.on_quit
09-12 16:02 INFO   root: sys.exit

Offline

#20 2025-09-13 18:31

raul_comodoro
Member
Registered: 2025-08-02
Posts: 20

Re: Windows installer issues

It is just the same error

Offline

#21 2025-09-13 20:01

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 6,107
Website

Re: Windows installer issues

According to logfile, the installer still incorrectly tries to download the "q4os5c-x64-loop.img.xz" file on its own. So you are trying to launch the command some wrong way.

- Please run in Windows Powershell again:
> <full_path_to_the_installer>\q4os-winsetup.exe --dimagepath=c:\<full_path_to_the_image>\q4os5c-x64-loop.img.xz
and post back exact terminal output. It's important to know, if it runs properly.

- Does the installer attempt to download "q4os5c-x64-loop.img.xz" or does it take it from the specified location "c:\<full_path_to_the_image>\q4os5c-x64-loop.img.xz" ?

Offline

#22 2025-09-14 20:54

raul_comodoro
Member
Registered: 2025-08-02
Posts: 20

Re: Windows installer issues

C:\Users\Raul\Downloads\q4os5c-x64-loop.img\q4os-winsetup.exe --dimagepath=C:\Users\Raul\Downloads\q4os5c-x64-loop.img\q4os5c-x64-loop.img.xz

This way everything's all right, it worked. Deinstalled and reinstalled using q4os5c-x64-loop.img.xz

The command was run from PowerShell

Thank you so much

Offline

#23 2025-09-18 23:33

raul_comodoro
Member
Registered: 2025-08-02
Posts: 20

Re: Windows installer issues

I have another question...

This script file...

Code

!#/bin/bash
cd /home/raul/jd
java -jar JDownloader.jar

Works perfectly inside a VMwared Q4OS, just double click and open all right.

The same script used in Q4OS inside of Linux64, pasted on the Desktop does not work by clicking on it. It gives an error.
Only works by using terminal or konsole by the command ./name_of_file.sh

I do not understand.

Any suggestion?

The file has the right permissions, it is executable and the user is me.

Offline

#24 2025-09-19 08:06

hchiper
Member
From: Belgium
Registered: 2020-07-28
Posts: 788

Re: Windows installer issues

raul_comodoro wrote:

The same script used in Q4OS inside of Linux64, pasted on the Desktop does not work by clicking on it. It gives an error.

And the error is...?

Maybe you just need to create a .desktop file to launch your script:
right-click on the desktop -> Create New -> Link to an Application > Application tab, then browse to select your script and in Advanced options check "Execute in a Terminal".


Q4OS machine: Samsung R519 - Pentium T4200 2.0 GHz - 4 GB RAM - 500 GB SSD

Offline

#25 2025-09-25 23:41

raul_comodoro
Member
Registered: 2025-08-02
Posts: 20

Re: Windows installer issues

I had to create such a thing, not worked, I'll do it again, thank you

Offline

Board footer

Powered by FluxBB