You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently to install Windows you need to repack it with Distrobuilder.
I propose adding method similar to how Proxmox does it. This means allowing user to mount ISO via device supported in Windows installer. User then installs vioscsi drivers from ISO and can continue installation on virtio-scsi disk. https://pve.proxmox.com/wiki/Windows_10_guest_best_practices
This would mean adding support for IDE or AHCI device. These are not hotpluggable so they would likely need separate handling from already established options. On the other hand these devices could be used for mounting Virtio ISO directly into Windows installer.
I tried to find any other method that would be hotpluggable and also work in Windows installer, but no luck.
Maybe XHCI controller with usb-bot or usb-uas devices that attach to SCSI device (scsi-hd, scsi-cd). But I am not sure if this works without virtio drivers. https://qemu-project.gitlab.io/qemu/system/devices/usb.html
Thanks.
The text was updated successfully, but these errors were encountered:
We're not going to be doing that, sorry. If you absolutely must, it can be done using a scriptlet which could be written in a way that's distributable to other folks (similar to what's being done to run MacOS or ESXi).
But we're not interested in having a completely different storage handling path inside of Incus (one without hotplug support) just to make it possible to start the Windows installer.
I think we'd be quite happy to have some high quality raw.qemu.scriptlet examples ship in our documentation though, which as mentioned could be used to handle those less supported situations.
As the use of any raw.* config keys makes the instance unsupported on our end and also limits it to full admin (can't be used in restricted projects), that's a method that comes without maintenance or support cost and without officially exposing attack surface we're uncomfortable with.
Currently to install Windows you need to repack it with Distrobuilder.
I propose adding method similar to how Proxmox does it. This means allowing user to mount ISO via device supported in Windows installer. User then installs vioscsi drivers from ISO and can continue installation on virtio-scsi disk. https://pve.proxmox.com/wiki/Windows_10_guest_best_practices
This would mean adding support for IDE or AHCI device. These are not hotpluggable so they would likely need separate handling from already established options. On the other hand these devices could be used for mounting Virtio ISO directly into Windows installer.
I tried to find any other method that would be hotpluggable and also work in Windows installer, but no luck.
Maybe XHCI controller with usb-bot or usb-uas devices that attach to SCSI device (scsi-hd, scsi-cd). But I am not sure if this works without virtio drivers.
https://qemu-project.gitlab.io/qemu/system/devices/usb.html
Thanks.
The text was updated successfully, but these errors were encountered: