-
-
Notifications
You must be signed in to change notification settings - Fork 74
Add Windows 11 VM Docs #206
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
base: main
Are you sure you want to change the base?
Conversation
420c954
to
bfb45f0
Compare
I haven't tried to follow the guide yet but it looks good, nice work! 👍 I'd just like to suggest adding an option to set this up using QEMU+libvirt instead of plain old QEMU. |
That's totally fair, i'm flexible with you adding that change :) |
Ok, I'll work on it in my free time and add it as a suggestion change to your PR when it's ready. |
TYVM! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mkdir windows11 does not close its code tag
Signed-off-by: Kokomo123 <jyvkcxe1@duck.com>
Signed-off-by: Kokomo123 <jyvkcxe1@duck.com>
a905473
to
a4fad88
Compare
I feel like I almost got it, but there's some weird issue with libvirt that prevents me from running any VM, apparently. qemu isn't the issue here because your script worked flawlessly. |
That's good :) at least qemu is running for sure |
Any update on libvirt problem? @Zlendy if not, i can try to replicate. |
Unfortunately not, the error message is this:
This seems to indicate that the cdrom is not loaded correctly. But it's weird because I've done this so many times on x86-64 computers, this is the first time I've seen this lol. To replicate it just create a VM with virt-install or virt-manager, any libvirt frontend should be able to replicate this. |
Alright, imma create a arm64 debian vm on macOS to replicate then |
macOS works fine, this only happens in Asahi Linux using libvirt |
Oh, well.. lemme install asahi linux then 💀 |
Update: downloading a debian 13 ISO worked, and it booted successfully. I am downloading the arm64 image of windows 11 currently on Asahi. |
Update: yeah it seems EDK2 firmware halts and doesn't load the image. I think we would be fine to just include the qemu instructions, and say libvirtd is unsupported at this time. |
@Zlendy |
Signed-off-by: Kokomo123 <jyvkcxe1@duck.com>
I never would've guessed that was the problem, you deserve a medal 🏅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@Conan-Kudo @chadmed Pinging just to make sure this is all LGTM, if there's any adjustments ya'll think is needed, feel free to let me know 👍🏻 |
Per https://discussion.fedoraproject.org/t/tutorial-how-to-create-a-windows-11-vm/147506/ there were suggestions to add this to the docs of Asahi Linux, and I thought since it hasn't been added, I have sufficiently created a guide to the best of my ability using markdown and some copy/pasting from the forum thread. Feel free to edit/adjust it as the community / maintainers see fit as this seems decent enough, but i'm all ears for contributing to make it the best community windows 11 vm guide as it can possibly be. :)