From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BKPwC-0000Nw-04 for qemu-devel@nongnu.org; Sun, 02 May 2004 18:59:56 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BKPvf-0008T9-Kd for qemu-devel@nongnu.org; Sun, 02 May 2004 18:59:54 -0400 Received: from [38.113.3.71] (helo=twix.hotpop.com) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BKPuc-0007qx-0o for qemu-devel@nongnu.org; Sun, 02 May 2004 18:58:18 -0400 Received: from phreaker.net (kubrick.hotpop.com [38.113.3.103]) by twix.hotpop.com (Postfix) with SMTP id 90B57F44F81 for ; Sun, 2 May 2004 22:40:58 +0000 (UTC) Date: Sun, 2 May 2004 18:57:07 -0400 From: "Jim C. Brown" Subject: Re: [Qemu-devel] CDROM /Network with Win98 Message-ID: <20040502225707.GA2847@jbrown.mylinuxbox.org> References: <40953FC2.4050305@bacbuc.dyndns.org> <20040502192041.M79731@witch.dyndns.org> <40957715.70707@bacbuc.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40957715.70707@bacbuc.dyndns.org> Reply-To: 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 Cc: charpent@bacbuc.dyndns.org On Mon, May 03, 2004 at 12:32:53AM +0200, Emmanuel Charpentier wrote: > Hetz Ben Hamo wrote: > >Hi, > > > > > >>Setup : Debian unstable + QEMU 0.5.2-4 as packaged in Debian ... > > > > > >At the moment I would recommend to use the CVS version. 0.5.2 is already > >obsolete.. > > I tried that. Same result by different ways : the 2nd stage detection of > Plugn'Pray harware seems to pass OK, but the emulated system freezes (no > more mouse moves) during detection of non-PnP hardware. You have to > "reboot" (stop the emulator and restart it), and end up with a system > without CDRom or NNIC. The same thing happens when trying to add them with > the damn "New Hardware Assistant" of the Cotnrol Panel. ... You can't. In Win98SE, non-PnP hardware detection will consistently cause a lock up. I had to say "No, I'll select the hardware from a list" option to install the ne2000 and the svga drivers. For the cdrom, I used config.sys and autoexec.bat to load the DOS driver, and that works. > > [ ... ] > > >>PS : Any idea on how to install Win2K ? I have a non-bootable CD, > >>which can be either used from Win98 or with 4 diskettes to boot. > >>Both methods work on real hardware, but I can't use either of them > >>with QEMU. Ideas ? You're lucky. I have a pre-installed win2k on a hard disk, but I have no CD for it. I made a disk image, and qemu fails reliably with a disk read error. Using the raw hard disk itself (via device file) fails as well, even when using a fake geometry (as suggested by bochs, btw the disk image actually works for bochs). I can copy the files from the disk image to a freshly made one, and that works, but it won't boot because I haven't figured out how to write the boot sector out yet. > > > > > >You can convert those 4 floppies to images, and then use the monitor > >prompt to swtich between the floppy images I guess. Never tried it > >though... > > I have been able to use an image of the first floppy to boot, but I'm at > loss about how to switch between images during the process. How do you do > that ? This only works for qemu-0.5.3 and above. In the qemu monitor window, type "change fda imageX" where imageX is the filename of the floppy you want to change to. Use "eject imageX" when you are done (I'm not sure if this is stricly necessary but it doesn't hurt). For qemu-0.5.2, you'll have to use this old trick (from bochs): You have 4 floppy images: fd1 fd2 fd3 fd4 type this: cp fd1 qfloppy run qemu as such: qemu -fda qfloppy [rest of qemu parameters here] when you are done with the first floppy, change via: cp fd2 qfloppy continue for each floppy until you are done. I haven't tried this so you might have mixed results, but in theory it should work... if it doesn't, then upgrade. :) > > >>PPS : I'm not on the list, and I'm reading it throug the archives. > >>Could you please Cc me ? > > > > > >You're more then welcome to subscribe, it's fun place here ;) > > I'm already reading my share of lists (plus the @#[!! spams ...). > Furthermore, I found that perusing the lists archive is a nice way not to > bother people with tooFAQ's > > Emmanuel Charpentier > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://mail.nongnu.org/mailman/listinfo/qemu-devel -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection.