qwert_wayne Posted May 11, 2019 Share #1 Posted May 11, 2019 Hello there, I successfully installed DSM 6.2 (loader 1.03b) on qemu on my laptop. I use the following line to start the virtual machine: qemu-system-x86_64 -drive if=none,id=stick,file=synoboot1.qcow2,format=qcow2 -device nec-usb-xhci,id=xhci -device usb-storage,bus=xhci.0,drive=stick,bootindex=1 -drive id=disk,file=system1.qcow2,format=qcow2,if=none -device ich9-ahci,id=ahci -device ide-drive,drive=disk,bus=ahci.0 -m 512 -device e1000,netdev=network0,mac=00:11:32:2C:A7:85 -netdev user,id=network0,net=172.20.0.0/16,dhcpstart=172.20.246.57,hostfwd=tcp::5001-172.20.246.57:5000 -smp cpus=2,cores=1 -enable-kvm -nographic Everything works fine. My goal is to get this running on a virtual server. It has nested kvm enabled and I can run other linux images (like debian or ubuntu) on qemu/kvm on the virtual server. DSM with the line shown above does not work though. I can see the menu showing up with the three boot options, and the happy hacking text shows up (i think at least) for an instance, but then the system hangs and I do not get any serial output (with the command as shown above, the serial output is dumped into the console). CPU utilization then stays near 100%. The only difference between the two systems is that I'm running antergos (arch) linux on my laptop and ubuntu 18.04 (also tried centos 7) on the server. Is there anything besides nested kvm that the virtual server has to support? Thank's for any help on this topic! Quote Link to comment Share on other sites More sharing options...
qwert_wayne Posted May 15, 2019 Author Share #2 Posted May 15, 2019 I found out that DSM works on the server if I disable kvm. Loading DSM -cpu Nehalem <- works -cpu Nehalem -enable-kvm <- does not work Loading debian image -cpu Nehalem <- works -cpu Nehalem -enable-kvm <- works How is that possible? Quote Link to comment Share on other sites More sharing options...
qwert_wayne Posted May 19, 2019 Author Share #3 Posted May 19, 2019 If anybody else ever comes across the same problem: I don't understand why, but v1.02b works with "-cpu Nehalem -enable-kvm" on my virtual server. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.