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
-
disksize
parameter in the config file.expand
mode. 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.
~/win11
with the storage location of your choice.BVM detects a pre-existing
installer.iso
file if you put it in the right place.installer.iso
(all lowercase)new-vm
step, to create a VM folder, such as~/win11
.installer.iso
in the VM folder.download
step.boot
mode unless you have to. Use theboot-nodisplay
mode andconnect
mode together, which supports dynamic screen resizing. Simply resize the window.boot
mode for some reason, then expand the window size immediately, as soon as QEMU launches.This is useful for booting Windows in the background with
boot-nodisplay
, to be ready for connections when desired.One way to do this in userspace without a systemd service is with my AutoStar tool.
reduce_graphics
option 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.
connect
ing 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.remmina
and changesound=local
tosound=remote
.add_freerdp_flags
in the config file. Maybe-sound
would be enough.Beta Was this translation helpful? Give feedback.
All reactions