From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CSkZ2-0004cV-Qq for qemu-devel@nongnu.org; Fri, 12 Nov 2004 18:10:44 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CSkZ2-0004cJ-DU for qemu-devel@nongnu.org; Fri, 12 Nov 2004 18:10:44 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CSkZ2-0004cG-9W for qemu-devel@nongnu.org; Fri, 12 Nov 2004 18:10:44 -0500 Received: from [64.233.170.198] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CSkQ8-0001QO-To for qemu-devel@nongnu.org; Fri, 12 Nov 2004 18:01:33 -0500 Received: by rproxy.gmail.com with SMTP id y7so175633rne for ; Fri, 12 Nov 2004 15:01:32 -0800 (PST) Message-ID: <2ad73a04111215015c3ceec4@mail.gmail.com> Date: Fri, 12 Nov 2004 20:01:31 -0300 From: =?ISO-8859-1?Q?Andr=E9_Braga?= Subject: Re: [Qemu-devel] Using Qemu to install Linux in a Windows XP disk image In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Reply-To: =?ISO-8859-1?Q?Andr=E9_Braga?= , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, On Fri, 12 Nov 2004 15:51:56 -0500, Brett Bonfield wrote: > QemuInstall-0.6.0 (installed to C:\Program Files\Qemu): > dd if=SimplyMEPIS-2004.04.iso of=MEPIS.img bs=1k seek=3071999 count=1 > < this created the image > > qemu -hda hd.img -cdrom SimplyMEPIS-2004.04.iso -boot d -user-net > < this didn't seem to do anything > Try: qemu -L . -hda hd.img -cdrom SimplyMEPIS-2004.04.iso -boot d -user-net > Boot from Hard Disk 0 failed > FATA: Not a bootable disk > > Please let me know what I'm doing wrong. Again, thank you for reading > through such a long message. It seems that the batch file is trying to boot the hard drive image instead of the ISO image. Obviously, since the HD image hasn't been initialized with a proper OS, it will fail. Appearently the batch file worked because it passes the "-L ." flag to QEMU, but sticked to bootin the HD by default. I hope that's it, and now everything should work OK. Let me know :) Cheers, A. -- "A year spent in artificial intelligence is enough to make one believe in God" Alan J. Perlis