diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-04-04 10:41:09 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-04-04 10:41:09 +0000 |
commit | 3306593ab501f958f8255255aa907f94fdedc056 (patch) | |
tree | 311728909e3221126e2157477cb7805562e53772 /hurd/running/qemu | |
parent | 15d34527bed0573ad30eb9ed74ba400e7c71c471 (diff) |
web commit by http://zzzyyyzzz.myopenid.com/
Diffstat (limited to 'hurd/running/qemu')
-rw-r--r-- | hurd/running/qemu/microsoft_windows.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hurd/running/qemu/microsoft_windows.mdwn b/hurd/running/qemu/microsoft_windows.mdwn index 61dbd414..736adf62 100644 --- a/hurd/running/qemu/microsoft_windows.mdwn +++ b/hurd/running/qemu/microsoft_windows.mdwn @@ -42,3 +42,11 @@ Welcome, This document is for getting you started in a few minutes. to send ctrl alt del to the guest type "sendkey ctrl-alt-del" ... type "help" for a listing of all the options. * ctrl alt 1 - Hurd login console + +## QEmu Image Hangs on Boot +The Debian GNU/Hurd K16 QEmu image hangs during the boot process. You may have better luck by converting the image to qcow format + + ..\qemu-0.9.0-x86\qemu-img.exe convert debian-hurd-k16-qemu.img -O + qcow debian-hurd-k16-qemu.qcow + ..\qemu-0.9.0-x86\qemu.exe -L ..\qemu-0.9.0-x86 -m 512 -hda + debian-hurd-k16-qemu.qcow -localtime -M pc |