Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installieren von Windows ohne KVM #879

Open
Cyx-Development opened this issue Jul 25, 2024 · 1 comment
Open

Installieren von Windows ohne KVM #879

Cyx-Development opened this issue Jul 25, 2024 · 1 comment
Labels
Existing tutorial Changes on an existing tutorial

Comments

@Cyx-Development
Copy link

Problem

  • qemu start parameter does not provider mouse definitions, the mouse will likely be offset in vnc window
  • qemu start paramter does not provide a keymap, you can optionally provide a keymap for other keyboard (e.g. german etc.)

Suggested Fix

  • add -usbdevice tablet to BIOS and UEFI start parameters to fix mouse offset in vnc
  • add -k de ,-k en-us or any other keymap to start parameters

Example Commands:

With Bios:

qemu-system-x86_64 -enable-kvm -smp 4 -m 4096 -usbdevice tablet -k en-us -boot d -cdrom SW_DVD9_Win_Server_STD_CORE_2022_2108.15_64Bit_English_DC_STD_MLF_X23-31801.ISO -drive file=/dev/sda,format=raw,media=disk -vnc 127.0.0.1:1

With UEFI:

qemu-system-x86_64 -bios /usr/share/ovmf/OVMF.fd -enable-kvm -smp 48 -m 16g  -usbdevice tablet -k en-us  -boot d -cdrom SW_DVD9_Win_Server_STD_CORE_2022_2108.15_64Bit_English_DC_STD_MLF_X23-31801.ISO -drive file=/dev/sda,format=raw,media=disk -vnc 127.0.0.1:1
@svenja11 svenja11 added the Existing tutorial Changes on an existing tutorial label Jul 26, 2024
@svenja11
Copy link
Collaborator

@BackInBash Same tutorial

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Existing tutorial Changes on an existing tutorial
Projects
None yet
Development

No branches or pull requests

2 participants