dockur / windows

Windows inside a Docker container.
MIT License
17.49k stars 1.5k forks source link

UEFI boot issue while using a custom ISO #747

Open denny0810 opened 1 week ago

denny0810 commented 1 week ago

Operating system

windows 10 LTSB 2016 x86

Description

The ISO file is win10 LTSB2016_x86 system. iso file can be extracted in the container but the installation stopped at the booting stage. see the snapshot below. Both v3.12 and latest v3.17 version were failed due to the same issue. PixPin_2024-09-21_20-52-38

Docker compose

version: "3" services: windows: image: dockurr/windows:3.12 container_name: windows devices:

Docker log

UEFI Interactive Shell v2.2 EDK II UEFI v2.70 (Debian distribution of EDK II, 0x00010000) Mapping table FS0: Alias(s):CD0a0b:;BLK2: PciRoot(0x0)/Pci(0x5,0x0)/Scsi(0x0,0x0)/CDROM(0x1) FS1: Alias(s):F0a0:;BLK3: PciRoot(0x0)/Pci(0x5,0x0)/Scsi(0x0,0x0)/VenMedia(C5BD4D42-1A76-4996-8956-73CDA326CD0A) BLK4: Alias(s): PciRoot(0x0)/Pci(0xA,0x0)/Scsi(0x0,0x0) BLK0: Alias(s): PciRoot(0x0)/Pci(0x5,0x0)/Scsi(0x0,0x0) BLK1: Alias(s): PciRoot(0x0)/Pci(0x5,0x0)/Scsi(0x0,0x0)/CDROM(0x0) Press ESC in 1 seconds to skip startup.nsh or any other key to continue.❯ Windows started succesfully, visit http://localhost:8006/ to view the screen...

Screenshots (optional)

No response

kroese commented 6 hours ago

Do you have a download link to the .ISO?