Skip to content

[Bug] #448

@FreddeITsupport98

Description

@FreddeITsupport98

What version of WinBoat are you running?

0.8.7

Your Environment

I'm getting an 'installation requirements not met' error when using the official Windows 11 ISO downloaded from Microsoft.

Steps to Reproduce / Context

proced normal way of the setup

Logs

2025-10-31 20:06:46 | INFO | Starting installation...
2025-10-31 20:06:46 | INFO | New state: "Creating Compose File"
2025-10-31 20:06:46 | INFO | Created installation directory: /home/fb/WINBOAT/winboat
2025-10-31 20:06:46 | INFO | Removed home folder sharing as per user configuration
2025-10-31 20:06:46 | INFO | Creating compose file at: /home/fb/.winboat/docker-compose.yml
2025-10-31 20:06:46 | INFO | Compose file content: {
"name": "winboat",
"volumes": {
"data": null
},
"services": {
"windows": {
"image": "ghcr.io/dockur/windows:5.07",
"container_name": "WinBoat",
"environment": {
"VERSION": "11",
"RAM_SIZE": "12G",
"CPU_CORES": "1",
"DISK_SIZE": "304G",
"USERNAME": "fb",
"PASSWORD": "123456789",
"HOME": "${HOME}",
"LANGUAGE": "Swedish",
"HOST_PORTS": "7149",
"ARGUMENTS": "-qmp tcp:0.0.0.0:7149,server,wait=off"
},
"cap_add": [
"NET_ADMIN"
],
"privileged": true,
"ports": [
"8006:8006",
"7148:7148",
"7149:7149",
"3389:3389/tcp",
"3389:3389/udp"
],
"stop_grace_period": "120s",
"restart": "on-failure",
"volumes": [
"/home/fb/WINBOAT/winboat:/storage",
"/dev/bus/usb:/dev/bus/usb",
"./oem:/oem"
],
"devices": [
"/dev/kvm"
]
}
}
}
2025-10-31 20:06:46 | INFO | New state: "Creating OEM Assets"
2025-10-31 20:06:46 | INFO | Creating OEM assets
2025-10-31 20:06:46 | INFO | Created OEM directory: /home/fb/.winboat/oem
2025-10-31 20:06:46 | INFO | Guest server source path: /opt/winboat/resources/guest_server
2025-10-31 20:06:46 | INFO | Copied file /opt/winboat/resources/guest_server/RDPApps.reg to /home/fb/.winboat/oem/RDPApps.reg
2025-10-31 20:06:46 | INFO | Copied file /opt/winboat/resources/guest_server/go.mod to /home/fb/.winboat/oem/go.mod
2025-10-31 20:06:46 | INFO | Copied file /opt/winboat/resources/guest_server/go.sum to /home/fb/.winboat/oem/go.sum
2025-10-31 20:06:46 | INFO | Copied file /opt/winboat/resources/guest_server/install.bat to /home/fb/.winboat/oem/install.bat
2025-10-31 20:06:46 | INFO | Copied file /opt/winboat/resources/guest_server/main.go to /home/fb/.winboat/oem/main.go
2025-10-31 20:06:46 | INFO | Copied file /opt/winboat/resources/guest_server/nssm.exe to /home/fb/.winboat/oem/nssm.exe
2025-10-31 20:06:46 | INFO | Copied file /opt/winboat/resources/guest_server/nssm.sha1.txt to /home/fb/.winboat/oem/nssm.sha1.txt
2025-10-31 20:06:46 | INFO | Copied file /opt/winboat/resources/guest_server/scripts/apps.ps1 to /home/fb/.winboat/oem/scripts/apps.ps1
2025-10-31 20:06:46 | INFO | Copied file /opt/winboat/resources/guest_server/scripts/get-icon.ps1 to /home/fb/.winboat/oem/scripts/get-icon.ps1
2025-10-31 20:06:46 | INFO | Copied file /opt/winboat/resources/guest_server/scripts/rdp-status.ps1 to /home/fb/.winboat/oem/scripts/rdp-status.ps1
2025-10-31 20:06:46 | INFO | Copied file /opt/winboat/resources/guest_server/scripts/update.ps1 to /home/fb/.winboat/oem/scripts/update.ps1
2025-10-31 20:06:46 | INFO | Copied directory /opt/winboat/resources/guest_server/scripts to /home/fb/.winboat/oem/scripts
2025-10-31 20:06:46 | INFO | Copied file /opt/winboat/resources/guest_server/util.go to /home/fb/.winboat/oem/util.go
2025-10-31 20:06:46 | INFO | Copied file /opt/winboat/resources/guest_server/winboat_guest_server.exe to /home/fb/.winboat/oem/winboat_guest_server.exe
2025-10-31 20:06:46 | INFO | Copied file /opt/winboat/resources/guest_server/winboat_guest_server.zip to /home/fb/.winboat/oem/winboat_guest_server.zip
2025-10-31 20:06:46 | INFO | OEM assets created successfully
2025-10-31 20:06:46 | INFO | New state: "Starting Container"
2025-10-31 20:06:46 | INFO | Starting container...
2025-10-31 20:06:47 | ERROR | Container WinBoat Creating
Container WinBoat Created
Container WinBoat Starting
Container WinBoat Started

