* Re: [Qemu-devel] Using Qemu to install Linux in a Windows XP [not found] <4854949625174207626@unknownmsgid> @ 2004-11-13 3:18 ` Brett Bonfield 2004-11-13 12:17 ` [Qemu-devel] " Ronald 0 siblings, 1 reply; 3+ messages in thread From: Brett Bonfield @ 2004-11-13 3:18 UTC (permalink / raw) To: qemu-devel > Date: Fri, 12 Nov 2004 20:01:31 -0300 > From: Andr? Braga <meianoite@gmail.com > <snip> > > 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 > > <end QemuMenu.bat error> > > 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Qemu-devel] Re: Using Qemu to install Linux in a Windows XP 2004-11-13 3:18 ` [Qemu-devel] Using Qemu to install Linux in a Windows XP Brett Bonfield @ 2004-11-13 12:17 ` Ronald 0 siblings, 0 replies; 3+ messages in thread From: Ronald @ 2004-11-13 12:17 UTC (permalink / raw) To: qemu-devel Le Fri, 12 Nov 2004 22:18:59 -0500, Brett Bonfield a écrit : >> Date: Fri, 12 Nov 2004 20:01:31 -0300 From: Andr? Braga >> <meianoite@gmail.com > > > <snip> > >> > 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' > That's because bioses are now in a separate directory (called bios), the dot which follow -L means current directory, you must pass -L .\bios with recent installer (or -L "C:\Program Files\Qemu\bios"). > With QemuInstall-0.6.0: > > I just get another command prompt--it seems as though nothing at all is > happening. > It could be the -user-net option that is not valid with 0.6.0, I think at this time slirp for windows was provided only as a patch which is not applied to this release ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <5772459953602329951@unknownmsgid>]
* Re: [Qemu-devel] Using Qemu to install Linux in a Windows XP [not found] <5772459953602329951@unknownmsgid> @ 2004-11-13 20:13 ` Garth Dahlstrom 0 siblings, 0 replies; 3+ messages in thread From: Garth Dahlstrom @ 2004-11-13 20:13 UTC (permalink / raw) To: qemu-devel > Brett Bonfield wrote: > With QemuInstall-20041111 I get: > > qemu: could not load PC bios './bios.bin' If the windows QEMU doesn't run that is undoubtly my bad, as I'm wrote the menu for it... It seems after some investigation that there were a number of bugs... I just made a new version (v20041113) of QEMUMenu available at my site http://stacktrace.org/ Fixed: * -L parameter had a trailing slash, which caused QEMU to fail silently * -L parameter was not quoted meaning default location in \Program files\ would not be passed as a single parameter, so QEMU would fail * Preferences were not being retrieved correctly because working directory was being changed .bat file location after preferences were retrieved but before they were saved Enhancements: * Added search for *.dat as additional image files so QEMUMenu picks up Zitu's make-a-file program images Drop it into C:\Program Files\Qemu (or where ever you installed to) Let me know if that fixes everything up... Cheers, -Garth -- Northern.CA ===-- http://www.northern.ca/ Canada's Search Engine ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-11-13 20:23 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <4854949625174207626@unknownmsgid> 2004-11-13 3:18 ` [Qemu-devel] Using Qemu to install Linux in a Windows XP Brett Bonfield 2004-11-13 12:17 ` [Qemu-devel] " Ronald [not found] <5772459953602329951@unknownmsgid> 2004-11-13 20:13 ` [Qemu-devel] " Garth Dahlstrom
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).