qemu問題 - Linux

Table of Contents


雖然我不是原PO 不過我也是有同樣的問題
不過幸虧看了回應後解決了

我原本是打

qemu -img create -f qcow minix.img 1G
qemu -hda minix.img -cdrom IDE-3.1.2a.iso -boot d

看到回應後 改為

qemu-img create -f qcow2 minix.img 1G
qemu -hda minix.img -cdrom IDE-3.1.2a.iso -boot d

兩者差異只差在qcow,qcow2 不過我不懂為啥這樣做就可以了= ="

重點在於

成功的開啟後qemu後 卻又出現了一個問題 就是畫面一直停留在

http://chuth319.googlepages.com/Screenshot-QEMU-PressCtrl-Alttoexitg.png

而不能動 不知道有沒有解決的辦法呢?

註:我的作業系統是fedora

--

All Comments

Quintina avatarQuintina2009-03-16
"qemu -img" "qemu-img" ??
Isla avatarIsla2009-03-16
http://0rz.tw/daY1j see the comments
Eden avatarEden2009-03-19
"kernel freezes after loading init. I had to use
-no-kqemu to get it to boot." expect the slow speed
Gilbert avatarGilbert2009-03-23
qemu-img
Puput avatarPuput2009-03-26
kqemu is kernel module
Necoo avatarNecoo2009-03-28
if you don't modprobe it, it shouldn't exist
Catherine avatarCatherine2009-03-30
我加了 "-no-kqemu" 一樣會停在那個畫面~"~
Rachel avatarRachel2009-03-31
這似是 qemu 的共通問題,跑不過常常就會卡住
我也有這樣的問題,我覺得使用 VirtualBox 會比較方便
Iris avatarIris2009-04-05
是喔 謝謝 我會試試看virtualbox的