All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jim C. Brown" <jbrown106@phreaker.net>
To: qemu-devel@nongnu.org
Cc: charpent@bacbuc.dyndns.org
Subject: Re: [Qemu-devel] CDROM /Network with Win98
Date: Sun, 2 May 2004 18:57:07 -0400	[thread overview]
Message-ID: <20040502225707.GA2847@jbrown.mylinuxbox.org> (raw)
In-Reply-To: <40957715.70707@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.

  reply	other threads:[~2004-05-02 22:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-02 18:36 [Qemu-devel] CDROM /Network with Win98 Emmanuel Charpentier
2004-05-02 19:25 ` Hetz Ben Hamo
2004-05-02 22:32   ` Emmanuel Charpentier
2004-05-02 22:57     ` Jim C. Brown [this message]
2004-05-03  0:12       ` J. Mayer
2004-05-02 23:08     ` David Sibai
2004-05-05 10:25       ` [Qemu-devel] CDROM /Network with Win98 : summary of answers Emmanuel Charpentier
2004-05-05 16:49         ` David Sibai
2004-05-05 20:27           ` [Qemu-devel] W2K minor and not so minor hurdles Emmanuel Charpentier
2004-05-05 21:01             ` Joe Batt
2004-05-05 21:36             ` Jason Gress
2004-05-06  7:50               ` Jean-Michel POURE

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040502225707.GA2847@jbrown.mylinuxbox.org \
    --to=jbrown106@phreaker.net \
    --cc=charpent@bacbuc.dyndns.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.