From e11b63825335de4987abcaa9dfcfcd90c0ad9dd5 Mon Sep 17 00:00:00 2001 From: Caio Lamego Date: Sun, 3 May 2026 22:55:24 +0000 Subject: [PATCH] docs: add VM setup warning and wiki link to README (fixes #604) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f4ca2eb..b3f2177 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ https://discuss.kde.org/ and tag your post with “kde-linux”. ## Build it https://kde.org/linux/docs/kde-linux-dev/ +## Test it in a Virtual Machine +If you want to boot the KDE Linux `.raw` image in a virtual machine (like QEMU/virt-manager or VirtualBox) for local testing, **ensure your VM is configured to use UEFI firmware** instead of the default Legacy BIOS. Without UEFI enabled, the image will fail to boot. +For detailed setup instructions, refer to the [Installing in a Virtual Machine Wiki Page](https://kde.org/linux/docs/install-vm/). + ## Send a patch to it https://invent.kde.org/groups/kde-linux/-/merge_requests/