RatsOffToYa@lemmy.worldtoLinux@lemmy.ml•QEMU VM hangs at "booting from disk" at 100% CPU usage
3·
8 months agoYou could also try debugging with gdb. https://qemu-project.gitlab.io/qemu/system/gdb.html
This may me way more technical than you wish to dive into, but it also might shed some light on where things are stuck.
All the comments here are great. One other suggestion I didn’t see: use chrt to start the build process with the sched_batch policy. It’s lower than sched_other, which most processes will be in, so the compilation processes should be bumped off the CPU for virtually everyone else