You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a talk on the CCC-Camp about how to use a minimal linux to bootstrap windows 11 with custom configuration. Please see github page for more info
Hello there 👋
Thanks for submitting your first issue to the Quickemu project 🐛 We'll try and take a look at your issue soon ⏲
In the meantime you might want to join the Wimpys World Discord 🗣 where we have a large community of Linux 🐧 enthusiasts and passionate open source developers 🧑💻
You might also be interested in following Wimpys World Twitch 📡 channel where Wimpy streams let's code video, including this project, several times a week. A back catalog of past live stream and other Linux related content is available on Wimpys World YouTube 📺 channel.
No a bug bit a feature request of some kind.
There was a talk on the CCC-Camp about how to use a minimal linux to bootstrap windows 11 with custom configuration. Please see github page for more info
https://github.com/Phaeilo/bootloader-crimes
I spend some time to figure out how to call qemu to try this method and all the time I wished quickemu could do the heavy lifting for me ;)
Anyhow if someone wants to try
qemu-img convert -O qcow2 disk.vmdk disk.qcow2
qemu-system-x86_64 -machine q35 -cpu host -m 8G -net nic,model=e1000 -net user -hda disk.qcow2 -enable-kvm
Might be helpful.
The text was updated successfully, but these errors were encountered: