[Question]: error with windows xp
Question
When booting, "NTLDR is missing" appears on the screen.
Do I have something wrong or something missing in docker compose?
version: "3" services: windows: image: dockurr/windows container_name: windowsXP environment: VERSION: "winxp" #RAM_SIZE: "8G" #CPU_CORES: "4" devices: - /dev/kvm cap_add: - NET_ADMIN ports: - 8008:8006 - 3589:3389/tcp - 3589:3389/udp stop_grace_period: 2m restart: on-failure volumes: - /mnt/Disk1/Shares/DATAXP/winxpx86.iso:/storage/custom.iso #- /home/user/example:/storage/oem
Very strange problem! Can you try again with the latest version (v3.03), a totally empty /storage folder and no custom ISO but the one that gets automaticly downloaded?
Because from the name of your custom iso (winxpx86.iso) it looks like you took it out of the storage folder. But this is not a normal ISO but one that is already customized and prepared. For custom ISO its expected that you use an unmodified one.
Closing because of no response.