329
edits
No edit summary |
(→QEMU: windows 11 needs 60 gigs and there's no way to disable that apparently) |
||
Make a qcow2 image (or a raw image if you want) by typing
<pre>qemu-img create -f qcow2 win11.img 60G</pre>
Windows 11 requires some disk space,
When that's done, run the following command:
|