From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "Brian L. Stuart" Date: Sun, 6 Feb 2005 22:37:08 -0600 Message-Id: <20050207043721.CNMC2021.imf24aec.mail.bellsouth.net@p1.stuart.org> Subject: [9fans] Plan9 on qemu Topicbox-Message-UUID: 40a82e58-eace-11e9-9e20-41e7f4b1d025 I was playing around with qemu the other day and came across an issue that had been reported earlier. Namely, it would hang after the two A0 lines and before the kernel was loaded. It seemed as if the loader couldn't find anything. However, the loader in the CD image worked fine and the install was successful. Oddly, I noticed that even when plan9.ini was set to boot from the disk image, if I invoked qemu with: qemu -boot c -cdrom plan9.iso test.disk it would still boot the iso image. This led me to try qemu -boot c -cdrom test.disk test.disk and things worked fine. So if anyone else is seeing this sort of hang, here's a trick that should hold us until things are happy again. Brian L. Stuart