quickemu-project / quickemu

Quickly create and run optimised Windows, macOS and Linux virtual machines
MIT License
10.88k stars 478 forks source link

feat: Wait for manual donwload #1447

Closed Pastitas closed 1 month ago

Pastitas commented 2 months ago

I confirm this feature has not been previously requested

Is your feature request related to a problem? Please describe. When the iso download fails the program warns and instructs you to download manually, but this becomes a race against the program if you'd want some processing after the fact for the iso (Ej, windows iso with unattended tweaks).

Describe the solution you'd like Some kind of flag or option that allows for waiting for user input after instructing to manually download.

Describe alternatives you've considered What I've done is download in advance and use the virtio driver download time as a time window to get the iso into the folder

lj3954 commented 1 month ago

Since #1373, you can create a custom VM with your own Windows ISO; quickget will automatically detect Windows ISOs with a regex and download drivers, unattended setup, etc.