qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] help! win98 installation qemu-0.5.5
@ 2004-05-09 12:16 Nicolas Wu
  2004-05-09 12:31 ` Johannes Schindelin
  2004-05-09 13:13 ` Hetz Ben Hamo
  0 siblings, 2 replies; 4+ messages in thread
From: Nicolas Wu @ 2004-05-09 12:16 UTC (permalink / raw)
  To: qemu-devel

Hey all, wondering if there are any suggestions for
how to install win98se from a cdrom image.
ive tried
qemu -hda c.img -cdrom win98.iso -m 128 -boot d
and it seems to work well except when asking to install
from the cd, it asks to format the hd, but then says that
i must insert the cdrom before continuing.. strange!
snooping around the mailing list hasnt helped
does anybody have any suggestions? - how did you install your
win98? or where can i look for help?

thanks!
nick

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] help! win98 installation qemu-0.5.5
  2004-05-09 12:16 [Qemu-devel] help! win98 installation qemu-0.5.5 Nicolas Wu
@ 2004-05-09 12:31 ` Johannes Schindelin
  2004-05-09 13:13 ` Hetz Ben Hamo
  1 sibling, 0 replies; 4+ messages in thread
From: Johannes Schindelin @ 2004-05-09 12:31 UTC (permalink / raw)
  To: qemu-devel

Hi,

On Sun, 9 May 2004, Nicolas Wu wrote:

> qemu -hda c.img -cdrom win98.iso -m 128 -boot d
> and it seems to work well except when asking to install
> from the cd, it asks to format the hd

This didn't work for me. I did it manually: 98 asks if it should install
or boot with/without CD. I then said boot with CD, "d:", "fdisk", created
a primary partition, exited fdisk, restarted qemu, booted again with CD,
"d:", "format /s c:", restarted qemu and finally let it install.

Hth,
Dscho

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] help! win98 installation qemu-0.5.5
  2004-05-09 12:16 [Qemu-devel] help! win98 installation qemu-0.5.5 Nicolas Wu
  2004-05-09 12:31 ` Johannes Schindelin
@ 2004-05-09 13:13 ` Hetz Ben Hamo
  2004-05-09 13:23   ` Nicolas Wu
  1 sibling, 1 reply; 4+ messages in thread
From: Hetz Ben Hamo @ 2004-05-09 13:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: nicolas.wu

Hi,

Well, the simplest thing to do is to download a bootable floppy image of 
Windows 98SE boot disk. Get this file:

http://files.frashii.com/~bootdisk/file02/boot98c.exe

then unzip the file (ignore the error - the header is build with EXE to 
write to physical floppy disk, and we don't need it on Linux).

Then boot QEMU only with this floppy image (with -fda) and -hda <your 
hard disk image> and use fdisk and format as usual (don't forget: format 
c:/s). After you'll finish, restart QEMU without this floppy, but with 
the CDROM image, and boot from the CDROM.

Good Luck,
Hetz

Nicolas Wu wrote:

> Hey all, wondering if there are any suggestions for
> how to install win98se from a cdrom image.
> ive tried
> qemu -hda c.img -cdrom win98.iso -m 128 -boot d
> and it seems to work well except when asking to install
> from the cd, it asks to format the hd, but then says that
> i must insert the cdrom before continuing.. strange!
> snooping around the mailing list hasnt helped
> does anybody have any suggestions? - how did you install your
> win98? or where can i look for help?
> 
> thanks!
> nick
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://mail.nongnu.org/mailman/listinfo/qemu-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] help! win98 installation qemu-0.5.5
  2004-05-09 13:13 ` Hetz Ben Hamo
@ 2004-05-09 13:23   ` Nicolas Wu
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Wu @ 2004-05-09 13:23 UTC (permalink / raw)
  To: qemu-devel

gotchya, it works fine now... found format in d:/win98 and it's
installing away nicely. how exciting. my own pet win98 to play with!
feed it and care for it and it might only crash every 3hrs!

On Sun, 2004-05-09 at 14:13, Hetz Ben Hamo wrote:
> Hi,
> 
> Well, the simplest thing to do is to download a bootable floppy image of 
> Windows 98SE boot disk. Get this file:
> 
> http://files.frashii.com/~bootdisk/file02/boot98c.exe
> 
> then unzip the file (ignore the error - the header is build with EXE to 
> write to physical floppy disk, and we don't need it on Linux).
> 
> Then boot QEMU only with this floppy image (with -fda) and -hda <your 
> hard disk image> and use fdisk and format as usual (don't forget: format 
> c:/s). After you'll finish, restart QEMU without this floppy, but with 
> the CDROM image, and boot from the CDROM.
> 
> Good Luck,
> Hetz
> 
> Nicolas Wu wrote:
> 
> > Hey all, wondering if there are any suggestions for
> > how to install win98se from a cdrom image.
> > ive tried
> > qemu -hda c.img -cdrom win98.iso -m 128 -boot d
> > and it seems to work well except when asking to install
> > from the cd, it asks to format the hd, but then says that
> > i must insert the cdrom before continuing.. strange!
> > snooping around the mailing list hasnt helped
> > does anybody have any suggestions? - how did you install your
> > win98? or where can i look for help?
> > 
> > thanks!
> > nick
> > 
> > 
> > 
> > _______________________________________________
> > Qemu-devel mailing list
> > Qemu-devel@nongnu.org
> > http://mail.nongnu.org/mailman/listinfo/qemu-devel
> 
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-05-09 12:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-09 12:16 [Qemu-devel] help! win98 installation qemu-0.5.5 Nicolas Wu
2004-05-09 12:31 ` Johannes Schindelin
2004-05-09 13:13 ` Hetz Ben Hamo
2004-05-09 13:23   ` Nicolas Wu

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).