From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HdHLy-0005mi-Tg for qemu-devel@nongnu.org; Sun, 15 Apr 2007 22:54:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HdHLv-0005mV-GC for qemu-devel@nongnu.org; Sun, 15 Apr 2007 22:54:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdHLv-0005mQ-6f for qemu-devel@nongnu.org; Sun, 15 Apr 2007 22:54:03 -0400 Received: from rwcrmhc11.comcast.net ([216.148.227.151]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HdHHL-0007rG-R3 for qemu-devel@nongnu.org; Sun, 15 Apr 2007 22:49:19 -0400 Message-ID: <4622E42E.6050303@personnelware.com> Date: Sun, 15 Apr 2007 21:49:18 -0500 From: Carl Karsten MIME-Version: 1.0 References: <462146BD.2000209@personnelware.com> <2E27BBF7-B266-45CA-B67C-2C7BC04F4C94@owca.info> In-Reply-To: <2E27BBF7-B266-45CA-B67C-2C7BC04F4C94@owca.info> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: livecd Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jure Cuhalev , qemu-devel@nongnu.org Thanks for the links, Jure. Now for a bug report: I am trying to run Webconverger in the qemu VM. firefox3.iso and MorphixLiveKiosk_0.03.iso worked fine, but wc-2.4.img, wc-2.4.img, wc-1.8.iso all drop to the busybox prompt, but no definitive reason why. carl@vaio:~/qemu$ qemu -cdrom wc-2.4.iso -boot c -m 196 -serial stdio Could not open '/dev/kqemu' - QEMU acceleration layer not activated ACPI: Unable to locate RSDP PCI: PIIX3: Enabling Passive Release on 0000:00:01.0 Loading, please wait... FATAL: Error inserting fan (/lib/modules/2.6.18-4-486/kernel/drivers/acpi/fan.ko): No such device FATAL: Error inserting thermal (/lib/modules/2.6.18-4-486/kernel/drivers/acpi/thermal.ko): No such device BusyBox v1.1.3 (Debian 1:1.1.3-4) Built-in shell (ash) Enter 'help' for a list of built-in commands. /bin/sh: can't access tty; job control turned off (initramfs) I use "-serial stdio" and "boot: live console=ttyS0,115200" so that I have output I can cut/paste into the email. I get the same problem if I boot it without any options. those 2 FATAL errors are fairly common, and are probably not the reason it is dropping to the prompt. vmware-player runs wc-2.4.iso ok and I just put wc-2.4.img on a usbstick and a real machine booted just fine. So the qemu problem isn't stopping anything real. It just seems like something that should be looked into. It could be a problem with qemu. Carl K