2025-10-31 20:06:47 | INFO | Container started successfully.
2025-10-31 20:06:50 | INFO | New state: "Monitoring Preinstall"
2025-10-31 20:06:50 | INFO | Starting preinstall monitoring...
2025-10-31 20:06:50 | INFO | Preinstall: "Will retry in 3 seconds"
2025-10-31 20:06:51 | INFO | Preinstall: "Will retry in 2 seconds"
2025-10-31 20:06:52 | INFO | Preinstall: "Will retry in 1 seconds"
2025-10-31 20:06:53 | INFO | Preinstall: "Requesting Windows 11 in Swedish from the Microsoft servers"
2025-10-31 20:06:53 | INFO | Preinstall: "Downloading catalog"
2025-10-31 20:06:54 | INFO | Preinstall: "Downloading Windows 11 in Swedish"
2025-10-31 20:06:55 | INFO | Preinstall: "Downloading Windows 11 in Swedish (0.4%)"
2025-10-31 20:06:56 | INFO | Preinstall: "Downloading Windows 11 in Swedish (0.6%)"
2025-10-31 20:06:57 | INFO | Preinstall: "Downloading Windows 11 in Swedish (1.0%)"
2025-10-31 20:06:58 | INFO | Preinstall: "Downloading Windows 11 in Swedish (1.5%)"
2025-10-31 20:06:59 | INFO | Preinstall: "Downloading Windows 11 in Swedish (2.2%)"
2025-10-31 20:07:00 | INFO | Preinstall: "Downloading Windows 11 in Swedish (2.8%)"
2025-10-31 20:07:01 | INFO | Preinstall: "Downloading Windows 11 in Swedish (3.4%)"
2025-10-31 20:07:02 | INFO | Preinstall: "Downloading Windows 11 in Swedish (4.0%)"
2025-10-31 20:07:03 | INFO | Preinstall: "Downloading Windows 11 in Swedish (4.7%)"
2025-10-31 20:07:04 | INFO | Preinstall: "Downloading Windows 11 in Swedish (5.3%)"
2025-10-31 20:07:05 | INFO | Preinstall: "Downloading Windows 11 in Swedish (5.7%)"
2025-10-31 20:07:06 | INFO | Preinstall: "Downloading Windows 11 in Swedish (6.1%)"
2025-10-31 20:07:07 | INFO | Preinstall: "Downloading Windows 11 in Swedish (6.6%)"
2025-10-31 20:07:08 | INFO | Preinstall: "Downloading Windows 11 in Swedish (7.2%)"
2025-10-31 20:07:09 | INFO | Preinstall: "Downloading Windows 11 in Swedish (7.7%)"
2025-10-31 20:07:10 | INFO | Preinstall: "Downloading Windows 11 in Swedish (8.1%)"
2025-10-31 20:07:11 | INFO | Preinstall: "Downloading Windows 11 in Swedish (8.6%)"
2025-10-31 20:07:12 | INFO | Preinstall: "Downloading Windows 11 in Swedish (9.1%)"
2025-10-31 20:07:13 | INFO | Preinstall: "Downloading Windows 11 in Swedish (9.6%)"
2025-10-31 20:07:14 | INFO | Preinstall: "Downloading Windows 11 in Swedish (10.2%)"
2025-10-31 20:07:15 | INFO | Preinstall: "Downloading Windows 11 in Swedish (10.7%)"
2025-10-31 20:07:16 | INFO | Preinstall: "Downloading Windows 11 in Swedish (11.4%)"
2025-10-31 20:07:17 | INFO | Preinstall: "Downloading Windows 11 in Swedish (12.1%)"
2025-10-31 20:07:18 | INFO | Preinstall: "Downloading Windows 11 in Swedish (12.6%)"
2025-10-31 20:07:19 | INFO | Preinstall: "Downloading Windows 11 in Swedish (13.1%)"
2025-10-31 20:07:20 | INFO | Preinstall: "Downloading Windows 11 in Swedish (13.6%)"
2025-10-31 20:07:21 | INFO | Preinstall: "Downloading Windows 11 in Swedish (14.0%)"
2025-10-31 20:07:22 | INFO | Preinstall: "Downloading Windows 11 in Swedish (14.6%)"
2025-10-31 20:07:23 | INFO | Preinstall: "Downloading Windows 11 in Swedish (15.2%)"
2025-10-31 20:07:24 | INFO | Preinstall: "Downloading Windows 11 in Swedish (15.8%)"
2025-10-31 20:07:25 | INFO | Preinstall: "Downloading Windows 11 in Swedish (16.4%)"
2025-10-31 20:07:26 | INFO | Preinstall: "Downloading Windows 11 in Swedish (16.8%)"
2025-10-31 20:07:27 | INFO | Preinstall: "Downloading Windows 11 in Swedish (17.3%)"
2025-10-31 20:07:28 | INFO | Preinstall: "Downloading Windows 11 in Swedish (17.6%)"
2025-10-31 20:07:29 | INFO | Preinstall: "Downloading Windows 11 in Swedish (18.1%)"
2025-10-31 20:07:30 | INFO | Preinstall: "Downloading Windows 11 in Swedish (18.8%)"
2025-10-31 20:07:31 | INFO | Preinstall: "Downloading Windows 11 in Swedish (19.4%)"
2025-10-31 20:07:32 | INFO | Preinstall: "Downloading Windows 11 in Swedish (20.0%)"
2025-10-31 20:07:33 | INFO | Preinstall: "Downloading Windows 11 in Swedish (20.5%)"
2025-10-31 20:07:34 | INFO | Preinstall: "Downloading Windows 11 in Swedish (20.9%)"
2025-10-31 20:07:35 | INFO | Preinstall: "Downloading Windows 11 in Swedish (21.4%)"
2025-10-31 20:07:36 | INFO | Preinstall: "Downloading Windows 11 in Swedish (21.8%)"
2025-10-31 20:07:37 | INFO | Preinstall: "Downloading Windows 11 in Swedish (22.1%)"
2025-10-31 20:07:38 | INFO | Preinstall: "Downloading Windows 11 in Swedish (22.6%)"
2025-10-31 20:07:39 | INFO | Preinstall: "Downloading Windows 11 in Swedish (22.9%)"
2025-10-31 20:07:40 | INFO | Preinstall: "Downloading Windows 11 in Swedish (23.4%)"
2025-10-31 20:07:41 | INFO | Preinstall: "Downloading Windows 11 in Swedish (23.7%)"
2025-10-31 20:07:42 | INFO | Preinstall: "Downloading Windows 11 in Swedish (24.0%)"
2025-10-31 20:07:43 | INFO | Preinstall: "Downloading Windows 11 in Swedish (24.4%)"
2025-10-31 20:07:44 | INFO | Preinstall: "Downloading Windows 11 in Swedish (24.9%)"
2025-10-31 20:07:45 | INFO | Preinstall: "Downloading Windows 11 in Swedish (25.4%)"
2025-10-31 20:07:46 | INFO | Preinstall: "Downloading Windows 11 in Swedish (26.1%)"
2025-10-31 20:07:47 | INFO | Preinstall: "Downloading Windows 11 in Swedish (26.5%)"
2025-10-31 20:07:48 | INFO | Preinstall: "Downloading Windows 11 in Swedish (27.1%)"
2025-10-31 20:07:49 | INFO | Preinstall: "Downloading Windows 11 in Swedish (27.5%)"
2025-10-31 20:07:50 | INFO | Preinstall: "Downloading Windows 11 in Swedish (28.0%)"
2025-10-31 20:07:51 | INFO | Preinstall: "Downloading Windows 11 in Swedish (28.5%)"
2025-10-31 20:07:52 | INFO | Preinstall: "Downloading Windows 11 in Swedish (29.1%)"
2025-10-31 20:07:53 | INFO | Preinstall: "Downloading Windows 11 in Swedish (29.7%)"
2025-10-31 20:07:54 | INFO | Preinstall: "Downloading Windows 11 in Swedish (30.4%)"
2025-10-31 20:07:55 | INFO | Preinstall: "Downloading Windows 11 in Swedish (30.9%)"
2025-10-31 20:07:56 | INFO | Preinstall: "Downloading Windows 11 in Swedish (31.3%)"
2025-10-31 20:07:57 | INFO | Preinstall: "Downloading Windows 11 in Swedish (31.7%)"
2025-10-31 20:07:58 | INFO | Preinstall: "Downloading Windows 11 in Swedish (32.2%)"
2025-10-31 20:07:59 | INFO | Preinstall: "Downloading Windows 11 in Swedish (32.8%)"
2025-10-31 20:08:00 | INFO | Preinstall: "Downloading Windows 11 in Swedish (33.4%)"
2025-10-31 20:08:01 | INFO | Preinstall: "Downloading Windows 11 in Swedish (34.1%)"
2025-10-31 20:08:02 | INFO | Preinstall: "Downloading Windows 11 in Swedish (34.7%)"
2025-10-31 20:08:03 | INFO | Preinstall: "Downloading Windows 11 in Swedish (35.1%)"
2025-10-31 20:08:04 | INFO | Preinstall: "Downloading Windows 11 in Swedish (35.4%)"
2025-10-31 20:08:05 | INFO | Preinstall: "Downloading Windows 11 in Swedish (36.0%)"
2025-10-31 20:08:06 | INFO | Preinstall: "Downloading Windows 11 in Swedish (36.6%)"
2025-10-31 20:08:07 | INFO | Preinstall: "Downloading Windows 11 in Swedish (37.2%)"
2025-10-31 20:08:08 | INFO | Preinstall: "Downloading Windows 11 in Swedish (37.6%)"
2025-10-31 20:08:09 | INFO | Preinstall: "Downloading Windows 11 in Swedish (38.1%)"
2025-10-31 20:08:10 | INFO | Preinstall: "Downloading Windows 11 in Swedish (38.6%)"
2025-10-31 20:08:11 | INFO | Preinstall: "Downloading Windows 11 in Swedish (39.1%)"
2025-10-31 20:08:12 | INFO | Preinstall: "Downloading Windows 11 in Swedish (39.6%)"
2025-10-31 20:08:13 | INFO | Preinstall: "Downloading Windows 11 in Swedish (40.3%)"
2025-10-31 20:08:14 | INFO | Preinstall: "Downloading Windows 11 in Swedish (41.1%)"
2025-10-31 20:08:15 | INFO | Preinstall: "Downloading Windows 11 in Swedish (41.8%)"
2025-10-31 20:08:16 | INFO | Preinstall: "Downloading Windows 11 in Swedish (42.4%)"
2025-10-31 20:08:17 | INFO | Preinstall: "Downloading Windows 11 in Swedish (43.1%)"
2025-10-31 20:08:18 | INFO | Preinstall: "Downloading Windows 11 in Swedish (43.4%)"
2025-10-31 20:08:19 | INFO | Preinstall: "Downloading Windows 11 in Swedish (43.9%)"
2025-10-31 20:08:20 | INFO | Preinstall: "Downloading Windows 11 in Swedish (44.4%)"
2025-10-31 20:08:21 | INFO | Preinstall: "Downloading Windows 11 in Swedish (45.2%)"
2025-10-31 20:08:22 | INFO | Preinstall: "Downloading Windows 11 in Swedish (45.8%)"
2025-10-31 20:08:23 | INFO | Preinstall: "Downloading Windows 11 in Swedish (46.5%)"
2025-10-31 20:08:24 | INFO | Preinstall: "Downloading Windows 11 in Swedish (47.2%)"
2025-10-31 20:08:25 | INFO | Preinstall: "Downloading Windows 11 in Swedish (47.7%)"
2025-10-31 20:08:26 | INFO | Preinstall: "Downloading Windows 11 in Swedish (48.4%)"
2025-10-31 20:08:27 | INFO | Preinstall: "Downloading Windows 11 in Swedish (48.9%)"
2025-10-31 20:08:28 | INFO | Preinstall: "Downloading Windows 11 in Swedish (49.4%)"
2025-10-31 20:08:29 | INFO | Preinstall: "Downloading Windows 11 in Swedish (50.0%)"
2025-10-31 20:08:30 | INFO | Preinstall: "Downloading Windows 11 in Swedish (50.8%)"
2025-10-31 20:08:31 | INFO | Preinstall: "Downloading Windows 11 in Swedish (51.5%)"
2025-10-31 20:08:32 | INFO | Preinstall: "Downloading Windows 11 in Swedish (52.2%)"
2025-10-31 20:08:33 | INFO | Preinstall: "Downloading Windows 11 in Swedish (52.8%)"
2025-10-31 20:08:34 | INFO | Preinstall: "Downloading Windows 11 in Swedish (53.3%)"
2025-10-31 20:08:35 | INFO | Preinstall: "Downloading Windows 11 in Swedish (53.9%)"
2025-10-31 20:08:36 | INFO | Preinstall: "Downloading Windows 11 in Swedish (54.6%)"
2025-10-31 20:08:37 | INFO | Preinstall: "Downloading Windows 11 in Swedish (55.3%)"
2025-10-31 20:08:38 | INFO | Preinstall: "Downloading Windows 11 in Swedish (56.0%)"
2025-10-31 20:08:39 | INFO | Preinstall: "Downloading Windows 11 in Swedish (56.6%)"
2025-10-31 20:08:40 | INFO | Preinstall: "Downloading Windows 11 in Swedish (57.2%)"
2025-10-31 20:08:41 | INFO | Preinstall: "Downloading Windows 11 in Swedish (57.8%)"
2025-10-31 20:08:42 | INFO | Preinstall: "Downloading Windows 11 in Swedish (58.3%)"
2025-10-31 20:08:43 | INFO | Preinstall: "Downloading Windows 11 in Swedish (59.0%)"
2025-10-31 20:08:44 | INFO | Preinstall: "Downloading Windows 11 in Swedish (59.7%)"
2025-10-31 20:08:45 | INFO | Preinstall: "Downloading Windows 11 in Swedish (60.5%)"
2025-10-31 20:08:46 | INFO | Preinstall: "Downloading Windows 11 in Swedish (61.3%)"
2025-10-31 20:08:47 | INFO | Preinstall: "Downloading Windows 11 in Swedish (62.0%)"
2025-10-31 20:08:48 | INFO | Preinstall: "Downloading Windows 11 in Swedish (62.5%)"
2025-10-31 20:08:49 | INFO | Preinstall: "Downloading Windows 11 in Swedish (62.9%)"
2025-10-31 20:08:50 | INFO | Preinstall: "Downloading Windows 11 in Swedish (63.5%)"
2025-10-31 20:08:51 | INFO | Preinstall: "Downloading Windows 11 in Swedish (64.1%)"
2025-10-31 20:08:52 | INFO | Preinstall: "Downloading Windows 11 in Swedish (64.8%)"
2025-10-31 20:08:53 | INFO | Preinstall: "Downloading Windows 11 in Swedish (65.6%)"
2025-10-31 20:08:54 | INFO | Preinstall: "Downloading Windows 11 in Swedish (66.3%)"
2025-10-31 20:08:55 | INFO | Preinstall: "Downloading Windows 11 in Swedish (66.9%)"
2025-10-31 20:08:56 | INFO | Preinstall: "Downloading Windows 11 in Swedish (67.4%)"
2025-10-31 20:08:57 | INFO | Preinstall: "Downloading Windows 11 in Swedish (67.9%)"
2025-10-31 20:08:58 | INFO | Preinstall: "Downloading Windows 11 in Swedish (68.5%)"
2025-10-31 20:08:59 | INFO | Preinstall: "Downloading Windows 11 in Swedish (69.0%)"
2025-10-31 20:09:00 | INFO | Preinstall: "Downloading Windows 11 in Swedish (69.7%)"
2025-10-31 20:09:01 | INFO | Preinstall: "Downloading Windows 11 in Swedish (70.5%)"
2025-10-31 20:09:02 | INFO | Preinstall: "Downloading Windows 11 in Swedish (71.2%)"
2025-10-31 20:09:03 | INFO | Preinstall: "Downloading Windows 11 in Swedish (71.9%)"
2025-10-31 20:09:04 | INFO | Preinstall: "Downloading Windows 11 in Swedish (72.4%)"
2025-10-31 20:09:05 | INFO | Preinstall: "Downloading Windows 11 in Swedish (72.9%)"
2025-10-31 20:09:06 | INFO | Preinstall: "Downloading Windows 11 in Swedish (73.5%)"
2025-10-31 20:09:07 | INFO | Preinstall: "Downloading Windows 11 in Swedish (74.2%)"
2025-10-31 20:09:08 | INFO | Preinstall: "Downloading Windows 11 in Swedish (75.0%)"
2025-10-31 20:09:09 | INFO | Preinstall: "Downloading Windows 11 in Swedish (75.6%)"
2025-10-31 20:09:10 | INFO | Preinstall: "Downloading Windows 11 in Swedish (76.3%)"
2025-10-31 20:09:11 | INFO | Preinstall: "Downloading Windows 11 in Swedish (76.8%)"
2025-10-31 20:09:12 | INFO | Preinstall: "Downloading Windows 11 in Swedish (77.3%)"
2025-10-31 20:09:13 | INFO | Preinstall: "Downloading Windows 11 in Swedish (77.7%)"
2025-10-31 20:09:14 | INFO | Preinstall: "Downloading Windows 11 in Swedish (78.3%)"
2025-10-31 20:09:15 | INFO | Preinstall: "Downloading Windows 11 in Swedish (79.1%)"
2025-10-31 20:09:16 | INFO | Preinstall: "Downloading Windows 11 in Swedish (79.8%)"
2025-10-31 20:09:17 | INFO | Preinstall: "Downloading Windows 11 in Swedish (80.6%)"
2025-10-31 20:09:18 | INFO | Preinstall: "Downloading Windows 11 in Swedish (81.2%)"
2025-10-31 20:09:19 | INFO | Preinstall: "Downloading Windows 11 in Swedish (81.7%)"
2025-10-31 20:09:20 | INFO | Preinstall: "Downloading Windows 11 in Swedish (82.1%)"
2025-10-31 20:09:21 | INFO | Preinstall: "Downloading Windows 11 in Swedish (82.5%)"
2025-10-31 20:09:22 | INFO | Preinstall: "Downloading Windows 11 in Swedish (83.2%)"
2025-10-31 20:09:23 | INFO | Preinstall: "Downloading Windows 11 in Swedish (84.0%)"
2025-10-31 20:09:24 | INFO | Preinstall: "Downloading Windows 11 in Swedish (84.8%)"
2025-10-31 20:09:25 | INFO | Preinstall: "Downloading Windows 11 in Swedish (85.5%)"
2025-10-31 20:09:26 | INFO | Preinstall: "Downloading Windows 11 in Swedish (86.1%)"
2025-10-31 20:09:27 | INFO | Preinstall: "Downloading Windows 11 in Swedish (86.6%)"
2025-10-31 20:09:28 | INFO | Preinstall: "Downloading Windows 11 in Swedish (87.0%)"
2025-10-31 20:09:29 | INFO | Preinstall: "Downloading Windows 11 in Swedish (87.5%)"
2025-10-31 20:09:30 | INFO | Preinstall: "Downloading Windows 11 in Swedish (87.9%)"
2025-10-31 20:09:31 | INFO | Preinstall: "Downloading Windows 11 in Swedish (88.5%)"
2025-10-31 20:09:32 | INFO | Preinstall: "Downloading Windows 11 in Swedish (89.2%)"
2025-10-31 20:09:33 | INFO | Preinstall: "Downloading Windows 11 in Swedish (89.8%)"
2025-10-31 20:09:34 | INFO | Preinstall: "Downloading Windows 11 in Swedish (90.4%)"
2025-10-31 20:09:35 | INFO | Preinstall: "Downloading Windows 11 in Swedish (91.1%)"
2025-10-31 20:09:36 | INFO | Preinstall: "Downloading Windows 11 in Swedish (91.6%)"
2025-10-31 20:09:37 | INFO | Preinstall: "Downloading Windows 11 in Swedish (92.2%)"
2025-10-31 20:09:44 | INFO | Preinstall: "Downloading Windows 11 in Swedish (96.1%)"
2025-10-31 20:09:45 | INFO | Preinstall: "Downloading Windows 11 in Swedish (96.7%)"
2025-10-31 20:09:46 | INFO | Preinstall: "Downloading Windows 11 in Swedish (97.3%)"
2025-10-31 20:09:47 | INFO | Preinstall: "Downloading Windows 11 in Swedish (98.1%)"
2025-10-31 20:09:48 | INFO | Preinstall: "Downloading Windows 11 in Swedish (98.9%)"
2025-10-31 20:09:49 | INFO | Preinstall: "Downloading Windows 11 in Swedish (99.6%)"
2025-10-31 20:09:50 | INFO | Preinstall: "Extracting Windows 11 bootdisk"
2025-10-31 20:09:52 | INFO | Preinstall: "Extracting Windows 11 environment"
2025-10-31 20:10:00 | INFO | Preinstall: "Extracting Windows 11 setup"
2025-10-31 20:10:03 | INFO | Preinstall: "Extracting Windows 11 image"
2025-10-31 20:10:19 | INFO | Preinstall: "Adding drivers to image"
2025-10-31 20:10:19 | INFO | Preinstall: "Adding OEM folder to image"
2025-10-31 20:10:20 | INFO | Preinstall: "Building Windows 11 image"
2025-10-31 20:10:27 | INFO | Preinstall: "Configuring boot"
2025-10-31 20:10:29 | INFO | Received 404, preinstall completed
2025-10-31 20:10:29 | INFO | New state: "Installing Windows"
2025-10-31 20:10:29 | INFO | Waiting for WinBoat Guest Server to wrap up installation...
2025-10-31 20:10:33 | INFO | API not responding yet, still waiting after 0 minutes...

Expected Behavior

install.log

winboat.log

Current Behavior

installation wont work

Possible Solution

possibility add tpm and system requiment check-

Quality Notice

  • I have checked the issue tracker and verified that this bug is a unique case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneeds-triageAn issue that is to be reviewed and assessed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions