How can I do ______ with BVM? #35
Locked
Botspot
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
disksizeparameter in the config file.expandmode. Expansion won't consume any additional storage space right away. The disk.qcow2 file will grow in size as Windows uses it.Change the folder you ask BVM to use. This can be an external drive or even cloud storage using a tool like CloudBuddy. (bad idea lol)
~/win11with the storage location of your choice./home/pi/bvm/bvm gui, and you moved ~/win11 to your hard drive at /mnt/my-hdd/win11, then the new command in the menu launcher should be/home/pi/bvm/bvm gui /mnt/my-hdd/win11.BVM detects a pre-existing
installer.isofile if you put it in the right place.installer.iso(all lowercase)new-vmstep, to create a VM folder, such as~/win11.installer.isoin the VM folder.downloadstep.bootmode unless you have to. Use theboot-nodisplaymode andconnectmode together, which supports dynamic screen resizing. Simply resize the window.bootmode for some reason, then expand the window size immediately, as soon as QEMU launches.See Is there a reliable way to get this to run on startup? #137 (comment)
reduce_graphicsoption that can be set to true.Read the BVM config file. It explains how. Or use the GUI.
Read the BVM config file. It explains how.
Read the BVM config file. It explains how. Or use the GUI.
Read the BVM config file. It explains how.
Read the BVM config file. It explains how.
Read the BVM config file. It explains how.
BVM uses this debloat powershell script. It can be used on any Windows 10/11 install.
connecting to the VM with RDP, for the microphone to show up, you need to passthrough the microphone, and also disable RDP's sound forwarding. RDP should be able to handle microphone audio as it does for playback, but I could not seem to get it working.connect.remminaand changesound=localtosound=remote.add_freerdp_flagsin the config file. Maybe-soundwould be enough.Beta Was this translation helpful? Give feedback.
All reactions