Opened 14 years ago
Closed 9 years ago
#6043 closed bug (fixed)
Device Timeout while installing in QEmu
Reported by: | miffe | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/alpha2 |
Keywords: | Cc: | planche2k@… | |
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
Everytime I try to install haiku in qemu it will fail with a kernel panic saying it could not write back block or read block due to device timeout. It never happens on the same place. MD5sum of the ISO is correct. Doesn't matter if installing to a hard drive or image file, and whether kvm is enabled or not.
cmd: qemu -hda /dev/sda -cdrom haiku-r1alpha2.iso -boot d -enable-kvm
Attachments (2)
Change History (6)
by , 14 years ago
Attachment: | error1.png added |
---|
by , 14 years ago
Attachment: | error2.png added |
---|
comment:1 by , 14 years ago
Cc: | added |
---|
comment:2 by , 14 years ago
qemu 0.12.4-1 in archlinux.
When using /dev/sda as hda the partition I'm installing to is unused by linux. When using an image I have tried both raw and qcow2 formats, no difference. When used as a Live CD it does work. But if mount the disk and start using it it will crash after a little while.
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
No response. Multiple users use QEMU/KVM with no issues; assuming fixed.
Which QEMU version? Which distro?
/dev/sda
looks a bit scary ... is it a partition unused in Linux? When installing to an image file, which image format (raw/qcow2/...) did you use? Does the Live CD work when not using-hda
?