quickemu-project / quickemu

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

Windows10 example sees no disk to install to #27

Closed kbknapp closed 4 years ago

kbknapp commented 4 years ago

Following the example from the README, everything works (minus #26 ) until I get to the portion of the windows install to select Upgrade/Custom...

Picking Upgrade fails because no install exists.

Picking Custom shows now drives, and will not allow one to continue until a drive can be found.

kbknapp commented 4 years ago

I forgot, my details

Ubuntu: 19.10 (Regolith) Quickemu version: HEAD 64cff9bba qemu-virgil version:

qemu-virgil --version
QEMU emulator version 4.2.0 (v4.2.0-dirty)
Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers
digitalight commented 4 years ago

Can you confirm that you did the following setups in order to see a drive:

During the Windows 10 install you will be asked "Where do you want to install Windows?" Click Load driver and OK the the dialogue box that pops up. Select VirtIO SCSI controller (E:\amd64\w10\viostor.inf) from the list and click Next. The disk will now be available for partitioning and formatting.

kbknapp commented 4 years ago

Well that's embarrassing! Apologies! This can be closed.