windows 2000 server on qemu can not power off
http://support.microsoft.com/kb/242495/zh-tw
windows 2000 server don’t support APM, so you can not power off after shutdown it.
so you can not quit the qemu process after shutdown the windows 2000 virtual machine. You need to kill the process by your self.
真是夠了…找了半天才發現這件事…..
不過, 還是希望知道如何讓vm知道host要關機了….
或者說, 如何從host送出關機訊息給vm.
不過找了資料後發現, 可以用一個遠端關機的方式, 讓windows 2000 server正常的關機
net rpc -n ADMINPC –server=192.114.100.150 -U Administrator -t 90 shutdown
但此法需要打密碼。
http://www.archivum.info/linux.samba/2005-07/msg01107.html
另外, 可以參考以下的連結, 如何用command line來關機