-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Description
Go version
go version go1.23.3 windows/amd64
Output of go env in your module/workspace:
N/A (Not installed)What did you do?
Downloaded Windows AMD64 installer package (MSI) on both my laptop and a VPS.
Installing on laptop to HDD or SSD works fine while hitting a snag on the virtual machine.
Tried installing it to any of the drives, including C: which is the system partition on a VirtIO instance (SCSI/SAS), and just for laughs to see if they would work, network storage slabs (also run through VirtIO).
Looked up permissions issues which it seems to not be.
What did you see happen?
Error saying it needs to be installed on a HDD, which of course a Virtio instance is not.
What did you expect to see?
It to install as if it's on a physical machine.
Is this a bogus error message from the installer, or is it actually hard coded not to work on any partition hanging off of a non-SATA (i.e. USB or network) drive? There should be an option to bypass this if it's the boot drive if it's intentional. It's a strange requirement in this age. I assume that using the ZIP version and just manually adding the paths would work fine, as a workaround. Editing the MSI file's scripts would also fix it but that's more of an intermediate level of skill to do.