boot: 0.141 semantic: 0.136 device: 0.109 other: 0.104 graphic: 0.101 performance: 0.065 vnc: 0.060 files: 0.060 PID: 0.053 socket: 0.047 network: 0.046 permissions: 0.033 debug: 0.029 KVM: 0.014 debug: 0.214 files: 0.158 other: 0.093 network: 0.090 PID: 0.073 boot: 0.069 graphic: 0.068 socket: 0.061 performance: 0.049 device: 0.039 semantic: 0.029 vnc: 0.024 KVM: 0.017 permissions: 0.016 QEMU Windows fails to mount rootfs on an ISO where QEMU Linux works normally I have installed QEMU 3.1.0 for Microsoft Windows from https://qemu.weilnetz.de/w64/ . When I give the command "qemu-system-x86_64.exe -cdrom ..\QemuSaver\freeduc2.iso", qemu boots the ISO, but the resulting Linux kernel panics when trying to mount the root file system. Running the equivalent command under Linux (OpenSuSE Leap 15.0) results in success. I will attach a screenshot of the command and the kernel panic message. To reproduce the problem, download the zip file from Google Drive here https://drive.google.com/file/d/1bAozvGeRF7PbkOnJKzrFHxhUh2kDLz6L/view?usp=sharing, and unpack it under Microsoft Windows. You can either run the installer (which will install QEMU 3.0.0 and an ISO image in C:\QemuSaver) or you can run the command I gave from the directory where your QEMU is installed. This fails on Windows 7 and on Windows 10. I have had success with different ISO files. This turned out to be not enough memory allocated to the virtual machine. When I added "-m 1024" to the parameters, all was well. Ok, thanks for the update. So I'm closing this now.