diff options
Diffstat (limited to 'hurd')
-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 |