From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CSoa9-0008I5-UG for qemu-devel@nongnu.org; Fri, 12 Nov 2004 22:28:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CSoa9-0008Ht-GI for qemu-devel@nongnu.org; Fri, 12 Nov 2004 22:28:09 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CSoa9-0008Hq-EH for qemu-devel@nongnu.org; Fri, 12 Nov 2004 22:28:09 -0500 Received: from [64.233.170.199] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CSoRI-0005fz-3Q for qemu-devel@nongnu.org; Fri, 12 Nov 2004 22:19:00 -0500 Received: by rproxy.gmail.com with SMTP id y7so201256rne for ; Fri, 12 Nov 2004 19:18:59 -0800 (PST) Message-ID: Date: Fri, 12 Nov 2004 22:18:59 -0500 From: Brett Bonfield Subject: Re: [Qemu-devel] Using Qemu to install Linux in a Windows XP In-Reply-To: <4854949625174207626@unknownmsgid> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4854949625174207626@unknownmsgid> Reply-To: Brett Bonfield , 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 > Date: Fri, 12 Nov 2004 20:01:31 -0300 > From: Andr? Braga > > 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 I created the hd.img with dd for Win32, then typed the command directly above. With QemuInstall-20041111 I get: qemu: could not load PC bios './bios.bin' With QemuInstall-0.6.0: I just get another command prompt--it seems as though nothing at all is happening. > > 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. Thanks for the response. I hope the error message I got make sense to you. Also, zitu, thank you for your suggestion, but the documentation supplied with Make-a-file.exe doesn't make it clear to me how I would use the program in this situation. I really appreciate everyone's patience with me, Brett